summaryrefslogtreecommitdiff
path: root/libguile/chars.c
Commit message (Expand)AuthorAgeFilesLines
* Rename 'scm_c_make_char' to 'scm_i_make_char'....Mark H Weaver2019-06-181-3/+3
* Add 'scm_c_make_char' and use it where appropriate....Mark H Weaver2019-05-071-5/+5
* Merge branch 'stable-2.0'...Mark 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_symbol...Andy Wingo2011-10-251-2/+2
|/
* fix typos in the manual bits generated from source comments....Ralf Wildenhues2011-02-091-1/+1
* Add R6RS character names...Michael Gran2010-01-101-6/+30
* provide missing prototypes...Andy Wingo2010-01-071-1/+11
* Incorrect indexing into character name list...Michael Gran2009-12-271-1/+3
* Support for Unicode general categories...Julian 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 rpsubrs...Andy Wingo2009-12-041-52/+222
* Update docs and docstrings for Unicode characters...Michael Gran2009-09-031-21/+23
* Update docs for Unicode characters...Michael Gran2009-08-301-31/+33
* Unicode-capable srfi-14 charsets...Michael 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 tolower...Michael Gran2009-08-111-2/+8
* Make charname declarations module-level and GCS...Michael Gran2009-08-011-48/+42
* Add 32-bit characters...Michael Gran2009-07-291-30/+38
* Replace global charnames variables with accessors...Michael 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 into...Marius 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 char...Han-Wen Nienhuys2004-04-061-18/+22
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-36/+12
* 2002-07-20 Han-Wen <hanwen@cs.uu.nl>...Han-Wen Nienhuys2002-07-201-35/+35
* Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen2002-03-141-2/+0
* (scm_char_alphabetic_p, scm_char_numeric_p, scm_char_whitespace_p,...Marius Vollmer2001-08-011-6/+6
* * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c,...Martin Grabmüller2001-07-191-1/+1
* Remove "face-lift" comment.Thien-Thi Nguyen2001-07-091-2/+0
* Remove #include <stdio.h>. Add #include <string.h>.Keisuke Nishida2001-03-091-1/+0
* * Minor cleanup/optimization for char=?....Dirk Herrmann2000-12-041-3/+3
* * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,...Marius Vollmer2000-11-171-0/+2
* * Docstring fixes - adding texinfo markup and removing extraneous trailing ne...Neil Jerram2000-08-181-21/+31
* Updated copyrightsMikael Djurfeldt2000-06-121-1/+1
* * Makefile.am (DEFS): Added. automake adds -I options to DEFS,...Mikael Djurfeldt2000-04-211-4/+4
* * *.[hc]: add Emacs magic at the end of file, to ensure GNU...Michael Livshin2000-03-191-0/+6
* * error.h, error.c: Added `scm_wrong_type_arg_msg' to support...Greg J. Badros2000-03-031-1/+1
* * list.c: Moved append docs to append! Thanks Dirk Hermann. Also,...Greg J. Badros2000-03-021-50/+50
* * alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c,...Mikael Djurfeldt2000-01-181-28/+28