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