Age | Commit message (Expand) | Author | Files | Lines |
2008-09-05 | Merge from lcourtes@laas.fr--2005-mobile | Ludovic Courtes | 1 | -2/+15 |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -1/+1 |
2005-03-10 | (SCM_BEGIN_FOREIGN_BLOCK, SCM_END_FOREIGN_BLOCK): Do not set | Marius Vollmer | 1 | -3/+0 |
2004-08-19 | * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length, | Marius Vollmer | 1 | -3/+3 |
2004-07-23 | * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP, | Marius Vollmer | 1 | -5/+5 |
2004-07-08 | * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM to | Marius Vollmer | 1 | -5/+5 |
2004-03-29 | Introduce scm_debug_mode_p as a replacement for scm_debug_mode and | Dirk Herrmann | 1 | -7/+3 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -38/+11 |
2003-03-25 | *** empty log message *** | Rob Browning | 1 | -1/+3 |
2002-12-10 | * async.c, error.h (scm_ints_disabled): Removed. | Mikael Djurfeldt | 1 | -4/+2 |
2002-08-04 | new gc | Han-Wen Nienhuys | 1 | -13/+16 |
2001-07-09 | Remove "face-lift" comment. | Thien-Thi Nguyen | 1 | -2/+0 |
2001-06-20 | Removed tag.c and tag.h and all references. | Martin Grabmüller | 1 | -1/+0 |
2001-06-14 | replace "scm_*_t" with "scm_t_*". | Marius Vollmer | 1 | -1/+1 |
2001-05-24 | * validate.h | Michael Livshin | 1 | -1/+1 |
2001-05-15 | Merge from mvo-vcell-cleanup-1-branch. | Marius Vollmer | 1 | -4/+2 |
2001-03-22 | * Replace function scm_makstr with new function scm_allocate_string. | Dirk Herrmann | 1 | -2/+2 |
2001-03-09 | Remove #include <stdio.h>. Add #include <string.h>. | Keisuke Nishida | 1 | -0/+1 |
2000-12-06 | * eval.c: remove commented code, remove #ifdef CCLO conditionals | Dirk Herrmann | 1 | -9/+9 |
2000-08-27 | * gdbint.c (gdb_print): Removed superfluous macro definition. | Mikael Djurfeldt | 1 | -2/+0 |
2000-07-13 | * Extend checks performed with SCM_DEBUG_CELL_ACCESSES=1 and make them | Dirk Herrmann | 1 | -2/+2 |
2000-06-21 | (SCM_TOP_LEVEL_LOOKUP_CLOSURE): New macro which replaces | Mikael Djurfeldt | 1 | -3/+3 |
2000-06-19 | * gdbint.c (gdb_print): Print warning instead of calling scm_write | Mikael Djurfeldt | 1 | -14/+22 |
2000-06-12 | * gdbint.c (SEND_STRING): Cast argument to char pointer. | Mikael Djurfeldt | 1 | -2/+2 |
2000-06-12 | Updated copyrights | Mikael Djurfeldt | 1 | -1/+1 |
2000-05-16 | * Makefile.am: Let 'make clean' remove *.x and *.doc files. | Dirk Herrmann | 1 | -3/+1 |
2000-04-21 | * Makefile.am (DEFS): Added. automake adds -I options to DEFS, | Mikael Djurfeldt | 1 | -13/+13 |
2000-03-31 | Use SCM_EQ_P to compare scheme objects, use SCM_CELL_WORD_1 for raw data. | Dirk Herrmann | 1 | -1/+1 |
2000-03-31 | Change type of member 'stream' in scm_port from SCM to scm_bits_t. | Dirk Herrmann | 1 | -2/+2 |
2000-03-19 | * *.[hc]: add Emacs magic at the end of file, to ensure GNU | Michael Livshin | 1 | -0/+6 |
2000-03-18 | Only include root.h where it is actually needed. | Dirk Herrmann | 1 | -0/+1 |
2000-03-17 | Only include strings.h where it is actually needed. | Dirk Herrmann | 1 | -0/+1 |
2000-03-17 | Only include ports.h where it is actually needed. | Dirk Herrmann | 1 | -0/+1 |
1999-12-16 | * *.h: Use SCM_NIMP(X) && in all the FOOP macros. | Greg J. Badros | 1 | -6/+6 |
1999-12-12 | * *.c: Finish replacing K&R style prototypes with ANSI C | Greg J. Badros | 1 | -11/+5 |
1999-12-12 | * *.c: Pervasive software-engineering-motivated rewrite of | Greg J. Badros | 1 | -8/+6 |
1999-09-18 | 1999-09-18 Gary Houston <ghouston@freewire.co.uk> | Gary Houston | 1 | -1/+7 |
1999-08-30 | * gdbint.c, strports.c: #include <unistd.h>. (SEEK_SET is defined | Mikael Djurfeldt | 1 | -1/+6 |
1999-08-12 | 1999-08-12 Gary Houston <ghouston@easynet.co.uk> | Gary Houston | 1 | -3/+3 |
1999-07-24 | 1999-07-24 Gary Houston <ghouston@easynet.co.uk> | Gary Houston | 1 | -2/+2 |
1999-07-19 | * gdbint.c: Don't include <stdio.h> and "_scm.h" twice. | Jim Blandy | 1 | -4/+1 |
1999-06-12 | * fports.c, fports.h, gc.c, gdbint.c, ioext.c, ports.c, ports.h, | Jim Blandy | 1 | -10/+9 |
1999-03-19 | * debug.c, eval.c, evalext.c, gdbint.c stacks.c: | Mikael Djurfeldt | 1 | -0/+1 |
1997-10-15 | * Makefile.in: Rebuilt. | Tom Tromey | 1 | -1/+1 |
1997-05-26 | * Lots of files: New address for FSF. | Jim Blandy | 1 | -3/+3 |
1997-05-16 | * backtrace.c, backtrace.h, debug.c, debug.h, eq.c, | Jim Blandy | 1 | -1/+1 |
1997-03-08 | * strports.c (scm_read_0str, scm_eval_0str): update scm_read usage. | Gary Houston | 1 | -1/+1 |
1996-11-21 | It's an "eval closure", not an "eval thunk." A thunk is a | Jim Blandy | 1 | -2/+2 |
1996-10-14 | * __scm.h, alist.c, alist.h, append.c, append.h, appinit.c, | Jim Blandy | 1 | -35/+11 |
1996-10-03 | * _scm.h: #include "print.h" here, since it seems to be used just | Jim Blandy | 1 | -1/+0 |