Age | Commit message (Expand) | Author | Files | Lines |
2009-08-21 | Add initial support for wide symbols | Michael Gran | 1 | -2/+15 |
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -6/+7 |
2008-09-13 | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 1 | -1/+4 |
2006-04-17 | merge from 1.8 branch | Kevin Ryde | 1 | -1/+1 |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -1/+1 |
2005-05-12 | * unif.c (scm_i_read_array): Declare rank as ssize_t, to guarantee | Neil Jerram | 1 | -2/+3 |
2005-01-02 | Use new vector elements API or simple vector API, as appropriate. | Marius Vollmer | 1 | -4/+11 |
2004-08-19 | * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length, | Marius Vollmer | 1 | -3/+3 |
2004-08-12 | * socket.c, rw.c, deprecated.h, validate.h | Marius Vollmer | 1 | -1/+6 |
2004-07-23 | * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP, | Marius Vollmer | 1 | -8/+8 |
2004-07-10 | * validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY, | Marius Vollmer | 1 | -6/+6 |
2004-07-09 | (scm_hashq, scm_hashv, scm_hash): Restrict to size>=1 rather | Kevin Ryde | 1 | -4/+4 |
2004-07-08 | * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM to | Marius Vollmer | 1 | -6/+6 |
2004-04-06 | * srfi-13.c (s_scm_string_map): convert character to unsigned char | Han-Wen Nienhuys | 1 | -2/+2 |
2003-11-18 | * print.c (scm_iprin1): Handle fractions. | Marius Vollmer | 1 | -0/+1 |
2003-11-17 | (scm_string_hash): New hashing algorithm that takes the complete | Marius Vollmer | 1 | -17/+8 |
2003-09-18 | This set of patches introduces a new tc7 code scm_tc7_number for | Dirk Herrmann | 1 | -2/+5 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -36/+12 |
2002-07-20 | 2002-07-20 Han-Wen <hanwen@cs.uu.nl> | Han-Wen Nienhuys | 1 | -1/+1 |
2002-03-14 | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 1 | -2/+0 |
2001-08-31 | * Removed lots of deprecated stuff. | Dirk Herrmann | 1 | -1/+0 |
2001-07-09 | Remove "face-lift" comment. | Thien-Thi Nguyen | 1 | -2/+0 |
2001-06-04 | (scm_hasher): Use SCM_UNPACK in the case labels so that | Marius Vollmer | 1 | -4/+4 |
2001-05-26 | revert the ill-considered part of the 2001-05-24 changes | Michael Livshin | 1 | -17/+17 |
2001-05-24 | * validate.h | Michael Livshin | 1 | -34/+35 |
2001-03-16 | * list.c (scm_list, scm_cons_star, scm_null_p, scm_list_p), | Martin Grabmüller | 1 | -22/+24 |
2001-03-09 | Remove #include <stdio.h>. Add #include <string.h>. | Keisuke Nishida | 1 | -1/+0 |
2001-03-08 | * hash.c (scm_string_hash): Don't downcase characters. | Mikael Djurfeldt | 1 | -3/+3 |
2000-12-12 | * Moved function scm_string_hash to hash.c. | Dirk Herrmann | 1 | -0/+22 |
2000-11-25 | * use an applicable SMOB to represent continuations, instead of a | Gary Houston | 1 | -1/+0 |
2000-11-22 | * Deprecated macros SCM_ROCHARS and SCM_ROUCHARS. | Dirk Herrmann | 1 | -2/+1 |
2000-11-17 | * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c, | Marius Vollmer | 1 | -0/+2 |
2000-10-25 | * Some more work to get rid of SCM_LENGTH | Dirk Herrmann | 1 | -1/+1 |
2000-10-09 | * Replace a bunch of calls to SCM_LENGTH. | Dirk Herrmann | 1 | -2/+2 |
2000-09-26 | * Replaced a lot of references to SCM_CHARS. | Dirk Herrmann | 1 | -0/+3 |
2000-09-12 | * Unified ssymbols and msymbols to a single symbol type 'scm_tc7_symbol'. | Dirk Herrmann | 1 | -2/+3 |
2000-05-23 | * Replace SCM_UNPACK_CAR appropriately. | Dirk Herrmann | 1 | -1/+1 |
2000-05-10 | More distinguished handling of real and complex values. | Dirk Herrmann | 1 | -1/+1 |
2000-04-21 | * Makefile.am (DEFS): Added. automake adds -I options to DEFS, | Mikael Djurfeldt | 1 | -7/+7 |
2000-04-10 | scm_hasher: Use symbolic names for the tc3 constants and some SCM usage | Dirk Herrmann | 1 | -11/+15 |
2000-04-03 | Lots of fixes to make guile (at some time) compile with strict typing. | Dirk Herrmann | 1 | -2/+2 |
2000-03-19 | * *.[hc]: add Emacs magic at the end of file, to ensure GNU | Michael Livshin | 1 | -0/+6 |
2000-03-17 | Only include ports.h where it is actually needed. | Dirk Herrmann | 1 | -0/+1 |
2000-03-17 | Only include vectors.h in those files, where it is actually needed. | Dirk Herrmann | 1 | -0/+1 |
2000-03-14 | * __scm.h eq.c, eval.c, gc.c, hc.h, gh_data, hash.c, numbers.c, | Mikael Djurfeldt | 1 | -6/+5 |
2000-03-12 | *** empty log message *** | Mikael Djurfeldt | 1 | -1/+1 |
2000-03-12 | * async.c, boolean.h, debug.c, dynl.c, dynwind.c, eval.c, eval.h, | Mikael Djurfeldt | 1 | -1/+1 |
2000-03-09 | *.[ch]: make a distinction between SCM as a generic | Greg J. Badros | 1 | -1/+1 |
2000-03-07 | s/'x/'foo/ in two places that I missed before. | Greg J. Badros | 1 | -2/+2 |
2000-03-07 | Fix example to use 'foo, not 'x, as symbol 'x does not seem to cause | Greg J. Badros | 1 | -2/+2 |