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