summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-4
AgeCommit message (Expand)Author
2000-10-25added newly added gobject/ headers.Tim Janik
2000-10-23Use one = instead of two, which is plainly wrong.Sebastian Wilhelmi
2000-10-19Pass -DGSPAWN_HELPER when building it. Link with user32.lib.Tor Lillqvist
2000-10-19Change ERROR_OTHER to ERROR_FAILED, add some dummy marking with _().Owen Taylor
2000-10-16Remove alloca stuff from here. galloca.h takes care of it, correctly.Tor Lillqvist
2000-10-16Add gspawn-win32.c to EXTRA_DIST.Tor Lillqvist
2000-10-16Some more debugging output. (g_io_channel_win32_poll): Remove unused vars.Tor Lillqvist
2000-10-16gmodule: New variable. (dist-hook): Handle $(BUILT_EXTRA_DIST).Raja R Harinath
2000-10-13Added inline documentation.Sebastian Wilhelmi
2000-10-13Readded GFreeFunc, g_node_insert_after and g_find_program_in_path resp.,Sebastian Wilhelmi
2000-10-12Adapted accordingly to header separation and GLIB_HAVE_ALLOCA_H renaming.Sebastian Wilhelmi
2000-10-12Added the new headers to glibinclude_HEADERS.Sebastian Wilhelmi
2000-10-12Split glib.h into many header files mostly according to the resp.Sebastian Wilhelmi
2000-10-12Removed cruft from old threading code.Sebastian Wilhelmi
2000-10-12define GLIB_HAVE_ALLOCA_H instead of including alloca.h in glibconfig.h,Sebastian Wilhelmi
2000-10-09Work with beta autoconf 2.50.Raja R Harinath
2000-10-09Use this to specify that 'configure' depends on acglib.m4.Raja R Harinath
2000-10-09Add new files.Havoc Pennington
2000-10-06Fix the Win32-only code to use current API,Tor Lillqvist
2000-10-06Revamp to be like makefile.mingw.in, make the MSVC build actually workTor Lillqvist
2000-10-05Changed alloca stuff a bit: when we have a working alloca.h, we're notSebastian Wilhelmi
2000-10-04Reverted my last commit:Martin Baulig
2000-09-30Put the pkg-config scripts back to the correct pkg-config syntaxMartin Baulig
2000-09-29Added function to keep symetry with g_node_insert_before. 2000-09-29Jonathan Blandford
2000-09-29New automake conditional. Only compile the gthread subdirectory if weMartin Baulig
2000-09-29Set this to `$(libexecdir)/pkgconfig'; this is the directory whereMartin Baulig
2000-09-29Several minor ANSI C fixes.Martin Baulig
2000-09-29Added errorcheck mutexes. These are activated through the preprocessorSebastian Wilhelmi
2000-09-29fix indentation (GConvertError): generic error is conventionally calledHavoc Pennington
2000-09-28Adjusted the test for an unimplemented getpwuid_r. Info from MichaelSebastian Wilhelmi
2000-09-28Moved determination of G_THREAD_FLAGS before G_THREAD_LIBS. Check forSebastian Wilhelmi
2000-09-28Some platforms support 64 bit 'long long', but you can not printf or scanfSebastian Wilhelmi
2000-09-28max_len can't be initialized statically as it might call a function. So doSebastian Wilhelmi
2000-09-26Add G_GNUC_PURE macro (but don't use it anywhere).GNOME_PRINT_0_24Elliot Lee
2000-09-25Add a few missing G_GNUC_CONST's.Elliot Lee
2000-09-21Add gconvert.o. Use libiconv.Tor Lillqvist
2000-09-21The last released automake (1.4) still requires AM_PROG_LIBTOOL instead ofSebastian Wilhelmi
2000-09-19Test for the existence of getcwd, and use it only when found.Sebastian Wilhelmi
2000-09-18Implement g_ucs4_to_utf8 which was inOwen Taylor
2000-09-17Sun Sep 17 2000 Elliot Lee <sopwith@redhat.com> Define g_alloca() as anElliot Lee
2000-09-11Havoc Pennington's implementation of convenient character set conversionOwen Taylor
2000-09-11Add this function.Havoc Pennington
2000-09-10Add a missing g_return_if_fail().Owen Taylor
2000-09-07for non-i386 and non-alpha, or non gcc, implement BREAKPOINT() as raise (5Tim Janik
2000-09-06docsHavoc Pennington
2000-09-06Some inline docs fixes.Owen Taylor
2000-09-06s/G_MICROSEC/G_USEC_PER_SEC/Sebastian Wilhelmi
2000-09-06Removed G_G{U}{SHORT|INT|LONG}_FORMAT from glib.h, as they are reallySebastian Wilhelmi
2000-09-06Add gtk-doc checks for newly added docs/reference/ subdir.Owen Taylor
2000-09-05Don't use a G_LOCK, as it isn't necessary.Sebastian Wilhelmi