summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-8
Commit message (Expand)AuthorAgeFilesLines
...
* Make it pass on Win32. (from_uri_tests[]): Take into consideration that onTor Lillqvist2005-08-011-0/+9
* moved G_DATALIST_*_POINTER() macros here, because proper use requires theTim Janik2005-07-311-0/+12
* Include glibintl.h, not gi18n.h, noticed by Dan Winship.Matthias Clasen2005-07-261-0/+3
* Try -mt as compiler flag for threads, needed for the HP C compiler onMatthias Clasen2005-07-261-0/+3
* Fix a typo in the docs. (#311569, Ross Burton)Matthias Clasen2005-07-261-0/+5
* Bump versionMatthias Clasen2005-07-221-0/+2
* 2.7.4GLIB_2_7_4Matthias Clasen2005-07-221-0/+2
* UpdatesGTK_2_7_4Matthias Clasen2005-07-211-0/+4
* use G_CALLBACK for signal connections.Manish Singh2005-07-201-0/+4
* Don't get stuck in here if immediate is TRUE. (#310954, Hong Jen Yee)Matthias Clasen2005-07-201-0/+8
* Make this an inline function. Define it only if G_CAN_INLINE and not C++.Tor Lillqvist2005-07-201-0/+6
* Avoid an unnecessary strlen if len is -1. (#169692, Benoit Dejean)Matthias Clasen2005-07-191-0/+4
* Fix g_atomic_pointer_compare_and_exchange on sparc64. (#167572, GertMatthias Clasen2005-07-191-0/+6
* Bump versionMatthias Clasen2005-07-151-0/+2
* 2.7.3GLIB_2_7_3Matthias Clasen2005-07-151-0/+4
* Make refcounting threadsafe by using atomic operations. (#166020, WimMatthias Clasen2005-07-151-0/+21
* UpdatesMatthias Clasen2005-07-151-0/+4
* Make the tests silent on success.Matthias Clasen2005-07-141-0/+11
* Fix a typo. (#310243, Richard Laager)Matthias Clasen2005-07-131-0/+3
* Warn if a short name is not acceptable.Matthias Clasen2005-07-131-0/+5
* Add and implement a new flag to turn off the automatic <groupname>-Matthias Clasen2005-07-121-0/+18
* Don't lock if depth is zero. (#310148, Wim Taymans)Matthias Clasen2005-07-121-0/+5
* Ignore anomalous environment entries which are not of the formMatthias Clasen2005-07-101-0/+6
* Typo.Tor Lillqvist2005-07-091-1/+1
* Totally rewritten socket channel implementation. See discussion in bugTor Lillqvist2005-07-081-0/+3
* Don't use autoconf variables for the resource object files on Win32 anyTor Lillqvist2005-07-081-0/+18
* Bump versionMatthias Clasen2005-07-081-0/+2
* 2.7.2GLIB_2_7_2Matthias Clasen2005-07-081-0/+6
* Make the size_t size detection work on AIX. (#309725)Matthias Clasen2005-07-071-0/+5
* Require a newer gtk-docMatthias Clasen2005-07-061-0/+4
* include <process.h> for getpid() include <io.h> for close() etc. addHans Breuer2005-07-021-0/+6
* Don't reverse the order of multiline comments.Matthias Clasen2005-07-011-0/+5
* Test that comments are handled properly. (#309263, Mikael Magnusson)Matthias Clasen2005-07-011-0/+5
* Bump versionMatthias Clasen2005-07-011-0/+2
* 2.7.1GLIB_2_7_1Matthias Clasen2005-06-301-0/+4
* Fix portability issues. (#307064, Morten Welinder)Matthias Clasen2005-06-301-0/+3
* Apply a patch which may make GLib work on BeOS again. (#309157, KianMatthias Clasen2005-06-301-0/+13
* UpdatesMatthias Clasen2005-06-301-0/+4
* libtool installs/uninstalls the import library, no need to do itTor Lillqvist2005-06-261-0/+14
* Add an mmap() wrapper called GMappedFile. (#148218, David Schleef, BehdadMatthias Clasen2005-06-251-0/+17
* Add --enable-man.Matthias Clasen2005-06-241-0/+4
* glib/Makefile.am gmodule/Makefile.am Current GNU tools do understand theTor Lillqvist2005-06-241-0/+9
* g_build_filename_va is only use in the G_OS_WIN32 case, so compile itManish Singh2005-06-231-0/+5
* Don't leak memory here.Matthias Clasen2005-06-231-0/+3
* Don't leak output_path. (#308546, Kjartan Maraas)Matthias Clasen2005-06-231-0/+3
* Add some language-binding friendly variantsMatthias Clasen2005-06-231-0/+12
* glib/gfileutils.c glib/gfileutils.h glib/glib.symbols Rename g_makepath()Tor Lillqvist2005-06-221-0/+7
* Properly store changes for arrays. (#308528, Roger Leigh)Matthias Clasen2005-06-221-1/+3
* Pass the option name also in the NO_ARG case. (#308602, Masatake YAMATO)Matthias Clasen2005-06-221-0/+6
* New function. Creates a directory including intermediate parentTor Lillqvist2005-06-221-3/+10