build: Don't include <config.h> in native programs when cross-compiling.
[bpt/guile.git] / libguile / hash.c
2014-01-12 Mark H WeaverFix hashing of empty vectors.
2014-01-12 Mark H WeaverFix hashing of vectors to run in bounded time.
2012-10-12 Ludovic CourtèsImplement `hash' for structs.
2011-05-13 Andy Wingoallow iflags to be constant expressions with typing...
2011-05-08 Andy Wingofix `hash' for inf and nan
2011-01-07 Andy Wingoadd hash functions for locale, latin1, and utf8 strings
2011-01-07 Andy Wingohash.c cleanup
2010-12-16 Ludovic CourtèsFix `hash' for pointer objects.
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-01-07 Andy Wingoremove scm_tc7_gsubr
2009-12-11 Andy Wingomerge from master to elisp
2009-12-04 Andy Wingoeval.c closures are now applicable smobs, not tc3s
2009-12-04 Andy Wingoremove cxrs
2009-09-01 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-08-28 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-27 Neil JerramMerge branch 'ossau-gds-dev'
2009-08-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-08-25 Andy WingoMerge wip-array refactor, up to cd43fdc5b7a7c
2009-08-21 Neil JerramMerge branch 'wip-manual' of ssh://ossau@git.sv.gnu...
2009-08-21 Michael GranAdd initial support for wide symbols
2009-08-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-06-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2008-09-30 Andy WingoMerge commit 'origin/master' into vm
2008-09-13 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-13 Ludovic CourtèsInclude <config.h> in all C files; use `#ifdef HAVE_CON...
2008-08-02 Andy Wingomerge guile-vm to guile
2006-04-17 Kevin Rydemerge from 1.8 branch
2005-05-23 Marius VollmerThe FSF has a new address.
2005-05-12 Neil Jerram* unif.c (scm_i_read_array): Declare rank as ssize_t...
2005-01-02 Marius VollmerUse new vector elements API or simple vector API, as...
2004-08-19 Marius Vollmer* strings.h, strings.c: (scm_i_string_chars, scm_i_stri...
2004-08-12 Marius Vollmer* socket.c, rw.c, deprecated.h, validate.h
2004-07-23 Marius Vollmer* deprecated.h, deprecated.c, numbers.h (SCM_INUMP...
2004-07-10 Marius Vollmer* validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALI...
2004-07-09 Kevin Ryde(scm_hashq, scm_hashv, scm_hash): Restrict to size...
2004-07-08 Marius Vollmer* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_M...
2004-04-06 Han-Wen Nienhuys* srfi-13.c (s_scm_string_map): convert character to...
2003-11-18 Marius Vollmer* print.c (scm_iprin1): Handle fractions.
2003-11-17 Marius Vollmer(scm_string_hash): New hashing algorithm that takes...
2003-09-18 Dirk Herrmann This set of patches introduces a new tc7 code scm_tc7_...
2003-04-05 Marius VollmerChanged license terms to the plain LGPL thru-out.
2002-07-20 Han-Wen Nienhuys2002-07-20 Han-Wen <hanwen@cs.uu.nl>
2002-03-14 Thien-Thi NguyenRetire inclusion guard macro SCM_MAGIC_SNARFER.
2001-08-31 Dirk Herrmann* Removed lots of deprecated stuff.
2001-07-09 Thien-Thi NguyenRemove "face-lift" comment.
2001-06-04 Marius Vollmer(scm_hasher): Use SCM_UNPACK in the case labels so...
2001-05-26 Michael Livshinrevert the ill-considered part of the 2001-05-24 changes
2001-05-24 Michael Livshin* validate.h
2001-03-16 Martin Grabmüller * list.c (scm_list, scm_cons_star, scm_null_p, scm_lis...
2001-03-09 Keisuke NishidaRemove #include <stdio.h>. Add #include <string.h>.
2001-03-08 Mikael Djurfeldt* hash.c (scm_string_hash): Don't downcase characters.
2000-12-12 Dirk Herrmann* Moved function scm_string_hash to hash.c.
2000-11-25 Gary Houston * use an applicable SMOB to represent continuations...
2000-11-22 Dirk Herrmann* Deprecated macros SCM_ROCHARS and SCM_ROUCHARS.
2000-11-17 Marius Vollmer* alist.c, arbiters.c, async.c, backtrace.c, boolean...
2000-10-25 Dirk Herrmann* Some more work to get rid of SCM_LENGTH
2000-10-09 Dirk Herrmann* Replace a bunch of calls to SCM_LENGTH.
2000-09-26 Dirk Herrmann* Replaced a lot of references to SCM_CHARS.
2000-09-12 Dirk Herrmann* Unified ssymbols and msymbols to a single symbol...
2000-05-23 Dirk Herrmann* Replace SCM_UNPACK_CAR appropriately.
2000-05-10 Dirk HerrmannMore distinguished handling of real and complex values.
2000-04-21 Mikael Djurfeldt* Makefile.am (DEFS): Added. automake adds -I options...
2000-04-10 Dirk Herrmannscm_hasher: Use symbolic names for the tc3 constants...
2000-04-03 Dirk HerrmannLots of fixes to make guile (at some time) compile...
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
2000-03-17 Dirk HerrmannOnly include ports.h where it is actually needed.
2000-03-17 Dirk HerrmannOnly include vectors.h in those files, where it is...
2000-03-14 Mikael Djurfeldt* __scm.h eq.c, eval.c, gc.c, hc.h, gh_data, hash.c...
2000-03-12 Mikael Djurfeldt*** empty log message ***
2000-03-12 Mikael Djurfeldt* async.c, boolean.h, debug.c, dynl.c, dynwind.c, eval...
2000-03-09 Greg J. Badros*.[ch]: make a distinction between SCM as a generic
2000-03-07 Greg J. Badross/'x/'foo/ in two places that I missed before.
2000-03-07 Greg J. BadrosFix example to use 'foo, not 'x, as symbol 'x does...
2000-03-07 Greg J. Badros* hash.c: Docs, minor cleanup patch from Dirk Herrman.
2000-03-03 Greg J. Badros* error.h, error.c: Added `scm_wrong_type_arg_msg'...
2000-03-02 Greg J. Badros* list.c: Moved append docs to append! Thanks Dirk...
2000-01-18 Mikael Djurfeldt* alist.c, chars.c, debug.c, dynl.c, dynwind.c, error...
2000-01-05 Greg J. Badros* *.[ch]: Whitespace changes -- added space after SCM_V...
2000-01-05 Greg J. Badros*.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.
2000-01-05 Greg J. Badros* *.[ch]: Replace SCM_VALIDATE_INT w/ SCM_VALIDATE_INU...
1999-12-16 Greg J. Badros* coop-threads.c: Remove K&R function headers.
1999-12-13 Greg J. Badros* Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,
1999-12-12 Greg J. Badros* *.c: Pervasive software-engineering-motivated rewrite of
1998-10-19 Jim Blandy* __scm.h, alist.c, async.c, async.h, backtrace.h,...
1997-10-15 Tom Tromey * Makefile.in: Rebuilt.
1997-05-26 Jim Blandy* Lots of files: New address for FSF.
1996-10-14 Jim Blandy* __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,
1996-09-10 Jim BlandyC files should #include only the header files they...
1996-07-25 Jim Blandymaintainer changed: was lord, now jimb; first import