Age | Commit message (Expand) | Author | Files | Lines |
2021-08-16 | Remove the 'simple vector' concept | Daniel Llorens | 1 | -1/+1 |
2018-06-21 | Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint types | Andy Wingo | 1 | -2/+2 |
2018-06-20 | Update license notices in all C files | Andy Wingo | 1 | -17/+17 |
2018-06-20 | libguile header files have uniform format for copyright declarations | Andy Wingo | 1 | -2/+2 |
2018-06-20 | Remove (C) from copyright statements | Andy Wingo | 1 | -1/+1 |
2018-06-20 | Rename __scm.h to scm.h | Andy Wingo | 1 | -2/+0 |
2018-06-20 | Remove Emacs local variables comments in Guile source | Andy Wingo | 1 | -6/+0 |
2018-06-20 | Remove useless "classes: h_files" from Guile headers. | Andy Wingo | 1 | -2/+0 |
2018-06-18 | Devolve gc.h | Andy Wingo | 1 | -0/+1 |
2018-06-18 | Devolve pairs.h | Andy Wingo | 1 | -2/+2 |
2018-06-18 | More validate.h devolution | Andy Wingo | 1 | -2/+12 |
2017-09-23 | Replace "pr" struct fields with "pw" fields | Andy Wingo | 1 | -1/+1 |
2017-09-22 | Deprecate struct "self" slots | Andy Wingo | 1 | -2/+2 |
2016-05-30 | Simplify string, symbol, char display/write impls | Andy Wingo | 1 | -2/+0 |
2012-10-30 | Merge remote-tracking branch 'origin/stable-2.0' | Mark H Weaver | 1 | -1/+4 |
2012-08-20 | Optimize `scm_lfwrite_substr', used by `scm_simple_format'. | Ludovic Courtès | 1 | -1/+4 |
2012-03-06 | optimize symbol printing | Andy Wingo | 1 | -2/+1 |
2010-09-14 | Factorize and optimize `write' for strings and characters. | Ludovic Courtès | 1 | -2/+1 |
2009-08-25 | Add full Unicode capability to ports and the default reader | Michael Gran | 1 | -1/+2 |
2009-08-21 | Add initial support for wide symbols | Michael Gran | 1 | -0/+1 |
2009-08-10 | Make scm_charprint and scm_i_string_wide_chars SCM_INTERNAL. | Michael Gran | 1 | -1/+1 |
2009-08-08 | Add Unicode strings and symbols | Michael Gran | 1 | -0/+1 |
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -6/+7 |
2008-05-31 | Add `SCM_INTERNAL' macro, use it. | Ludovic Courtès | 1 | -3/+3 |
2007-01-22 | * backtrace.c, debug.c, debug.h, deprecation.c, eq.c, eval.c | Han-Wen Nienhuys | 1 | -9/+0 |
2006-04-17 | merge from 1.8 branch | Kevin Ryde | 1 | -1/+1 |
2005-09-04 | (SCM_PRINT_KEYWORD_STYLE_I, SCM_PRINT_KEYWORD_STYLE): | Marius Vollmer | 1 | -1/+3 |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -1/+1 |
2005-01-07 | (scm_print_state, SCM_PRINT_STATE_LAYOUT): | Marius Vollmer | 1 | -4/+4 |
2004-10-22 | (scm_uintprint): New, for printing scm_t_uintmax values. | Marius Vollmer | 1 | -1/+2 |
2004-09-29 | (SCM_PRINT_HIGHLIGHT_PREFIX, | Marius Vollmer | 1 | -3/+5 |
2004-09-23 | * print.h (scm_print_state): Added highlight_objects. | Marius Vollmer | 1 | -2/+3 |
2004-07-27 | * tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it into | Marius Vollmer | 1 | -2/+2 |
2003-05-12 | * backtrace.c (scm_display_error_message): Introduced fancy | Mikael Djurfeldt | 1 | -1/+2 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -35/+11 |
2001-11-02 | Prefixed each each exported symbol with SCM_API. | Marius Vollmer | 1 | -25/+25 |
2001-08-31 | * Renamed header macros to the SCM_<filename>_H format. | Dirk Herrmann | 1 | -3/+5 |
2001-07-09 | Remove "face-lift" comment. | Thien-Thi Nguyen | 1 | -2/+0 |
2001-06-14 | replace "scm_*_t" with "scm_t_*". | Marius Vollmer | 1 | -2/+2 |
2001-05-30 | * print.c (scm_simple_format): Support "~~" and "~%". Signal | Marius Vollmer | 1 | -0/+1 |
2001-05-24 | * validate.h | Michael Livshin | 1 | -1/+1 |
2001-05-17 | * Removed SCM_CDR misuse. | Dirk Herrmann | 1 | -12/+9 |
2000-12-08 | Smob-related creanup. | Keisuke Nishida | 1 | -3/+3 |
2000-06-12 | Updated copyrights | Mikael Djurfeldt | 1 | -1/+1 |
2000-04-18 | Fixed some SCM/scm_bits_t mixups. | Dirk Herrmann | 1 | -1/+1 |
2000-04-03 | Lots of fixes to make guile (at some time) compile with strict typing. | Dirk Herrmann | 1 | -2/+2 |
2000-03-20 | * print.h, stacks.h, options.c, options.h: Changed C++ | Mikael Djurfeldt | 1 | -1/+1 |
2000-03-19 | * *.[hc]: add Emacs magic at the end of file, to ensure GNU | Michael Livshin | 1 | -0/+6 |
2000-03-09 | *.[ch]: make a distinction between SCM as a generic | Greg J. Badros | 1 | -1/+2 |
2000-03-02 | * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, | Greg J. Badros | 1 | -18/+18 |