2000-10-23 |
Sebastian Wilhelmi | Use one = instead of two, which is plainly wrong. |
blob | commitdiff |
2000-10-16 |
Raja R Harinath | gmodule: New variable. (dist-hook): Handle $(BUILT_EXTR... |
blob | commitdiff | diff to current |
2000-10-12 |
Sebastian Wilhelmi | Split glib.h into many header files mostly according... |
blob | commitdiff | diff to current |
2000-10-12 |
Sebastian Wilhelmi | Removed cruft from old threading code. |
blob | commitdiff | diff to current |
2000-10-12 |
Sebastian Wilhelmi | define GLIB_HAVE_ALLOCA_H instead of including alloca... |
blob | commitdiff | diff to current |
2000-10-09 |
Raja R Harinath | Work with beta autoconf 2.50. |
blob | commitdiff | diff to current |
2000-10-04 |
Martin Baulig | Reverted my last commit: |
blob | commitdiff | diff to current |
2000-09-29 |
Martin Baulig | New automake conditional. Only compile the gthread... |
blob | commitdiff | diff to current |
2000-09-29 |
Sebastian Wilhelmi | Added errorcheck mutexes. These are activated through... |
blob | commitdiff | diff to current |
2000-09-28 |
Sebastian Wilhelmi | Adjusted the test for an unimplemented getpwuid_r.... |
blob | commitdiff | diff to current |
2000-09-28 |
Sebastian Wilhelmi | Moved determination of G_THREAD_FLAGS before G_THREAD_L... |
blob | commitdiff | diff to current |
2000-09-28 |
Sebastian Wilhelmi | Some platforms support 64 bit 'long long', but you... |
blob | commitdiff | diff to current |
2000-09-21 |
Sebastian Wilhelmi | The last released automake (1.4) still requires AM_PROG... |
blob | commitdiff | diff to current |
2000-09-19 |
Sebastian Wilhelmi | Test for the existence of getcwd, and use it only when... |
blob | commitdiff | diff to current |
2000-09-17 |
Elliot Lee | Sun Sep 17 2000 Elliot Lee <sopwith@redhat.com> Define... |
blob | commitdiff | diff to current |
2000-09-06 |
Owen Taylor | Improve separation of generic non-generic parts and... |
blob | commitdiff | diff to current |
2000-09-06 |
Owen Taylor | Add gtk-doc checks for newly added docs/reference/... |
blob | commitdiff | diff to current |
2000-07-31 |
Havoc Pennington | pkg-config data files |
blob | commitdiff | diff to current |
2000-07-26 |
Tim Janik | added g_strlcat() and g_strlcpy() wrappers, supplied... |
blob | commitdiff | diff to current |
2000-07-26 |
Tim Janik | include <stdlib.h> and <stddef.h> if STDC_HEADERS is... |
blob | commitdiff | diff to current |
2000-07-19 |
Sebastian Wilhelmi | glibconfig.h and glib.h now include files outside of... |
blob | commitdiff | diff to current |
2000-07-15 |
Owen Taylor | Add build/Makefile and build/win32/Makefile to AC_OUTPU... |
blob | commitdiff | diff to current |
2000-07-14 |
Owen Taylor | Move glib-config to glib-config-2.0 move glib.m4 to... |
blob | commitdiff | diff to current |
2000-07-06 |
Owen Taylor | Release 1.3.1 |
blob | commitdiff | diff to current |
2000-05-29 |
Owen Taylor | Add function to get the codeset name for the current... |
blob | commitdiff | diff to current |
2000-05-12 |
Tim Janik | added gobject |
blob | commitdiff | diff to current |
2000-04-26 |
Sebastian Wilhelmi | Look for both pthread_create and pthread_join in the... |
blob | commitdiff | diff to current |
2000-04-17 |
Sebastian Wilhelmi | Add configure test for garbage collector friendliness... |
blob | commitdiff | diff to current |
2000-03-23 |
Sebastian Wilhelmi | After finding the right thread library (containing... |
blob | commitdiff | diff to current |
2000-03-22 |
Sebastian Wilhelmi | Test for sched_yield as the native yield function first... |
blob | commitdiff | diff to current |
2000-03-21 |
Sebastian Wilhelmi | always define G_GNUC_EXTENSION, even when not needed... |
blob | commitdiff | diff to current |
2000-03-17 |
Sebastian Wilhelmi | Added the missing POSIX_NO_YIELD and POSIX_NO_PRIORITIE... |
blob | commitdiff | diff to current |
2000-03-06 |
Sebastian Wilhelmi | Another small change to the pthread_.. search pattern... |
blob | commitdiff | diff to current |
2000-03-03 |
Sebastian Wilhelmi | Make the search for pthread_attr_... prototypes find... |
blob | commitdiff | diff to current |
2000-02-18 |
Sebastian Wilhelmi | Changed GCC version test to also accept major versions... |
blob | commitdiff | diff to current |
2000-02-13 |
Tim Janik | wtf??? someone destroyed the configure.in, reverting... |
blob | commitdiff | diff to current |
2000-02-04 |
Tor Lillqvist | New files, for putting version info in the DLLs on... |
blob | commitdiff | diff to current |
1999-11-16 |
Sebastian Wilhelmi | Renamed GLIB_SIZEOF_PTHREAD_T to GLIB_SIZEOF_SYSTEM_THR... |
blob | commitdiff | diff to current |
1999-11-09 |
Sebastian Wilhelmi | Create docs/glib-config.1 from docs/glib-config.1.in... |
blob | commitdiff | diff to current |
1999-11-08 |
Sebastian Wilhelmi | Make the test for getpwuid_r work on newer AIX versions... |
blob | commitdiff | diff to current |
1999-10-12 |
Tim Janik | completly new implementation for printf string upper... |
blob | commitdiff | diff to current |
1999-10-06 |
Manish Singh | blah. use G_WITH_CYGWIN instead of G_HAVE_CYGWIN |
blob | commitdiff | diff to current |
1999-10-04 |
Manish Singh | use G_HAVE_CYGWIN in favor of G_OS_FEATURE_CYGWIN |
blob | commitdiff | diff to current |
1999-10-04 |
Manish Singh | G_OS_FOO #defines. I *think* I got the cygwin and beos... |
blob | commitdiff | diff to current |
1999-08-15 |
Tim Janik | eliminate memset() call, since string.h has not neccess... |
blob | commitdiff | diff to current |
1999-07-24 |
Tim Janik | 18:36. incorporated proposed cleanups from gtk-devel... |
blob | commitdiff | diff to current |
1999-07-07 |
Sebastian Wilhelmi | Test for pthread_join rather than for pthread_create... |
blob | commitdiff | diff to current |
1999-07-01 |
Sebastian Wilhelmi | Added a g_memmove replacement for platforms without... |
blob | commitdiff | diff to current |
1999-06-18 |
Sebastian Wilhelmi | Changed test for pthread_attr_setstacksize from AC_TRY_... |
blob | commitdiff | diff to current |
1999-06-17 |
Sebastian Wilhelmi | Completed the thread support in GLib. Thread creation... |
blob | commitdiff | diff to current |
1999-05-08 |
CDT 1999 Shawn T... | Better testing reveals better methods. Fixes for BeOS. |
blob | commitdiff | diff to current |
1999-05-08 |
CDT 1999 Shawn T... | Port to BeOS by myself and Richard Offer. |
blob | commitdiff | diff to current |
1999-05-06 |
Tor Lillqvist | New files, used to generate corresponding non-.in files... |
blob | commitdiff | diff to current |
1999-04-09 |
Shawn Amundson | Increment some version numbers, add warning to configure. GLIB_1_3_0 |
blob | commitdiff | diff to current |
1999-03-30 |
Sebastian Wilhelmi | Added a check for the right format to printf and scanf... |
blob | commitdiff | diff to current |
1999-03-18 |
Sebastian Wilhelmi | added new AC_SUBST(GTHREAD_COMPILE_IMPL_DEFINES) to... |
blob | commitdiff | diff to current |
1999-03-17 |
Sebastian Wilhelmi | Added missing values for G_MAXU(SHORT|INT|LONG) on... |
blob | commitdiff | diff to current |
1999-03-17 |
Sebastian Wilhelmi | Sun Mar 14 17:50:35 1999 Tim Janik <timj@gtk.org> |
blob | commitdiff | diff to current |
1999-03-16 |
Timur Bakeyev | pthread_create in libc |
blob | commitdiff | diff to current |
1999-03-16 |
Sebastian Wilhelmi | Removed G_(U)?INT8_FORMAT again, as it can't be used... |
blob | commitdiff | diff to current |
1999-03-15 |
Sebastian Wilhelmi | Added the macros G_(U)?INT_(8|16|32|64)_FORMAT to use... |
blob | commitdiff | diff to current |
1999-03-14 |
Raja R Harinath | Remove widechar tests and defines. (fd_set): Change... |
blob | commitdiff | diff to current |
1999-03-12 |
Sebastian Wilhelmi | Test for posix threads first, then for dce threads. |
blob | commitdiff | diff to current |
1999-03-11 |
Sebastian Wilhelmi | Revamped the thread configure stuff. Now dce threads... |
blob | commitdiff | diff to current |
1999-02-27 |
Tim Janik | moved old ChangeLog to ChangeLog.pre-1-2, and started... |
blob | commitdiff | diff to current |
1999-02-25 |
Shawn Amundson | Increment version to 1.2.0. GLIB_1_2_0 |
blob | commitdiff | diff to current |
1999-02-21 |
Michael Fulbright | I've made the spec file autogenerated, and I tweaked it |
blob | commitdiff | diff to current |
1999-02-16 |
CST 1999 Shawn T... | version=1.1.16 GLIB_1_1_16 |
blob | commitdiff | diff to current |
1999-02-15 |
Sebastian Wilhelmi | Changed signature of all g_static_mutex_* functions... |
blob | commitdiff | diff to current |
1999-02-15 |
Tim Janik | default to yes for development trees. |
blob | commitdiff | diff to current |
1999-02-10 |
Tim Janik | be more descriptive on unsupported systems. |
blob | commitdiff | diff to current |
1999-02-08 |
Sebastian Wilhelmi | Changed the test for getpwuid_r to exclude those system... |
blob | commitdiff | diff to current |
1999-02-05 |
Sebastian Wilhelmi | Make the error message in case of a broken thread syste... |
blob | commitdiff | diff to current |
1999-02-04 |
PST 1999 Shawn T... | version=1.1.15 GLIB_1_1_15 |
blob | commitdiff | diff to current |
1999-02-01 |
Sebastian Wilhelmi | Moved the check for MT save function variants after... |
blob | commitdiff | diff to current |
1999-01-29 |
Sebastian Wilhelmi | Fixed typo. Now HPUX 11 thread system detection should... |
blob | commitdiff | diff to current |
1999-01-28 |
CST 1999 Shawn T... | version=1.1.14 GLIB_1_1_14 |
blob | commitdiff | diff to current |
1999-01-28 |
Sebastian Wilhelmi | Simplified configure.in test for posix threads, systems... |
blob | commitdiff | diff to current |
1999-01-27 |
Tim Janik | applied patch from Andrej Borsenkow <borsenkow.msk... |
blob | commitdiff | diff to current |
1999-01-26 |
Manish Singh | don't use backquotes in warning text |
blob | commitdiff | diff to current |
1999-01-26 |
Sebastian Wilhelmi | Removed the #warning about MT unsafety without localtime_r. |
blob | commitdiff | diff to current |
1999-01-25 |
Raph Levien | Fixed a broken #define for G_THREADS_IMPL_$g_threads_im... |
blob | commitdiff | diff to current |
1999-01-25 |
Timur Bakeyev | NO_SYS_SIGLIST_DECL change. |
blob | commitdiff | diff to current |
1999-01-25 |
Sebastian Wilhelmi | Do not use the thread libs, when searching for some... |
blob | commitdiff | diff to current |
1999-01-24 |
Manish Singh | Moved the warning about MT and no getpwuid_r from gutil... |
blob | commitdiff | diff to current |
1999-01-21 |
EST 1999 Jeff Garzik | Use AC_PREREQ not AC_REQUIRE for autoconf version test. |
blob | commitdiff | diff to current |
1999-01-21 |
EST 1999 Mandrake | made some adjustments for automake 1.4 and autoconf... |
blob | commitdiff | diff to current |
1999-01-20 |
Sebastian Wilhelmi | Use getpwuid_r with the right signature, if available. |
blob | commitdiff | diff to current |
1999-01-19 |
Sebastian Wilhelmi | Moved test for localtime_r and rand_r to a place after... |
blob | commitdiff | diff to current |
1999-01-19 |
Josh MacDonald | The "extern char* sys_siglist" declaration breaks syste... |
blob | commitdiff | diff to current |
1999-01-17 |
Tim Janik | incremented version number to 1.1.13, bin age 0, interf... |
blob | commitdiff | diff to current |
1999-01-16 |
Timur I. Bakeyev | Add support for pthreads under FreeBSD 2.2.[7|8] |
blob | commitdiff | diff to current |
1999-01-12 |
Sebastian Wilhelmi | Include config.h to get HAVE_LOCALTIME_R macro. |
blob | commitdiff | diff to current |
1999-01-11 |
Jeff Garzik | alloca and vasprintf go away |
blob | commitdiff | diff to current |
1999-01-11 |
Sebastian Wilhelmi | Find right thread system on DG/UX. Thanks to Marc J... |
blob | commitdiff | diff to current |
1999-01-11 |
Sebastian Wilhelmi | Test for localtime_r only after including the right... |
blob | commitdiff | diff to current |
1999-01-11 |
Chris Toshok | add support for freebsd (-lc_r for thread foo) and... |
blob | commitdiff | diff to current |
1999-01-09 |
Jeff Garzik | Add checks for vasprintf, localtime_r. |
blob | commitdiff | diff to current |
1999-01-07 |
Sebastian Wilhelmi | Here we must replace getpwuid by getpwuid_r, but as... |
blob | commitdiff | diff to current |
1999-01-05 |
Manish Singh | ditch whitespace before GLIB_SYSDEFS #includes, the... |
blob | commitdiff | diff to current |
next |