summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-06-17New macros to check for XML catalog contents and path, borrowed fromMatthias Clasen22-8/+1612
2003-06-16Add an autogenerated index.Matthias Clasen4-1/+29
2003-06-15Test where the DLLs actually are.Tor Lillqvist8-14/+61
2003-06-11libtool 1.5 installs DLLs in the bin subdirectory, so get them from there.Tor Lillqvist8-15/+56
2003-06-11A small addition.Matthias Clasen2-0/+8
2003-06-11Remove false &. Spotted by Albert ChinSebastian Wilhelmi7-1/+31
2003-06-08XML fix.Owen Taylor3-5/+18
2003-06-08Fix indentation and spacing. Use INADDR_LOOPBACK instead ofTor Lillqvist7-121/+152
2003-06-07Resolved thread deadlocks in socket ichannel code to supportAndy Lanoix7-71/+233
2003-06-06Correct the documentation for G_MINFLOAT and G_MINDOUBLE. (#114513,Matthias Clasen2-3/+13
2003-06-06Test for Solaris native gettext in libc, seeing if it supports GNU catalogHidetoshi Tajima7-2/+48
2003-06-06When dispatching a source that is !CAN_RECURSE, temporarily remove anyOwen Taylor7-19/+160
2003-06-05Use g_vasprintf() and g_string_append_len(), thus enabling embedded nulsMatthias Clasen8-3/+51
2003-06-05Add g_vasprintf().Matthias Clasen3-0/+12
2003-06-05Synchronize argument names with headers and docs. (g_vasprintf): AnMatthias Clasen9-55/+142
2003-06-05glib/giochannel.h Remove bogus (Win32-only) declaration ofTor Lillqvist9-25/+85
2003-06-04Use the current g_file_get_contents() as example.Matthias Clasen1-8/+9
2003-06-04Fix typo (#114375). Also, make the function static.Noah Levitt7-2/+32
2003-06-04Global fix of tamil translation encodingKwok-Koon Cheung2-82/+86
2003-06-04file li.po was initially added on branch glib-2-2.Kenneth Christiansen0-0/+0
2003-06-03Test for pthread_setschedparam. If not existant, disable priorities.Sebastian Wilhelmi7-1/+37
2003-06-02Patch from Jeffrey Stedfast <fejj@ximian.com> (#104825)Owen Taylor7-6/+89
2003-06-01Put the g_return_val_if_fail() in the right place.Owen Taylor7-2/+32
2003-05-31Fix typo: should be G_IO_ERROR_UNKNOWN not G_ERROR_ERROR_UNKNOWNRay Strode7-1/+37
2003-05-30glib/gstrfuncs.c (g_ascii_strncasecmp) Use TOLOWER() macro instead ofOwen Taylor7-4/+40
2003-05-30Backport better handling of ALL_LINGUAS from gettext.m4. (#103808, AndrasOwen Taylor7-8/+65
2003-05-30expand $exec_prefix as well as $prefix. (#107290, reported by MortenOwen Taylor7-0/+39
2003-05-30Quote $srcdir to handle $srcdir with spaces (#107850, Evan Martin)Owen Taylor7-11/+41
2003-05-30Silently return G_IO_CHANNEL_ERROR_FAILED for EINTR, since close() canOwen Taylor7-3/+48
2003-05-30Do a g_return_val_if_fail() on err == NULL to be a bit more robuts onOwen Taylor7-0/+44
2003-05-30Order refs/unrefs so setting the same object back is safe. (#112861,Owen Taylor2-6/+15
2003-05-28__PRETTY_FUNCTION__ was made a non-token before gcc-3.0.0 for C++. (FixOwen Taylor7-1/+37
2003-05-27Document that g_strdup() and g_strndup() accept NULL. (#106987, ChristianMatthias Clasen2-1/+8
2003-05-27Remain silent when sucessful.Matthias Clasen8-13/+99
2003-05-27Use memcpy instead of strcpy. (#106988, Christian Biere)Matthias Clasen7-2/+34
2003-05-27Updated traditional Chinese translation.Kwok-Koon Cheung2-77/+78
2003-05-23Fix typo in UNICODE_VALID (related to #107427).Noah Levitt7-1/+25
2003-05-23Remove stale comment.Noah Levitt7-2/+24
2003-05-22Update g_unichar_iswide to Unicode 4.0 (#113404).Noah Levitt7-10/+37
2003-05-21Fix obscure typo in case conversion routine (#113469).Noah Levitt7-1/+31
2003-05-20ytpoManish Singh6-6/+6
2003-05-20wrap 64-bit MIN/MAX limit constants in G_GINT64_CONSTANT. Fixes bugPDT 2003 Manish Singh7-3/+33
2003-05-20Fix cut-and-pasto: g_unichar_break_type should returnNoah Levitt7-1/+37
2003-05-19Remove unused function g_list_sort2 (bug #113203).Noah Levitt7-59/+24
2003-05-19Fix off-by-one error in g_unicode_canonical_ordering (bug #113260).Noah Levitt7-5/+35
2003-05-19*ar.po: Added Arabic translation by Arabeyes <doc@arabeyes.org>Arafat Medini9-1/+520
2003-05-17Welsh translation from Dafydd HarriesTelsa Gwynne9-1/+536
2003-05-11Fix a duplicate id left by copy-and-paste. (#112785, Owen Taylor)Matthias Clasen2-1/+6
2003-05-08Updated French translation.Christophe Merlet2-73/+77
2003-05-05Some doc fixes. (#111805)Matthias Clasen7-4/+40