summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-2
AgeCommit message (Expand)AuthorFilesLines
1999-03-23Add user_data to check and prepare functionsManish Singh1-0/+4
1999-03-23add user_data to the GSource ->check and ->prepare functions, so it can beTim Janik1-0/+10
1999-03-20acinclude.m4 config.guess config.sub ltconfig upgrade to libtool 1.2fManish Singh1-0/+13
1999-03-18Fixed another stupid fault of mine: Did s/g_static_/g_private_/gSebastian Wilhelmi1-0/+5
1999-03-17configure.in bumped versin number to GLib 1.2.1, interface 1, binary 1.Tim Janik1-0/+10
1999-03-14changed a bunch of g_assert() statements to g_return_if_fail().Tim Janik1-0/+14
1999-03-12Also accept _Pctime_r instead of ctime_r, while seraching for the rightSebastian Wilhelmi1-0/+6
1999-03-09check for working realloc (NULL,). use malloc() for initial allocation onTim Janik1-0/+7
1999-03-08when !hook_list->is_setup, wrap the flag around the call to g_hook_free()Tim Janik1-0/+6
1999-03-03Moved G_THREADS_IMPL_POSIX from config.h.win32 to glibconfig.h.win32Sebastian Wilhelmi1-0/+9
1999-03-02Fixed a stupid cut'n'paste error of mine. Thanks to Friedrich DominicusSebastian Wilhelmi1-0/+5
1999-03-01Fixed yet another bloody implementation of getpwuid_r on AIX. Thanks toSebastian Wilhelmi1-0/+7
1999-02-25Increment version to 1.2.0.GLIB_1_2_0Shawn Amundson1-0/+6
1999-02-24inserted additional note to look for ChangeLog and AUTHORS file for a logCST 1999 Shawn T. Amundson1-0/+6
1999-02-21I've made the spec file autogenerated, and I tweaked itMichael Fulbright1-0/+3
1999-02-18plugged a memory leak, reported by Koen D'Hondt <ripley@xs4all.nl> on 15Tim Janik1-0/+5
1999-02-18glib.spec: Do --enable-debug=no for the .rpm's.Elliot Lee1-0/+4
1999-02-17Must define HAVE_PTHREAD_GETSPECIFIC_POSIX. Pity I didn't notice thisTor Lillqvist1-0/+4
1999-02-16version=1.1.16GLIB_1_1_16CST 1999 Shawn T. Amundson1-0/+13
1999-02-15Changed signature of all g_static_mutex_* functions to take a pointerSebastian Wilhelmi1-0/+8
1999-02-15default to yes for development trees.Tim Janik1-0/+4
1999-02-15return guints instead of gints for g_hash_table_size andTim Janik1-0/+5
1999-02-10be more descriptive on unsupported systems.Tim Janik1-0/+5
1999-02-10forgot the ChangeLog. Here we goSebastian Wilhelmi1-0/+5
1999-02-10fixed errernerous code wrt to thread specific error string allocationTim Janik1-0/+14
1999-02-09pools of 128 items instead of 1024 items.Elliot Lee1-0/+5
1999-02-08Changed the test for getpwuid_r to exclude those systems (i.e. IRIX), thatSebastian Wilhelmi1-0/+7
1999-02-08Copy all elements of the allocations[] array, including the last. (PointedOwen Taylor1-0/+6
1999-02-05Make the error message in case of a broken thread system a bit moreSebastian Wilhelmi1-0/+11
1999-02-04Update GLIB_MICRO_VERSION. (Pity it has to be done manually. Hmm.)Tor Lillqvist1-0/+4
1999-02-04change my email addressChristopher Blizzard1-0/+4
1999-02-04version=1.1.15GLIB_1_1_15PST 1999 Shawn T. Amundson1-0/+11
1999-02-02Don't call ensure_stdout_valid (which would open an unneeded consoleTor Lillqvist1-0/+10
1999-02-02Release the main_loop lock around calls to prepare() and check() so thatOwen Taylor1-1/+8
1999-02-01Moved the check for MT save function variants after the determination ofSebastian Wilhelmi1-0/+5
1999-01-29Fixed typo. Now HPUX 11 thread system detection should work.Sebastian Wilhelmi1-0/+8
1999-01-28version=1.1.14GLIB_1_1_14CST 1999 Shawn T. Amundson1-0/+11
1999-01-28Simplified configure.in test for posix threads, systems, that provideSebastian Wilhelmi1-0/+8
1999-01-28Xsed isn't valid here, don't use itManish Singh1-0/+12
1999-01-27applied patch from Andrej Borsenkow <borsenkow.msk@sni.de> to also checkTim Janik1-0/+8
1999-01-26don't use backquotes in warning textManish Singh1-0/+4
1999-01-26Removed the #warning about MT unsafety without localtime_r.Sebastian Wilhelmi1-0/+7
1999-01-25Fixed a broken #define for G_THREADS_IMPL_$g_threads_impl_defRaph Levien1-0/+6
1999-01-25NO_SYS_SIGLIST_DECL change.Timur Bakeyev1-1/+8
1999-01-25Do not use the thread libs, when searching for some functions, as thisSebastian Wilhelmi1-0/+14
1999-01-24reverted raja's changes, since they leaked a struct passwd contents bufferTim Janik1-0/+11
1999-01-24Hopefully got the error handling for `getpwuid_r' right. (g_get_any_init)Raja R Harinath1-0/+8
1999-01-24- Revert previous "fix" (which really just did things a different way). -EST 1999 Jeff Garzik1-0/+13
1999-01-24Moved the warning about MT and no getpwuid_r from gutils.c to configureManish Singh1-0/+6
1999-01-24- Fixed bug that overwrote nodes in hash buckets instead of adding them toJeff Garzik1-0/+33