summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-12
Commit message (Expand)AuthorAgeFilesLines
* Split glib.h into many header files mostly according to the resp.Sebastian Wilhelmi2000-10-121-0/+18
* Removed cruft from old threading code.Sebastian Wilhelmi2000-10-121-1/+3
* define GLIB_HAVE_ALLOCA_H instead of including alloca.h in glibconfig.h,Sebastian Wilhelmi2000-10-121-0/+5
* Work with beta autoconf 2.50.Raja R Harinath2000-10-091-0/+13
* Use this to specify that 'configure' depends on acglib.m4.Raja R Harinath2000-10-091-1/+6
* Add new files.Havoc Pennington2000-10-091-0/+24
* Fix the Win32-only code to use current API,Tor Lillqvist2000-10-061-0/+3
* Revamp to be like makefile.mingw.in, make the MSVC build actually workTor Lillqvist2000-10-061-0/+28
* Changed alloca stuff a bit: when we have a working alloca.h, we're notSebastian Wilhelmi2000-10-051-0/+6
* Reverted my last commit:Martin Baulig2000-10-041-6/+0
* Put the pkg-config scripts back to the correct pkg-config syntaxMartin Baulig2000-09-301-7/+0
* Added function to keep symetry with g_node_insert_before. 2000-09-29Jonathan Blandford2000-09-291-0/+5
* New automake conditional. Only compile the gthread subdirectory if weMartin Baulig2000-09-291-0/+6
* Set this to `$(libexecdir)/pkgconfig'; this is the directory whereMartin Baulig2000-09-291-0/+7
* Several minor ANSI C fixes.Martin Baulig2000-09-291-0/+23
* Added errorcheck mutexes. These are activated through the preprocessorSebastian Wilhelmi2000-09-291-0/+10
* fix indentation (GConvertError): generic error is conventionally calledHavoc Pennington2000-09-291-0/+9
* Adjusted the test for an unimplemented getpwuid_r. Info from MichaelSebastian Wilhelmi2000-09-281-0/+4
* Moved determination of G_THREAD_FLAGS before G_THREAD_LIBS. Check forSebastian Wilhelmi2000-09-281-0/+14
* Some platforms support 64 bit 'long long', but you can not printf or scanfSebastian Wilhelmi2000-09-281-0/+5
* max_len can't be initialized statically as it might call a function. So doSebastian Wilhelmi2000-09-281-0/+5
* Add G_GNUC_PURE macro (but don't use it anywhere).GNOME_PRINT_0_24Elliot Lee2000-09-261-0/+3
* Add a few missing G_GNUC_CONST's.Elliot Lee2000-09-251-0/+3
* Add gconvert.o. Use libiconv.Tor Lillqvist2000-09-211-0/+8
* The last released automake (1.4) still requires AM_PROG_LIBTOOL instead ofSebastian Wilhelmi2000-09-211-0/+6
* Test for the existence of getcwd, and use it only when found.Sebastian Wilhelmi2000-09-191-0/+8
* Implement g_ucs4_to_utf8 which was inOwen Taylor2000-09-181-2/+11
* Sun Sep 17 2000 Elliot Lee <sopwith@redhat.com> Define g_alloca() as anElliot Lee2000-09-171-0/+4
* Havoc Pennington's implementation of convenient character set conversionOwen Taylor2000-09-111-0/+11
* Add this function.Havoc Pennington2000-09-111-0/+4
* Add a missing g_return_if_fail().Owen Taylor2000-09-101-0/+4
* for non-i386 and non-alpha, or non gcc, implement BREAKPOINT() as raise (5Tim Janik2000-09-071-0/+18
* docsHavoc Pennington2000-09-061-0/+6
* Some inline docs fixes.Owen Taylor2000-09-061-0/+4
* s/G_MICROSEC/G_USEC_PER_SEC/Sebastian Wilhelmi2000-09-061-0/+3
* Removed G_G{U}{SHORT|INT|LONG}_FORMAT from glib.h, as they are reallySebastian Wilhelmi2000-09-061-0/+5
* Add gtk-doc checks for newly added docs/reference/ subdir.Owen Taylor2000-09-061-0/+5
* Don't use a G_LOCK, as it isn't necessary.Sebastian Wilhelmi2000-09-051-0/+5
* Use g_return_val_if_fail instead of g_return_if_fail, as the function nowSebastian Wilhelmi2000-09-011-0/+4
* Include gerror.h before it is used for some g_thread_* functions.Sebastian Wilhelmi2000-09-011-0/+10
* Added function g_propagte_error to hand over local errors to the callingSebastian Wilhelmi2000-09-011-0/+6
* glib.h glib.def New function, to make a GPollFD from a GIOChannel. CreatesTor Lillqvist2000-08-311-0/+6
* glib.h No use for separate condition parameter.Tor Lillqvist2000-08-311-0/+4
* Simplify, use GetSystemTimeAsFileTime().Tor Lillqvist2000-08-311-0/+5
* Hmm, the parameter to g_io_channel_win32_poll() should be a GPollFD array,Tor Lillqvist2000-08-271-1/+1
* New function, otherwise like g_io_channel_win32_wait_for_condition(), butTor Lillqvist2000-08-271-0/+13
* Mark the following functions G_GNUC_CONST (to allow betteroptimization)Elliot Lee2000-08-251-0/+9
* Fix inclusion of config.hElliot Lee2000-08-211-0/+4
* Fix a couple of trivial bugs that were causing warnings.Owen Taylor2000-08-211-0/+13
* Return the data left behind. Return the data left behind.Darin Adler2000-08-171-0/+15