Age | Commit message (Expand) | Author | Files | Lines |
2013-12-12 | Merge branch 'stable-2.0' | Mark H Weaver | 1 | -1/+86 |
2013-12-12 | Add missing FUNC_NAME defines for pair accessors. | Tom Tromey | 1 | -1/+92 |
2012-05-17 | inline scm_cons, scm_car, scm_cdr | Andy Wingo | 1 | -21/+4 |
2011-05-13 | allow iflags to be constant expressions with typing-strictness==2 | Andy Wingo | 1 | -3/+3 |
2010-08-27 | Revert "[build] Rewrite guile-func-name-check in Scheme, adding features." | Andy Wingo | 1 | -1/+0 |
2010-08-26 | [build] Rewrite guile-func-name-check in Scheme, adding features. | Thien-Thi Nguyen | 1 | -0/+1 |
2009-12-04 | remove cxrs | Andy Wingo | 1 | -77/+134 |
2009-10-27 | the cube of lisp booleans (#f nil () #t) | Mark H Weaver | 1 | -1/+15 |
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 |
2006-01-28 | * inline.h, pairs.c (scm_is_pair): Moved scm_is_pair from pairs.c | Marius Vollmer | 1 | -6/+0 |
2005-07-11 | (scm_error_pair_access): Plain ascii ' in error message | Kevin Ryde | 1 | -1/+1 |
2005-07-11 | (scm_error_pair_access): Use scm_from_locale_string rather | Kevin Ryde | 1 | -2/+2 |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -1/+1 |
2004-11-02 | (scm_i_chase_pairs): Replace scm_t_bits with scm_t_uint32 to fix the | Marius Vollmer | 1 | -1/+1 |
2004-09-22 | * discouraged.h, tags.h (SCM_CONSP, SCM_NCONSP): Moved to | Marius Vollmer | 1 | -2/+37 |
2004-07-06 | * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, | Marius Vollmer | 1 | -1/+1 |
2003-06-01 | This set of patches separates the representation of the cxr family | Dirk Herrmann | 1 | -34/+48 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -36/+12 |
2002-08-05 | * tests/reader.test: change misc-error in read-error. | Han-Wen Nienhuys | 1 | -1/+1 |
2002-08-04 | new gc | Han-Wen Nienhuys | 1 | -1/+1 |
2002-03-14 | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 1 | -2/+0 |
2002-03-01 | Changes in doc/ref: | Dirk Herrmann | 1 | -1/+1 |
2001-11-25 | Replaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_cell and | Marius Vollmer | 1 | -17/+2 |
2001-07-09 | Remove "face-lift" comment. | Thien-Thi Nguyen | 1 | -2/+0 |
2001-06-28 | * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5, | Keisuke Nishida | 1 | -1/+1 |
2001-06-08 | * Fixed some bugs, some reported by Matthias Koeppe. | Dirk Herrmann | 1 | -2/+9 |
2001-06-07 | * Introduce SCM_UNUSED and mark unused function parameters. | Dirk Herrmann | 1 | -1/+15 |
2001-05-20 | (scm_c_make_gsubr, scm_c_define_gsubr, scm_c_make_gsubr_with_generic, | Marius Vollmer | 1 | -1/+1 |
2001-04-03 | Correct, update, improve and clean up a lot of docstrings in order to make | Martin Grabmüller | 1 | -4/+5 |
2001-03-09 | Remove #include <stdio.h>. Add #include <string.h>. | Keisuke Nishida | 1 | -1/+0 |
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-05-05 | * Use SCM{_SET}?_CELL_OBJECT to access cells that are no valid pairs yet. | Dirk Herrmann | 1 | -21/+24 |
2000-04-25 | * Remove function scm_init_iprocs, remove struct scm_iproc and simplify | Dirk Herrmann | 1 | -33/+37 |
2000-04-21 | * Makefile.am (DEFS): Added. automake adds -I options to DEFS, | Mikael Djurfeldt | 1 | -3/+3 |
2000-03-19 | * *.[hc]: add Emacs magic at the end of file, to ensure GNU | Michael Livshin | 1 | -0/+6 |
2000-03-03 | * error.h, error.c: Added `scm_wrong_type_arg_msg' to support | Greg J. Badros | 1 | -1/+1 |
2000-02-07 | * pairs.c: Doc patches from Richard Kim. Pasted from MIT Scheme | Greg J. Badros | 1 | -4/+8 |
2000-01-05 | * *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_* | Greg J. Badros | 1 | -3/+3 |
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-12 | * *.c: Pervasive software-engineering-motivated rewrite of | Greg J. Badros | 1 | -31/+31 |
1999-03-22 | * pairs.c (scm_set_car_x, scm_set_cdr_x): Return SCM_UNSPECIFIED. | Mikael Djurfeldt | 1 | -2/+2 |
1999-02-06 | * chars.c (scm_lowers, scm_uppers, scm_charnames, scm_charnums), | Jim Blandy | 1 | -1/+1 |
1999-01-13 | Fixed indentation | Mikael Djurfeldt | 1 | -15/+17 |
1997-05-26 | * Lots of files: New address for FSF. | Jim Blandy | 1 | -3/+3 |
1996-10-20 | * alist.c, arbiters.c, continuations.c, debug.c, debug.h, eval.c, | Mikael Djurfeldt | 1 | -8/+8 |
1996-10-14 | * __scm.h, alist.c, alist.h, append.c, append.h, appinit.c, | Jim Blandy | 1 | -39/+6 |