| Commit message (Expand) | Author | Age | Files | Lines |
* | Change order of libs, put progs_LDADD last. Needed for cygwin, says | Tor Lillqvist | 2001-02-03 | 1 | -0/+5 |
* | giochannel.h giowin32.c Stylistic cleanups. Use G_STRLOC in g_warning() | Tor Lillqvist | 2001-02-01 | 1 | -0/+13 |
* | Added g_static_mutex_init to allow initialization of a GStaticMutex, that | Sebastian Wilhelmi | 2001-02-01 | 1 | -0/+6 |
* | Fix problem with --disable-nls. | Owen Taylor | 2001-01-31 | 1 | -1/+5 |
* | Call g_thread_impl_init(), as g_thread_init won't call it. | Sebastian Wilhelmi | 2001-01-30 | 1 | -0/+7 |
* | Added debug information for g_mutex_free calls, if G_ERRORCHECK_MUTEXES is | Sebastian Wilhelmi | 2001-01-30 | 1 | -0/+5 |
* | Use the same GMutex structure as the configure-generated glibconfig.h | Tor Lillqvist | 2001-01-29 | 1 | -0/+8 |
* | Broadcast the condition, if there are waiting readers, as all might read | Sebastian Wilhelmi | 2001-01-29 | 1 | -0/+6 |
* | makefile.mingw.in Protect the rule to rebuild makefile.mingw if | Tor Lillqvist | 2001-01-25 | 1 | -0/+5 |
* | Typo. | Tor Lillqvist | 2001-01-25 | 1 | -5/+5 |
* | Socket support rewritten. It was utterly broken, and untested in fact. We | Tor Lillqvist | 2001-01-25 | 1 | -0/+30 |
* | Free the callback (g_source_set_callback): Initialize the callback | 3 | 2001-01-23 | 1 | -0/+5 |
* | Even if g_get_codeset() is currently commented out from gutils.h, fix it | Tor Lillqvist | 2001-01-20 | 1 | -0/+6 |
* | Fix typo. Same here. | Kjartan Maraas | 2001-01-19 | 1 | -0/+6 |
* | Add doc comments. (g_win32_get_package_installation_directory): Add one | Tor Lillqvist | 2001-01-17 | 1 | -0/+16 |
* | Optimize for size rather than speed by making _() always call | Owen Taylor | 2001-01-17 | 1 | -0/+11 |
* | Define ENABLE_NLS and GETTEXT_PACKAGE. | Tor Lillqvist | 2001-01-16 | 1 | -0/+21 |
* | Add @INTLIBS@. | Owen Taylor | 2001-01-16 | 1 | -0/+4 |
* | Add gettext support. | Owen Taylor | 2001-01-16 | 1 | -0/+14 |
* | Minor cosmetic change to previous ChangeLog entry. | Tor Lillqvist | 2001-01-09 | 1 | -9/+8 |
* | Rework the changes to needed to pass mainloop-test. Now we don't need to | Tor Lillqvist | 2001-01-09 | 1 | -0/+19 |
* | Don't warn about deprecation on Win32. Code written for GLib 1.2 doesn't | Tor Lillqvist | 2001-01-09 | 1 | -0/+8 |
* | Made g_profile_mutex a GMutex* instead of G_LOCK_DEFINE_STATIC to avoid | Sebastian Wilhelmi | 2001-01-09 | 1 | -0/+7 |
* | Get len using strlen() if arg is negative in the Win32 code, too. | Tor Lillqvist | 2001-01-06 | 1 | -0/+27 |
* | move $enable_debug down below checks for GCC to avoid setting CFLAGS | Owen Taylor | 2001-01-05 | 1 | -0/+37 |
* | Add test for g_path_skip_root(). | Tor Lillqvist | 2001-01-05 | 1 | -0/+2 |
* | Look also for (illegal) forward slashes in the template. | Tor Lillqvist | 2001-01-05 | 1 | -0/+17 |
* | remove glib-config-2.0 | Havoc Pennington | 2001-01-04 | 1 | -1/+7 |
* | -I$(top_srcdir)/gmodule, fix from Michael Meeks | Havoc Pennington | 2001-01-04 | 1 | -0/+7 |
* | Switch GMainLoop to be ref/unref, use to make dropping reference to | Owen Taylor | 2001-01-03 | 1 | -1/+6 |
* | Unref callback->cb_data if it was still set when the source is freed. | Owen Taylor | 2001-01-03 | 1 | -0/+6 |
* | Use parentheses around an argument to make these cause an error if you | Dan Winship | 2001-01-02 | 1 | -0/+7 |
* | Add GLIB_SIZEOF_VOID_P and GLIB_SIZEOF_LONG. | Tor Lillqvist | 2000-12-29 | 1 | -0/+8 |
* | we can't grow _cv_ variables by using a backticked expr that refers back | Tim Janik | 2000-12-29 | 1 | -0/+7 |
* | got rid of outdated dmalloc support. provide g_try_malloc() and | Tim Janik | 2000-12-29 | 1 | -0/+24 |
* | Update. | Tor Lillqvist | 2000-12-27 | 1 | -0/+4 |
* | Use a MessageBox for fatal messages. Collect eror message into a buffer, | Tor Lillqvist | 2000-12-25 | 1 | -0/+10 |
* | New gcompat.h header file as recommended by Havoc. | Ali Abdin | 2000-12-24 | 1 | -0/+11 |
* | Determine the suffix of the shared librarries for this system. This is | Sebastian Wilhelmi | 2000-12-22 | 1 | -0/+13 |
* | Updated G_RAND_DOUBLE_TRANSFORM to be more accurate. Redid g_rand_double() | Sebastian Wilhelmi | 2000-12-19 | 1 | -0/+16 |
* | Ok, I'm a moron. When I originally implemented ENABLE_GC_FRIENDLY, I | Sebastian Wilhelmi | 2000-12-19 | 1 | -0/+10 |
* | Added --disable-mem-pools option. | Alexander Larsson | 2000-12-19 | 1 | -0/+11 |
* | Use GetACP to get the current ANSI codepage. | Tor Lillqvist | 2000-12-17 | 1 | -0/+9 |
* | No need to -DGSPAWN_HELPER when compiling gspawn-win32-helper any longer. | Tor Lillqvist | 2000-12-14 | 1 | -0/+3 |
* | Warn if no callback. Call callback correctly. (g_io_win32_create_watch): | Tor Lillqvist | 2000-12-14 | 1 | -0/+28 |
* | make static | Havoc Pennington | 2000-12-13 | 1 | -0/+11 |
* | don't try to use thread stuff unless G_THREADS_ENABLED | Havoc Pennington | 2000-12-13 | 1 | -0/+8 |
* | return whether a value got removed. | Tim Janik | 2000-12-13 | 1 | -0/+5 |
* | Revert unauthorized changes. | Owen Taylor | 2000-12-12 | 1 | -0/+4 |
* | GMainContext useful in implementing some additional styles of main loop | Elliot Lee | 2000-12-12 | 1 | -0/+11 |