1999-03-14 |
Jeff Garzik | Commented out debugging output. |
commit | commitdiff | tree | snapshot |
1999-03-14 |
Raja R Harinath | Remove widechar tests and defines. (fd_set): Change... |
commit | commitdiff | tree | snapshot |
1999-03-12 |
Sebastian Wilhelmi | Test for posix threads first, then for dce threads. |
commit | commitdiff | tree | snapshot |
1999-03-11 |
Sebastian Wilhelmi | Revamped the thread configure stuff. Now dce threads... |
commit | commitdiff | tree | snapshot |
1999-03-09 |
Jeff Garzik | Added stack, queue ADTs and related tests. |
commit | commitdiff | tree | snapshot |
1999-03-06 |
Asbjørn Pettersen | add OS/2 changes |
commit | commitdiff | tree | snapshot |
1999-03-04 |
Josh MacDonald | Add g_spaced_primes_closest to glib.def, it was missing. |
commit | commitdiff | tree | snapshot |
1999-03-01 |
Sebastian Wilhelmi | Fixed yet another bloody implementation of getpwuid_r... |
commit | commitdiff | tree | snapshot |
1999-02-27 |
Tim Janik | moved old ChangeLog to ChangeLog.pre-1-2, and started... |
commit | commitdiff | tree | snapshot |
1999-02-25 |
Shawn Amundson | Increment version to 1.2.0. GLIB_1_2_0 |
commit | commitdiff | tree | snapshot |
1999-02-24 |
CST 1999 Shawn... | inserted additional note to look for ChangeLog and... |
commit | commitdiff | tree | snapshot |
1999-02-21 |
Michael Fulbright | I've made the spec file autogenerated, and I tweaked it |
commit | commitdiff | tree | snapshot |
1999-02-18 |
Tim Janik | plugged a memory leak, reported by Koen D'Hondt <ripley... |
commit | commitdiff | tree | snapshot |
1999-02-18 |
Elliot Lee | revert |
commit | commitdiff | tree | snapshot |
1999-02-18 |
Elliot Lee | glib.spec: Do --enable-debug=no for the .rpm's. |
commit | commitdiff | tree | snapshot |
1999-02-17 |
Tor Lillqvist | Must define HAVE_PTHREAD_GETSPECIFIC_POSIX. Pity I... |
commit | commitdiff | tree | snapshot |
1999-02-16 |
CST 1999 Shawn... | version=1.1.16 GLIB_1_1_16 |
commit | commitdiff | tree | snapshot |
1999-02-15 |
Sebastian Wilhelmi | Changed signature of all g_static_mutex_* functions... |
commit | commitdiff | tree | snapshot |
1999-02-15 |
Tim Janik | default to yes for development trees. |
commit | commitdiff | tree | snapshot |
1999-02-15 |
Tim Janik | return guints instead of gints for g_hash_table_size and |
commit | commitdiff | tree | snapshot |
1999-02-10 |
Tim Janik | be more descriptive on unsupported systems. |
commit | commitdiff | tree | snapshot |
1999-02-10 |
Sebastian Wilhelmi | forgot the ChangeLog. Here we go |
commit | commitdiff | tree | snapshot |
1999-02-10 |
Sebastian Wilhelmi | s/G_LOCK_DECLARE/G_LOCK_DEFINE/ throuhout glib. Added... |
commit | commitdiff | tree | snapshot |
1999-02-10 |
Tim Janik | fixed errernerous code wrt to thread specific error... |
commit | commitdiff | tree | snapshot |
1999-02-09 |
Elliot Lee | pools of 128 items instead of 1024 items. |
commit | commitdiff | tree | snapshot |
1999-02-08 |
Sebastian Wilhelmi | Changed the test for getpwuid_r to exclude those system... |
commit | commitdiff | tree | snapshot |
1999-02-08 |
Owen Taylor | Copy all elements of the allocations[] array, including... |
commit | commitdiff | tree | snapshot |
1999-02-05 |
Sebastian Wilhelmi | Make the error message in case of a broken thread syste... |
commit | commitdiff | tree | snapshot |
1999-02-04 |
Tor Lillqvist | Update GLIB_MICRO_VERSION. (Pity it has to be done... |
commit | commitdiff | tree | snapshot |
1999-02-04 |
Christopher... | change my email address |
commit | commitdiff | tree | snapshot |
1999-02-04 |
PST 1999 Shawn... | version=1.1.15 GLIB_1_1_15 |
commit | commitdiff | tree | snapshot |
1999-02-02 |
Tor Lillqvist | Don't call ensure_stdout_valid (which would open an... |
commit | commitdiff | tree | snapshot |
1999-02-02 |
Owen Taylor | Release the main_loop lock around calls to prepare... |
commit | commitdiff | tree | snapshot |
1999-02-01 |
Sebastian Wilhelmi | Moved the check for MT save function variants after... |
commit | commitdiff | tree | snapshot |
1999-01-31 |
Manish Singh | Removed autogened files, add -a to automake |
commit | commitdiff | tree | snapshot |
1999-01-29 |
Sebastian Wilhelmi | Fixed typo. Now HPUX 11 thread system detection should... |
commit | commitdiff | tree | snapshot |
1999-01-29 |
Sebastian Wilhelmi | Changed initial bufsize to 64. Should solve some proble... |
commit | commitdiff | tree | snapshot |
1999-01-28 |
CST 1999 Shawn... | version=1.1.14 GLIB_1_1_14 |
commit | commitdiff | tree | snapshot |
1999-01-28 |
Sebastian Wilhelmi | Simplified configure.in test for posix threads, systems... |
commit | commitdiff | tree | snapshot |
1999-01-28 |
Manish Singh | Xsed isn't valid here, don't use it |
commit | commitdiff | tree | snapshot |
1999-01-27 |
Tim Janik | applied patch from Andrej Borsenkow <borsenkow.msk... |
commit | commitdiff | tree | snapshot |
1999-01-26 |
Manish Singh | don't use backquotes in warning text |
commit | commitdiff | tree | snapshot |
1999-01-26 |
Sebastian Wilhelmi | Removed the #warning about MT unsafety without localtime_r. |
commit | commitdiff | tree | snapshot |
1999-01-25 |
Raph Levien | Fixed a broken #define for G_THREADS_IMPL_$g_threads_im... |
commit | commitdiff | tree | snapshot |
1999-01-25 |
Timur Bakeyev | NO_SYS_SIGLIST_DECL change. |
commit | commitdiff | tree | snapshot |
1999-01-25 |
Sebastian Wilhelmi | Do not use the thread libs, when searching for some... |
commit | commitdiff | tree | snapshot |
1999-01-24 |
Tim Janik | reverted raja's changes, since they leaked a struct... |
commit | commitdiff | tree | snapshot |
1999-01-24 |
Raja R Harinath | Hopefully got the error handling for `getpwuid_r' right... |
commit | commitdiff | tree | snapshot |
1999-01-24 |
EST 1999 Jeff... | - Revert previous "fix" (which really just did things... |
commit | commitdiff | tree | snapshot |
1999-01-24 |
Manish Singh | Moved the warning about MT and no getpwuid_r from gutil... |
commit | commitdiff | tree | snapshot |
1999-01-24 |
Jeff Garzik | - Fixed bug that overwrote nodes in hash buckets instea... |
commit | commitdiff | tree | snapshot |
1999-01-24 |
Raja R Harinath | (g_get_any_init) [HAVE_GETPWUID_R && HAVE_GETPWUID_R_PO... |
commit | commitdiff | tree | snapshot |
1999-01-24 |
Raja R Harinath | Rewrite not to look at `errno' if library call succeeds... |
commit | commitdiff | tree | snapshot |
1999-01-23 |
Tor Lillqvist | Update pthread_mutex_t size and initializer contents... |
commit | commitdiff | tree | snapshot |
1999-01-23 |
Tim Janik | cleaned up the errno mess for GETPWUID. we especially... |
commit | commitdiff | tree | snapshot |
1999-01-22 |
Jeff Garzik | file galloca.c was initially added on branch GLIB_1_3_H... |
commit | commitdiff | tree | snapshot |
1999-01-22 |
Jeff Garzik | file TODO was initially added on branch GLIB_1_3_HACKS. |
commit | commitdiff | tree | snapshot |
1999-01-22 |
Jeff Garzik | move gmodule changelog entry to gmodule changelog |
commit | commitdiff | tree | snapshot |
1999-01-21 |
EST 1999 Jeff... | Add braces to eliminate an ambiguous else warning. |
commit | commitdiff | tree | snapshot |
1999-01-21 |
EST 1999 Jeff... | Use AC_PREREQ not AC_REQUIRE for autoconf version test. |
commit | commitdiff | tree | snapshot |
1999-01-21 |
Sebastian Wilhelmi | Changed error handling again, as the error is not alway... |
commit | commitdiff | tree | snapshot |
1999-01-21 |
Tor Lillqvist | Include signal.h only when the signal names will be... |
commit | commitdiff | tree | snapshot |
1999-01-21 |
EST 1999 Mandrake | made some adjustments for automake 1.4 and autoconf... |
commit | commitdiff | tree | snapshot |
1999-01-21 |
EST 1999 Mandrake | automake 1.4 and libtool 1.2d notices. (maybe I'll... |
commit | commitdiff | tree | snapshot |
1999-01-20 |
Manish Singh | new file |
commit | commitdiff | tree | snapshot |
1999-01-20 |
Jeff Garzik | jgarzik enthusiastically applies a patch |
commit | commitdiff | tree | snapshot |
1999-01-20 |
GMT 1999 Adam... | All gtk apps were broken here on my setup. I changed... |
commit | commitdiff | tree | snapshot |
1999-01-20 |
Sebastian Wilhelmi | Use getpwuid_r with the right signature, if available. |
commit | commitdiff | tree | snapshot |
1999-01-19 |
Tor Lillqvist | More Win32 updates. Add missing Win32 files to distribu... |
commit | commitdiff | tree | snapshot |
1999-01-19 |
Sebastian Wilhelmi | Moved test for localtime_r and rand_r to a place after... |
commit | commitdiff | tree | snapshot |
1999-01-19 |
Josh MacDonald | The "extern char* sys_siglist" declaration breaks syste... |
commit | commitdiff | tree | snapshot |
1999-01-17 |
CST 1999 Shawn... | Released GLib 1.1.13 GLIB_1_1_13 |
commit | commitdiff | tree | snapshot |
1999-01-17 |
Tim Janik | updates for 1.1.13. |
commit | commitdiff | tree | snapshot |
1999-01-17 |
Tim Janik | fixed assertment vs. assertion |
commit | commitdiff | tree | snapshot |
1999-01-17 |
Tim Janik | removed assertment about rtree->root being NULL, so... |
commit | commitdiff | tree | snapshot |
1999-01-17 |
Christopher... | add packager address |
commit | commitdiff | tree | snapshot |
1999-01-17 |
Christopher... | increment version number to 1.1.13 |
commit | commitdiff | tree | snapshot |
1999-01-17 |
Tim Janik | if !defined (G_LOG_DOMAIN) define G_LOG_DOMAIN as ... |
commit | commitdiff | tree | snapshot |
1999-01-17 |
Tim Janik | added a define G_HOOK_DEFERRED_DESTROY, to substitute... |
commit | commitdiff | tree | snapshot |
1999-01-17 |
Tor Lillqvist | Oops, ChangeLog entries too, of course. |
commit | commitdiff | tree | snapshot |
1999-01-17 |
Tor Lillqvist | Added missing gthread/gthread.def file. Incremented... |
commit | commitdiff | tree | snapshot |
1999-01-17 |
Tim Janik | fix yet another small glitch |
commit | commitdiff | tree | snapshot |
1999-01-17 |
Tim Janik | reentrancy fixups |
commit | commitdiff | tree | snapshot |
1999-01-17 |
Tim Janik | incremented version number to 1.1.13, bin age 0, interf... |
commit | commitdiff | tree | snapshot |
1999-01-16 |
Tor Lillqvist | Merge in current Win32 version. Almost no Unix code... |
commit | commitdiff | tree | snapshot |
1999-01-16 |
Timur I. Bakeyev | Add support for pthreads under FreeBSD 2.2.[7|8] |
commit | commitdiff | tree | snapshot |
1999-01-13 |
Manish Singh | don't use inline for !__GNUC__ case with g_warning... |
commit | commitdiff | tree | snapshot |
1999-01-13 |
Tim Janik | small fix so it compiles for me |
commit | commitdiff | tree | snapshot |
1999-01-13 |
Manish Singh | These go along with the last commit |
commit | commitdiff | tree | snapshot |
1999-01-13 |
Manish Singh | acinclude.m4 ltconfig upgrade to libtool 1.2d (with... |
commit | commitdiff | tree | snapshot |
1999-01-12 |
Manish Singh | #warning isn't portable, check for gcc |
commit | commitdiff | tree | snapshot |
1999-01-12 |
Sebastian Wilhelmi | Ops, forgot to save ChangeLog before commiting. |
commit | commitdiff | tree | snapshot |
1999-01-12 |
Sebastian Wilhelmi | Include config.h to get HAVE_LOCALTIME_R macro. |
commit | commitdiff | tree | snapshot |
1999-01-11 |
Jeff Garzik | alloca and vasprintf go away |
commit | commitdiff | tree | snapshot |
1999-01-11 |
Sebastian Wilhelmi | Find right thread system on DG/UX. Thanks to Marc J... |
commit | commitdiff | tree | snapshot |
1999-01-11 |
Sebastian Wilhelmi | Test for localtime_r only after including the right... |
commit | commitdiff | tree | snapshot |
1999-01-11 |
Chris Toshok | add support for freebsd (-lc_r for thread foo) and... |
commit | commitdiff | tree | snapshot |
1999-01-09 |
Jeff Garzik | Make all aux functions static. |
commit | commitdiff | tree | snapshot |
1999-01-09 |
Jeff Garzik | Add checks for vasprintf, localtime_r. |
commit | commitdiff | tree | snapshot |
1999-01-07 |
Owen Taylor | Call the source-specific free function when the hook... |
commit | commitdiff | tree | snapshot |
next |