* Makefile.am (DEFS): Added. automake adds -I options to DEFS,
[bpt/guile.git] / libguile / list.c
2000-04-21 Mikael Djurfeldt* Makefile.am (DEFS): Added. automake adds -I options...
2000-03-29 Dirk HerrmannDon't use C operators == and != to compare SCM values.
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
2000-03-03 Greg J. Badros* error.h, error.c: Added `scm_wrong_type_arg_msg'...
2000-03-02 Greg J. Badros* list.c: Added hand-written docs for `del{q,v,ete...
2000-03-02 Greg J. Badros* list.c: Moved append docs to append! Thanks Dirk...
2000-02-14 Greg J. Badros* arbiters.c, eq.c, gc.c, guardians.c, list.c, ports...
2000-01-20 Greg J. BadrosPatch from Dirk Hermann:
2000-01-18 Mikael Djurfeldt* fports.c, list.c: Converted docstrings to ANSI C...
2000-01-18 Mikael Djurfeldt* alist.c, chars.c, debug.c, dynl.c, dynwind.c, error...
2000-01-11 Greg J. Badros* dynl.c, feature.c, filesys.c, fports.c, list.c, load.c,
2000-01-11 Greg J. Badros* dynl.c, error.c, eval.c, feature.c, filesys.c, fports...
2000-01-06 Greg J. Badros* alist.c: minimize scope of the tmp variables, and...
2000-01-05 Greg J. Badros* *.[ch]: Whitespace changes -- added space after SCM_V...
2000-01-05 Greg J. Badros*.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.
2000-01-05 Greg J. Badros* *.[ch]: Replace SCM_VALIDATE_INT w/ SCM_VALIDATE_INU...
1999-12-19 Greg J. Badros* threads.c, mit-pthreads.c, list.c, coop.c: Remove K&R
1999-12-19 Greg J. Badros* tags.h (SCM_CONSP, SCM_NCONSP): Define these in terms of
1999-12-16 Greg J. Badros* coop-threads.c: Remove K&R function headers.
1999-12-13 Greg J. Badros* Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,
1999-12-12 Greg J. Badros* *.c: Pervasive software-engineering-motivated rewrite of
1999-06-19 Jim BlandyPatch from Greg Harvey:
1999-03-16 Mikael Djurfeldt* list.c (scm_reverse): Report an error if given a...
1999-03-11 Mikael Djurfeldt* list.c (scm_list_star): New procedure.
1998-11-05 Mikael DjurfeldtRemoved lingering declaration of removed function slopp...
1998-11-03 Mikael Djurfeldt* list.c (scm_sloppy_memq): Removed sloppy_mem_check.
1998-10-19 Jim Blandy* __scm.h, alist.c, async.c, async.h, backtrace.h,...
1997-09-15 Mikael Djurfeldt* list.h (SCM_LISTn): New macros. Make list creation...
1997-08-18 Mikael Djurfeldt* list.c (scm_list_append_x): Allow non-pair as last...
1997-05-26 Jim Blandy* Lots of files: New address for FSF.
1996-12-23 Jim Blandy* * list.c (scm_delq_x, scm_delv_x, scm_delete_x):...
1996-11-10 Jim Blandyspelling fix
1996-10-20 Mikael Djurfeldt* pairs.h, eval.c, eval.h, feature.c, gc.c, list.c...
1996-10-03 Jim Blandy* list.c, list.h: Use SCM_P instead of CPP hair. Doc...
1996-09-10 Jim BlandyC files should #include only the header files they...
1996-07-25 Jim Blandymaintainer changed: was lord, now jimb; first import