Age | Commit message (Expand) | Author | Files | Lines |
2005-03-02 | See ChangeLog from 2005-03-02. | Marius Vollmer | 1 | -14/+14 |
2005-01-24 | Reverted changed from 2005/01/24 19:14:54, which was a commit to the | Marius Vollmer | 1 | -9/+9 |
2005-01-24 | Threading changes. | Marius Vollmer | 1 | -9/+9 |
2005-01-07 | (scm_print_state, SCM_PRINT_STATE_LAYOUT): | Marius Vollmer | 1 | -11/+11 |
2005-01-02 | Use new vector elements API or simple vector API, as appropriate. | Marius Vollmer | 1 | -11/+12 |
2004-11-09 | Do no longer handle scm_tc7_bvect bitvectors. | Marius Vollmer | 1 | -5/+0 |
2004-11-02 | Do no longer handle old-style uniform vectors. | Marius Vollmer | 1 | -9/+0 |
2004-10-27 | * print.c (iprin1): Removed code for scm_tc7_byvect. | Marius Vollmer | 1 | -1/+0 |
2004-10-22 | * variable.c, threads.c, struct.c, stackchk.c, smob.c, root.c, | Marius Vollmer | 1 | -4/+4 |
2004-10-22 | (scm_uintprint): New, for printing scm_t_uintmax values. | Marius Vollmer | 1 | -1/+8 |
2004-09-29 | (SCM_PRINT_HIGHLIGHT_PREFIX, | Marius Vollmer | 1 | -4/+13 |
2004-09-23 | * print.h (scm_print_state): Added highlight_objects. | Marius Vollmer | 1 | -0/+18 |
2004-09-22 | *** empty log message *** | Marius Vollmer | 1 | -10/+10 |
2004-08-19 | * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length, | Marius Vollmer | 1 | -19/+24 |
2004-08-12 | * socket.c, rw.c, deprecated.h, validate.h | Marius Vollmer | 1 | -5/+6 |
2004-07-27 | * tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it into | Marius Vollmer | 1 | -10/+10 |
2004-07-23 | * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP, | Marius Vollmer | 1 | -1/+1 |
2004-07-06 | * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, | Marius Vollmer | 1 | -9/+9 |
2004-06-27 | * backtrace.c (display_expression, display_frame): Call | Dirk Herrmann | 1 | -1/+1 |
2004-04-22 | Hide the implementation of ilocs and isyms in eval.c. | Dirk Herrmann | 1 | -46/+3 |
2004-01-11 | (scm_print_symbol_name): Handle #{`foo}#, #{,foo}#, #{.}#, and all | Marius Vollmer | 1 | -18/+8 |
2003-11-30 | (scm_iprin1): use \xNN hexadecimal sequences when writing control | Marius Vollmer | 1 | -10/+19 |
2003-11-18 | * print.c (scm_iprin1): Handle fractions. | Marius Vollmer | 1 | -0/+3 |
2003-10-11 | * libguile/tags.h (SCM_IM_ELSE, SCM_IM_ARROW): New memoizer codes. | Dirk Herrmann | 1 | -0/+2 |
2003-09-18 | This set of patches introduces a new tc7 code scm_tc7_number for | Dirk Herrmann | 1 | -0/+13 |
2003-09-16 | This set of patches eliminates the dependency between the | Dirk Herrmann | 1 | -24/+35 |
2003-09-14 | * tags.h: Reduced the number of short instructions from 14 to 13. | Dirk Herrmann | 1 | -4/+0 |
2003-07-27 | (scm_print_symbol_name): handle more weird characters by escaping the | Marius Vollmer | 1 | -21/+33 |
2003-05-12 | * backtrace.c (scm_display_error_message): Introduced fancy | Mikael Djurfeldt | 1 | -34/+50 |
2003-04-05 | * hashtab.c (rehash_after_gc): Clear to_rehash list before | Mikael Djurfeldt | 1 | -1/+4 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -36/+12 |
2003-03-27 | * print.c: fix various preprocessor usages of new public | Rob Browning | 1 | -1/+1 |
2003-03-25 | * print.c: rename usage of HAVE_ARRAYS to SCM_HAVE_ARRAYS. | Rob Browning | 1 | -2/+2 |
2002-12-15 | * __scm.h (SCM_DEFER_INTS, SCM_ALLOW_INTS): New definitions. | Mikael Djurfeldt | 1 | -0/+1 |
2002-08-19 | (scm_iprin1): Print primitives generics always as "primitive-generic" | Marius Vollmer | 1 | -2/+2 |
2002-08-04 | new gc | Han-Wen Nienhuys | 1 | -1/+1 |
2002-07-20 | 2002-07-20 Han-Wen <hanwen@cs.uu.nl> | Han-Wen Nienhuys | 1 | -12/+11 |
2002-06-17 | (scm_simple_format): Print missing part of format before ~% control. | Marius Vollmer | 1 | -0/+1 |
2002-03-14 | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 1 | -2/+0 |
2002-02-03 | (scm_iprin1): Print uninterned symbols unreadably. | Marius Vollmer | 1 | -4/+17 |
2002-01-22 | * First batch of libguile changes for Elisp support. | Neil Jerram | 1 | -9/+10 |
2001-11-25 | Replaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_cell and | Marius Vollmer | 1 | -3/+1 |
2001-11-16 | * Adding C function declarations from the SCM interface to the | Neil Jerram | 1 | -1/+2 |
2001-11-02 | * print.c (scm_iprin1): Mark print state as revealed when | Mikael Djurfeldt | 1 | -0/+1 |
2001-10-11 | * print.c (scm_print_state_vtable, print_state_pool): | Dirk Herrmann | 1 | -29/+28 |
2001-08-31 | * Removed lots of deprecated stuff. | Dirk Herrmann | 1 | -2/+1 |
2001-07-26 | * tags.h: Update tag system docs. | Marius Vollmer | 1 | -38/+26 |
2001-07-25 | * tags.h (scm_tc7_variable): New. | Marius Vollmer | 1 | -0/+3 |
2001-07-22 | * tags.h (SCM_UNBOUND): Make it the 34th isym/iflag, the 33th slot is | Marius Vollmer | 1 | -1/+2 |
2001-07-09 | Remove "face-lift" comment. | Thien-Thi Nguyen | 1 | -2/+0 |