* gc.h, gc.c (scm_gc_sweep): Issue deprecation warning when
[bpt/guile.git] / libguile / gh_data.c
2002-02-11 Marius Vollmer* gc.h, gc.c (scm_gc_sweep): Issue deprecation warning...
2001-12-01 Neil Jerram* gh_data.c (gh_module_lookup): Use scm_str2symbol...
2001-11-25 Marius VollmerReplaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_ce...
2001-08-31 Dirk Herrmann* Removed lots of deprecated stuff.
2001-06-26 Dirk Herrmann* Deprecated scm_makfromstr and added scm_mem2string...
2001-05-27 Dirk Herrmann* Changed the default definition of SCM.
2001-05-26 Michael Livshinrevert the ill-considered part of the 2001-05-24 changes
2001-05-24 Michael Livshin* validate.h
2001-05-15 Marius VollmerMerge from mvo-vcell-cleanup-1-branch.
2001-05-07 Marius Vollmer(gh_lookup): Call gh_module_lookup with
2001-04-28 Rob Browning* gh_data.c (gh_int2scmb): deprecation expired - removed.
2001-04-24 Marius Vollmer* gh_data.c: Removed FIXME comment about gh_lookup...
2001-04-10 Dirk Herrmann* Avoid redundant casting of argument numbers to char...
2001-03-15 Dirk Herrmann* Use const specifier in function signature of gh_ints2scm.
2001-03-14 Martin Grabmüller* gh_data.c (gh_scm2chars, gh_scm2shorts, gh_scm2longs),
2001-03-09 Keisuke NishidaRemove #include <stdio.h>. Add #include <string.h>.
2001-02-02 Keisuke NishidaNew functions: scm_c_make_vector, scm_c_make_hash_table.
2001-01-18 Dirk Herrmann* Simplified gh_ints2scm by using SCM_FIXABLE.
2000-12-28 Dirk Herrmann* Fixed the changelog entry regarding re-introduction...
2000-12-08 Dirk Herrmann* Use scm_mem2symbol or scm_str2symbol to create symbol...
2000-12-06 Dirk Herrmann* eval.c: remove commented code, remove #ifdef CCLO...
2000-11-23 Dirk Herrmann* SCM_SETCHARS deprecated.
2000-11-23 Dirk Herrmann* Deprecated SCM_SETLENGTH.
2000-11-22 Dirk Herrmann* Deprecated macros SCM_ROCHARS and SCM_ROUCHARS.
2000-11-02 Dirk Herrmann* Get rid of calls to SCM_ROSTRINGP.
2000-10-10 Dirk Herrmann* Removed further calls to SCM_LENGTH.
2000-10-09 Dirk Herrmann* Made some functions not accept symbols as input param...
2000-09-22 Dirk Herrmann* Replaced SCM_CHARS with SCM_STRING_CHARS or SCM_SYMBO...
2000-09-05 Marius Vollmer* gh_data.c (gh_scm2char): Validate that argument is...
2000-06-05 Dirk Herrmann* Removed SCM_TRUE_P since it may get confused with...
2000-05-19 Dirk Herrmann* gc.c (scm_cellp): Fixed and simplified.
2000-05-18 Dirk Herrmann* Where possible, accept const pointers as parameters.
2000-05-10 Dirk HerrmannMore distinguished handling of real and complex values.
2000-05-02 Dirk Herrmann* numbers.c (scm_logtest, scm_division): Reordered...
2000-04-21 Mikael Djurfeldt* Makefile.am (DEFS): Added. automake adds -I options...
2000-03-29 Dirk HerrmannDon't use C operators == and != to compare SCM values.
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
2000-03-14 Mikael Djurfeldt*** empty log message ***
2000-03-02 Greg J. Badros* list.c: Moved append docs to append! Thanks Dirk...
2000-01-31 Gary Houston * strings.h: don't use SCM_P. don't include <string.h>.
2000-01-11 Greg J. Badros* dynl.c, error.c, eval.c, feature.c, filesys.c, fports...
1999-12-16 Greg J. Badros* coop-threads.c: Remove K&R function headers.
1999-12-12 Greg J. Badros* *.c, srcprop.h: Use SCM_BOOL(f) instead of (f? SCM_BO...
1999-12-10 Greg J. Badros*** empty log message ***
1999-11-19 Gary Houston * acconfig.h: add HAVE_ARRAYS.
1999-10-26 Mark Galassi1999-10-26 Mark Galassi <rosalia@lanl.gov>
1999-10-11 Jim Blandy* gh_data.c (gh_ints2scm, gh_doubles2scm): Make sure...
1999-08-30 Jim Blandy* gh_data.c (gh_set_substr): Revert change of 1999...
1999-08-29 Mikael Djurfeldt* gh_data.c, ports.c, strop.c: Alternatively use bcopy...
1998-10-26 Mikael Djurfeldt* numbers.c (num2long): As a software archeologist...
1998-10-19 Jim Blandy* __scm.h, alist.c, async.c, async.h, backtrace.h,...
1998-10-03 Jim BlandySome anti-warning changes from Greg Harvey.
1998-09-06 Jim Blandy* gh_data.c (gh_set_substr): Add casts to avoid signed...
1998-07-16 Mikael Djurfeldt* gh_data.c, gh.h (gh_ints2scm, gh_longs2ivect,
1998-07-12 Mikael Djurfeldt* eval.c, filesys.c, fluids.c, gc.c, gh_data.c, init...
1998-01-20 Mikael Djurfeldt* gh.h, gh_data.c (gh_doubles2scm, gh_doubles2dvect,
1997-12-16 Tim Pierce * gh_data.c (gh_scm2newstr, gh_get_substr): Use RO...
1997-11-26 Anthony Greengh bug fix
1997-11-25 Mark Galassimade changes in gh_repl() and started adding the unifor...
1997-10-20 Mark Galassia couple of name changes for consistency with ! -> _x
1997-10-13 Mark Galassi * gh_test_repl.c (c_vector_test): same as gh_test_c.c
1997-10-07 Mark Galassirenamed gh_int2scmb to gh_bool2scm
1997-05-26 Jim Blandy* Lots of files: New address for FSF.
1997-05-16 Jim Blandy* backtrace.c, backtrace.h, debug.c, debug.h, eq.c,
1997-04-24 Jim BlandyFunctions for finding variable bindings, grace à Tim...
1997-04-24 Jim Blandy* gh_data.c (gh_scm2newstr, gh_symbol2newstr): Use
1997-04-14 Jim Blandy* gh_init.c (gh_standard_handler): Return SCM_BOOL_F...