| Commit message (Expand) | Author | Age | Files | Lines |
* | Syntax objects are comparable with equal?... | Andy Wingo | 2017-04-21 | 1 | -0/+9 |
* | Merge commit '01a301d1b606b84d986b735049e7155d2f4cd6aa'... | Andy Wingo | 2015-01-22 | 1 | -1/+1 |
|\ |
|
| * | Optimize 'string-hash'.... | Ludovic Courtès | 2015-01-11 | 1 | -4/+19 |
* | | Merge commit '894d0b894daae001495c748b3352cd79918d3789'... | Andy Wingo | 2015-01-22 | 1 | -7/+1 |
|\| |
|
| * | Deprecate 'scm_string_hash'.... | Ludovic Courtès | 2015-01-11 | 1 | -2/+6 |
* | | Merge branch 'stable-2.0'... | Mark H Weaver | 2014-01-14 | 1 | -1/+1 |
|\| |
|
| * | Fix hashing of empty vectors.... | Mark H Weaver | 2014-01-12 | 1 | -1/+1 |
| * | Fix hashing of vectors to run in bounded time.... | Mark H Weaver | 2014-01-12 | 1 | -26/+30 |
* | | Merge remote-tracking branch 'origin/stable-2.0'... | Mark H Weaver | 2012-10-30 | 1 | -1/+51 |
|\| |
|
| * | Implement `hash' for structs.... | Ludovic Courtès | 2012-10-12 | 1 | -2/+5 |
* | | fix hash of zero-length vectors... | Andy Wingo | 2011-10-27 | 1 | -2/+3 |
* | | update `hash'... | Andy Wingo | 2011-10-26 | 1 | -100/+36 |
* | | don't downcase characters before hashing them... | Andy Wingo | 2011-10-26 | 1 | -7/+1 |
* | | scm_hasher is static... | Andy Wingo | 2011-10-26 | 1 | -9/+8 |
* | | add thomas wang's integer hash function; use it for hashq, hashv... | Andy Wingo | 2011-10-26 | 1 | -3/+30 |
* | | use bob jenkins' hashword2 hash from lookup3.c for our string hash... | Andy Wingo | 2011-10-26 | 1 | -62/+141 |
|/ |
|
* | allow iflags to be constant expressions with typing-strictness==2... | Andy Wingo | 2011-05-13 | 1 | -6/+4 |
* | fix `hash' for inf and nan... | Andy Wingo | 2011-05-08 | 1 | -1/+2 |
* | add hash functions for locale, latin1, and utf8 strings... | Andy Wingo | 2011-01-07 | 1 | -0/+79 |
* | hash.c cleanup... | Andy Wingo | 2011-01-07 | 1 | -2/+1 |
* | Fix `hash' for pointer objects.... | Ludovic Courtès | 2010-12-16 | 1 | -0/+11 |
* | remove scm_tc7_gsubr... | Andy Wingo | 2010-01-07 | 1 | -3/+2 |
* | eval.c closures are now applicable smobs, not tc3s... | Andy Wingo | 2009-12-04 | 1 | -1/+1 |
* | remove cxrs... | Andy Wingo | 2009-12-04 | 1 | -2/+2 |
* | Add initial support for wide symbols... | Michael Gran | 2009-08-21 | 1 | -2/+15 |
* | Change Guile license to LGPLv3+... | Neil Jerram | 2009-06-17 | 1 | -6/+7 |
* | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 2008-09-13 | 1 | -1/+4 |
* | merge from 1.8 branch | Kevin Ryde | 2006-04-17 | 1 | -1/+1 |
* | The FSF has a new address. | Marius Vollmer | 2005-05-23 | 1 | -1/+1 |
* | * unif.c (scm_i_read_array): Declare rank as ssize_t, to guarantee... | Neil Jerram | 2005-05-12 | 1 | -2/+3 |
* | Use new vector elements API or simple vector API, as appropriate.... | Marius Vollmer | 2005-01-02 | 1 | -4/+11 |
* | * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,... | Marius Vollmer | 2004-08-19 | 1 | -3/+3 |
* | * socket.c, rw.c, deprecated.h, validate.h... | Marius Vollmer | 2004-08-12 | 1 | -1/+6 |
* | * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,... | Marius Vollmer | 2004-07-23 | 1 | -8/+8 |
* | * validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY,... | Marius Vollmer | 2004-07-10 | 1 | -6/+6 |
* | (scm_hashq, scm_hashv, scm_hash): Restrict to size>=1 rather... | Kevin Ryde | 2004-07-09 | 1 | -4/+4 |
* | * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM to... | Marius Vollmer | 2004-07-08 | 1 | -6/+6 |
* | * srfi-13.c (s_scm_string_map): convert character to unsigned char... | Han-Wen Nienhuys | 2004-04-06 | 1 | -2/+2 |
* | * print.c (scm_iprin1): Handle fractions.... | Marius Vollmer | 2003-11-18 | 1 | -0/+1 |
* | (scm_string_hash): New hashing algorithm that takes the complete... | Marius Vollmer | 2003-11-17 | 1 | -17/+8 |
* | This set of patches introduces a new tc7 code scm_tc7_number for... | Dirk Herrmann | 2003-09-18 | 1 | -2/+5 |
* | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 2003-04-05 | 1 | -36/+12 |
* | 2002-07-20 Han-Wen <hanwen@cs.uu.nl>... | Han-Wen Nienhuys | 2002-07-20 | 1 | -1/+1 |
* | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 2002-03-14 | 1 | -2/+0 |
* | * Removed lots of deprecated stuff. | Dirk Herrmann | 2001-08-31 | 1 | -1/+0 |
* | Remove "face-lift" comment. | Thien-Thi Nguyen | 2001-07-09 | 1 | -2/+0 |
* | (scm_hasher): Use SCM_UNPACK in the case labels so that... | Marius Vollmer | 2001-06-04 | 1 | -4/+4 |
* | revert the ill-considered part of the 2001-05-24 changes | Michael Livshin | 2001-05-26 | 1 | -17/+17 |
* | * validate.h... | Michael Livshin | 2001-05-24 | 1 | -34/+35 |
* | * list.c (scm_list, scm_cons_star, scm_null_p, scm_list_p),... | Martin Grabmüller | 2001-03-16 | 1 | -22/+24 |