Age | Commit message (Expand) | Author | Files | Lines |
2008-09-28 | Remove GH and its traces. | Han-Wen Nienhuys | 1 | -659/+0 |
2008-09-13 | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 1 | -1/+1 |
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-05-12 | * unif.c (scm_i_read_array): Declare rank as ssize_t, to guarantee | Neil Jerram | 1 | -1/+1 |
2005-01-06 | (scm_array_handle_release): New, changed all uses of | Marius Vollmer | 1 | -4/+8 |
2005-01-02 | Use new vector elements API or simple vector API, as appropriate. | Marius Vollmer | 1 | -30/+42 |
2004-12-27 | (scm_uniform_vector_elements, | Marius Vollmer | 1 | -1/+1 |
2004-11-09 | (gh_uniform_vector_length): Properly use scm_c_uniform_vector_length | Marius Vollmer | 1 | -1/+1 |
2004-11-04 | (gh_uniform_vector_length): Use scm_uniform_vector_length instead of | Marius Vollmer | 1 | -1/+1 |
2004-11-02 | Use new-style uniform arrays in place of old-style ones. | Marius Vollmer | 1 | -83/+53 |
2004-10-27 | (gh_chars2byvect): Reimplemented with scm_make_s8vector. | Marius Vollmer | 1 | -10/+18 |
2004-08-19 | (gh_set_substr): Made src const. | Marius Vollmer | 1 | -38/+18 |
2004-08-10 | Replaced SCM_STRINGP, SCM_STRING_CHARS, and | Marius Vollmer | 1 | -27/+14 |
2004-08-03 | (scm_make_real, scm_num2dbl, scm_float2num, scm_double2num): | Marius Vollmer | 1 | -3/+3 |
2004-08-02 | * numbers.h, numbers.c, discouraged.h, discouraged.c (scm_short2num, | Marius Vollmer | 1 | -9/+9 |
2004-07-23 | * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP, | Marius Vollmer | 1 | -16/+16 |
2004-07-08 | * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM to | Marius Vollmer | 1 | -1/+1 |
2004-07-06 | * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, | Marius Vollmer | 1 | -2/+2 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -36/+12 |
2003-03-27 | * gh_data.c: fix various preprocessor usages of new public | Rob Browning | 1 | -7/+7 |
2003-03-25 | * gh_data.c: #include <config.h> if HAVE_CONFIG_H. Rename usage | Rob Browning | 1 | -7/+11 |
2002-07-20 | 2002-07-20 Han-Wen <hanwen@cs.uu.nl> | Han-Wen Nienhuys | 1 | -5/+2 |
2002-03-01 | Changes in doc/ref: | Dirk Herrmann | 1 | -1/+1 |
2002-02-11 | * gc.h, gc.c (scm_gc_sweep): Issue deprecation warning when | Marius Vollmer | 1 | -6/+6 |
2001-12-01 | * gh_data.c (gh_module_lookup): Use scm_str2symbol rather than gh_symbol2scm. | Neil Jerram | 1 | -1/+1 |
2001-11-25 | Replaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_cell and | Marius Vollmer | 1 | -7/+1 |
2001-08-31 | * Removed lots of deprecated stuff. | Dirk Herrmann | 1 | -1/+0 |
2001-06-26 | * Deprecated scm_makfromstr and added scm_mem2string as a replacement. | Dirk Herrmann | 1 | -1/+1 |
2001-05-27 | * Changed the default definition of SCM. | Dirk Herrmann | 1 | -5/+2 |
2001-05-26 | revert the ill-considered part of the 2001-05-24 changes | Michael Livshin | 1 | -23/+23 |
2001-05-24 | * validate.h | Michael Livshin | 1 | -37/+36 |
2001-05-15 | Merge from mvo-vcell-cleanup-1-branch. | Marius Vollmer | 1 | -4/+4 |
2001-05-07 | (gh_lookup): Call gh_module_lookup with | Marius Vollmer | 1 | -5/+13 |
2001-04-28 | * gh_data.c (gh_int2scmb): deprecation expired - removed. | Rob Browning | 1 | -10/+0 |
2001-04-24 | * gh_data.c: Removed FIXME comment about gh_lookup returning | Marius Vollmer | 1 | -4/+2 |
2001-04-10 | * Avoid redundant casting of argument numbers to char* and vice versa. | Dirk Herrmann | 1 | -6/+8 |
2001-03-15 | * Use const specifier in function signature of gh_ints2scm. | Dirk Herrmann | 1 | -2/+2 |
2001-03-14 | * gh_data.c (gh_scm2chars, gh_scm2shorts, gh_scm2longs), | Martin Grabmüller | 1 | -12/+45 |
2001-03-09 | Remove #include <stdio.h>. Add #include <string.h>. | Keisuke Nishida | 1 | -2/+0 |
2001-02-02 | New functions: scm_c_make_vector, scm_c_make_hash_table. | Keisuke Nishida | 1 | -2/+2 |
2001-01-18 | * Simplified gh_ints2scm by using SCM_FIXABLE. | Dirk Herrmann | 1 | -4/+2 |
2000-12-28 | * Fixed the changelog entry regarding re-introduction of struct member | Dirk Herrmann | 1 | -6/+4 |
2000-12-08 | * Use scm_mem2symbol or scm_str2symbol to create symbol objects. | Dirk Herrmann | 1 | -1/+1 |
2000-12-06 | * eval.c: remove commented code, remove #ifdef CCLO conditionals | Dirk Herrmann | 1 | -1/+1 |
2000-11-23 | * SCM_SETCHARS deprecated. | Dirk Herrmann | 1 | -1/+1 |
2000-11-23 | * Deprecated SCM_SETLENGTH. | Dirk Herrmann | 1 | -1/+1 |
2000-11-22 | * Deprecated macros SCM_ROCHARS and SCM_ROUCHARS. | Dirk Herrmann | 1 | -2/+2 |
2000-11-02 | * Get rid of calls to SCM_ROSTRINGP. | Dirk Herrmann | 1 | -18/+9 |