summaryrefslogtreecommitdiff
path: root/glib
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-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-10Add comment about template parameter to g_file_open_tmp() not beingTor Lillqvist
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-05fixed a bag full of subtle bugs of immensive screw-up potential inTim Janik
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-31Also move the #define for O_BINARY from gutils.c to gfileutils.c.Tor Lillqvist
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-26Fix gccisms (pointer arithmetic on void pointer, label without statementTor Lillqvist
2000-10-26When the string is ended by a delimiter, return an extra empty string justSebastian Wilhelmi
2000-10-25Don't use implicit casts from void * since this will get included from C++Owen Taylor
2000-10-25added newly added gobject/ headers.Tim Janik
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-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-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-09Use this to specify that 'configure' depends on acglib.m4.Raja R Harinath
2000-10-09Add new files.Havoc Pennington
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