summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-4
AgeCommit message (Expand)AuthorFilesLines
2000-12-19Ok, I'm a moron. When I originally implemented ENABLE_GC_FRIENDLY, ISebastian Wilhelmi1-0/+10
2000-12-19Added --disable-mem-pools option.Alexander Larsson1-0/+11
2000-12-17Use GetACP to get the current ANSI codepage.Tor Lillqvist1-0/+9
2000-12-14No need to -DGSPAWN_HELPER when compiling gspawn-win32-helper any longer.Tor Lillqvist1-0/+3
2000-12-14Warn if no callback. Call callback correctly. (g_io_win32_create_watch):Tor Lillqvist1-0/+28
2000-12-13make staticHavoc Pennington1-0/+11
2000-12-13don't try to use thread stuff unless G_THREADS_ENABLEDHavoc Pennington1-0/+8
2000-12-13return whether a value got removed.Tim Janik1-0/+5
2000-12-12Revert unauthorized changes.Owen Taylor1-0/+4
2000-12-12GMainContext useful in implementing some additional styles of main loopElliot Lee1-0/+11
2000-12-10Remove pollfds from the context here, not when actually freeing theOwen Taylor1-0/+19
2000-12-08Rename from GLIB_DIVERT_BEFORE_HELP. Update to track autoconf 2.49b.Raja R Harinath1-0/+7
2000-12-08Fix typo, and fix some formatting.Raja R Harinath1-27/+30
2000-12-08Rearrange into other veriables, and include run-markup-tests.sh.Raja R Harinath1-0/+10
2000-12-08move markup-test to noinst_PROGRAMS; it isn't a proper test, the properHavoc Pennington1-0/+7
2000-12-08Don't put anything after an #endif. Likewise.Raja R Harinath1-0/+5
2000-12-07add g_strdupv testHavoc Pennington1-0/+7
2000-12-05Major change in API for creating sources to handle multiple main loopsOwen Taylor1-0/+32
2000-12-01Include make.msc from GLib's build subdir.Tor Lillqvist1-0/+8
2000-12-01Provide G_CONST_RETURN which is 'const' by default, and nothing whenHavoc Pennington1-2/+7
2000-11-29Forgot gunibreak.c, mistake in ChangeLogHavoc Pennington1-2/+1
2000-11-29s/UNICODE_LAST_CHAR/G_UNICODE_LAST_CHAR/Havoc Pennington1-0/+23
2000-11-28Fix warnings.Elliot Lee1-0/+10
2000-11-28Patches by Hans Breuer:Tor Lillqvist1-0/+16
2000-11-28Revamped errorcheck mutexes and added errorcheck cond_wait() andSebastian Wilhelmi1-0/+10
2000-11-28Add void in empty function arg listHavoc Pennington1-0/+4
2000-11-26Add gqsort.Tor Lillqvist1-0/+6
2000-11-21Add a surrogate for thread priorities using PID niceness for systems withSebastian Wilhelmi1-0/+15
2000-11-20Patch from David Benson <daveb@idealab.com> to add user_data support toJonathan Blandford1-0/+18
2000-11-20Use a switch here, maybe helps the compiler optimize things. Also, ' ' isHavoc Pennington1-0/+6
2000-11-19Add g_trash_stack entry points.Tor Lillqvist1-0/+4
2000-11-17Released 1.3.2GLIB_1_3_2Owen Taylor1-0/+11
2000-11-15Check for the sched.h header and include it on gthread/gthread-posix.c ifSebastian Wilhelmi1-0/+24
2000-11-14Make #endif comment match #ifdef.Tor Lillqvist1-0/+4
2000-11-13Up version to 1.3.2Owen Taylor1-0/+9
2000-11-13Add USE_LIBICONV.Tor Lillqvist1-0/+8
2000-11-13Made recursive mutexes also work when the thread system is not (yet)Sebastian Wilhelmi1-0/+5
2000-11-12Create wrapper functions for iconv() so that we can transparently use theOwen Taylor1-0/+17
2000-11-12Remove g_filename_{to,from}_utf8Robert Brady1-0/+12
2000-11-12template is a reserved word in C++ s/template/tmpl/.Owen Taylor1-0/+5
2000-11-11Handle a long stream of bytes containing no UTF-8 character startsHavoc Pennington1-0/+5
2000-11-11Add missing entry points.Tor Lillqvist1-0/+2
2000-11-11Improve chance to generate unique names with less effort a bit.Tor Lillqvist1-0/+11
2000-11-11Add gtypemodule.hOwen Taylor1-0/+4
2000-11-10New function, suggested by Havoc earlier this month. (g_mkstemp): Use onlyTor Lillqvist1-0/+9
2000-11-09Don't take threads with other priorities into account as changing theSebastian Wilhelmi1-0/+8
2000-11-05rename G_MARKUP_FOO to G_MARKUP_DO_NOT_USE_THIS_UNSUPPORTED_FLAGHavoc Pennington1-0/+7
2000-11-05inline docs (unescape_text): properly check strtoul for failure.Havoc Pennington1-0/+3
2000-11-05Free the src error if the dest location is NULL - I'm pretty sure that'sHavoc Pennington1-0/+6
2000-11-05AddedHavoc Pennington1-0/+15