Age | Commit message (Expand) | Author | Files | Lines |
1996-09-12 | This commit was manufactured by cvs2svn to create tagmdj_pre_scm_cleanup | cvs2svn | 30 | -9487/+0 |
1996-09-12 | *** empty log message *** | Mikael Djurfeldt | 1 | -0/+25 |
1996-09-12 | * error.c (err_head): scm_iprin1 --> scm_prin1 | Mikael Djurfeldt | 1 | -1/+1 |
1996-09-12 | * gscm.c (gscm_portprint_obj): scm_iprin1 --> scm_prin1 | Mikael Djurfeldt | 1 | -1/+1 |
1996-09-12 | * gscm.h (gscm_print_obj): scm_iprin1 --> scm_prin1 | Mikael Djurfeldt | 1 | -1/+1 |
1996-09-12 | * print.c: Added code for detection of circular references during | Mikael Djurfeldt | 1 | -14/+153 |
1996-09-12 | * print.h: Added declarations of scm_prin1 and scm_prlist. | Mikael Djurfeldt | 1 | -0/+4 |
1996-09-12 | * strports.c (scm_strprint_obj): scm_iprin1 --> scm_prin1 | Mikael Djurfeldt | 1 | -1/+1 |
1996-09-12 | * debug.c: Adjusted header comment. | Mikael Djurfeldt | 1 | -216/+44 |
1996-09-12 | * tags.h: Typo. | Mikael Djurfeldt | 1 | -1/+1 |
1996-09-12 | Adding the design documents and the lgh_ interface. | Mark Galassi | 1 | -0/+6 |
1996-09-12 | Started merging the docs I wrote for Cygnus' Guile release with the | Mark Galassi | 1 | -0/+6 |
1996-09-11 | . | Jim Blandy | 1 | -0/+4 |
1996-09-11 | Doc fix. | Jim Blandy | 1 | -1/+1 |
1996-09-11 | *** empty log message *** | Mikael Djurfeldt | 1 | -0/+11 |
1996-09-11 | * gdbint.c (gdb_read): Now possible to run during GC. | Mikael Djurfeldt | 1 | -4/+56 |
1996-09-11 | * read.c (scm_grow_tok_buf): Use scm_vector_set_length_x instead | Mikael Djurfeldt | 1 | -16/+1 |
1996-09-11 | * symbols.h (SCM_SETLENGTH): Use SCM_SETCAR. | Mikael Djurfeldt | 1 | -1/+1 |
1996-09-11 | *** empty log message *** | Jim Blandy | 1 | -0/+77 |
1996-09-11 | * numbers.h: Repeated declarations removed. | Jim Blandy | 12 | -65/+35 |
1996-09-11 | * numbers.c (scm_two_doubles): Changed from extern to static | Jim Blandy | 1 | -1/+2 |
1996-09-11 | * list.h (scm_list_head): Missing prototype for function in | Jim Blandy | 1 | -0/+2 |
1996-09-11 | * ioext.h: (scm_sys_isatty_p): Typo. | Jim Blandy | 1 | -2/+2 |
1996-09-11 | * init.c: Uninitialized `SCM last' may be used. | Jim Blandy | 1 | -1/+1 |
1996-09-11 | * genio.c: Possible typos str_data -> wstr_data. ??? | Jim Blandy | 1 | -3/+2 |
1996-09-11 | * gc.h (scm_object_addr, scm_unhash_name): Missing | Jim Blandy | 1 | -0/+2 |
1996-09-11 | * filesys.c: Possibly uninitialized variable rv. | Jim Blandy | 1 | -1/+1 |
1996-09-11 | * eval.h (scm_eval_args, scm_deval_args, scm_m_undefine): | Jim Blandy | 1 | -0/+6 |
1996-09-11 | * debug.h: Missing declarations of functions in debug.c added | Jim Blandy | 1 | -0/+38 |
1996-09-11 | * debug.c (scm_single_step, scm_memoized, scm_lookup_soft): | Jim Blandy | 1 | -3/+3 |
1996-09-11 | * continuations.c (scm_dynthrow): Redundant declaration removed. | Jim Blandy | 1 | -3/+0 |
1996-09-11 | * async.h (scm_async_clock): Redundant declaration removed. | Jim Blandy | 1 | -1/+0 |
1996-09-11 | * async.c: Calls to scm_sysintern corrected. | Jim Blandy | 1 | -2/+2 |
1996-09-11 | * _scm.h (SCM_PROC): Extraneous semicolon (outside functions) | Jim Blandy | 1 | -2/+2 |
1996-09-11 | * __scm.h (SCM_P): Corrected to run under traditional C. | Jim Blandy | 1 | -1/+1 |
1996-09-11 | *** empty log message *** | Jim Blandy | 2 | -0/+11 |
1996-09-11 | * Makefile.in (distclean): Don't forget to delete | Jim Blandy | 1 | -0/+1 |
1996-09-11 | * Makefile.in (distclean): Don't forget to delete fd.h. | Jim Blandy | 1 | -0/+1 |
1996-09-11 | * Makefile.in (distclean): Don't forget to delete doc/Makefile. | Jim Blandy | 1 | -0/+1 |
1996-09-10 | . | Jim Blandy | 3 | -11/+45 |
1996-09-10 | * fd.h.in, tags.h: Trivial cleanups. | Jim Blandy | 1 | -8/+0 |
1996-09-10 | . | Jim Blandy | 1 | -0/+9 |
1996-09-10 | * marksweep.c, marksweep.h: Deleted; marksweep.c was empty, and | Jim Blandy | 3 | -232/+201 |
1996-09-10 | . | Jim Blandy | 1 | -0/+14 |
1996-09-10 | * files.c (scm_sys_delete_file): Moved to filesys.c. | Jim Blandy | 4 | -11/+21 |
1996-09-10 | . | Jim Blandy | 1 | -0/+10 |
1996-09-10 | Use SCM_P instead of PROTO; the latter intrudes on the user's | Jim Blandy | 11 | -177/+163 |
1996-09-10 | . | Jim Blandy | 1 | -0/+9 |
1996-09-10 | * eq.h, files.h, hashtab.h, load.h, mallocs.h, scmsigs.h, | Jim Blandy | 6 | -5/+7 |
1996-09-10 | * gc.c: #include "gc.h"; every module should include its header, | Jim Blandy | 1 | -0/+2 |