| Commit message (Expand) | Author | Age | Files | Lines |
* | Change Guile license to LGPLv3+ | Neil Jerram | 2009-06-17 | 1 | -6/+7 |
* | Remove "compiled closures" ("cclos") in favor of a simpler mechanism. | Ludovic Courtès | 2009-03-02 | 1 | -25/+2 |
* | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 2008-09-13 | 1 | -1/+4 |
* | * backtrace.c, debug.c, debug.h, deprecation.c, eq.c, eval.c | Han-Wen Nienhuys | 2007-01-22 | 1 | -0/+3 |
* | * readline.c: terminate option list with NULL. | Han-Wen Nienhuys | 2007-01-19 | 1 | -3/+4 |
* | merge from 1.8 | Kevin Ryde | 2007-01-15 | 1 | -0/+6 |
* | merge from 1.8 branch | Kevin Ryde | 2006-04-17 | 1 | -2/+2 |
* | * print.c (EXIT_NESTED_DATA): Before popping from the stack, reset | Neil Jerram | 2005-11-17 | 1 | -21/+30 |
* | (SCM_PRINT_KEYWORD_STYLE_I, SCM_PRINT_KEYWORD_STYLE): | Marius Vollmer | 2005-09-04 | 1 | -4/+32 |
* | (iprin1): When writing a string, collect all characters that can be | Marius Vollmer | 2005-06-06 | 1 | -10/+18 |
* | The FSF has a new address. | Marius Vollmer | 2005-05-23 | 1 | -1/+1 |
* | See ChangeLog from 2005-03-02. | Marius Vollmer | 2005-03-02 | 1 | -14/+14 |
* | Reverted changed from 2005/01/24 19:14:54, which was a commit to the | Marius Vollmer | 2005-01-24 | 1 | -9/+9 |
* | Threading changes. | Marius Vollmer | 2005-01-24 | 1 | -9/+9 |
* | (scm_print_state, SCM_PRINT_STATE_LAYOUT): | Marius Vollmer | 2005-01-07 | 1 | -11/+11 |
* | Use new vector elements API or simple vector API, as appropriate. | Marius Vollmer | 2005-01-02 | 1 | -11/+12 |
* | Do no longer handle scm_tc7_bvect bitvectors. | Marius Vollmer | 2004-11-09 | 1 | -5/+0 |
* | Do no longer handle old-style uniform vectors. | Marius Vollmer | 2004-11-02 | 1 | -9/+0 |
* | * print.c (iprin1): Removed code for scm_tc7_byvect. | Marius Vollmer | 2004-10-27 | 1 | -1/+0 |
* | * variable.c, threads.c, struct.c, stackchk.c, smob.c, root.c, | Marius Vollmer | 2004-10-22 | 1 | -4/+4 |
* | (scm_uintprint): New, for printing scm_t_uintmax values. | Marius Vollmer | 2004-10-22 | 1 | -1/+8 |
* | (SCM_PRINT_HIGHLIGHT_PREFIX, | Marius Vollmer | 2004-09-29 | 1 | -4/+13 |
* | * print.h (scm_print_state): Added highlight_objects. | Marius Vollmer | 2004-09-23 | 1 | -0/+18 |
* | *** empty log message *** | Marius Vollmer | 2004-09-22 | 1 | -10/+10 |
* | * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length, | Marius Vollmer | 2004-08-19 | 1 | -19/+24 |
* | * socket.c, rw.c, deprecated.h, validate.h | Marius Vollmer | 2004-08-12 | 1 | -5/+6 |
* | * tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it into | Marius Vollmer | 2004-07-27 | 1 | -10/+10 |
* | * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP, | Marius Vollmer | 2004-07-23 | 1 | -1/+1 |
* | * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, | Marius Vollmer | 2004-07-06 | 1 | -9/+9 |
* | * backtrace.c (display_expression, display_frame): Call | Dirk Herrmann | 2004-06-27 | 1 | -1/+1 |
* | Hide the implementation of ilocs and isyms in eval.c. | Dirk Herrmann | 2004-04-22 | 1 | -46/+3 |
* | (scm_print_symbol_name): Handle #{`foo}#, #{,foo}#, #{.}#, and all | Marius Vollmer | 2004-01-11 | 1 | -18/+8 |
* | (scm_iprin1): use \xNN hexadecimal sequences when writing control | Marius Vollmer | 2003-11-30 | 1 | -10/+19 |
* | * print.c (scm_iprin1): Handle fractions. | Marius Vollmer | 2003-11-18 | 1 | -0/+3 |
* | * libguile/tags.h (SCM_IM_ELSE, SCM_IM_ARROW): New memoizer codes. | Dirk Herrmann | 2003-10-11 | 1 | -0/+2 |
* | This set of patches introduces a new tc7 code scm_tc7_number for | Dirk Herrmann | 2003-09-18 | 1 | -0/+13 |
* | This set of patches eliminates the dependency between the | Dirk Herrmann | 2003-09-16 | 1 | -24/+35 |
* | * tags.h: Reduced the number of short instructions from 14 to 13. | Dirk Herrmann | 2003-09-14 | 1 | -4/+0 |
* | (scm_print_symbol_name): handle more weird characters by escaping the | Marius Vollmer | 2003-07-27 | 1 | -21/+33 |
* | * backtrace.c (scm_display_error_message): Introduced fancy | Mikael Djurfeldt | 2003-05-12 | 1 | -34/+50 |
* | * hashtab.c (rehash_after_gc): Clear to_rehash list before | Mikael Djurfeldt | 2003-04-05 | 1 | -1/+4 |
* | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 2003-04-05 | 1 | -36/+12 |
* | * print.c: fix various preprocessor usages of new public | Rob Browning | 2003-03-27 | 1 | -1/+1 |
* | * print.c: rename usage of HAVE_ARRAYS to SCM_HAVE_ARRAYS. | Rob Browning | 2003-03-25 | 1 | -2/+2 |
* | * __scm.h (SCM_DEFER_INTS, SCM_ALLOW_INTS): New definitions. | Mikael Djurfeldt | 2002-12-15 | 1 | -0/+1 |
* | (scm_iprin1): Print primitives generics always as "primitive-generic" | Marius Vollmer | 2002-08-19 | 1 | -2/+2 |
* | new gc | Han-Wen Nienhuys | 2002-08-04 | 1 | -1/+1 |
* | 2002-07-20 Han-Wen <hanwen@cs.uu.nl> | Han-Wen Nienhuys | 2002-07-20 | 1 | -12/+11 |
* | (scm_simple_format): Print missing part of format before ~% control. | Marius Vollmer | 2002-06-17 | 1 | -0/+1 |
* | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 2002-03-14 | 1 | -2/+0 |