| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename 'scm_c_make_char' to 'scm_i_make_char'.... | Mark H Weaver | 2019-06-18 | 1 | -3/+3 |
* | Add 'scm_c_make_char' and use it where appropriate.... | Mark H Weaver | 2019-05-07 | 1 | -5/+5 |
* | Merge branch 'stable-2.0'... | Mark H Weaver | 2014-04-25 | 1 | -5/+5 |
|\ |
|
| * | chars.c: Remove duplicate 'const' specifiers.... | Mark H Weaver | 2014-03-06 | 1 | -5/+5 |
* | | Merge branch 'stable-2.0'... | Mark H Weaver | 2014-01-14 | 1 | -4/+26 |
|\| |
|
| * | Recognize 'escape' character name, per R7RS.... | Mark H Weaver | 2014-01-14 | 1 | -3/+25 |
* | | most uses of scm_from_locale_symbol become scm_from_utf8_symbol... | Andy Wingo | 2011-10-25 | 1 | -2/+2 |
|/ |
|
* | fix typos in the manual bits generated from source comments.... | Ralf Wildenhues | 2011-02-09 | 1 | -1/+1 |
* | Add R6RS character names... | Michael Gran | 2010-01-10 | 1 | -6/+30 |
* | provide missing prototypes... | Andy Wingo | 2010-01-07 | 1 | -1/+11 |
* | Incorrect indexing into character name list... | Michael Gran | 2009-12-27 | 1 | -1/+3 |
* | Support for Unicode general categories... | Julian Graham | 2009-12-24 | 1 | -0/+20 |
* | Improved support for Unicode title case in Guile's string and character APIs.... | Julian Graham | 2009-12-22 | 1 | -1/+16 |
* | remove rpsubrs... | Andy Wingo | 2009-12-04 | 1 | -52/+222 |
* | Update docs and docstrings for Unicode characters... | Michael Gran | 2009-09-03 | 1 | -21/+23 |
* | Update docs for Unicode characters... | Michael Gran | 2009-08-30 | 1 | -31/+33 |
* | Unicode-capable srfi-14 charsets... | Michael Gran | 2009-08-27 | 1 | -8/+2 |
* | Quiet signed/unsigned comparison warnings in chars.[ch]... | Michael Gran | 2009-08-11 | 1 | -2/+2 |
* | Revert to locale-dependent toupper and tolower... | Michael Gran | 2009-08-11 | 1 | -2/+8 |
* | Make charname declarations module-level and GCS... | Michael Gran | 2009-08-01 | 1 | -48/+42 |
* | Add 32-bit characters... | Michael Gran | 2009-07-29 | 1 | -30/+38 |
* | Replace global charnames variables with accessors... | Michael Gran | 2009-07-27 | 1 | -51/+98 |
* | 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 |
* | (scm_charnames, scm_charnums): Added "sp" as an alias for "space".... | Marius Vollmer | 2004-11-04 | 1 | -2/+2 |
* | (scm_char_alphabetic_p, scm_char_numeric_p, scm_char_whitespace_p,... | Marius Vollmer | 2004-08-24 | 1 | -25/+16 |
* | * numbers.h, numbers.c, discouraged.h, discouraged.c (scm_short2num,... | Marius Vollmer | 2004-08-02 | 1 | -1/+1 |
* | * tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it into... | Marius Vollmer | 2004-07-27 | 1 | -1/+1 |
* | * validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY,... | Marius Vollmer | 2004-07-10 | 1 | -2/+1 |
* | * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,... | Marius Vollmer | 2004-07-06 | 1 | -17/+17 |
* | (scm_char_upcase, scm_char_downcase, scm_c_upcase,... | Kevin Ryde | 2004-04-24 | 1 | -26/+8 |
* | * srfi-13.c (s_scm_string_map): convert character to unsigned char... | Han-Wen Nienhuys | 2004-04-06 | 1 | -18/+22 |
* | 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 | -35/+35 |
* | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 2002-03-14 | 1 | -2/+0 |
* | (scm_char_alphabetic_p, scm_char_numeric_p, scm_char_whitespace_p,... | Marius Vollmer | 2001-08-01 | 1 | -6/+6 |
* | * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c,... | Martin Grabmüller | 2001-07-19 | 1 | -1/+1 |
* | Remove "face-lift" comment. | Thien-Thi Nguyen | 2001-07-09 | 1 | -2/+0 |
* | Remove #include <stdio.h>. Add #include <string.h>. | Keisuke Nishida | 2001-03-09 | 1 | -1/+0 |
* | * Minor cleanup/optimization for char=?.... | Dirk Herrmann | 2000-12-04 | 1 | -3/+3 |
* | * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,... | Marius Vollmer | 2000-11-17 | 1 | -0/+2 |
* | * Docstring fixes - adding texinfo markup and removing extraneous trailing ne... | Neil Jerram | 2000-08-18 | 1 | -21/+31 |
* | Updated copyrights | Mikael Djurfeldt | 2000-06-12 | 1 | -1/+1 |
* | * Makefile.am (DEFS): Added. automake adds -I options to DEFS,... | Mikael Djurfeldt | 2000-04-21 | 1 | -4/+4 |
* | * *.[hc]: add Emacs magic at the end of file, to ensure GNU... | Michael Livshin | 2000-03-19 | 1 | -0/+6 |
* | * error.h, error.c: Added `scm_wrong_type_arg_msg' to support... | Greg J. Badros | 2000-03-03 | 1 | -1/+1 |
* | * list.c: Moved append docs to append! Thanks Dirk Hermann. Also,... | Greg J. Badros | 2000-03-02 | 1 | -50/+50 |
* | * alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c,... | Mikael Djurfeldt | 2000-01-18 | 1 | -28/+28 |