| Commit message (Expand) | Author | Age | Files | Lines |
* | Deprecate struct "self" slots... | Andy Wingo | 2017-09-22 | 1 | -2/+2 |
* | Simplify string, symbol, char display/write impls... | Andy Wingo | 2016-05-30 | 1 | -2/+0 |
* | Merge remote-tracking branch 'origin/stable-2.0'... | Mark H Weaver | 2012-10-30 | 1 | -1/+4 |
|\ |
|
| * | Optimize `scm_lfwrite_substr', used by `scm_simple_format'.... | Ludovic Courtès | 2012-08-20 | 1 | -1/+4 |
* | | optimize symbol printing... | Andy Wingo | 2012-03-06 | 1 | -2/+1 |
|/ |
|
* | Factorize and optimize `write' for strings and characters.... | Ludovic Courtès | 2010-09-14 | 1 | -2/+1 |
* | Add full Unicode capability to ports and the default reader... | Michael Gran | 2009-08-25 | 1 | -1/+2 |
* | Add initial support for wide symbols... | Michael Gran | 2009-08-21 | 1 | -0/+1 |
* | Make scm_charprint and scm_i_string_wide_chars SCM_INTERNAL.... | Michael Gran | 2009-08-10 | 1 | -1/+1 |
* | Add Unicode strings and symbols... | Michael Gran | 2009-08-08 | 1 | -0/+1 |
* | Change Guile license to LGPLv3+... | Neil Jerram | 2009-06-17 | 1 | -6/+7 |
* | Add `SCM_INTERNAL' macro, use it. | Ludovic Courtès | 2008-05-31 | 1 | -3/+3 |
* | * backtrace.c, debug.c, debug.h, deprecation.c, eq.c, eval.c... | Han-Wen Nienhuys | 2007-01-22 | 1 | -9/+0 |
* | merge from 1.8 branch | Kevin Ryde | 2006-04-17 | 1 | -1/+1 |
* | (SCM_PRINT_KEYWORD_STYLE_I, SCM_PRINT_KEYWORD_STYLE):... | Marius Vollmer | 2005-09-04 | 1 | -1/+3 |
* | The FSF has a new address. | Marius Vollmer | 2005-05-23 | 1 | -1/+1 |
* | (scm_print_state, SCM_PRINT_STATE_LAYOUT):... | Marius Vollmer | 2005-01-07 | 1 | -4/+4 |
* | (scm_uintprint): New, for printing scm_t_uintmax values.... | Marius Vollmer | 2004-10-22 | 1 | -1/+2 |
* | (SCM_PRINT_HIGHLIGHT_PREFIX,... | Marius Vollmer | 2004-09-29 | 1 | -3/+5 |
* | * print.h (scm_print_state): Added highlight_objects.... | Marius Vollmer | 2004-09-23 | 1 | -2/+3 |
* | * tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it into... | Marius Vollmer | 2004-07-27 | 1 | -2/+2 |
* | * backtrace.c (scm_display_error_message): Introduced fancy... | Mikael Djurfeldt | 2003-05-12 | 1 | -1/+2 |
* | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 2003-04-05 | 1 | -35/+11 |
* | Prefixed each each exported symbol with SCM_API. | Marius Vollmer | 2001-11-02 | 1 | -25/+25 |
* | * Renamed header macros to the SCM_<filename>_H format. | Dirk Herrmann | 2001-08-31 | 1 | -3/+5 |
* | Remove "face-lift" comment. | Thien-Thi Nguyen | 2001-07-09 | 1 | -2/+0 |
* | replace "scm_*_t" with "scm_t_*". | Marius Vollmer | 2001-06-14 | 1 | -2/+2 |
* | * print.c (scm_simple_format): Support "~~" and "~%". Signal... | Marius Vollmer | 2001-05-30 | 1 | -0/+1 |
* | * validate.h... | Michael Livshin | 2001-05-24 | 1 | -1/+1 |
* | * Removed SCM_CDR misuse. | Dirk Herrmann | 2001-05-17 | 1 | -12/+9 |
* | Smob-related creanup. | Keisuke Nishida | 2000-12-08 | 1 | -3/+3 |
* | Updated copyrights | Mikael Djurfeldt | 2000-06-12 | 1 | -1/+1 |
* | Fixed some SCM/scm_bits_t mixups. | Dirk Herrmann | 2000-04-18 | 1 | -1/+1 |
* | Lots of fixes to make guile (at some time) compile with strict typing. | Dirk Herrmann | 2000-04-03 | 1 | -2/+2 |
* | * print.h, stacks.h, options.c, options.h: Changed C++... | Mikael Djurfeldt | 2000-03-20 | 1 | -1/+1 |
* | * *.[hc]: add Emacs magic at the end of file, to ensure GNU... | Michael Livshin | 2000-03-19 | 1 | -0/+6 |
* | *.[ch]: make a distinction between SCM as a generic... | Greg J. Badros | 2000-03-09 | 1 | -1/+2 |
* | * list.c: Moved append docs to append! Thanks Dirk Hermann. Also,... | Greg J. Badros | 2000-03-02 | 1 | -18/+18 |
* | * dynl.c, error.c, eval.c, feature.c, filesys.c, fports.c, list.c, load.c,... | Greg J. Badros | 2000-01-11 | 1 | -0/+1 |
* | * *.h: Use SCM_NIMP(X) && in all the FOOP macros.... | Greg J. Badros | 1999-12-16 | 1 | -3/+6 |
* | * print.h (SCM_PORT_WITH_PS_P, SCM_PORT_WITH_PS_PORT,... | Mikael Djurfeldt | 1999-08-24 | 1 | -4/+10 |
* | * __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c,... | Jim Blandy | 1998-10-19 | 1 | -1/+1 |
* | Warning fixes from Greg Harvey:... | Jim Blandy | 1998-10-15 | 1 | -0/+3 |
* | * print.h (SCM_COERCE_OUTPORT): Check that the object is a pair... | Mikael Djurfeldt | 1997-12-04 | 1 | -1/+3 |
* | * print.h (SCM_COERCE_OPORT): Renamed to SCM_COERCE_OUTPORT. An... | Marius Vollmer | 1997-10-25 | 1 | -3/+3 |
* | 1997-10-03 Mikael Djurfeldt <mdj@nada.kth.se>... | Mikael Djurfeldt | 1997-10-03 | 1 | -5/+6 |
* | * print.h (SCM_PRINT_STATE_P, SCM_COERCE_OPORT): New macros.... | Marius Vollmer | 1997-10-02 | 1 | -2/+13 |
* | * print.c (scm_iprin1): Enter printed structures into the print... | Marius Vollmer | 1997-07-27 | 1 | -0/+1 |
* | * Lots of files: New address for FSF. | Jim Blandy | 1997-05-26 | 1 | -3/+3 |
* | I think the Sun compiler has chosen a perverse way to interpret... | Jim Blandy | 1997-01-07 | 1 | -1/+1 |