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