summaryrefslogtreecommitdiff
path: root/libguile/gh_data.c
Commit message (Expand)AuthorAgeFilesLines
* 2002-07-20 Han-Wen <hanwen@cs.uu.nl>Han-Wen Nienhuys2002-07-201-5/+2
* Changes in doc/ref:Dirk Herrmann2002-03-011-1/+1
* * gc.h, gc.c (scm_gc_sweep): Issue deprecation warning whenMarius Vollmer2002-02-111-6/+6
* * gh_data.c (gh_module_lookup): Use scm_str2symbol rather than gh_symbol2scm.Neil Jerram2001-12-011-1/+1
* Replaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_cell andMarius Vollmer2001-11-251-7/+1
* * Removed lots of deprecated stuff.Dirk Herrmann2001-08-311-1/+0
* * Deprecated scm_makfromstr and added scm_mem2string as a replacement.Dirk Herrmann2001-06-261-1/+1
* * Changed the default definition of SCM.Dirk Herrmann2001-05-271-5/+2
* revert the ill-considered part of the 2001-05-24 changesMichael Livshin2001-05-261-23/+23
* * validate.hMichael Livshin2001-05-241-37/+36
* Merge from mvo-vcell-cleanup-1-branch.Marius Vollmer2001-05-151-4/+4
* (gh_lookup): Call gh_module_lookup withMarius Vollmer2001-05-071-5/+13
* * gh_data.c (gh_int2scmb): deprecation expired - removed.Rob Browning2001-04-281-10/+0
* * gh_data.c: Removed FIXME comment about gh_lookup returningMarius Vollmer2001-04-241-4/+2
* * Avoid redundant casting of argument numbers to char* and vice versa.Dirk Herrmann2001-04-101-6/+8
* * Use const specifier in function signature of gh_ints2scm.Dirk Herrmann2001-03-151-2/+2
* * gh_data.c (gh_scm2chars, gh_scm2shorts, gh_scm2longs),Martin Grabmüller2001-03-141-12/+45
* Remove #include <stdio.h>. Add #include <string.h>.Keisuke Nishida2001-03-091-2/+0
* New functions: scm_c_make_vector, scm_c_make_hash_table.Keisuke Nishida2001-02-021-2/+2
* * Simplified gh_ints2scm by using SCM_FIXABLE.Dirk Herrmann2001-01-181-4/+2
* * Fixed the changelog entry regarding re-introduction of struct memberDirk Herrmann2000-12-281-6/+4
* * Use scm_mem2symbol or scm_str2symbol to create symbol objects.Dirk Herrmann2000-12-081-1/+1
* * eval.c: remove commented code, remove #ifdef CCLO conditionalsDirk Herrmann2000-12-061-1/+1
* * SCM_SETCHARS deprecated.Dirk Herrmann2000-11-231-1/+1
* * Deprecated SCM_SETLENGTH.Dirk Herrmann2000-11-231-1/+1
* * Deprecated macros SCM_ROCHARS and SCM_ROUCHARS.Dirk Herrmann2000-11-221-2/+2
* * Get rid of calls to SCM_ROSTRINGP.Dirk Herrmann2000-11-021-18/+9
* * Removed further calls to SCM_LENGTH.Dirk Herrmann2000-10-101-1/+6
* * Made some functions not accept symbols as input parameters any more.Dirk Herrmann2000-10-091-19/+17
* * Replaced SCM_CHARS with SCM_STRING_CHARS or SCM_SYMBOL_CHARS.Dirk Herrmann2000-09-221-2/+2
* * gh_data.c (gh_scm2char): Validate that argument is a character.Marius Vollmer2000-09-051-0/+3
* * Removed SCM_TRUE_P since it may get confused with !SCM_FALSEP.Dirk Herrmann2000-06-051-1/+1
* * gc.c (scm_cellp): Fixed and simplified.Dirk Herrmann2000-05-191-5/+5
* * Where possible, accept const pointers as parameters.Dirk Herrmann2000-05-181-9/+15
* More distinguished handling of real and complex values.Dirk Herrmann2000-05-101-2/+2
* * numbers.c (scm_logtest, scm_division): Reordered dispatch sequence.Dirk Herrmann2000-05-021-2/+2
* * Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt2000-04-211-1/+1
* Don't use C operators == and != to compare SCM values.Dirk Herrmann2000-03-291-2/+2
* * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin2000-03-191-0/+6
* *** empty log message ***Mikael Djurfeldt2000-03-141-13/+3
* * list.c: Moved append docs to append! Thanks Dirk Hermann. Also,Greg J. Badros2000-03-021-2/+2
* * strings.h: don't use SCM_P. don't include <string.h>.Gary Houston2000-01-311-0/+3
* * dynl.c, error.c, eval.c, feature.c, filesys.c, fports.c, list.c, load.c,Greg J. Badros2000-01-111-1/+1
* * coop-threads.c: Remove K&R function headers.Greg J. Badros1999-12-161-7/+7
* * *.c, srcprop.h: Use SCM_BOOL(f) instead of (f? SCM_BOOL_T:Greg J. Badros1999-12-121-2/+2
* *** empty log message ***Greg J. Badros1999-12-101-1/+1
* * acconfig.h: add HAVE_ARRAYS.Gary Houston1999-11-191-2/+14
* 1999-10-26 Mark Galassi <rosalia@lanl.gov>Mark Galassi1999-10-261-1/+1
* * gh_data.c (gh_ints2scm, gh_doubles2scm): Make sure elements areJim Blandy1999-10-111-25/+30
* * gh_data.c (gh_set_substr): Revert change of 1999-08-29; bcopy isJim Blandy1999-08-301-8/+0