summaryrefslogtreecommitdiff
path: root/libguile/chars.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert scm_c_make_char rename"Andy Wingo2019-08-241-3/+3
* Revert scm_c_make_char renameAndy Wingo2019-08-021-3/+3
* Add 'scm_c_make_char' and use it where appropriate.Mark H Weaver2019-05-231-4/+4
* Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint typesAndy Wingo2018-06-211-6/+6
* Update license notices in all C filesAndy Wingo2018-06-201-17/+17
* Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* Rationalize include order in C filesAndy Wingo2018-06-201-3/+6
* Make libguile header inclusion consistent within libguile c filesAndy Wingo2018-06-201-8/+8
* Remove Emacs local variables comments in Guile sourceAndy Wingo2018-06-201-6/+0
* Remove _scm.hAndy Wingo2018-06-201-1/+0
* Devolve symbols.h from _scm.hAndy Wingo2018-06-201-0/+1
* Move subr snarfing macros to gsubr.h.Andy Wingo2018-06-201-0/+1
* Devolve numbers.h from _scm.h.Andy Wingo2018-06-191-0/+1
* Remove <string.h> include from ports.h.Andy Wingo2018-06-191-0/+1
* Devolve pairs.hAndy Wingo2018-06-181-1/+1
* Devolve boolean.h include.Andy Wingo2018-06-181-0/+1
* Remove includes of validate.h.Andy Wingo2018-06-181-3/+2
* Merge branch 'stable-2.0'v2.1.0Mark H Weaver2014-04-251-5/+5
|\
| * chars.c: Remove duplicate 'const' specifiers.Mark H Weaver2014-03-061-5/+5
* | Merge branch 'stable-2.0'Mark H Weaver2014-01-141-4/+26
|\ \ | |/
| * Recognize 'escape' character name, per R7RS.Mark H Weaver2014-01-141-3/+25
* | most uses of scm_from_locale_symbol become scm_from_utf8_symbolAndy Wingo2011-10-251-2/+2
|/
* fix typos in the manual bits generated from source comments.Ralf Wildenhues2011-02-091-1/+1
* Add R6RS character namesMichael Gran2010-01-101-6/+30
* provide missing prototypesAndy Wingo2010-01-071-1/+11
* Incorrect indexing into character name listMichael Gran2009-12-271-1/+3
* Support for Unicode general categoriesJulian Graham2009-12-241-0/+20
* Improved support for Unicode title case in Guile's string and character APIs.Julian Graham2009-12-221-1/+16
* remove rpsubrsAndy Wingo2009-12-041-52/+222
* Update docs and docstrings for Unicode charactersMichael Gran2009-09-031-21/+23
* Update docs for Unicode charactersMichael Gran2009-08-301-31/+33
* Unicode-capable srfi-14 charsetsMichael Gran2009-08-271-8/+2
* Quiet signed/unsigned comparison warnings in chars.[ch]Michael Gran2009-08-111-2/+2
* Revert to locale-dependent toupper and tolowerMichael Gran2009-08-111-2/+8
* Make charname declarations module-level and GCSMichael Gran2009-08-011-48/+42
* Add 32-bit charactersMichael Gran2009-07-291-30/+38
* Replace global charnames variables with accessorsMichael Gran2009-07-271-51/+98
* Change Guile license to LGPLv3+Neil Jerram2009-06-171-6/+7
* Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès2008-09-131-1/+4
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* (scm_charnames, scm_charnums): Added "sp" as an alias for "space".Marius Vollmer2004-11-041-2/+2
* (scm_char_alphabetic_p, scm_char_numeric_p, scm_char_whitespace_p,Marius Vollmer2004-08-241-25/+16
* * numbers.h, numbers.c, discouraged.h, discouraged.c (scm_short2num,Marius Vollmer2004-08-021-1/+1
* * tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it intoMarius Vollmer2004-07-271-1/+1
* * validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY,Marius Vollmer2004-07-101-2/+1
* * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer2004-07-061-17/+17
* (scm_char_upcase, scm_char_downcase, scm_c_upcase,Kevin Ryde2004-04-241-26/+8
* * srfi-13.c (s_scm_string_map): convert character to unsigned charHan-Wen Nienhuys2004-04-061-18/+22
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-36/+12