summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-8
Commit message (Expand)AuthorAgeFilesLines
* Change order of libs, put progs_LDADD last. Needed for cygwin, saysTor Lillqvist2001-02-031-0/+5
* giochannel.h giowin32.c Stylistic cleanups. Use G_STRLOC in g_warning()Tor Lillqvist2001-02-011-0/+13
* Added g_static_mutex_init to allow initialization of a GStaticMutex, thatSebastian Wilhelmi2001-02-011-0/+6
* Fix problem with --disable-nls.Owen Taylor2001-01-311-1/+5
* Call g_thread_impl_init(), as g_thread_init won't call it.Sebastian Wilhelmi2001-01-301-0/+7
* Added debug information for g_mutex_free calls, if G_ERRORCHECK_MUTEXES isSebastian Wilhelmi2001-01-301-0/+5
* Use the same GMutex structure as the configure-generated glibconfig.hTor Lillqvist2001-01-291-0/+8
* Broadcast the condition, if there are waiting readers, as all might readSebastian Wilhelmi2001-01-291-0/+6
* makefile.mingw.in Protect the rule to rebuild makefile.mingw ifTor Lillqvist2001-01-251-0/+5
* Typo.Tor Lillqvist2001-01-251-5/+5
* Socket support rewritten. It was utterly broken, and untested in fact. WeTor Lillqvist2001-01-251-0/+30
* Free the callback (g_source_set_callback): Initialize the callback32001-01-231-0/+5
* Even if g_get_codeset() is currently commented out from gutils.h, fix itTor Lillqvist2001-01-201-0/+6
* Fix typo. Same here.Kjartan Maraas2001-01-191-0/+6
* Add doc comments. (g_win32_get_package_installation_directory): Add oneTor Lillqvist2001-01-171-0/+16
* Optimize for size rather than speed by making _() always callOwen Taylor2001-01-171-0/+11
* Define ENABLE_NLS and GETTEXT_PACKAGE.Tor Lillqvist2001-01-161-0/+21
* Add @INTLIBS@.Owen Taylor2001-01-161-0/+4
* Add gettext support.Owen Taylor2001-01-161-0/+14
* Minor cosmetic change to previous ChangeLog entry.Tor Lillqvist2001-01-091-9/+8
* Rework the changes to needed to pass mainloop-test. Now we don't need toTor Lillqvist2001-01-091-0/+19
* Don't warn about deprecation on Win32. Code written for GLib 1.2 doesn'tTor Lillqvist2001-01-091-0/+8
* Made g_profile_mutex a GMutex* instead of G_LOCK_DEFINE_STATIC to avoidSebastian Wilhelmi2001-01-091-0/+7
* Get len using strlen() if arg is negative in the Win32 code, too.Tor Lillqvist2001-01-061-0/+27
* move $enable_debug down below checks for GCC to avoid setting CFLAGSOwen Taylor2001-01-051-0/+37
* Add test for g_path_skip_root().Tor Lillqvist2001-01-051-0/+2
* Look also for (illegal) forward slashes in the template.Tor Lillqvist2001-01-051-0/+17
* remove glib-config-2.0Havoc Pennington2001-01-041-1/+7
* -I$(top_srcdir)/gmodule, fix from Michael MeeksHavoc Pennington2001-01-041-0/+7
* Switch GMainLoop to be ref/unref, use to make dropping reference toOwen Taylor2001-01-031-1/+6
* Unref callback->cb_data if it was still set when the source is freed.Owen Taylor2001-01-031-0/+6
* Use parentheses around an argument to make these cause an error if youDan Winship2001-01-021-0/+7
* Add GLIB_SIZEOF_VOID_P and GLIB_SIZEOF_LONG.Tor Lillqvist2000-12-291-0/+8
* we can't grow _cv_ variables by using a backticked expr that refers backTim Janik2000-12-291-0/+7
* got rid of outdated dmalloc support. provide g_try_malloc() andTim Janik2000-12-291-0/+24
* Update.Tor Lillqvist2000-12-271-0/+4
* Use a MessageBox for fatal messages. Collect eror message into a buffer,Tor Lillqvist2000-12-251-0/+10
* New gcompat.h header file as recommended by Havoc.Ali Abdin2000-12-241-0/+11
* Determine the suffix of the shared librarries for this system. This isSebastian Wilhelmi2000-12-221-0/+13
* Updated G_RAND_DOUBLE_TRANSFORM to be more accurate. Redid g_rand_double()Sebastian Wilhelmi2000-12-191-0/+16
* Ok, I'm a moron. When I originally implemented ENABLE_GC_FRIENDLY, ISebastian Wilhelmi2000-12-191-0/+10
* Added --disable-mem-pools option.Alexander Larsson2000-12-191-0/+11
* Use GetACP to get the current ANSI codepage.Tor Lillqvist2000-12-171-0/+9
* No need to -DGSPAWN_HELPER when compiling gspawn-win32-helper any longer.Tor Lillqvist2000-12-141-0/+3
* Warn if no callback. Call callback correctly. (g_io_win32_create_watch):Tor Lillqvist2000-12-141-0/+28
* make staticHavoc Pennington2000-12-131-0/+11
* don't try to use thread stuff unless G_THREADS_ENABLEDHavoc Pennington2000-12-131-0/+8
* return whether a value got removed.Tim Janik2000-12-131-0/+5
* Revert unauthorized changes.Owen Taylor2000-12-121-0/+4
* GMainContext useful in implementing some additional styles of main loopElliot Lee2000-12-121-0/+11