| Commit message (Expand) | Author | Age | Files | Lines |
* | Update license notices in all C files | Andy Wingo | 2018-06-20 | 1 | -17/+17 |
* | Remove (C) from copyright statements | Andy Wingo | 2018-06-20 | 1 | -1/+1 |
* | Rationalize include order in C files | Andy Wingo | 2018-06-20 | 1 | -2/+5 |
* | Make libguile header inclusion consistent within libguile c files | Andy Wingo | 2018-06-20 | 1 | -8/+8 |
* | Remove Emacs local variables comments in Guile source | Andy Wingo | 2018-06-20 | 1 | -6/+0 |
* | Remove _scm.h | Andy Wingo | 2018-06-20 | 1 | -1/+0 |
* | Move subr snarfing macros to gsubr.h. | Andy Wingo | 2018-06-20 | 1 | -0/+1 |
* | Devolve pairs.h | Andy Wingo | 2018-06-18 | 1 | -1/+0 |
* | Devolve boolean.h include. | Andy Wingo | 2018-06-18 | 1 | -0/+1 |
* | Remove includes of validate.h. | Andy Wingo | 2018-06-18 | 1 | -2/+2 |
* | Attempt to mutate residualized literal pair throws exception | Andy Wingo | 2017-04-18 | 1 | -3/+3 |
* | Let assv/assoc shortcircuit to assq where feasible | David Kastrup | 2016-08-07 | 1 | -0/+21 |
* | Merge remote-tracking branch 'origin/stable-2.0' | Andy Wingo | 2012-02-08 | 1 | -2/+2 |
|\ |
|
| * | Improve the usage of variable names in C docstrings. | Bake Timmons | 2012-02-02 | 1 | -2/+2 |
* | | de-inline cons in scm_acons | Andy Wingo | 2011-10-24 | 1 | -4/+2 |
|/ |
|
* | remove libguile/lang.h, deprecate %nil (in favor of #nil) | Andy Wingo | 2010-04-09 | 1 | -2/+1 |
* | Change Guile license to LGPLv3+ | Neil Jerram | 2009-06-17 | 1 | -6/+7 |
* | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 2008-09-13 | 1 | -1/+5 |
* | merge from 1.8 branch | Kevin Ryde | 2006-04-17 | 1 | -1/+1 |
* | The FSF has a new address. | Marius Vollmer | 2005-05-23 | 1 | -1/+1 |
* | *** empty log message *** | Marius Vollmer | 2004-09-22 | 1 | -22/+23 |
* | * tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it into | Marius Vollmer | 2004-07-27 | 1 | -2/+2 |
* | * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, | Marius Vollmer | 2004-07-06 | 1 | -4/+4 |
* | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 2003-04-05 | 1 | -36/+12 |
* | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 2002-03-14 | 1 | -2/+0 |
* | Changes in doc/ref: | Dirk Herrmann | 2002-03-01 | 1 | -3/+3 |
* | * First batch of libguile changes for Elisp support. | Neil Jerram | 2002-01-22 | 1 | -3/+4 |
* | Replaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_cell and | Marius Vollmer | 2001-11-25 | 1 | -12/+3 |
* | * Adding C function declarations from the SCM interface to the | Neil Jerram | 2001-11-16 | 1 | -11/+11 |
* | * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c, | Martin Grabmüller | 2001-07-19 | 1 | -1/+1 |
* | Remove "face-lift" comment. | Thien-Thi Nguyen | 2001-07-09 | 1 | -2/+0 |
* | Remove #include <stdio.h>. Add #include <string.h>. | Keisuke Nishida | 2001-03-09 | 1 | -1/+0 |
* | * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c, | Marius Vollmer | 2000-11-17 | 1 | -0/+2 |
* | * Some more work to get rid of SCM_LENGTH | Dirk Herrmann | 2000-10-25 | 1 | -0/+12 |
* | Fix | Mikael Djurfeldt | 2000-08-13 | 1 | -12/+21 |
* | * alist.c (scm_assq, scm_assv, scm_assoc): Report argument type | Mikael Djurfeldt | 2000-08-13 | 1 | -3/+3 |
* | * alist.c (scm_assq_remove_x, scm_assv_remove_x, | Marius Vollmer | 2000-07-30 | 1 | -3/+3 |
* | * alist.c (scm_assq_remove_x, scm_assv_remove_x, | Marius Vollmer | 2000-07-25 | 1 | -16/+10 |
* | * alist.c (scm_assq_remove_x, scm_assv_remove_x, | Marius Vollmer | 2000-07-23 | 1 | -13/+13 |
* | Use SCM{_SET}?_CELL_OBJECT if a cell is not known to be a valid pair yet. | Dirk Herrmann | 2000-05-08 | 1 | -4/+4 |
* | * Makefile.am (DEFS): Added. automake adds -I options to DEFS, | Mikael Djurfeldt | 2000-04-21 | 1 | -6/+6 |
* | Don't use C operators == and != to compare SCM values. | Dirk Herrmann | 2000-03-29 | 1 | -2/+2 |
* | * *.[hc]: add Emacs magic at the end of file, to ensure GNU | Michael Livshin | 2000-03-19 | 1 | -0/+6 |
* | * alist.c, eval.c, net_db.c, posix.c, print.c, snarf.h, struct.c, | Mikael Djurfeldt | 2000-03-12 | 1 | -1/+1 |
* | * error.h, error.c: Added `scm_wrong_type_arg_msg' to support | Greg J. Badros | 2000-03-03 | 1 | -1/+1 |
* | * alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c, | Mikael Djurfeldt | 2000-01-18 | 1 | -53/+50 |
* | Cosmetic fixes | Mikael Djurfeldt | 2000-01-08 | 1 | -23/+23 |
* | * alist.c: Do not report mismatch errors on some uses of `tmp' (do | Greg J. Badros | 2000-01-06 | 1 | -3/+3 |
* | * alist.c: minimize scope of the tmp variables, and initialize | Greg J. Badros | 2000-01-06 | 1 | -23/+24 |
* | * *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_* | Greg J. Badros | 2000-01-05 | 1 | -8/+8 |