summaryrefslogtreecommitdiff
path: root/glib
Commit message (Expand)AuthorAgeFilesLines
* Add parenthesis to protect macro argument. Spotted by Sam Couter"Sebastian Wilhelmi2002-07-011-1/+1
* In case of G_DISABLE_ASSERT replace "G_STMT_START{ }G_STMT_END" withSebastian Wilhelmi2002-06-281-4/+4
* Make interval unsigned to match g_timeout_source_new(). (#82624, TimOwen Taylor2002-06-131-3/+3
* tests/patterntest.c (test_compilation) A couple of 64-bit printf formatOwen Taylor2002-06-112-3/+3
* Replace homegrown "hash" entity by standard ISO entity "num".Matthias Clasen2002-06-031-2/+2
* Remove references to nonexisting functionsMatthias Clasen2002-05-266-14/+14
* on success, close the pipes from the child. Fix from Tim.Havoc Pennington2002-05-231-1/+3
* Remove notes about now-fixed-bugs.Owen Taylor2002-05-221-1/+1
* include sys/types.h before dirent.h to build on darwin (fixes #72859)jacob berkman2002-05-201-0/+1
* Fix double close of file descriptor on error. (#82139, Wayne Schuller)Owen Taylor2002-05-203-17/+28
* New testcases.Matthias Clasen2002-05-181-4/+25
* [merged from stable]Tim Janik2002-05-171-24/+59
* Add new functions.Tor Lillqvist2002-05-171-0/+2
* New functions g_str_has_suffix and g_str_has_prefix.Alex Larsson2002-05-142-0/+61
* Update from libcharset CVS. Includes additional encodings for SolarisOwen Taylor2002-05-135-42/+176
* Report unfinished entity references as errors rather than running into anMatthias Clasen2002-05-071-3/+21
* Fixes for #79347, Ron Arts.Owen Taylor2002-05-072-6/+5
* Exclude OSF from alpha definition of G_BREAKPOINT(), since the assemblerOwen Taylor2002-05-061-2/+2
* Add Windows-specific note to the gtk-doc comment.Tor Lillqvist2002-04-192-153/+10
* Unlock the pool for all threads leaving it. (#78348)glib-2-0-branchpointSebastian Wilhelmi2002-04-131-4/+5
* Add g_convert_init.Tor Lillqvist2002-03-291-0/+1
* Remove warning about g_print, etc, encoding.Owen Taylor2002-03-282-4/+5
* convert prtinf() strings to local charset when writing them to stdout orTim Janik2002-03-281-14/+35
* major cleanups. introduced _g_log_fallback_handler() to handle recursiveTim Janik2002-03-272-357/+364
* Remove __const__ qualifier from __asm__ statements... GCC since at leastOwen Taylor2002-03-251-11/+11
* Fix problem where if g_mem_chunk_reset() is called on an alloc-onlyOwen Taylor2002-03-221-2/+4
* Try to work around segfaults on Solaris if NULL is passed for outbuf...Owen Taylor2002-03-201-1/+9
* Close the file descriptor. (#75507, Matthias Clasen)Owen Taylor2002-03-201-2/+10
* avoid repeated call of g_spaced_primes_closest() by moving it out of theSven Neumann2002-03-201-3/+3
* glib/giowin32.c (g_io_win32_dispatch): Check buffer condition here, too.Tor Lillqvist2002-03-151-1/+2
* Some debugging output formatting changes. The following two changes fixesTor Lillqvist2002-03-151-15/+22
* Fix some gsize/gint mismatches. (#74422, Miroslaw Dobrzanski-Neumann)Owen Taylor2002-03-141-2/+2
* Fixed threading issues brought up by #74577. Make g_log_find_domain,Sebastian Wilhelmi2002-03-141-18/+27
* glib/gconvert.c glib/gen-unicode-tables.pl fixed cast/type problems toErwann Chenede2002-03-133-9/+9
* Cache getenv("G_BROKEN_FILENAMES") in have_broken_filenames() and useAlexander Larsson2002-03-131-2/+31
* Add a note about g_strreverse() and UTF-8.Matthias Clasen2002-03-111-27/+27
* Final updates for 2.0.0Owen Taylor2002-03-087-30/+64
* Updates.Owen Taylor2002-03-081-0/+7
* Finish docs. (#67064)Matthias Clasen2002-03-051-1/+2
* Where we have getpwuid[_r], use that in preference to $HOME, and onlyOwen Taylor2002-03-051-4/+9
* Default to --disable-gtk-doc, to avoid Jade setup hassles.Owen Taylor2002-03-052-15/+15
* added padding.Tim Janik2002-03-033-0/+4
* Fix memory leak. (#72990, Paoloo Maggi)Owen Taylor2002-02-281-0/+1
* Remove the shortcut for UTF-8 locales to ensure consistent behaviour. FixDaniel Elstner2002-02-271-90/+78
* Check for iconv_* in -liconv as well as libiconv_* in -liconv since AIXOwen Taylor2002-02-261-4/+4
* Fix trailing , in enumeration Miroslaw Dobrzanski-Neumann (#72574)Owen Taylor2002-02-261-1/+1
* Account for some characters having now uppercase/lowercase equivalents inOwen Taylor2002-02-261-4/+4
* Fix quoting of \' sequence (#72548, Christian Rose)Owen Taylor2002-02-251-1/+1
* Add a little bit of padding.Owen Taylor2002-02-232-0/+6
* New header containing GTK_DEBUG-style debugging support for GLib.Matthias Clasen2002-02-213-31/+132