| Commit message (Expand) | Author | Age | Files | Lines |
* | 2002-07-20 Han-Wen <hanwen@cs.uu.nl> | Han-Wen Nienhuys | 2002-07-20 | 1 | -5/+2 |
* | Changes in doc/ref: | Dirk Herrmann | 2002-03-01 | 1 | -1/+1 |
* | * gc.h, gc.c (scm_gc_sweep): Issue deprecation warning when | Marius Vollmer | 2002-02-11 | 1 | -6/+6 |
* | * gh_data.c (gh_module_lookup): Use scm_str2symbol rather than gh_symbol2scm. | Neil Jerram | 2001-12-01 | 1 | -1/+1 |
* | Replaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_cell and | Marius Vollmer | 2001-11-25 | 1 | -7/+1 |
* | * Removed lots of deprecated stuff. | Dirk Herrmann | 2001-08-31 | 1 | -1/+0 |
* | * Deprecated scm_makfromstr and added scm_mem2string as a replacement. | Dirk Herrmann | 2001-06-26 | 1 | -1/+1 |
* | * Changed the default definition of SCM. | Dirk Herrmann | 2001-05-27 | 1 | -5/+2 |
* | revert the ill-considered part of the 2001-05-24 changes | Michael Livshin | 2001-05-26 | 1 | -23/+23 |
* | * validate.h | Michael Livshin | 2001-05-24 | 1 | -37/+36 |
* | Merge from mvo-vcell-cleanup-1-branch. | Marius Vollmer | 2001-05-15 | 1 | -4/+4 |
* | (gh_lookup): Call gh_module_lookup with | Marius Vollmer | 2001-05-07 | 1 | -5/+13 |
* | * gh_data.c (gh_int2scmb): deprecation expired - removed. | Rob Browning | 2001-04-28 | 1 | -10/+0 |
* | * gh_data.c: Removed FIXME comment about gh_lookup returning | Marius Vollmer | 2001-04-24 | 1 | -4/+2 |
* | * Avoid redundant casting of argument numbers to char* and vice versa. | Dirk Herrmann | 2001-04-10 | 1 | -6/+8 |
* | * Use const specifier in function signature of gh_ints2scm. | Dirk Herrmann | 2001-03-15 | 1 | -2/+2 |
* | * gh_data.c (gh_scm2chars, gh_scm2shorts, gh_scm2longs), | Martin Grabmüller | 2001-03-14 | 1 | -12/+45 |
* | Remove #include <stdio.h>. Add #include <string.h>. | Keisuke Nishida | 2001-03-09 | 1 | -2/+0 |
* | New functions: scm_c_make_vector, scm_c_make_hash_table. | Keisuke Nishida | 2001-02-02 | 1 | -2/+2 |
* | * Simplified gh_ints2scm by using SCM_FIXABLE. | Dirk Herrmann | 2001-01-18 | 1 | -4/+2 |
* | * Fixed the changelog entry regarding re-introduction of struct member | Dirk Herrmann | 2000-12-28 | 1 | -6/+4 |
* | * Use scm_mem2symbol or scm_str2symbol to create symbol objects. | Dirk Herrmann | 2000-12-08 | 1 | -1/+1 |
* | * eval.c: remove commented code, remove #ifdef CCLO conditionals | Dirk Herrmann | 2000-12-06 | 1 | -1/+1 |
* | * SCM_SETCHARS deprecated. | Dirk Herrmann | 2000-11-23 | 1 | -1/+1 |
* | * Deprecated SCM_SETLENGTH. | Dirk Herrmann | 2000-11-23 | 1 | -1/+1 |
* | * Deprecated macros SCM_ROCHARS and SCM_ROUCHARS. | Dirk Herrmann | 2000-11-22 | 1 | -2/+2 |
* | * Get rid of calls to SCM_ROSTRINGP. | Dirk Herrmann | 2000-11-02 | 1 | -18/+9 |
* | * Removed further calls to SCM_LENGTH. | Dirk Herrmann | 2000-10-10 | 1 | -1/+6 |
* | * Made some functions not accept symbols as input parameters any more. | Dirk Herrmann | 2000-10-09 | 1 | -19/+17 |
* | * Replaced SCM_CHARS with SCM_STRING_CHARS or SCM_SYMBOL_CHARS. | Dirk Herrmann | 2000-09-22 | 1 | -2/+2 |
* | * gh_data.c (gh_scm2char): Validate that argument is a character. | Marius Vollmer | 2000-09-05 | 1 | -0/+3 |
* | * Removed SCM_TRUE_P since it may get confused with !SCM_FALSEP. | Dirk Herrmann | 2000-06-05 | 1 | -1/+1 |
* | * gc.c (scm_cellp): Fixed and simplified. | Dirk Herrmann | 2000-05-19 | 1 | -5/+5 |
* | * Where possible, accept const pointers as parameters. | Dirk Herrmann | 2000-05-18 | 1 | -9/+15 |
* | More distinguished handling of real and complex values. | Dirk Herrmann | 2000-05-10 | 1 | -2/+2 |
* | * numbers.c (scm_logtest, scm_division): Reordered dispatch sequence. | Dirk Herrmann | 2000-05-02 | 1 | -2/+2 |
* | * Makefile.am (DEFS): Added. automake adds -I options to DEFS, | Mikael Djurfeldt | 2000-04-21 | 1 | -1/+1 |
* | Don't use C operators == and != to compare SCM values. | Dirk Herrmann | 2000-03-29 | 1 | -2/+2 |
* | * *.[hc]: add Emacs magic at the end of file, to ensure GNU | Michael Livshin | 2000-03-19 | 1 | -0/+6 |
* | *** empty log message *** | Mikael Djurfeldt | 2000-03-14 | 1 | -13/+3 |
* | * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, | Greg J. Badros | 2000-03-02 | 1 | -2/+2 |
* | * strings.h: don't use SCM_P. don't include <string.h>. | Gary Houston | 2000-01-31 | 1 | -0/+3 |
* | * dynl.c, error.c, eval.c, feature.c, filesys.c, fports.c, list.c, load.c, | Greg J. Badros | 2000-01-11 | 1 | -1/+1 |
* | * coop-threads.c: Remove K&R function headers. | Greg J. Badros | 1999-12-16 | 1 | -7/+7 |
* | * *.c, srcprop.h: Use SCM_BOOL(f) instead of (f? SCM_BOOL_T: | Greg J. Badros | 1999-12-12 | 1 | -2/+2 |
* | *** empty log message *** | Greg J. Badros | 1999-12-10 | 1 | -1/+1 |
* | * acconfig.h: add HAVE_ARRAYS. | Gary Houston | 1999-11-19 | 1 | -2/+14 |
* | 1999-10-26 Mark Galassi <rosalia@lanl.gov> | Mark Galassi | 1999-10-26 | 1 | -1/+1 |
* | * gh_data.c (gh_ints2scm, gh_doubles2scm): Make sure elements are | Jim Blandy | 1999-10-11 | 1 | -25/+30 |
* | * gh_data.c (gh_set_substr): Revert change of 1999-08-29; bcopy is | Jim Blandy | 1999-08-30 | 1 | -8/+0 |