chiark / gitweb /
More comments
[disorder] / lib / unicode.c
2009-10-10 Richard KettlewellMerge playlist support.
2009-04-05 Richard KettlewellMerge Unicode 5.1.0 support.
2009-04-05 Richard KettlewellDon't look up before/after code points more than once...
2009-04-05 Richard KettlewellRename word break property values
2009-04-05 Richard KettlewellUpdate word break algorithm for Unicode 5.1.0 (based...
2009-04-05 Richard KettlewellUpdate grapheme break algorithm to Unicode 5.1.0 (based...
2009-03-14 Richard KettlewellMerge from uaudio branch.
2009-03-01 Richard KettlewellAdd xcalloc_noptr(), which allows uaudio-thread.c to...
2009-02-17 Richard KettlewellMerge playlist branch against trunk to date.
2008-10-19 Richard KettlewellSwitch to GPL v3
2008-05-25 Richard KettlewellSource code reorganization:
2007-11-23 rjk@greenend.org.ukmerge disorder.unicode branch
2007-11-23 rjk@greenend.org.ukmerge from disorder.dev
2007-11-23 Richard Kettlewellsynchronize with disorder.dev
2007-11-23 Richard KettlewellRemove combining characters from search strings. The...
2007-11-22 Richard Kettlewellsync with trunk
2007-11-21 Richard Kettlewellsync up with disorder.dev
2007-11-21 Richard Kettlewellsync with disorder.dev
2007-11-20 Richard Kettlewellunicode.c iterators can now have their notion of Word_B...
2007-11-20 Richard Kettlewellutf32_word_split() and utf8_word_split() splits a strin...
2007-11-19 Richard Kettlewellsync with disorder.dev
2007-11-19 Richard KettlewellUTF8 versions of NFC/NFKC
2007-11-19 Richard Kettlewellsync up with disorder.dev
2007-11-19 Richard KettlewellNFC and NFKC support
2007-11-18 Richard Kettlewelldistinguish the different decompositions via a flag bit
2007-11-18 Richard Kettlewelltest and fix utf32_iterator_set()
2007-11-18 Richard Kettlewellmore efficient utf32_iterator_set()
2007-11-18 Richard Kettlewellreplace main utf-8 parser with table-driven one
2007-11-18 Richard Kettlewelltable-drive UTF-8 validity checker
2007-11-18 Richard Kettlewellnew unicode string iterator give cleaner boundary testing
2007-11-18 Richard Kettlewellmore idiomatic grapheme breaking
2007-11-18 Richard Kettlewellgrapheme boundary check can now use tables
2007-11-18 Richard Kettlewellword break now comes from the table
2007-11-18 Richard Kettlewellall characters now in the table, which is broken to...
2007-11-18 Richard Kettlewellstart on ut32__unidata() which will provide a uniform...
2007-11-18 Richard Kettlewellunicode_gc_cat -> unicode_General_Category
2007-11-18 Richard Kettlewellcompute Sentence_Break as well
2007-11-18 Richard Kettlewelltest and corrections for utf32_is_word_boundary()
2007-11-18 Richard Kettlewelluntested utf32_is_word_boundary() and associated table...
2007-11-18 Richard Kettlewelltests and a correction for grapheme cluster boundary...
2007-11-17 Richard Kettlewelluntested grapheme cluster boundary detection
2007-11-17 Richard KettlewellImplement the s3.13 compatibility casefolding transform...
2007-11-17 Richard KettlewellStart of Unicode support rewrite