summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-4
AgeCommit message (Expand)Author
2000-11-20Patch from David Benson <daveb@idealab.com> to add user_data support toJonathan Blandford
2000-11-20Use a switch here, maybe helps the compiler optimize things. Also, ' ' isHavoc Pennington
2000-11-19Add g_trash_stack entry points.Tor Lillqvist
2000-11-17Released 1.3.2upstream/GLIB_1_3_2Owen Taylor
2000-11-15Check for the sched.h header and include it on gthread/gthread-posix.c ifSebastian Wilhelmi
2000-11-14Make #endif comment match #ifdef.Tor Lillqvist
2000-11-13Up version to 1.3.2Owen Taylor
2000-11-13Add USE_LIBICONV.Tor Lillqvist
2000-11-13Made recursive mutexes also work when the thread system is not (yet)Sebastian Wilhelmi
2000-11-12Create wrapper functions for iconv() so that we can transparently use theOwen Taylor
2000-11-12Remove g_filename_{to,from}_utf8Robert Brady
2000-11-12template is a reserved word in C++ s/template/tmpl/.Owen Taylor
2000-11-11Handle a long stream of bytes containing no UTF-8 character startsHavoc Pennington
2000-11-11Add missing entry points.Tor Lillqvist
2000-11-11Improve chance to generate unique names with less effort a bit.Tor Lillqvist
2000-11-11Add gtypemodule.hOwen Taylor
2000-11-10New function, suggested by Havoc earlier this month. (g_mkstemp): Use onlyTor Lillqvist
2000-11-09Don't take threads with other priorities into account as changing theSebastian Wilhelmi
2000-11-05rename G_MARKUP_FOO to G_MARKUP_DO_NOT_USE_THIS_UNSUPPORTED_FLAGHavoc Pennington
2000-11-05inline docs (unescape_text): properly check strtoul for failure.Havoc Pennington
2000-11-05Free the src error if the dest location is NULL - I'm pretty sure that'sHavoc Pennington
2000-11-05AddedHavoc Pennington
2000-11-02Added documentation for asynchronous queues.Sebastian Wilhelmi
2000-11-02Changed unportable __FUNCTION__ to the verbatim function name.Sebastian Wilhelmi
2000-11-02Include sys/select.h (some platforms need it for select).Sebastian Wilhelmi
2000-10-30gutils.c gutils.h gfileutils.c Actually, g_mkstemp() is better suited inTor Lillqvist
2000-10-30Check for mkstemp.Tor Lillqvist
2000-10-30Introduced new function type GEqualFunc to return TRUE for equal params.Sebastian Wilhelmi
2000-10-27Add gmarkup.Tor Lillqvist
2000-10-27New module to parse a simple markup languageHavoc Pennington
2000-10-26Cosmetics.Tor Lillqvist
2000-10-26When the string is ended by a delimiter, return an extra empty string justSebastian Wilhelmi
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