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