summaryrefslogtreecommitdiff
path: root/libguile/pairs.h
AgeCommit message (Expand)AuthorFilesLines
2010-08-08remove "discouraged" infrastructureAndy Wingo1-1/+9
2010-04-09change remaining %nil -> #nilAndy Wingo1-3/+4
2010-04-09remove libguile/lang.h, deprecate %nil (in favor of #nil)Andy Wingo1-0/+6
2010-04-09lisp nil always enabledAndy Wingo1-6/+2
2010-03-30nil is null, wheeAndy Wingo1-2/+2
2009-12-04remove cxrsAndy Wingo1-61/+28
2009-10-27the cube of lisp booleans (#f nil () #t)Mark H Weaver1-2/+27
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-6/+7
2008-05-31Add `SCM_INTERNAL' macro, use it.Ludovic Courtès1-1/+1
2008-03-02Fix "mixed linkage" errors in `inline.h'.Ludovic Courtès1-3/+1
2006-04-17merge from 1.8 branchKevin Ryde1-1/+1
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
2004-09-22* discouraged.h, tags.h (SCM_CONSP, SCM_NCONSP): Moved toMarius Vollmer1-6/+6
2004-09-22(scm_car, scm_cdr, scm_i_chase_pairs, SCM_I_A_PAT, SCM_I_D_PAT, etc,Marius Vollmer1-0/+67
2004-07-27* tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it intoMarius Vollmer1-1/+1
2003-04-23 * sort.c, pairs.h: Removed unnecessary includes.Dirk Herrmann1-1/+0
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-35/+11
2001-11-02Prefixed each each exported symbol with SCM_API.Marius Vollmer1-7/+7
2001-08-31* Renamed header macros to the SCM_<filename>_H format.Dirk Herrmann1-4/+4
2001-07-30* Use SCM_CONSP, not SCM_ECONSP.Dirk Herrmann1-1/+1
2001-07-09Remove "face-lift" comment.Thien-Thi Nguyen1-2/+0
2001-06-23* Various minor improvements, for example signedness fixes.Dirk Herrmann1-1/+1
2001-06-07* Introduce SCM_UNUSED and mark unused function parameters.Dirk Herrmann1-8/+19
2000-03-29* New macro SCM_TRUE_P.Dirk Herrmann1-2/+2
2000-03-27* SCM_C[AD]R and SCM_SETC[AD]R use SCM_{SET_}?OBJECT now.Dirk Herrmann1-5/+5
2000-03-26Moved some cell related definitions from tags.h and pairs.h to gc.h.Dirk Herrmann1-165/+1
2000-03-24Added a set of low level macros for accessing cell entries.Dirk Herrmann1-12/+33
2000-03-19 * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin1-0/+6
2000-03-15* gc.c, gc.h, pairs.h, init.c: Implementation of a new way ofMikael Djurfeldt1-0/+30
2000-03-14* pairs.h (SCM_NEWCELL, SCM_NEWCELL2): Use new style freelists.Mikael Djurfeldt1-8/+8
2000-03-14* pairs.h (SCM_NEWCELL2): double-cell variants of SCM_NEWCELL.Mikael Djurfeldt1-14/+45
2000-03-12*** empty log message ***Mikael Djurfeldt1-7/+7
2000-03-12* async.c, boolean.h, debug.c, dynl.c, dynwind.c, eval.c, eval.h,Mikael Djurfeldt1-7/+7
2000-03-11* pairs.h (SCM_SETAND_CAR, SCM_SETAND_CDR, SCM_SETOR_CAR,Mikael Djurfeldt1-5/+9
2000-03-09*.[ch]: make a distinction between SCM as a genericGreg J. Badros1-7/+7
2000-03-02* list.c: Moved append docs to append! Thanks Dirk Hermann. Also,Greg J. Badros1-6/+6
2000-01-03* gc.c (scm_debug_newcell): Added SCM_SETCAR of the newlyGreg J. Badros1-0/+5
1999-12-12* *.c: Pervasive software-engineering-motivated rewrite ofGreg J. Badros1-0/+5
1999-09-28Fix my last commit -- DEBUG_FREELIST renamed to GUILE_DEBUG_FREELISTGreg J. Badros1-1/+1
1999-09-27* stacks.c: Avoid compiler warning re: unitialized var.Greg J. Badros1-3/+3
1998-12-05* pairs.h (SCM_NEWCELL): When DEBUG_FREELIST is defined, don'tJim Blandy1-1/+1
1997-05-26* Lots of files: New address for FSF.Jim Blandy1-3/+3
1996-11-10* gc.c (which_seg, scm_map_free_list, scm_newcell_count,Jim Blandy1-0/+4
1996-10-20* pairs.h, eval.c, eval.h, feature.c, gc.c, list.c, load.c,Mikael Djurfeldt1-2/+10
1996-10-14* __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,Jim Blandy1-17/+8
1996-10-03Distinguish #f and ().Jim Blandy1-1/+0
1996-09-05* alist.h, append.h, arbiters.h, async.h, boolean.h, chars.h,Jim Blandy1-1/+1
1996-09-04Don't install the unwashed masses of Guile header files in theJim Blandy1-1/+1
1996-07-25maintainer changed: was lord, now jimb; first importJim Blandy1-0/+170