| Commit message (Expand) | Author | Age | Files | Lines |
* | Deprecate dynamic roots... | Andy Wingo | 2016-11-21 | 1 | -1/+0 |
* | Merge remote-tracking branch 'origin/stable-2.0'... | Andy Wingo | 2013-01-15 | 1 | -1/+1 |
|\ |
|
| * | deprecate SCM_CHAR_CODE_LIMIT and char-code-limit... | Andy Wingo | 2013-01-10 | 1 | -3/+1 |
* | | Merge remote-tracking branch 'origin/stable-2.0'... | Andy Wingo | 2011-12-19 | 1 | -7/+9 |
|\| |
|
| * | Arrange to convert command-line arguments from the right encoding.... | Ludovic Courtès | 2011-12-15 | 1 | -7/+9 |
* | | most uses of scm_from_locale_symbol become scm_from_utf8_symbol... | Andy Wingo | 2011-10-25 | 1 | -1/+1 |
* | | remove mention of cheap continuations... | Andy Wingo | 2011-05-15 | 1 | -3/+0 |
* | | remove SCM_CHAR_CODE_LIMIT define... | Andy Wingo | 2011-05-15 | 1 | -2/+0 |
* | | remove SICP from __scm.h... | Andy Wingo | 2011-05-15 | 1 | -4/+1 |
|/ |
|
* | remove a bunch of needless scm_permanent_object calls... | Andy Wingo | 2009-12-05 | 1 | -2/+2 |
* | 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/+1 |
* | merge from 1.8 | Kevin Ryde | 2007-01-15 | 1 | -1/+17 |
* | 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 |
* | (progargs_fluid): New.... | Marius Vollmer | 2005-03-02 | 1 | -5/+11 |
* | * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,... | Marius Vollmer | 2004-08-19 | 1 | -3/+3 |
* | * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,... | Marius Vollmer | 2004-07-23 | 1 | -1/+1 |
* | * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM to... | Marius Vollmer | 2004-07-08 | 1 | -1/+1 |
* | * feature.c (scm_init_feature): Always add threads feature. | Mikael Djurfeldt | 2003-04-16 | 1 | -3/+1 |
* | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 2003-04-05 | 1 | -36/+12 |
* | * feature.c: fix various preprocessor usages of new public... | Rob Browning | 2003-03-27 | 1 | -1/+1 |
* | * feature.c: #include <config.h> if HAVE_CONFIG_H. Rename usage... | Rob Browning | 2003-03-25 | 1 | -1/+4 |
* | * __scm.h (USE_THREADS, GUILE_ISELECT): Define when... | Marius Vollmer | 2002-11-03 | 1 | -2/+0 |
* | (scm_init_feature): Don't add 'threads' for USE_NULL_THREADS. | Marius Vollmer | 2002-10-16 | 1 | -0/+2 |
* | * backtrace.c (SCM_ASSERT), debug.c (scm_debug_options), eval.c... | Dirk Herrmann | 2002-06-30 | 1 | -4/+1 |
* | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 2002-03-14 | 1 | -2/+0 |
* | * Adding C function declarations from the SCM interface to the... | Neil Jerram | 2001-11-16 | 1 | -1/+1 |
* | * 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 |
* | Merge from mvo-vcell-cleanup-1-branch. | Marius Vollmer | 2001-05-15 | 1 | -5/+5 |
* | Remove #include <stdio.h>. Add #include <string.h>. | Keisuke Nishida | 2001-03-09 | 1 | -1/+0 |
* | * Use scm_mem2symbol or scm_str2symbol to create symbol objects. | Dirk Herrmann | 2000-12-08 | 1 | -1/+1 |
* | * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,... | Marius Vollmer | 2000-11-17 | 1 | -0/+2 |
* | * net_db.c (scm_gethost, scm_getnet, scm_getproto, scm_sethost,... | Neil Jerram | 2000-08-18 | 1 | -2/+6 |
* | Avoid pointer trickery with SCM values. | Dirk Herrmann | 2000-05-08 | 1 | -11/+11 |
* | * feature.c, feature.h: Broke out hook code into separate files. | Mikael Djurfeldt | 2000-04-21 | 1 | -224/+1 |
* | * Makefile.am (DEFS): Added. automake adds -I options to DEFS,... | Mikael Djurfeldt | 2000-04-21 | 1 | -10/+10 |
* | Lots of fixes to make guile (at some time) compile with strict typing. | Dirk Herrmann | 2000-04-03 | 1 | -2/+2 |
* | * *.[hc]: add Emacs magic at the end of file, to ensure GNU... | Michael Livshin | 2000-03-19 | 1 | -0/+6 |
* | Only include root.h where it is actually needed. | Dirk Herrmann | 2000-03-18 | 1 | -0/+1 |
* | Only include strings.h where it is actually needed. | Dirk Herrmann | 2000-03-17 | 1 | -0/+1 |
* | Only include ports.h where it is actually needed. | Dirk Herrmann | 2000-03-17 | 1 | -0/+1 |
* | *.[ch]: make a distinction between SCM as a generic... | Greg J. Badros | 2000-03-09 | 1 | -1/+1 |
* | * error.h, error.c: Added `scm_wrong_type_arg_msg' to support... | Greg J. Badros | 2000-03-03 | 1 | -1/+1 |
* | * dynl.c, feature.c, filesys.c, fports.c, list.c, load.c,... | Greg J. Badros | 2000-01-11 | 1 | -2/+1 |
* | * dynl.c, error.c, eval.c, feature.c, filesys.c, fports.c, list.c, load.c,... | Greg J. Badros | 2000-01-11 | 1 | -2/+2 |
* | * *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_*... | Greg J. Badros | 2000-01-05 | 1 | -7/+7 |
* | *.[ch]: Replace GUILE_PROC w/ SCM_DEFINE. | Greg J. Badros | 2000-01-05 | 1 | -10/+10 |
* | * feature.c (s_scm_add_hook_x): Call scm_wrong_type_arg instead of... | Mikael Djurfeldt | 1999-12-22 | 1 | -3/+1 |