Age | Commit message (Expand) | Author | Files | Lines |
2008-09-28 | Remove GH and its traces. | Han-Wen Nienhuys | 1 | -243/+0 |
2006-04-17 | merge from 1.8 branch | Kevin Ryde | 1 | -1/+1 |
2005-06-12 | Deprecated everything. | Marius Vollmer | 1 | -0/+4 |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -1/+1 |
2005-04-24 | Critical section review | Neil Jerram | 1 | -1/+1 |
2005-03-30 | Critical section review. | Neil Jerram | 1 | -1/+1 |
2005-03-02 | See ChangeLog from 2005-03-02. | Marius Vollmer | 1 | -2/+2 |
2005-02-27 | Bugfix: Include <libguile.h> outside of the extern "C" | Mikael Djurfeldt | 1 | -3/+5 |
2005-01-02 | Use new vector elements API or simple vector API, as appropriate. | Marius Vollmer | 1 | -2/+0 |
2004-08-19 | (gh_set_substr): Made src const. | 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 | * gh.h: fix various preprocessor usages of new public | Rob Browning | 1 | -1/+1 |
2003-03-25 | * gh.h: rename usage of HAVE_ARRAYS to SCM_HAVE_ARRAYS. | Rob Browning | 1 | -1/+1 |
2002-07-20 | 2002-07-20 Han-Wen <hanwen@cs.uu.nl> | Han-Wen Nienhuys | 1 | -1/+1 |
2001-11-02 | Prefixed each each exported symbol with SCM_API. | Marius Vollmer | 1 | -113/+115 |
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-14 | replace "scm_*_t" with "scm_t_*". | Marius Vollmer | 1 | -4/+4 |
2001-05-26 | revert the ill-considered part of the 2001-05-24 changes | Michael Livshin | 1 | -13/+13 |
2001-05-24 | * validate.h | Michael Livshin | 1 | -16/+16 |
2001-05-07 | (gh_lookup): Call gh_module_lookup with | Marius Vollmer | 1 | -1/+1 |
2001-05-02 | * gh.h (gh_init_guile, gh_make_string, gh_string_length, | Marius Vollmer | 1 | -0/+10 |
2001-04-28 | * gh.h (gh_int2scmb): deprecation expired - removed. | Rob Browning | 1 | -8/+0 |
2001-03-15 | * Use const specifier in function signature of gh_ints2scm. | Dirk Herrmann | 1 | -2/+2 |
2000-07-06 | * Don't include <stdio.h> in gh.h. Thanks to Han-Wen Nienhuys. | Dirk Herrmann | 1 | -2/+0 |
2000-05-18 | * Where possible, accept const pointers as parameters. | Dirk Herrmann | 1 | -24/+31 |
2000-03-19 | * *.[hc]: add Emacs magic at the end of file, to ensure GNU | Michael Livshin | 1 | -0/+6 |
2000-03-14 | *** empty log message *** | Mikael Djurfeldt | 1 | -5/+1 |
2000-01-11 | * dynl.c, error.c, eval.c, feature.c, filesys.c, fports.c, list.c, load.c, | Greg J. Badros | 1 | -1/+1 |
1999-12-10 | *** empty log message *** | Greg J. Badros | 1 | -8/+8 |
1999-11-19 | * acconfig.h: add HAVE_ARRAYS. | Gary Houston | 1 | -1/+4 |
1999-10-26 | 1999-10-26 Mark Galassi <rosalia@lanl.gov> | Mark Galassi | 1 | -1/+1 |
1999-08-17 | * gh.h (gh_vector_to_list): Bugfix. (Thanks to Frank Cieslok.) | Mikael Djurfeldt | 1 | -1/+1 |
1998-10-26 | * numbers.c (num2long): As a software archeologist, I'm proud of | Mikael Djurfeldt | 1 | -1/+10 |
1998-10-24 | * gh.h (gh_enter, gh_new_procedure0_0, gh_new_procedure0_1, | Jim Blandy | 1 | -13/+13 |
1998-10-19 | * __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c, | Jim Blandy | 1 | -1/+1 |
1998-09-30 | 1998-09-30 Mark Galassi <rosalia@cygnus.com> | Mark Galassi | 1 | -2/+0 |
1998-09-05 | * gh.h (gh_int2scmb, gh_uniform_vector_length, | Jim Blandy | 1 | -1/+4 |
1998-07-16 | * gh_data.c, gh.h (gh_ints2scm, gh_longs2ivect, | Mikael Djurfeldt | 1 | -0/+3 |
1998-06-09 | * gh.h (gh_memv, gh_member): Fixed typos in macro definitions. | Mikael Djurfeldt | 1 | -2/+3 |
1998-03-01 | minor: remove some commented out old code | Mark Galassi | 1 | -7/+0 |
1998-01-20 | * gh.h, gh_data.c (gh_doubles2scm, gh_doubles2dvect, | Mikael Djurfeldt | 1 | -0/+5 |
1997-11-26 | gh bug fix | Anthony Green | 1 | -0/+7 |
1997-11-25 | completing changes to gh_repl and uniform array stuff | Mark Galassi | 1 | -1/+1 |
1997-10-20 | a couple of name changes for consistency with ! -> _x | Mark Galassi | 1 | -1/+1 |
1997-10-20 | implemented several missing gh_ functions, mostly related to lists and pairs | Mark Galassi | 1 | -0/+21 |
1997-10-13 | * gh_test_repl.c (c_vector_test): same as gh_test_c.c | Mark Galassi | 1 | -1/+12 |
1997-09-15 | * list.h (SCM_LISTn): New macros. Make list creation in C code | Mikael Djurfeldt | 1 | -1/+1 |
1997-05-26 | * Lots of files: New address for FSF. | Jim Blandy | 1 | -3/+3 |
1997-04-24 | Functions for finding variable bindings, grace à Tim Pierce. | Jim Blandy | 1 | -0/+3 |
1997-04-14 | * gh_init.c (gh_standard_handler): Return SCM_BOOL_F, not garbage. | Jim Blandy | 1 | -0/+195 |