Age | Commit message (Expand) | Author | Files | Lines |
2000-07-06 | Release 1.3.1 | Owen Taylor | 1 | -7/+1 |
2000-05-29 | Add function to get the codeset name for the current locale. | Owen Taylor | 1 | -0/+11 |
2000-05-12 | added gobject | Tim Janik | 1 | -2/+18 |
2000-04-26 | Look for both pthread_create and pthread_join in the thread library. Some | Sebastian Wilhelmi | 1 | -4/+7 |
2000-04-17 | Add configure test for garbage collector friendliness for GLib. If | Sebastian Wilhelmi | 1 | -0/+10 |
2000-03-23 | After finding the right thread library (containing e.g. pthread_create) we | Sebastian Wilhelmi | 1 | -24/+28 |
2000-03-22 | Test for sched_yield as the native yield function first. Corrected typo | Sebastian Wilhelmi | 1 | -14/+16 |
2000-03-21 | always define G_GNUC_EXTENSION, even when not needed by GLib. That's | Sebastian Wilhelmi | 1 | -11/+1 |
2000-03-17 | Added the missing POSIX_NO_YIELD and POSIX_NO_PRIORITIES warning messages. | Sebastian Wilhelmi | 1 | -45/+60 |
2000-03-06 | Another small change to the pthread_.. search pattern. Should work *now* | Sebastian Wilhelmi | 1 | -2/+2 |
2000-03-03 | Make the search for pthread_attr_... prototypes find names at the start of | Sebastian Wilhelmi | 1 | -2/+2 |
2000-02-18 | Changed GCC version test to also accept major versions > 2. Thanks to Ben | Sebastian Wilhelmi | 1 | -1/+1 |
2000-02-13 | wtf??? someone destroyed the configure.in, reverting to an older version | Tim Janik | 1 | -1722/+1384 |
2000-02-04 | New files, for putting version info in the DLLs on Win32. | Tor Lillqvist | 1 | -1384/+1722 |
1999-11-16 | Renamed GLIB_SIZEOF_PTHREAD_T to GLIB_SIZEOF_SYSTEM_THREAD to reflect | Sebastian Wilhelmi | 1 | -4/+12 |
1999-11-09 | Create docs/glib-config.1 from docs/glib-config.1.in. Makes 'make | Sebastian Wilhelmi | 1 | -0/+1 |
1999-11-08 | Make the test for getpwuid_r work on newer AIX versions, too. Still works | Sebastian Wilhelmi | 1 | -9/+9 |
1999-10-12 | completly new implementation for printf string upper bounds calculation. | Tim Janik | 1 | -2/+25 |
1999-10-06 | blah. use G_WITH_CYGWIN instead of G_HAVE_CYGWIN | Manish Singh | 1 | -1/+1 |
1999-10-04 | use G_HAVE_CYGWIN in favor of G_OS_FEATURE_CYGWIN | Manish Singh | 1 | -1/+1 |
1999-10-04 | G_OS_FOO #defines. I *think* I got the cygwin and beos stuff right, but | Manish Singh | 1 | -8/+16 |
1999-08-15 | eliminate memset() call, since string.h has not neccessarily been included | Tim Janik | 1 | -0/+5 |
1999-07-24 | 18:36. incorporated proposed cleanups from gtk-devel-list. | Tim Janik | 1 | -5/+6 |
1999-07-07 | Test for pthread_join rather than for pthread_create to determine the | Sebastian Wilhelmi | 1 | -2/+2 |
1999-07-01 | Added a g_memmove replacement for platforms without memmove, where bcopy | Sebastian Wilhelmi | 1 | -5/+34 |
1999-06-18 | Changed test for pthread_attr_setstacksize from AC_TRY_COMPILE to | Sebastian Wilhelmi | 1 | -1/+1 |
1999-06-17 | Completed the thread support in GLib. Thread creation, prioritizing | Sebastian Wilhelmi | 1 | -11/+107 |
1999-05-08 | Better testing reveals better methods. Fixes for BeOS. | CDT 1999 Shawn T. Amundson | 1 | -2/+8 |
1999-05-08 | Port to BeOS by myself and Richard Offer. | CDT 1999 Shawn T. Amundson | 1 | -0/+37 |
1999-05-06 | New files, used to generate corresponding non-.in files when making a | Tor Lillqvist | 1 | -0/+4 |
1999-04-09 | Increment some version numbers, add warning to configure.GLIB_1_3_0 | Shawn Amundson | 1 | -1/+25 |
1999-03-30 | Added a check for the right format to printf and scanf long longs. It is | Sebastian Wilhelmi | 1 | -2/+21 |
1999-03-18 | added new AC_SUBST(GTHREAD_COMPILE_IMPL_DEFINES) to hold various defines | Sebastian Wilhelmi | 1 | -4/+8 |
1999-03-17 | Added missing values for G_MAXU(SHORT|INT|LONG) on platforms with only | Sebastian Wilhelmi | 1 | -4/+5 |
1999-03-17 | Sun Mar 14 17:50:35 1999 Tim Janik <timj@gtk.org> | Sebastian Wilhelmi | 1 | -0/+16 |
1999-03-16 | pthread_create in libc | Timur Bakeyev | 1 | -4/+11 |
1999-03-16 | Removed G_(U)?INT8_FORMAT again, as it can't be used for scanf. | Sebastian Wilhelmi | 1 | -8/+9 |
1999-03-15 | Added the macros G_(U)?INT_(8|16|32|64)_FORMAT to use for printf and (much | Sebastian Wilhelmi | 1 | -5/+39 |
1999-03-14 | Remove widechar tests and defines. (fd_set): Change the grep for `fd_mask' | Raja R Harinath | 1 | -69/+1 |
1999-03-12 | Test for posix threads first, then for dce threads. | Sebastian Wilhelmi | 1 | -4/+4 |
1999-03-11 | Revamped the thread configure stuff. Now dce threads (old posix draft) are | Sebastian Wilhelmi | 1 | -47/+46 |
1999-02-27 | moved old ChangeLog to ChangeLog.pre-1-2, and started new one. | Tim Janik | 1 | -1/+1 |
1999-02-25 | Increment version to 1.2.0.GLIB_1_2_0 | Shawn Amundson | 1 | -2/+2 |
1999-02-21 | I've made the spec file autogenerated, and I tweaked it | Michael Fulbright | 1 | -0/+1 |
1999-02-16 | version=1.1.16GLIB_1_1_16 | CST 1999 Shawn T. Amundson | 1 | -3/+3 |
1999-02-15 | Changed signature of all g_static_mutex_* functions to take a pointer | Sebastian Wilhelmi | 1 | -3/+3 |
1999-02-15 | default to yes for development trees. | Tim Janik | 1 | -1/+19 |
1999-02-10 | be more descriptive on unsupported systems. | Tim Janik | 1 | -1/+1 |
1999-02-08 | Changed the test for getpwuid_r to exclude those systems (i.e. IRIX), that | Sebastian Wilhelmi | 1 | -3/+29 |
1999-02-05 | Make the error message in case of a broken thread system a bit more | Sebastian Wilhelmi | 1 | -1/+3 |