(scm_list): Restore this function for use from C.
[bpt/guile.git] / libguile / list.c
2006-02-02 Kevin Ryde(scm_list): Restore this function for use from C.
2006-01-29 Marius VollmerRenamed the "frames" that are related to dynamic-wind...
2005-11-26 Kevin Ryde(list): Should be "primitive" in SCM_SNARF_DOCS, not...
2005-05-23 Marius VollmerThe FSF has a new address.
2005-04-23 Kevin Ryde(scm_make_list): New code, moving make-list from boot...
2005-04-22 Kevin Ryde(list): Use scm_list_copy, so as to produce a fresh...
2005-04-22 Kevin Ryde(scm_cons_star): Don't modify the rest list, it belongs to
2004-09-22 Marius Vollmer*** empty log message ***
2004-07-27 Marius Vollmer* tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving...
2004-07-23 Marius Vollmer* deprecated.h, deprecated.c, numbers.h (SCM_INUMP...
2004-07-10 Marius Vollmer* validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALI...
2004-07-08 Marius Vollmer* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_M...
2004-07-06 Marius Vollmer* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP...
2004-06-06 Dirk Herrmann * list.[ch] (scm_i_finite_list_copy): New internal...
2004-05-01 Kevin Ryde(varargs.h): Remove, leave just stdarg.h which is all the
2004-04-15 Kevin Ryde(scm_append_x): Use iterative style, to avoid non-tail...
2004-03-28 Han-Wen Nienhuys* eval.c (s_scm_copy_tree): idem.
2004-03-20 Marius VollmerChanged docstrings so that they no longer talk about...
2004-02-20 Neil Jerram * list.c (scm_list_n): Add #if SCM_DEBUG_CELL_ACCESSES...
2004-02-20 Han-Wen Nienhuys(scm_list_n): check validate non-immediate arguments;
2003-10-11 Kevin Ryde(scm_append): Track argument number and use in error.
2003-07-09 Kevin Ryde* deprecation.c (scm_c_issue_deprecation_warning_fmt...
2003-04-21 Dirk Herrmann * srfi/srfi-1.c (srfi1_ilength), libguile/list.c ...
2003-04-21 Dirk Herrmann * list.c (scm_cons_star), ramap.c (scm_ra_sum, scm_ra_...
2003-04-05 Marius VollmerChanged license terms to the plain LGPL thru-out.
2003-03-11 Mikael Djurfeldt* srfi-1.scm (filter, filter!): Removed. (Now implemen...
2002-07-20 Han-Wen Nienhuys2002-07-20 Han-Wen <hanwen@cs.uu.nl>
2002-03-14 Thien-Thi NguyenRetire inclusion guard macro SCM_MAGIC_SNARFER.
2002-03-01 Dirk HerrmannChanges in doc/ref:
2002-01-22 Neil Jerram* First batch of libguile changes for Elisp support.
2001-11-25 Marius VollmerReplaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_ce...
2001-11-16 Neil Jerram* Adding C function declarations from the SCM interface...
2001-08-31 Dirk Herrmann* Removed deprecated stuff.
2001-07-09 Thien-Thi NguyenRemove "face-lift" comment.
2001-06-30 Dirk Herrmann* Fixed some signedness issues.
2001-06-28 Keisuke Nishida * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list...
2001-05-26 Michael Livshinrevert the ill-considered part of the 2001-05-24 changes
2001-05-24 Michael Livshin* validate.h
2001-05-04 Neil Jerram * eval.c (scm_promise_p), list.c (scm_append_x, scm_re...
2001-04-03 Martin GrabmüllerCorrect, update, improve and clean up a lot of docstrin...
2001-03-23 Neil Jerram* Fix docstring typos.
2001-03-16 Martin Grabmüller * list.c (scm_list, scm_cons_star, scm_null_p, scm_lis...
2001-03-11 Keisuke Nishida * list.c (s_scm_reverse_x): Use SCM_VALIDATE_LIST.
2001-03-09 Keisuke NishidaRemove #include <stdio.h>. Add #include <string.h>.
2001-02-12 Keisuke Nishida* list.c (scm_list_copy): Validate the first argument.
2000-12-01 Dirk Herrmann* Added scm_c_memq as a fast C level alternative for...
2000-11-17 Marius Vollmer* alist.c, arbiters.c, async.c, backtrace.c, boolean...
2000-10-13 Dirk Herrmann* Deprecated scm_sloppy_mem(q|v|ber)
2000-09-29 Neil Jerram* Cosmetic docstring fixes.
2000-08-11 Neil Jerram * macros.c: Remove surplus newlines from end of docstr...
2000-06-30 Dirk Herrmann* Eliminated use of SCM_ASSERT to check for range errors.
2000-06-20 Mikael Djurfeldt* list.c (scm_cons_star): Updated comment.
2000-06-19 Mikael Djurfeldt* list.[ch] (scm_cons_star/cons*): Renamed from
2000-06-16 Dirk Herrmann* Removed duplicate implementation of list*.
2000-06-12 Mikael DjurfeldtUpdated copyrights
2000-05-18 Dirk Herrmann* Unified some rest argument checking and handling.
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