-I$(top_srcdir)/gmodule, fix from Michael Meeks
[platform/upstream/glib.git] / ChangeLog.pre-2-6
2001-01-04 Havoc Pennington-I$(top_srcdir)/gmodule, fix from Michael Meeks
2001-01-03 Owen TaylorSwitch GMainLoop to be ref/unref, use to make dropping...
2001-01-03 Owen TaylorUnref callback->cb_data if it was still set when the...
2001-01-02 Dan WinshipUse parentheses around an argument to make these cause...
2000-12-29 Tor LillqvistAdd GLIB_SIZEOF_VOID_P and GLIB_SIZEOF_LONG.
2000-12-29 Tim Janikwe can't grow _cv_ variables by using a backticked...
2000-12-29 Tim Janikgot rid of outdated dmalloc support. provide g_try_mall...
2000-12-27 Tor LillqvistUpdate.
2000-12-25 Tor LillqvistUse a MessageBox for fatal messages. Collect eror messa...
2000-12-24 Ali AbdinNew gcompat.h header file as recommended by Havoc.
2000-12-22 Sebastian WilhelmiDetermine the suffix of the shared librarries for this...
2000-12-19 Sebastian WilhelmiUpdated G_RAND_DOUBLE_TRANSFORM to be more accurate...
2000-12-19 Sebastian WilhelmiOk, I'm a moron. When I originally implemented ENABLE_G...
2000-12-19 Alexander LarssonAdded --disable-mem-pools option.
2000-12-17 Tor LillqvistUse GetACP to get the current ANSI codepage.
2000-12-14 Tor LillqvistNo need to -DGSPAWN_HELPER when compiling gspawn-win32...
2000-12-14 Tor LillqvistWarn if no callback. Call callback correctly. (g_io_win...
2000-12-13 Havoc Penningtonmake static
2000-12-13 Havoc Penningtondon't try to use thread stuff unless G_THREADS_ENABLED
2000-12-13 Tim Janikreturn whether a value got removed.
2000-12-12 Owen TaylorRevert unauthorized changes.
2000-12-12 Elliot LeeGMainContext useful in implementing some additional...
2000-12-10 Owen TaylorRemove pollfds from the context here, not when actually...
2000-12-08 Raja R HarinathRename from GLIB_DIVERT_BEFORE_HELP. Update to track...
2000-12-08 Raja R HarinathFix typo, and fix some formatting.
2000-12-08 Raja R HarinathRearrange into other veriables, and include run-markup...
2000-12-08 Havoc Penningtonmove markup-test to noinst_PROGRAMS; it isn't a proper...
2000-12-08 Raja R HarinathDon't put anything after an #endif. Likewise.
2000-12-07 Havoc Penningtonadd g_strdupv test
2000-12-05 Owen TaylorMajor change in API for creating sources to handle...
2000-12-01 Tor LillqvistInclude make.msc from GLib's build subdir.
2000-12-01 Havoc PenningtonProvide G_CONST_RETURN which is 'const' by default...
2000-11-29 Havoc PenningtonForgot gunibreak.c, mistake in ChangeLog
2000-11-29 Havoc Penningtons/UNICODE_LAST_CHAR/G_UNICODE_LAST_CHAR/
2000-11-28 Elliot LeeFix warnings.
2000-11-28 Tor LillqvistPatches by Hans Breuer:
2000-11-28 Sebastian WilhelmiRevamped errorcheck mutexes and added errorcheck cond_w...
2000-11-28 Havoc PenningtonAdd void in empty function arg list
2000-11-26 Tor LillqvistAdd gqsort.
2000-11-21 Sebastian WilhelmiAdd a surrogate for thread priorities using PID nicenes...
2000-11-20 Jonathan BlandfordPatch from David Benson <daveb@idealab.com> to add...
2000-11-20 Havoc PenningtonUse a switch here, maybe helps the compiler optimize...
2000-11-19 Tor LillqvistAdd g_trash_stack entry points.
2000-11-17 Owen TaylorReleased 1.3.2 GLIB_1_3_2
2000-11-15 Sebastian WilhelmiCheck for the sched.h header and include it on gthread...
2000-11-14 Tor LillqvistMake #endif comment match #ifdef.
2000-11-13 Owen TaylorUp version to 1.3.2
2000-11-13 Tor LillqvistAdd USE_LIBICONV.
2000-11-13 Sebastian WilhelmiMade recursive mutexes also work when the thread system...
2000-11-12 Owen TaylorCreate wrapper functions for iconv() so that we can...
2000-11-12 Robert BradyRemove g_filename_{to,from}_utf8
2000-11-12 Owen Taylortemplate is a reserved word in C++ s/template/tmpl/.
2000-11-11 Havoc PenningtonHandle a long stream of bytes containing no UTF-8 chara...
2000-11-11 Tor LillqvistAdd missing entry points.
2000-11-11 Tor LillqvistImprove chance to generate unique names with less effor...
2000-11-11 Owen TaylorAdd gtypemodule.h
2000-11-10 Tor LillqvistNew function, suggested by Havoc earlier this month...
2000-11-09 Sebastian WilhelmiDon't take threads with other priorities into account...
2000-11-05 Havoc Penningtonrename G_MARKUP_FOO to G_MARKUP_DO_NOT_USE_THIS_UNSUPPO...
2000-11-05 Havoc Penningtoninline docs (unescape_text): properly check strtoul...
2000-11-05 Havoc PenningtonFree the src error if the dest location is NULL - I...
2000-11-05 Havoc PenningtonAdded
2000-11-02 Sebastian WilhelmiAdded documentation for asynchronous queues.
2000-11-02 Sebastian WilhelmiChanged unportable __FUNCTION__ to the verbatim functio...
2000-11-02 Sebastian WilhelmiInclude sys/select.h (some platforms need it for select).
2000-10-30 Tor Lillqvistgutils.c gutils.h gfileutils.c Actually, g_mkstemp...
2000-10-30 Tor LillqvistCheck for mkstemp.
2000-10-30 Sebastian WilhelmiIntroduced new function type GEqualFunc to return TRUE...
2000-10-27 Tor LillqvistAdd gmarkup.
2000-10-27 Havoc PenningtonNew module to parse a simple markup language
2000-10-26 Tor LillqvistCosmetics.
2000-10-26 Sebastian WilhelmiWhen the string is ended by a delimiter, return an...
2000-10-25 Tim Janikadded newly added gobject/ headers.
2000-10-23 Sebastian WilhelmiUse one = instead of two, which is plainly wrong.
2000-10-19 Tor LillqvistPass -DGSPAWN_HELPER when building it. Link with user32...
2000-10-19 Owen TaylorChange ERROR_OTHER to ERROR_FAILED, add some dummy...
2000-10-16 Tor LillqvistRemove alloca stuff from here. galloca.h takes care...
2000-10-16 Tor LillqvistAdd gspawn-win32.c to EXTRA_DIST.
2000-10-16 Tor LillqvistSome more debugging output. (g_io_channel_win32_poll...
2000-10-16 Raja R Harinathgmodule: New variable. (dist-hook): Handle $(BUILT_EXTR...
2000-10-13 Sebastian WilhelmiAdded inline documentation.
2000-10-13 Sebastian WilhelmiReadded GFreeFunc, g_node_insert_after and g_find_progr...
2000-10-12 Sebastian WilhelmiAdapted accordingly to header separation and GLIB_HAVE_...
2000-10-12 Sebastian WilhelmiAdded the new headers to glibinclude_HEADERS.
2000-10-12 Sebastian WilhelmiSplit glib.h into many header files mostly according...
2000-10-12 Sebastian WilhelmiRemoved cruft from old threading code.
2000-10-12 Sebastian Wilhelmidefine GLIB_HAVE_ALLOCA_H instead of including alloca...
2000-10-09 Raja R HarinathWork with beta autoconf 2.50.
2000-10-09 Raja R HarinathUse this to specify that 'configure' depends on acglib.m4.
2000-10-09 Havoc PenningtonAdd new files.
2000-10-06 Tor LillqvistFix the Win32-only code to use current API,
2000-10-06 Tor LillqvistRevamp to be like makefile.mingw.in, make the MSVC...
2000-10-05 Sebastian WilhelmiChanged alloca stuff a bit: when we have a working...
2000-10-04 Martin BauligReverted my last commit:
2000-09-30 Martin BauligPut the pkg-config scripts back to the correct pkg...
2000-09-29 Jonathan BlandfordAdded function to keep symetry with g_node_insert_befor...
2000-09-29 Martin BauligNew automake conditional. Only compile the gthread...
2000-09-29 Martin BauligSet this to `$(libexecdir)/pkgconfig'; this is the...
2000-09-29 Martin BauligSeveral minor ANSI C fixes.
2000-09-29 Sebastian WilhelmiAdded errorcheck mutexes. These are activated through...
next