summaryrefslogtreecommitdiff
path: root/libguile/gh_data.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-28Remove GH and its traces.Han-Wen Nienhuys1-659/+0
2008-09-13Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès1-1/+1
2006-04-17merge from 1.8 branchKevin Ryde1-1/+1
2005-06-12Deprecated everything.Marius Vollmer1-0/+4
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
2005-05-12* unif.c (scm_i_read_array): Declare rank as ssize_t, to guaranteeNeil Jerram1-1/+1
2005-01-06(scm_array_handle_release): New, changed all uses ofMarius Vollmer1-4/+8
2005-01-02Use new vector elements API or simple vector API, as appropriate.Marius Vollmer1-30/+42
2004-12-27(scm_uniform_vector_elements,Marius Vollmer1-1/+1
2004-11-09(gh_uniform_vector_length): Properly use scm_c_uniform_vector_lengthMarius Vollmer1-1/+1
2004-11-04(gh_uniform_vector_length): Use scm_uniform_vector_length instead ofMarius Vollmer1-1/+1
2004-11-02Use new-style uniform arrays in place of old-style ones.Marius Vollmer1-83/+53
2004-10-27(gh_chars2byvect): Reimplemented with scm_make_s8vector.Marius Vollmer1-10/+18
2004-08-19(gh_set_substr): Made src const.Marius Vollmer1-38/+18
2004-08-10Replaced SCM_STRINGP, SCM_STRING_CHARS, andMarius Vollmer1-27/+14
2004-08-03(scm_make_real, scm_num2dbl, scm_float2num, scm_double2num):Marius Vollmer1-3/+3
2004-08-02* numbers.h, numbers.c, discouraged.h, discouraged.c (scm_short2num,Marius Vollmer1-9/+9
2004-07-23* deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,Marius Vollmer1-16/+16
2004-07-08* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM toMarius Vollmer1-1/+1
2004-07-06* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer1-2/+2
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-36/+12
2003-03-27* gh_data.c: fix various preprocessor usages of new publicRob Browning1-7/+7
2003-03-25* gh_data.c: #include <config.h> if HAVE_CONFIG_H. Rename usageRob Browning1-7/+11
2002-07-202002-07-20 Han-Wen <hanwen@cs.uu.nl>Han-Wen Nienhuys1-5/+2
2002-03-01Changes in doc/ref:Dirk Herrmann1-1/+1
2002-02-11* gc.h, gc.c (scm_gc_sweep): Issue deprecation warning whenMarius Vollmer1-6/+6
2001-12-01* gh_data.c (gh_module_lookup): Use scm_str2symbol rather than gh_symbol2scm.Neil Jerram1-1/+1
2001-11-25Replaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_cell andMarius Vollmer1-7/+1
2001-08-31* Removed lots of deprecated stuff.Dirk Herrmann1-1/+0
2001-06-26* Deprecated scm_makfromstr and added scm_mem2string as a replacement.Dirk Herrmann1-1/+1
2001-05-27* Changed the default definition of SCM.Dirk Herrmann1-5/+2
2001-05-26revert the ill-considered part of the 2001-05-24 changesMichael Livshin1-23/+23
2001-05-24* validate.hMichael Livshin1-37/+36
2001-05-15Merge from mvo-vcell-cleanup-1-branch.Marius Vollmer1-4/+4
2001-05-07(gh_lookup): Call gh_module_lookup withMarius Vollmer1-5/+13
2001-04-28* gh_data.c (gh_int2scmb): deprecation expired - removed.Rob Browning1-10/+0
2001-04-24* gh_data.c: Removed FIXME comment about gh_lookup returningMarius Vollmer1-4/+2
2001-04-10* Avoid redundant casting of argument numbers to char* and vice versa.Dirk Herrmann1-6/+8
2001-03-15* Use const specifier in function signature of gh_ints2scm.Dirk Herrmann1-2/+2
2001-03-14* gh_data.c (gh_scm2chars, gh_scm2shorts, gh_scm2longs),Martin Grabmüller1-12/+45
2001-03-09Remove #include <stdio.h>. Add #include <string.h>.Keisuke Nishida1-2/+0
2001-02-02New functions: scm_c_make_vector, scm_c_make_hash_table.Keisuke Nishida1-2/+2
2001-01-18* Simplified gh_ints2scm by using SCM_FIXABLE.Dirk Herrmann1-4/+2
2000-12-28* Fixed the changelog entry regarding re-introduction of struct memberDirk Herrmann1-6/+4
2000-12-08* Use scm_mem2symbol or scm_str2symbol to create symbol objects.Dirk Herrmann1-1/+1
2000-12-06* eval.c: remove commented code, remove #ifdef CCLO conditionalsDirk Herrmann1-1/+1
2000-11-23* SCM_SETCHARS deprecated.Dirk Herrmann1-1/+1
2000-11-23* Deprecated SCM_SETLENGTH.Dirk Herrmann1-1/+1
2000-11-22* Deprecated macros SCM_ROCHARS and SCM_ROUCHARS.Dirk Herrmann1-2/+2
2000-11-02* Get rid of calls to SCM_ROSTRINGP.Dirk Herrmann1-18/+9