summaryrefslogtreecommitdiff
path: root/libguile/pairs.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-12Merge branch 'stable-2.0'Mark H Weaver1-1/+86
2013-12-12Add missing FUNC_NAME defines for pair accessors.Tom Tromey1-1/+92
2012-05-17inline scm_cons, scm_car, scm_cdrAndy Wingo1-21/+4
2011-05-13allow iflags to be constant expressions with typing-strictness==2Andy Wingo1-3/+3
2010-08-27Revert "[build] Rewrite guile-func-name-check in Scheme, adding features."Andy Wingo1-1/+0
2010-08-26[build] Rewrite guile-func-name-check in Scheme, adding features.Thien-Thi Nguyen1-0/+1
2009-12-04remove cxrsAndy Wingo1-77/+134
2009-10-27the cube of lisp booleans (#f nil () #t)Mark H Weaver1-1/+15
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-6/+7
2008-09-13Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès1-1/+4
2006-04-17merge from 1.8 branchKevin Ryde1-1/+1
2006-01-28* inline.h, pairs.c (scm_is_pair): Moved scm_is_pair from pairs.cMarius Vollmer1-6/+0
2005-07-11(scm_error_pair_access): Plain ascii ' in error messageKevin Ryde1-1/+1
2005-07-11(scm_error_pair_access): Use scm_from_locale_string ratherKevin Ryde1-2/+2
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
2004-11-02(scm_i_chase_pairs): Replace scm_t_bits with scm_t_uint32 to fix theMarius Vollmer1-1/+1
2004-09-22* discouraged.h, tags.h (SCM_CONSP, SCM_NCONSP): Moved toMarius Vollmer1-2/+37
2004-07-06* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer1-1/+1
2003-06-01 This set of patches separates the representation of the cxr familyDirk Herrmann1-34/+48
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-36/+12
2002-08-05* tests/reader.test: change misc-error in read-error.Han-Wen Nienhuys1-1/+1
2002-08-04new gcHan-Wen Nienhuys1-1/+1
2002-03-14Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen1-2/+0
2002-03-01Changes in doc/ref:Dirk Herrmann1-1/+1
2001-11-25Replaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_cell andMarius Vollmer1-17/+2
2001-07-09Remove "face-lift" comment.Thien-Thi Nguyen1-2/+0
2001-06-28 * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5,Keisuke Nishida1-1/+1
2001-06-08* Fixed some bugs, some reported by Matthias Koeppe.Dirk Herrmann1-2/+9
2001-06-07* Introduce SCM_UNUSED and mark unused function parameters.Dirk Herrmann1-1/+15
2001-05-20(scm_c_make_gsubr, scm_c_define_gsubr, scm_c_make_gsubr_with_generic,Marius Vollmer1-1/+1
2001-04-03Correct, update, improve and clean up a lot of docstrings in order to makeMartin Grabmüller1-4/+5
2001-03-09Remove #include <stdio.h>. Add #include <string.h>.Keisuke Nishida1-1/+0
2000-11-17* alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,Marius Vollmer1-0/+2
2000-06-12Updated copyrightsMikael Djurfeldt1-1/+1
2000-05-05* Use SCM{_SET}?_CELL_OBJECT to access cells that are no valid pairs yet.Dirk Herrmann1-21/+24
2000-04-25* Remove function scm_init_iprocs, remove struct scm_iproc and simplifyDirk Herrmann1-33/+37
2000-04-21* Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt1-3/+3
2000-03-19 * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin1-0/+6
2000-03-03* error.h, error.c: Added `scm_wrong_type_arg_msg' to supportGreg J. Badros1-1/+1
2000-02-07* pairs.c: Doc patches from Richard Kim. Pasted from MIT SchemeGreg J. Badros1-4/+8
2000-01-05* *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_*Greg J. Badros1-3/+3
2000-01-05*.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.Greg J. Badros1-4/+4
1999-12-19* tags.h (SCM_CONSP, SCM_NCONSP): Define these in terms ofGreg J. Badros1-2/+2
1999-12-12* *.c: Pervasive software-engineering-motivated rewrite ofGreg J. Badros1-31/+31
1999-03-22* pairs.c (scm_set_car_x, scm_set_cdr_x): Return SCM_UNSPECIFIED.Mikael Djurfeldt1-2/+2
1999-02-06* chars.c (scm_lowers, scm_uppers, scm_charnames, scm_charnums),Jim Blandy1-1/+1
1999-01-13Fixed indentationMikael Djurfeldt1-15/+17
1997-05-26* Lots of files: New address for FSF.Jim Blandy1-3/+3
1996-10-20* alist.c, arbiters.c, continuations.c, debug.c, debug.h, eval.c,Mikael Djurfeldt1-8/+8
1996-10-14* __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,Jim Blandy1-39/+6