Age | Commit message (Expand) | Author | Files | Lines |
2005-01-07 | 2.6.1GLIB_2_6_1 | Matthias Clasen | 1 | -0/+4 |
2004-12-16 | 2.6.0GLIB_2_6_0 | Matthias Clasen | 1 | -0/+4 |
2004-12-02 | 2.5.7 | Matthias Clasen | 1 | -0/+4 |
2004-11-12 | 2.5.6GLIB_2_5_6 | Matthias Clasen | 1 | -0/+4 |
2004-11-02 | *** empty log message ***GLIB_2_5_5 | Matthias Clasen | 1 | -0/+4 |
2004-11-01 | glib/gdebug.h glib/gutils.c gobject/gtype.c gthread/gthread-posix.c | Matthias Clasen | 1 | -1/+1 |
2004-10-29 | updated [and finally fixed my script to produce ready to go de-in(ed) | Hans Breuer | 2 | -3/+7 |
2004-10-27 | 2.5.4GTK_2_5_4 | Matthias Clasen | 1 | -0/+4 |
2004-09-18 | 2.5.3GLIB_2_5_3 | Matthias Clasen | 1 | -0/+4 |
2004-08-25 | 2.5.2GLIB_2_5_2 | Matthias Clasen | 1 | -3/+7 |
2004-08-01 | 2.5.1GLIB_2_5_1 | Matthias Clasen | 1 | -0/+4 |
2004-07-18 | === Released 2.5.0 ===GLIB_2_5_0 | Soeren Sandmann | 1 | -0/+4 |
2004-03-06 | Update. | Tor Lillqvist | 1 | -2/+0 |
2003-08-13 | glib/Makefile.am gmodule/Makefile.am gobject/Makefile.am Use srcdir also | Tor Lillqvist | 1 | -2/+2 |
2003-03-04 | require automake 1.7. Add calls to libtoolize and gtkdocize. Clean up some | James Henstridge | 1 | -14/+6 |
2003-02-14 | Fixes for #101264 and #99372: | Sebastian Wilhelmi | 1 | -21/+2 |
2003-01-04 | [Win32] Install also the .def files, to help users generate import | Tor Lillqvist | 1 | -1/+3 |
2002-12-20 | Call g_main_thread_init() after setting g_threads_got_initialized. | Owen Taylor | 1 | -1/+5 |
2002-12-16 | === Released 2.1.5 ===GLIB_2_1_5 | Owen Taylor | 1 | -1/+1 |
2002-11-26 | Improved the seeding algorithm. Old behaviour can be achived by setting | Sebastian Wilhelmi | 1 | -0/+2 |
2002-11-25 | Fix two bugs: 1) If abs_time is NULL, should use infinite time. 2) Check | Tor Lillqvist | 2 | -4/+21 |
2002-11-21 | Hardcode 2.0 in the names, as that is what Makefile.am does. | Tor Lillqvist | 2 | -11/+7 |
2002-11-21 | gmodule/gmodule.rc.in gobject/gobject.rc.in Hardcode 2.0 in the names, as | Tor Lillqvist | 1 | -2/+2 |
2002-11-04 | Include config.h so DISABLE_MEMPOOLS actually has an effect. (#96437, | Owen Taylor | 3 | -0/+8 |
2002-10-15 | add -DG_DISABLED_DEPRECATED | Manish Singh | 1 | -1/+1 |
2002-08-06 | Factor out g_main_context_init_pipe from g_main_context_new to initialize | Sebastian Wilhelmi | 1 | -0/+2 |
2002-08-06 | Set the normal PID surrogate priority according to getpid() to avoid | Sebastian Wilhelmi | 3 | -11/+30 |
2002-07-03 | Use thr_min_stack() instead of sysconf (_SC_THREAD_STACK_MIN). if | Sebastian Wilhelmi | 1 | -4/+3 |
2002-04-18 | Fixed typo. (#78985) | Sebastian Wilhelmi | 1 | -1/+1 |
2002-03-13 | Cache getenv("G_BROKEN_FILENAMES") in have_broken_filenames() and use | Alexander Larsson | 1 | -0/+2 |
2002-03-10 | Do a comparison, not an assignment, stupid! Spotted by Daniel Elstner | Sebastian Wilhelmi | 2 | -1/+7 |
2002-03-05 | Default to --disable-gtk-doc, to avoid Jade setup hassles. | Owen Taylor | 1 | -13/+13 |
2002-02-09 | Fixed typo in G_THREADS_ENABLED. | Sebastian Wilhelmi | 2 | -3/+5 |
2002-02-09 | Make --disable-threads work again. (#71034) | Sebastian Wilhelmi | 2 | -5/+18 |
2002-01-16 | Ops. Fixed ChangeLog. | Sebastian Wilhelmi | 1 | -2/+2 |
2002-01-16 | Use g_free instead of free. Pointed out by Sam O'Connor <sam@panviva.com>. | Sebastian Wilhelmi | 2 | -1/+6 |
2002-01-05 | moved warning to error pragmas to their own file to not force 'good | Hans Breuer | 1 | -1/+1 |
2001-11-24 | */.cvsignore: Add various Win32 related file types. | Tor Lillqvist | 1 | -0/+5 |
2001-10-25 | Update. | Tor Lillqvist | 1 | -3/+1 |
2001-10-22 | If we have built the MSVC import library, install it. Install the gcc | Tor Lillqvist | 2 | -0/+27 |
2001-09-27 | When the sublangid is SUBLANG_DEFAULT, return the locale of the language's | Bruno Haible | 3 | -19/+60 |
2001-09-26 | Retract my change earlier today. Don't preset autoconf variables in a try | Tor Lillqvist | 3 | -2/+9 |
2001-09-25 | Corrected the array size (cough, cough). Pointed out by | Sebastian Wilhelmi | 2 | -1/+6 |
2001-09-25 | More Win32 automake macros. For .def files: GLIB_DEF, GMODULE_DEF, | Tor Lillqvist | 3 | -14/+20 |
2001-09-19 | Add thread_equal function to allow for platform defined function to | Sebastian Wilhelmi | 4 | -3/+20 |
2001-09-19 | Correct InternalName and OriginalFilename to match what we actually | Tor Lillqvist | 2 | -3/+8 |
2001-09-17 | Add variable for LT_CURRENT minus LT_AGE (the suffix used by libtool on | Tor Lillqvist | 2 | -9/+14 |
2001-09-04 | Update. Don't mention pthreads. | Tor Lillqvist | 1 | -10/+4 |
2001-08-30 | After being away for about five months, I'm back working on this... For | Tor Lillqvist | 1 | -2/+2 |
2001-07-20 | reflect glib move | Hans Breuer | 2 | -3/+7 |