summaryrefslogtreecommitdiff
path: root/libguile/lang.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-09remove libguile/lang.h, deprecate %nil (in favor of #nil)Andy Wingo1-51/+0
2010-04-09lisp nil always enabledAndy Wingo1-5/+1
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
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-36/+12
2003-03-27* lang.c: fix various preprocessor usages of new publicRob Browning1-1/+1
2002-12-28Remove superfluous code (previously commented out).Neil Jerram1-96/+0
2002-07-202002-07-20 Han-Wen <hanwen@cs.uu.nl>Han-Wen Nienhuys1-2/+2
2002-03-14Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen1-2/+0
2002-01-22* First batch of libguile changes for Elisp support.Neil Jerram1-0/+10
2001-11-25Replaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_cell andMarius Vollmer1-5/+1
2001-07-19 * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c,Martin Grabmüller1-1/+1
2001-07-09Remove "face-lift" comment.Thien-Thi Nguyen1-2/+0
2001-06-14Replace "scm_*_t" with "scm_t_*", except "scm_lisp_t".Marius Vollmer1-2/+2
2001-06-14replace "scm_*_t" with "scm_t_*".Marius Vollmer1-2/+2
2001-02-16(scm_nil_cons, scm_nil_car, scm_nil_cdr, scm_null, scm_nil_eq): AddedMartin Grabmüller1-5/+11
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-04-21FixesMikael Djurfeldt1-1/+1
2000-04-21* Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt1-6/+6
2000-04-03Lots of fixes to make guile (at some time) compile with strict typing.Dirk Herrmann1-1/+1
2000-03-19 * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin1-0/+6
2000-03-18Only include root.h where it is actually needed.Dirk Herrmann1-0/+1
2000-03-14* eval.c, lang.c, lang.h (scm_lisp_nil, scm_lisp_t): Renamed fromMikael Djurfeldt1-8/+8
2000-03-03* error.h, error.c: Added `scm_wrong_type_arg_msg' to supportGreg J. Badros1-1/+1
2000-01-06* *.c, snarf.h: Replace GUILE_PROC1 with SCM_DEFINE1 throughout.Greg J. Badros1-1/+1
2000-01-05* *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_*Greg J. Badros1-2/+2
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-13Remove leading whitespace before empty docstrings.Greg J. Badros1-3/+3
1999-12-12* *.c: Pervasive software-engineering-motivated rewrite ofGreg J. Badros1-23/+37
1999-07-30Updated copyright noticeMikael Djurfeldt1-1/+1
1999-07-27* Makefile.am (EXTRA_libguile_la_SOURCES): Added lang.c.Mikael Djurfeldt1-0/+140