summaryrefslogtreecommitdiffstats
path: root/utf8.h
Commit message (Expand)AuthorAgeFilesLines
* Copyright year bump 2022.Kaz Kylheku2022-01-111-1/+1
* license: reformat to fit 80 columns.Kaz Kylheku2021-08-161-12/+13
* system: stop using popen if we have fork.Kaz Kylheku2021-06-191-0/+2
* Copyright year bump 2021.Kaz Kylheku2021-01-141-1/+1
* Expose low-level opendir/readdir dir traversal.Kaz Kylheku2020-07-081-0/+3
* Copyright year bump 2020.Kaz Kylheku2019-12-311-1/+1
* parser: security: UTF-8 and NUL handling in literals.Kaz Kylheku2019-02-051-1/+0
* Copyright year bump 2019.Kaz Kylheku2019-01-161-1/+1
* Copyright year bump 2018.Kaz Kylheku2018-02-151-1/+1
* ffi: conv between strings and char/wchar_t arrays.Kaz Kylheku2017-04-291-0/+1
* Bump copyright year to 2017.Kaz Kylheku2017-01-231-1/+1
* Synchronize license comments with LICENSE.Kaz Kylheku2016-10-011-16/+17
* UTF-8 API overhaul: security, and other concerns.Kaz Kylheku2016-03-311-4/+4
* Copyright year bump.Kaz Kylheku2015-12-311-1/+1
* Functions open-fileno and fileno.Kaz Kylheku2015-04-101-0/+1
* Update copyright notices from 2014 to 2015.Kaz Kylheku2015-02-011-1/+1
* * Makefile, arith.c, arith.h, combi.c, combi.h, configure, debug.c,Kaz Kylheku2014-07-231-16/+16
* A trivial change in the UTF-8 decoder allows TXR to handle null bytesKaz Kylheku2014-02-151-0/+3
* * stream.c (remove_path, rename_path): New functions.Kaz Kylheku2014-01-281-0/+2
* Bumping copyrights to 2014 and expressing them as year ranges.Kaz Kylheku2013-12-101-1/+1
* * stream.c (struct stdio_handle): New member, mode.Kaz Kylheku2013-11-281-0/+1
* * arith.c: Updated copyright year.Kaz Kylheku2012-02-251-1/+1
* * utf8.c (utf8_from_uc, utf8_decode): Impose a minium value on theKaz Kylheku2012-02-021-1/+1
* * LICENSE, Makefile, configure, filter.c, filter.h, gc.c, gc.h, hash.c,Kaz Kylheku2011-10-041-1/+1
* * LICENSE, Makefile, configure, gc.c, gc.h, hash.c, hash.h, lib.c,Kaz Kylheku2011-09-231-1/+1
* Bump copyrights to 2010.Kaz Kylheku2010-10-051-1/+1
* More void * to mem_t * conversion.Kaz Kylheku2009-12-051-2/+2
* Provide both char * and unsigned char * interfaces in UTF-8 module.Kaz Kylheku2009-11-141-4/+8
* Fixed broken utf8_from.Kaz Kylheku2009-11-121-0/+14
* Big conversion to wide characters and UTF-8 support.Kaz Kylheku2009-11-111-0/+32