summaryrefslogtreecommitdiff
path: root/libguile/alist.c
Commit message (Expand)AuthorAgeFilesLines
* Update license notices in all C filesAndy Wingo2018-06-201-17/+17
* Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* Rationalize include order in C filesAndy Wingo2018-06-201-2/+5
* Make libguile header inclusion consistent within libguile c filesAndy Wingo2018-06-201-8/+8
* Remove Emacs local variables comments in Guile sourceAndy Wingo2018-06-201-6/+0
* Remove _scm.hAndy Wingo2018-06-201-1/+0
* Move subr snarfing macros to gsubr.h.Andy Wingo2018-06-201-0/+1
* Devolve pairs.hAndy Wingo2018-06-181-1/+0
* Devolve boolean.h include.Andy Wingo2018-06-181-0/+1
* Remove includes of validate.h.Andy Wingo2018-06-181-2/+2
* Attempt to mutate residualized literal pair throws exceptionAndy Wingo2017-04-181-3/+3
* Let assv/assoc shortcircuit to assq where feasibleDavid Kastrup2016-08-071-0/+21
* Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo2012-02-081-2/+2
|\
| * Improve the usage of variable names in C docstrings.Bake Timmons2012-02-021-2/+2
* | de-inline cons in scm_aconsAndy Wingo2011-10-241-4/+2
|/
* remove libguile/lang.h, deprecate %nil (in favor of #nil)Andy Wingo2010-04-091-2/+1
* Change Guile license to LGPLv3+Neil Jerram2009-06-171-6/+7
* Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès2008-09-131-1/+5
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* *** empty log message ***Marius Vollmer2004-09-221-22/+23
* * tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it intoMarius Vollmer2004-07-271-2/+2
* * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer2004-07-061-4/+4
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-36/+12
* Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen2002-03-141-2/+0
* Changes in doc/ref:Dirk Herrmann2002-03-011-3/+3
* * First batch of libguile changes for Elisp support.Neil Jerram2002-01-221-3/+4
* Replaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_cell andMarius Vollmer2001-11-251-12/+3
* * Adding C function declarations from the SCM interface to theNeil Jerram2001-11-161-11/+11
* * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c,Martin Grabmüller2001-07-191-1/+1
* Remove "face-lift" comment.Thien-Thi Nguyen2001-07-091-2/+0
* Remove #include <stdio.h>. Add #include <string.h>.Keisuke Nishida2001-03-091-1/+0
* * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,Marius Vollmer2000-11-171-0/+2
* * Some more work to get rid of SCM_LENGTHDirk Herrmann2000-10-251-0/+12
* FixMikael Djurfeldt2000-08-131-12/+21
* * alist.c (scm_assq, scm_assv, scm_assoc): Report argument typeMikael Djurfeldt2000-08-131-3/+3
* * alist.c (scm_assq_remove_x, scm_assv_remove_x,Marius Vollmer2000-07-301-3/+3
* * alist.c (scm_assq_remove_x, scm_assv_remove_x,Marius Vollmer2000-07-251-16/+10
* * alist.c (scm_assq_remove_x, scm_assv_remove_x,Marius Vollmer2000-07-231-13/+13
* Use SCM{_SET}?_CELL_OBJECT if a cell is not known to be a valid pair yet.Dirk Herrmann2000-05-081-4/+4
* * Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt2000-04-211-6/+6
* Don't use C operators == and != to compare SCM values.Dirk Herrmann2000-03-291-2/+2
* * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin2000-03-191-0/+6
* * alist.c, eval.c, net_db.c, posix.c, print.c, snarf.h, struct.c,Mikael Djurfeldt2000-03-121-1/+1
* * error.h, error.c: Added `scm_wrong_type_arg_msg' to supportGreg J. Badros2000-03-031-1/+1
* * alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c,Mikael Djurfeldt2000-01-181-53/+50
* Cosmetic fixesMikael Djurfeldt2000-01-081-23/+23
* * alist.c: Do not report mismatch errors on some uses of `tmp' (doGreg J. Badros2000-01-061-3/+3
* * alist.c: minimize scope of the tmp variables, and initializeGreg J. Badros2000-01-061-23/+24
* * *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_*Greg J. Badros2000-01-051-8/+8