2004-07-18 |
Soeren Sandmann | === Released 2.5.0 === GLIB_2_5_0 |
tree | commitdiff |
2004-03-06 |
Tor Lillqvist | Update. |
tree | commitdiff |
2003-08-13 |
Tor Lillqvist | glib/Makefile.am gmodule/Makefile.am gobject/Makefile... |
tree | commitdiff |
2003-03-04 |
James Henstridge | require automake 1.7. Add calls to libtoolize and gtkdo... |
tree | commitdiff |
2003-02-14 |
Sebastian Wilhelmi | Fixes for #101264 and #99372: |
tree | commitdiff |
2003-01-04 |
Tor Lillqvist | [Win32] Install also the .def files, to help users... |
tree | commitdiff |
2002-12-20 |
Owen Taylor | Call g_main_thread_init() after setting g_threads_got_i... |
tree | commitdiff |
2002-12-16 |
Owen Taylor | === Released 2.1.5 === GLIB_2_1_5 |
tree | commitdiff |
2002-11-26 |
Sebastian Wilhelmi | Improved the seeding algorithm. Old behaviour can be... |
tree | commitdiff |
2002-11-25 |
Tor Lillqvist | Fix two bugs: 1) If abs_time is NULL, should use infini... |
tree | commitdiff |
2002-11-21 |
Tor Lillqvist | Hardcode 2.0 in the names, as that is what Makefile... |
tree | commitdiff |
2002-11-21 |
Tor Lillqvist | gmodule/gmodule.rc.in gobject/gobject.rc.in Hardcode... |
tree | commitdiff |
2002-11-04 |
Owen Taylor | Include config.h so DISABLE_MEMPOOLS actually has an... |
tree | commitdiff |
2002-10-15 |
Manish Singh | add -DG_DISABLED_DEPRECATED |
tree | commitdiff |
2002-08-06 |
Sebastian Wilhelmi | Factor out g_main_context_init_pipe from g_main_context... |
tree | commitdiff |
2002-08-06 |
Sebastian Wilhelmi | Set the normal PID surrogate priority according to... |
tree | commitdiff |
2002-07-03 |
Sebastian Wilhelmi | Use thr_min_stack() instead of sysconf (_SC_THREAD_STAC... |
tree | commitdiff |
2002-04-18 |
Sebastian Wilhelmi | Fixed typo. (#78985) |
tree | commitdiff |
2002-03-13 |
Alexander Larsson | Cache getenv("G_BROKEN_FILENAMES") in have_broken_filen... |
tree | commitdiff |
2002-03-10 |
Sebastian Wilhelmi | Do a comparison, not an assignment, stupid! Spotted... |
tree | commitdiff |
2002-03-05 |
Owen Taylor | Default to --disable-gtk-doc, to avoid Jade setup hassles. |
tree | commitdiff |
2002-02-09 |
Sebastian Wilhelmi | Fixed typo in G_THREADS_ENABLED. |
tree | commitdiff |
2002-02-09 |
Sebastian Wilhelmi | Make --disable-threads work again. (#71034) |
tree | commitdiff |
2002-01-16 |
Sebastian Wilhelmi | Ops. Fixed ChangeLog. |
tree | commitdiff |
2002-01-16 |
Sebastian Wilhelmi | Use g_free instead of free. Pointed out by Sam O'Connor... |
tree | commitdiff |
2002-01-05 |
Hans Breuer | moved warning to error pragmas to their own file to... |
tree | commitdiff |
2001-11-24 |
Tor Lillqvist | */.cvsignore: Add various Win32 related file types. |
tree | commitdiff |
2001-10-25 |
Tor Lillqvist | Update. |
tree | commitdiff |
2001-10-22 |
Tor Lillqvist | If we have built the MSVC import library, install it... |
tree | commitdiff |
2001-09-27 |
Bruno Haible | When the sublangid is SUBLANG_DEFAULT, return the local... |
tree | commitdiff |
2001-09-26 |
Tor Lillqvist | Retract my change earlier today. Don't preset autoconf... |
tree | commitdiff |
2001-09-25 |
Sebastian Wilhelmi | Corrected the array size (cough, cough). Pointed out by |
tree | commitdiff |
2001-09-25 |
Tor Lillqvist | More Win32 automake macros. For .def files: GLIB_DEF... |
tree | commitdiff |
2001-09-19 |
Sebastian Wilhelmi | Add thread_equal function to allow for platform defined... |
tree | commitdiff |
2001-09-19 |
Tor Lillqvist | Correct InternalName and OriginalFilename to match... |
tree | commitdiff |
2001-09-17 |
Tor Lillqvist | Add variable for LT_CURRENT minus LT_AGE (the suffix... |
tree | commitdiff |
2001-09-04 |
Tor Lillqvist | Update. Don't mention pthreads. |
tree | commitdiff |
2001-08-30 |
Tor Lillqvist | After being away for about five months, I'm back workin... |
tree | commitdiff |
2001-07-20 |
Hans Breuer | reflect glib move |
tree | commitdiff |
2001-06-26 |
Owen Taylor | Move glib library into a subdirectory, make all GLib... |
tree | commitdiff |
2001-06-07 |
Sebastian Wilhelmi | Use g_win32_error_message to beautify error messages. |
tree | commitdiff |
2001-05-24 |
Hans Breuer | pthread isn't required anymore |
tree | commitdiff |
2001-05-22 |
Sebastian Wilhelmi | Also return TRUE for late arrived signals. Thanks to... |
tree | commitdiff |
2001-05-22 |
Sebastian Wilhelmi | Removed POSIX_*. Defined G_THREAD_SOURCE to "gthread... |
tree | commitdiff |
2001-05-16 |
Owen Taylor | Add inter-library dependencies. |
tree | commitdiff |
2001-05-08 |
Tim Janik | don't g_assert() the user specified time, but g_return_... |
tree | commitdiff |
2001-04-03 |
Sebastian Wilhelmi | Added special case for priorities on FreeBSD. Thanks... |
tree | commitdiff |
2001-03-10 |
Tor Lillqvist | Use the _LIBADD dependencies on libglib only on Win32. |
tree | commitdiff |
2001-03-09 |
Tor Lillqvist | Use libglib-1.3.la from top_builddir. Invoke libtool... |
tree | commitdiff |
2001-02-21 |
Tor Lillqvist | Match also UNC paths on Win32. |
tree | commitdiff |
2001-02-15 |
Sebastian Wilhelmi | Reverted the changes necessary to enlarge the system... |
tree | commitdiff |
2001-01-30 |
Sebastian Wilhelmi | Call g_thread_impl_init(), as g_thread_init won't call it. |
tree | commitdiff |
2001-01-30 |
Sebastian Wilhelmi | Added debug information for g_mutex_free calls, if... |
tree | commitdiff |
2001-01-29 |
Havoc Pennington | hack this so it compiles, needs fixing for real. |
tree | commitdiff |
2001-01-29 |
Sebastian Wilhelmi | Broadcast the condition, if there are waiting readers... |
tree | commitdiff |
2001-01-25 |
Tor Lillqvist | makefile.mingw.in Protect the rule to rebuild makefile... |
tree | commitdiff |
2001-01-03 |
Sebastian Wilhelmi | Made g_thread_min_stack_size static. |
tree | commitdiff |
2000-12-29 |
Tor Lillqvist | Add GLIB_SIZEOF_VOID_P and GLIB_SIZEOF_LONG. |
tree | commitdiff |
2000-12-01 |
Tor Lillqvist | Include make.msc from GLib's build subdir. |
tree | commitdiff |
2000-11-28 |
Sebastian Wilhelmi | Revamped errorcheck mutexes and added errorcheck cond_w... |
tree | commitdiff |
2000-11-21 |
Sebastian Wilhelmi | Add a surrogate for thread priorities using PID nicenes... |
tree | commitdiff |
2000-11-15 |
Sebastian Wilhelmi | Check for the sched.h header and include it on gthread... |
tree | commitdiff |
2000-11-02 |
Sebastian Wilhelmi | Add G_MUTEX_SIZE as needed for gthread-impl.c |
tree | commitdiff |
2000-10-25 |
Sebastian Wilhelmi | Add @GLIB_DEBUG_FLAGS@ to INCLUDES for accessing -DG_EN... |
tree | commitdiff |
2000-10-16 |
Raja R Harinath | gmodule: New variable. (dist-hook): Handle $(BUILT_EXTR... |
tree | commitdiff |
2000-10-12 |
Sebastian Wilhelmi | .cvsignore updates |
tree | commitdiff |
2000-10-06 |
Tor Lillqvist | Revamp to be like makefile.mingw.in, make the MSVC... |
tree | commitdiff |
2000-09-29 |
Sebastian Wilhelmi | Added errorcheck mutexes. These are activated through... |
tree | commitdiff |
2000-09-28 |
Sebastian Wilhelmi | .cvsignore updates |
tree | commitdiff |
2000-09-21 |
Tor Lillqvist | Add gconvert.o. Use libiconv. |
tree | commitdiff |
2000-09-06 |
Sebastian Wilhelmi | s/G_MICROSEC/G_USEC_PER_SEC/ |
tree | commitdiff |
2000-09-01 |
Sebastian Wilhelmi | Use GError to report errors as well. |
tree | commitdiff |
2000-09-01 |
Sebastian Wilhelmi | Include gerror.h before it is used for some g_thread_... |
tree | commitdiff |
2000-07-26 |
Tim Janik | applied patch from Andreas Persenius <ndap@swipnet... |
tree | commitdiff |
2000-07-14 |
Tor Lillqvist | Include the "build" module in GLib, too, to make it... |
tree | commitdiff |
2000-07-14 |
Owen Taylor | Move glib-config to glib-config-2.0 move glib.m4 to... |
tree | commitdiff |
2000-05-13 |
Tor Lillqvist | makefile.mingw.in tests/makefile.mingw.in Rename makefi... |
tree | commitdiff |
2000-04-25 |
Sebastian Wilhelmi | Changed the scope of the initialized mutex to USYNC_THR... |
tree | commitdiff |
2000-03-24 |
Sebastian Wilhelmi | .cvsignore adaptation |
tree | commitdiff |
2000-03-24 |
Sebastian Wilhelmi | Added various win32 related *.in files to EXTRA_DIST... |
tree | commitdiff |
2000-03-20 |
Sebastian Wilhelmi | Forgot a '}' in a macro for DCE-threads. Thanks to... |
tree | commitdiff |
2000-03-17 |
Sebastian Wilhelmi | Added the missing POSIX_NO_YIELD and POSIX_NO_PRIORITIE... |
tree | commitdiff |
2000-02-22 |
Sebastian Wilhelmi | check for sysconf (_SC_THREAD_STACK_MIN), which returns... |
tree | commitdiff |
2000-02-07 |
Tor Lillqvist | Move to corresponding subdirectories. |
tree | commitdiff |
1999-11-16 |
Sebastian Wilhelmi | Changed the prototype of thread_create and thread_self... |
tree | commitdiff |
1999-10-04 |
Manish Singh | G_OS_FOO #defines. I *think* I got the cygwin and beos... |
tree | commitdiff |
1999-08-26 |
Tim Janik | added --export-dynamic so we can load dynmic modules... |
tree | commitdiff |
1999-07-24 |
Tim Janik | 18:36. incorporated proposed cleanups from gtk-devel... |
tree | commitdiff |
1999-06-20 |
Tor Lillqvist | Update the pthreads snapshot version we want. Advice... |
tree | commitdiff |
1999-06-17 |
Sebastian Wilhelmi | Completed the thread support in GLib. Thread creation... |
tree | commitdiff |
1999-05-08 |
CDT 1999 Shawn T... | Better testing reveals better methods. Fixes for BeOS. |
tree | commitdiff |
1999-05-08 |
CDT 1999 Shawn T... | Port to BeOS by myself and Richard Offer. |
tree | commitdiff |
1999-04-24 |
Tor Lillqvist | Support added for building using a GNU toolchain on... |
tree | commitdiff |
1999-04-09 |
Sebastian Wilhelmi | New files to implement the Mersenne Twister Pseudo... |
tree | commitdiff |
1999-03-31 |
Sebastian Wilhelmi | Use the right default arguments for the construction... |
tree | commitdiff |
1999-03-18 |
Sebastian Wilhelmi | added new AC_SUBST(GTHREAD_COMPILE_IMPL_DEFINES) to... |
tree | commitdiff |
1999-03-12 |
Sebastian Wilhelmi | Test for posix threads first, then for dce threads. |
tree | commitdiff |
1999-03-11 |
Sebastian Wilhelmi | Revamped the thread configure stuff. Now dce threads... |
tree | commitdiff |
1999-02-24 |
CST 1999 Shawn T... | inserted additional note to look for ChangeLog and... |
tree | commitdiff |
1999-02-15 |
Sebastian Wilhelmi | Changed signature of all g_static_mutex_* functions... |
tree | commitdiff |
next |