Age | Commit message (Expand) | Author | Files | Lines |
2019-08-24 | Revert "Revert scm_c_make_char rename" | Andy Wingo | 1 | -3/+3 |
2019-08-02 | Revert scm_c_make_char rename | Andy Wingo | 1 | -3/+3 |
2019-05-23 | Add 'scm_c_make_char' and use it where appropriate. | Mark H Weaver | 1 | -4/+4 |
2018-06-21 | Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint types | Andy Wingo | 1 | -6/+6 |
2018-06-20 | Update license notices in all C files | Andy Wingo | 1 | -17/+17 |
2018-06-20 | Remove (C) from copyright statements | Andy Wingo | 1 | -1/+1 |
2018-06-20 | Rationalize include order in C files | Andy Wingo | 1 | -3/+6 |
2018-06-20 | Make libguile header inclusion consistent within libguile c files | Andy Wingo | 1 | -8/+8 |
2018-06-20 | Remove Emacs local variables comments in Guile source | Andy Wingo | 1 | -6/+0 |
2018-06-20 | Remove _scm.h | Andy Wingo | 1 | -1/+0 |
2018-06-20 | Devolve symbols.h from _scm.h | Andy Wingo | 1 | -0/+1 |
2018-06-20 | Move subr snarfing macros to gsubr.h. | Andy Wingo | 1 | -0/+1 |
2018-06-19 | Devolve numbers.h from _scm.h. | Andy Wingo | 1 | -0/+1 |
2018-06-19 | Remove <string.h> include from ports.h. | Andy Wingo | 1 | -0/+1 |
2018-06-18 | Devolve pairs.h | Andy Wingo | 1 | -1/+1 |
2018-06-18 | Devolve boolean.h include. | Andy Wingo | 1 | -0/+1 |
2018-06-18 | Remove includes of validate.h. | Andy Wingo | 1 | -3/+2 |
2014-04-25 | Merge branch 'stable-2.0'v2.1.0 | Mark H Weaver | 1 | -5/+5 |
2014-03-06 | chars.c: Remove duplicate 'const' specifiers. | Mark H Weaver | 1 | -5/+5 |
2014-01-14 | Merge branch 'stable-2.0' | Mark H Weaver | 1 | -4/+26 |
2014-01-14 | Recognize 'escape' character name, per R7RS. | Mark H Weaver | 1 | -3/+25 |
2011-10-25 | most uses of scm_from_locale_symbol become scm_from_utf8_symbol | Andy Wingo | 1 | -2/+2 |
2011-02-09 | fix typos in the manual bits generated from source comments. | Ralf Wildenhues | 1 | -1/+1 |
2010-01-10 | Add R6RS character names | Michael Gran | 1 | -6/+30 |
2010-01-07 | provide missing prototypes | Andy Wingo | 1 | -1/+11 |
2009-12-27 | Incorrect indexing into character name list | Michael Gran | 1 | -1/+3 |
2009-12-24 | Support for Unicode general categories | Julian Graham | 1 | -0/+20 |
2009-12-22 | Improved support for Unicode title case in Guile's string and character APIs. | Julian Graham | 1 | -1/+16 |
2009-12-04 | remove rpsubrs | Andy Wingo | 1 | -52/+222 |
2009-09-03 | Update docs and docstrings for Unicode characters | Michael Gran | 1 | -21/+23 |
2009-08-30 | Update docs for Unicode characters | Michael Gran | 1 | -31/+33 |
2009-08-27 | Unicode-capable srfi-14 charsets | Michael Gran | 1 | -8/+2 |
2009-08-11 | Quiet signed/unsigned comparison warnings in chars.[ch] | Michael Gran | 1 | -2/+2 |
2009-08-11 | Revert to locale-dependent toupper and tolower | Michael Gran | 1 | -2/+8 |
2009-08-01 | Make charname declarations module-level and GCS | Michael Gran | 1 | -48/+42 |
2009-07-29 | Add 32-bit characters | Michael Gran | 1 | -30/+38 |
2009-07-27 | Replace global charnames variables with accessors | Michael Gran | 1 | -51/+98 |
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 |
2004-11-04 | (scm_charnames, scm_charnums): Added "sp" as an alias for "space". | Marius Vollmer | 1 | -2/+2 |
2004-08-24 | (scm_char_alphabetic_p, scm_char_numeric_p, scm_char_whitespace_p, | Marius Vollmer | 1 | -25/+16 |
2004-08-02 | * numbers.h, numbers.c, discouraged.h, discouraged.c (scm_short2num, | Marius Vollmer | 1 | -1/+1 |
2004-07-27 | * tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it into | Marius Vollmer | 1 | -1/+1 |
2004-07-10 | * validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY, | Marius Vollmer | 1 | -2/+1 |
2004-07-06 | * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, | Marius Vollmer | 1 | -17/+17 |
2004-04-24 | (scm_char_upcase, scm_char_downcase, scm_c_upcase, | Kevin Ryde | 1 | -26/+8 |
2004-04-06 | * srfi-13.c (s_scm_string_map): convert character to unsigned char | Han-Wen Nienhuys | 1 | -18/+22 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -36/+12 |