New files implementing GSequence, a list implemented using a binary tree.
[platform/upstream/glib.git] / glib / guniprop.c
2007-01-03 Behdad EsfahbodTake zerowidth and double-width chars into consideratio...
2007-01-03 Behdad EsfahbodAdd g_unichar_iszerowidth(). (#347645)
2006-12-15 Matthias ClasenAvoid a compiler warning.
2006-10-09 Matthias ClasenAdd Unicode script support
2006-08-05 Matthias ClasenIf a character can't be converted, don't replace it...
2006-07-31 Behdad EsfahbodMake it only accept those characters that we accept i
2006-07-20 Matthias ClasenSmall optimization. (#348011, Nicolai Weibull)
2006-05-03 Matthias Clasen2.11.0 GLIB_2_11_0
2006-04-28 Behdad Esfahbod#include <stdlib.h>
2006-04-27 Matthias ClasenSmall fixes
2006-04-27 Behdad Esfahboddocs/reference/glib/glib-sections.txt, Implement g_unic...
2005-11-21 Matthias ClasenRemove unused variables. (#321984, Andrew Paprocki)
2005-11-10 Behdad EsfahbodUse bit hacks instead when checking a general category...
2005-11-04 Matthias ClasenApply a patch from Behdad Esfahbod to use a faster...
2005-03-14 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-01-04 Tor LillqvistUse g_win32_getlocale() instead of setlocale() on Windo...
2004-09-16 Matthias ClasenImplement the same PLT reduction technique used in...
2004-05-09 Matthias ClasenMerge from 2.4:
2004-03-14 Owen TaylorSome warning fixes for the Sun compiler (Reported by...
2003-11-15 Matthias ClasenAdd a NULL check to be consistent with the other g_utf8...
2003-09-30 Soeren Sandmannmake the argument const to get rid of warning
2003-09-29 Matthias ClasenAdd "Since: 2.4" to docs. Add g_unichar_get_mirror_char and
2003-09-12 Noah LevittAdd g_unichar_get_mirror_char. (#114749)
2003-09-10 Noah LevittUnicode 4.0 special casing. (#114681)
2003-08-06 Noah LevittFix small mistake in last commit. (still falls in the...
2003-08-06 Noah LevittGet rid of "len" parameter to output_special_case and...
2003-08-05 Hans Breuerfor msvc build
2003-07-31 Noah LevittUpdate Unicode data to 4.0. (#107974)
2003-05-23 Noah LevittRemove stale comment.
2003-05-22 Noah LevittUpdate g_unichar_iswide to Unicode 4.0 (#113404).
2003-05-21 Noah LevittFix obscure typo in case conversion routine (#113469).
2002-12-04 Owen TaylorPatch from Sven Neumann to make the include order consi...
2002-07-25 Owen TaylorHandle the end of the string properly when max_len...
2002-02-26 Owen TaylorAccount for some characters having now uppercase/lowerc...
2002-02-17 Owen Taylor1.3.14 GLIB_1_3_14
2001-11-14 Owen TaylorPatch from Andrew Taylor to improve tables and reduce...
2001-09-26 Owen TaylorPatch from Andrew Taylor to make much of the unicode...
2001-09-24 Matthias Clasenglib/gutf8.c, glib/gunibreak.c, glib/gunicollate.c,
2001-08-25 Alexander LarssonImplement and document g_ascii_isxxx.
2001-08-03 Owen TaylorFix computation (Fix from Cesar Rincon)
2001-07-19 Owen TaylorAdd functions to insert a unichar as UTF-8, since this...
2001-07-11 Owen TaylorAdd gunicomp.h (Reported by Sven Neumann).
2001-07-07 Owen TaylorAdd length arguments to g_utf8_{strup,strdown,casefold...
2001-07-02 Owen TaylorUse G_N_ELEMENTS rather than a custom macro.
2001-04-16 Havoc Penningtondocs
2000-11-28 Elliot LeeFix warnings.
2000-11-20 Havoc PenningtonUse a switch here, maybe helps the compiler optimize...
2000-10-09 Havoc PenningtonAdd new files.
2000-09-06 Owen TaylorSome inline docs fixes.
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-06-21 Owen TaylorInitial pass at adding unicode support functions. A...