Age | Commit message (Expand) | Author | Files | Lines |
1996-11-28 | This commit was manufactured by cvs2svn to create tagtromey_pre_automake | cvs2svn | 0 | -0/+0 |
1996-11-28 | *** empty log message *** | Jim Blandy | 1 | -0/+4 |
1996-11-28 | (ancillary): List ChangeLog-scm, not ChangeLog.scm. | Jim Blandy | 1 | -1/+1 |
1996-11-27 | * eval.c (scm_definedp): Use top_level_lookup_closure_var | Marius Vollmer | 1 | -1/+1 |
1996-11-27 | *** empty log message *** | Marius Vollmer | 1 | -0/+5 |
1996-11-27 | * boot-9.scm (macroexpand-1, macroexpand), slib.scm | Marius Vollmer | 3 | -9/+9 |
1996-11-27 | *** empty log message *** | Marius Vollmer | 2 | -0/+12 |
1996-11-27 | * eval.c (scm_definedp): Incompatibly changed to be a builtin | Marius Vollmer | 1 | -1/+1 |
1996-11-27 | * eval.c (scm_definedp): Incompatibly changed to be a builtin | Marius Vollmer | 1 | -15/+15 |
1996-11-21 | *** empty log message *** | Jim Blandy | 1 | -0/+15 |
1996-11-21 | It's an "eval closure", not an "eval thunk." A thunk is a | Jim Blandy | 5 | -10/+11 |
1996-11-21 | *** empty log message *** | Jim Blandy | 1 | -0/+13 |
1996-11-21 | It's an "eval closure", not an "eval thunk." A thunk is a | Jim Blandy | 1 | -10/+10 |
1996-11-21 | Renamed to ChangeLog-scm from ChangeLog.scm, so it won't interfere with | Jim Blandy | 1 | -0/+2610 |
1996-11-20 | *** empty log message *** | Jim Blandy | 3 | -1/+17 |
1996-11-20 | * slib.scm (slib-parent-dir): Use string-length, not length. | Jim Blandy | 1 | -1/+1 |
1996-11-20 | * gc.c (scm_igc, scm_gc_mark): Round up the size of the stack we | Jim Blandy | 1 | -3/+7 |
1996-11-10 | *** empty log message *** | Jim Blandy | 1 | -0/+7 |
1996-11-10 | * configure.in, Makefile.in: The 'install' and 'uninstall' | Jim Blandy | 3 | -8/+38 |
1996-11-10 | *** empty log message *** | Jim Blandy | 1 | -1/+2 |
1996-11-10 | *** empty log message *** | Jim Blandy | 1 | -3/+15 |
1996-11-10 | * gc.c (struct scm_heap_seg_data): Doc fixes. | Jim Blandy | 1 | -16/+135 |
1996-11-10 | * gc.c (which_seg, scm_map_free_list, scm_newcell_count, | Jim Blandy | 2 | -0/+8 |
1996-11-10 | spelling fix | Jim Blandy | 1 | -6/+6 |
1996-11-10 | *** empty log message *** | Jim Blandy | 1 | -9/+40 |
1996-11-10 | *** empty log message *** | Jim Blandy | 2 | -1/+20 |
1996-11-10 | * fports.c (scm_stdio_to_port, scm_open_file): Set the port's | Jim Blandy | 1 | -2/+2 |
1996-11-10 | On some systems <libc.h> conflicts with <unistd.h>, and should not | Jim Blandy | 7 | -43/+180 |
1996-11-09 | *** empty log message *** | Jim Blandy | 1 | -0/+2 |
1996-11-09 | *** empty log message *** | Jim Blandy | 1 | -4/+25 |
1996-11-06 | *** empty log message *** | Mikael Djurfeldt | 1 | -0/+5 |
1996-11-06 | * throw.c (scm_lazy_catch, scm_ithrow): Completed implementation | Mikael Djurfeldt | 1 | -3/+20 |
1996-11-02 | *** empty log message *** | Mikael Djurfeldt | 3 | -2/+121 |
1996-11-02 | * * stacks.c, stacks.h (scm_make_stack): Now takes arbitrary | Mikael Djurfeldt | 2 | -24/+45 |
1996-11-02 | * root.c (cwdr): Bugfix. | Mikael Djurfeldt | 1 | -4/+3 |
1996-11-02 | * * read.c: Recording of positions disabled by default. | Mikael Djurfeldt | 1 | -1/+1 |
1996-11-02 | * * procs.c (scm_closure_p): New function. | Mikael Djurfeldt | 1 | -0/+16 |
1996-11-02 | * * posix.c (scm_tmpnam): New function. | Mikael Djurfeldt | 1 | -0/+11 |
1996-11-02 | * * load.c, load.h (scm_read_and_eval_x): New function. | Mikael Djurfeldt | 1 | -0/+3 |
1996-11-02 | * load.c: Added #include "throw.h". | Mikael Djurfeldt | 1 | -1/+24 |
1996-11-02 | * * eval.c: Renamed debug option "deval" to "debug". | Mikael Djurfeldt | 1 | -4/+3 |
1996-11-02 | * * debug.h: Changed semantics of debug option "backtrace". This | Mikael Djurfeldt | 1 | -1/+1 |
1996-11-02 | * debug.c (scm_m_start_stack): Bugfix: Use SCM_ECONSP instead of | Mikael Djurfeldt | 1 | -11/+21 |
1996-11-02 | * _scm.h: Added #ifndef around definition of macros min and max. | Mikael Djurfeldt | 1 | -0/+4 |
1996-11-02 | * __scm.h: Added hooks for threads to plugin to in ints protection | Mikael Djurfeldt | 1 | -3/+25 |
1996-11-02 | * slib.scm (slib:load): Adapt to the new behavior of | Mikael Djurfeldt | 1 | -4/+46 |
1996-11-02 | * * boot-9.scm: The debugging evaluator and recording of positions | Mikael Djurfeldt | 1 | -0/+3 |
1996-11-02 | * * boot-9.scm: The debugging evaluator and recording of positions | Mikael Djurfeldt | 1 | -34/+116 |
1996-10-30 | * libguile.h: #include "libguile/libpath.h" | Mikael Djurfeldt | 1 | -0/+1 |
1996-10-30 | * ports.c: #include "filesys.h" | Mikael Djurfeldt | 1 | -61/+4 |