Age | Commit message (Expand) | Author | Files | Lines |
2010-04-09 | remove libguile/lang.h, deprecate %nil (in favor of #nil) | Andy Wingo | 1 | -51/+0 |
2010-04-09 | lisp nil always enabled | Andy Wingo | 1 | -5/+1 |
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -6/+7 |
2008-09-13 | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 1 | -1/+4 |
2006-04-17 | merge from 1.8 branch | Kevin Ryde | 1 | -1/+1 |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -1/+1 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -36/+12 |
2003-03-27 | * lang.c: fix various preprocessor usages of new public | Rob Browning | 1 | -1/+1 |
2002-12-28 | Remove superfluous code (previously commented out). | Neil Jerram | 1 | -96/+0 |
2002-07-20 | 2002-07-20 Han-Wen <hanwen@cs.uu.nl> | Han-Wen Nienhuys | 1 | -2/+2 |
2002-03-14 | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 1 | -2/+0 |
2002-01-22 | * First batch of libguile changes for Elisp support. | Neil Jerram | 1 | -0/+10 |
2001-11-25 | Replaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_cell and | Marius Vollmer | 1 | -5/+1 |
2001-07-19 | * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c, | Martin Grabmüller | 1 | -1/+1 |
2001-07-09 | Remove "face-lift" comment. | Thien-Thi Nguyen | 1 | -2/+0 |
2001-06-14 | Replace "scm_*_t" with "scm_t_*", except "scm_lisp_t". | Marius Vollmer | 1 | -2/+2 |
2001-06-14 | replace "scm_*_t" with "scm_t_*". | Marius Vollmer | 1 | -2/+2 |
2001-02-16 | (scm_nil_cons, scm_nil_car, scm_nil_cdr, scm_null, scm_nil_eq): Added | Martin Grabmüller | 1 | -5/+11 |
2000-11-17 | * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c, | Marius Vollmer | 1 | -0/+2 |
2000-06-12 | Updated copyrights | Mikael Djurfeldt | 1 | -1/+1 |
2000-04-21 | Fixes | Mikael Djurfeldt | 1 | -1/+1 |
2000-04-21 | * Makefile.am (DEFS): Added. automake adds -I options to DEFS, | Mikael Djurfeldt | 1 | -6/+6 |
2000-04-03 | Lots of fixes to make guile (at some time) compile with strict typing. | Dirk Herrmann | 1 | -1/+1 |
2000-03-19 | * *.[hc]: add Emacs magic at the end of file, to ensure GNU | Michael Livshin | 1 | -0/+6 |
2000-03-18 | Only include root.h where it is actually needed. | Dirk Herrmann | 1 | -0/+1 |
2000-03-14 | * eval.c, lang.c, lang.h (scm_lisp_nil, scm_lisp_t): Renamed from | Mikael Djurfeldt | 1 | -8/+8 |
2000-03-03 | * error.h, error.c: Added `scm_wrong_type_arg_msg' to support | Greg J. Badros | 1 | -1/+1 |
2000-01-06 | * *.c, snarf.h: Replace GUILE_PROC1 with SCM_DEFINE1 throughout. | Greg J. Badros | 1 | -1/+1 |
2000-01-05 | * *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_* | Greg J. Badros | 1 | -2/+2 |
2000-01-05 | *.[ch]: Replace GUILE_PROC w/ SCM_DEFINE. | Greg J. Badros | 1 | -4/+4 |
1999-12-19 | * tags.h (SCM_CONSP, SCM_NCONSP): Define these in terms of | Greg J. Badros | 1 | -2/+2 |
1999-12-13 | Remove leading whitespace before empty docstrings. | Greg J. Badros | 1 | -3/+3 |
1999-12-12 | * *.c: Pervasive software-engineering-motivated rewrite of | Greg J. Badros | 1 | -23/+37 |
1999-07-30 | Updated copyright notice | Mikael Djurfeldt | 1 | -1/+1 |
1999-07-27 | * Makefile.am (EXTRA_libguile_la_SOURCES): Added lang.c. | Mikael Djurfeldt | 1 | -0/+140 |