summaryrefslogtreecommitdiff
path: root/glib/gunicode.h
Commit message (Expand)AuthorAgeFilesLines
* Updated to Unicode 4.1. There are five new GUnicodeBreakType types. ThatBehdad Esfahbod2005-10-011-1/+8
* Update the link to Unicode category values. (#313369, Behnam Esfahbod)Matthias Clasen2005-08-151-1/+1
* New function to calculate collation keys which are more suitable forMatthias Clasen2005-06-081-1/+3
* Mark functions with G_GNUC_MALLOC when appropriate.Matthias Clasen2004-11-281-13/+13
* Add g_unichar_get_mirror_char. (#114749)Noah Levitt2003-09-121-0/+3
* Update Unicode data to 4.0. (#107974)Noah Levitt2003-07-311-1/+3
* New function to revert a utf8 string. Gone, replaced by g_utf8_strreverse.Matthias Clasen2002-07-261-0/+2
* Replace some uses of isspace() with g_ascii_isspace().Owen Taylor2001-09-021-3/+1
* Add functions to insert a unichar as UTF-8, since this is reasonablyOwen Taylor2001-07-191-1/+4
* Add length arguments to g_utf8_{strup,strdown,casefold,collate_key}.Owen Taylor2001-07-071-4/+9
* Use G_N_ELEMENTS rather than a custom macro.Owen Taylor2001-07-021-0/+22
* Move glib library into a subdirectory, make all GLib include files includeOwen Taylor2001-06-261-2/+2
* Changes for 64-bit cleanliness, loosely based on patch from Mark Murnane.Owen Taylor2001-06-231-29/+29
* Added new functions g_strstr_len, g_strrstr and g_strrstr_lenAlex Larsson2001-06-081-1/+2
* Make a bit more standalone by adding include of gerror.h. #54543.Owen Taylor2001-06-041-4/+4
* added this functionHavoc Pennington2001-03-201-0/+3
* Cygwin support contributed by Stefan Ondrejicka <ondrej@idata.sk>.Tor Lillqvist2001-03-091-1/+1
* Match also UNC paths on Win32.Tor Lillqvist2001-02-211-12/+0
* include string.hHavoc Pennington2001-02-171-10/+10
* move $enable_debug down below checks for GCC to avoid setting CFLAGSOwen Taylor2001-01-051-12/+33
* Use GetACP to get the current ANSI codepage.Tor Lillqvist2000-12-171-1/+3
* s/UNICODE_LAST_CHAR/G_UNICODE_LAST_CHAR/Havoc Pennington2000-11-291-2/+43
* Change ERROR_OTHER to ERROR_FAILED, add some dummy marking with _().Owen Taylor2000-10-191-1/+1
* Split glib.h into many header files mostly according to the resp.Sebastian Wilhelmi2000-10-121-10/+6
* Add this function.Havoc Pennington2000-09-111-0/+8
* Some inline docs fixes.Owen Taylor2000-09-061-3/+3
* Mark the following functions G_GNUC_CONST (to allow betteroptimization)Elliot Lee2000-08-251-20/+20
* Fix stray characterOwen Taylor2000-07-311-1/+1
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-3/+3
* Move string.h include into the .c file instead of where it was in the .hOwen Taylor2000-07-101-1/+1
* Rename the GUTILS_C_VAR macro to GLIB_VAR.Tor Lillqvist2000-07-081-2/+16
* Initial pass at adding unicode support functions. A few things still needOwen Taylor2000-06-211-0/+178