summaryrefslogtreecommitdiff
path: root/libguile/chars.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-14Merge branch 'stable-2.0'Mark H Weaver1-4/+26
2014-01-14Recognize 'escape' character name, per R7RS.Mark H Weaver1-3/+25
2011-10-25most uses of scm_from_locale_symbol become scm_from_utf8_symbolAndy Wingo1-2/+2
2011-02-09fix typos in the manual bits generated from source comments.Ralf Wildenhues1-1/+1
2010-01-10Add R6RS character namesMichael Gran1-6/+30
2010-01-07provide missing prototypesAndy Wingo1-1/+11
2009-12-27Incorrect indexing into character name listMichael Gran1-1/+3
2009-12-24Support for Unicode general categoriesJulian Graham1-0/+20
2009-12-22Improved support for Unicode title case in Guile's string and character APIs.Julian Graham1-1/+16
2009-12-04remove rpsubrsAndy Wingo1-52/+222
2009-09-03Update docs and docstrings for Unicode charactersMichael Gran1-21/+23
2009-08-30Update docs for Unicode charactersMichael Gran1-31/+33
2009-08-27Unicode-capable srfi-14 charsetsMichael Gran1-8/+2
2009-08-11Quiet signed/unsigned comparison warnings in chars.[ch]Michael Gran1-2/+2
2009-08-11Revert to locale-dependent toupper and tolowerMichael Gran1-2/+8
2009-08-01Make charname declarations module-level and GCSMichael Gran1-48/+42
2009-07-29Add 32-bit charactersMichael Gran1-30/+38
2009-07-27Replace global charnames variables with accessorsMichael Gran1-51/+98
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-6/+7
2008-09-13Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès1-1/+4
2006-04-17merge from 1.8 branchKevin Ryde1-1/+1
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
2004-11-04(scm_charnames, scm_charnums): Added "sp" as an alias for "space".Marius Vollmer1-2/+2
2004-08-24(scm_char_alphabetic_p, scm_char_numeric_p, scm_char_whitespace_p,Marius Vollmer1-25/+16
2004-08-02* numbers.h, numbers.c, discouraged.h, discouraged.c (scm_short2num,Marius Vollmer1-1/+1
2004-07-27* tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it intoMarius Vollmer1-1/+1
2004-07-10* validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY,Marius Vollmer1-2/+1
2004-07-06* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer1-17/+17
2004-04-24(scm_char_upcase, scm_char_downcase, scm_c_upcase,Kevin Ryde1-26/+8
2004-04-06* srfi-13.c (s_scm_string_map): convert character to unsigned charHan-Wen Nienhuys1-18/+22
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-36/+12
2002-07-202002-07-20 Han-Wen <hanwen@cs.uu.nl>Han-Wen Nienhuys1-35/+35
2002-03-14Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen1-2/+0
2001-08-01(scm_char_alphabetic_p, scm_char_numeric_p, scm_char_whitespace_p,Marius Vollmer1-6/+6
2001-07-19 * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c,Martin Grabmüller1-1/+1
2001-07-09Remove "face-lift" comment.Thien-Thi Nguyen1-2/+0
2001-03-09Remove #include <stdio.h>. Add #include <string.h>.Keisuke Nishida1-1/+0
2000-12-04* Minor cleanup/optimization for char=?.Dirk Herrmann1-3/+3
2000-11-17* alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,Marius Vollmer1-0/+2
2000-08-18* Docstring fixes - adding texinfo markup and removing extraneous trailing ne...Neil Jerram1-21/+31
2000-06-12Updated copyrightsMikael Djurfeldt1-1/+1
2000-04-21* Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt1-4/+4
2000-03-19 * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin1-0/+6
2000-03-03* error.h, error.c: Added `scm_wrong_type_arg_msg' to supportGreg J. Badros1-1/+1
2000-03-02* list.c: Moved append docs to append! Thanks Dirk Hermann. Also,Greg J. Badros1-50/+50
2000-01-18* alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c,Mikael Djurfeldt1-28/+28
2000-01-11* scm_validate.h, chars.c, ports.c, print.c, read.c, strings.c,Greg J. Badros1-29/+29
2000-01-06* chars.c (scm_integer_to_char): Use Greg's niceMikael Djurfeldt1-2/+2
2000-01-06* *.c, snarf.h: Replace GUILE_PROC1 with SCM_DEFINE1 throughout.Greg J. Badros1-10/+10
2000-01-05* *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_*Greg J. Badros1-37/+37