summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
1998-12-15This is no valid shell syntax:Martin Baulig1-1/+1
1998-12-15Dont complain, if --without-threads or --with-threads=none is supplied;Sebastian Wilhelmi12-32/+125
1998-12-15updated.Sebastian Wilhelmi6-40/+48
1998-12-15Bugfixes to autoconf thread lib detectionJeff Garzik9-33/+66
1998-12-15s/g_mutex_functions_for_glib_use/g_thread_functions_for_glib_use/Sebastian Wilhelmi2-1/+9
1998-12-15Fixed --with-threads, small 64-bit probJeff Garzik10-4/+54
1998-12-15Make sure all calls to g_node_validate_allocator are withinOwen Taylor15-19/+114
1998-12-15This commit merges the glib-threads branch into the mainOwen Taylor79-245/+3635
1998-12-13always define G_HAVE_INLINE if __cplusplus is defined, reported by Wan-TehTim Janik9-0/+44
1998-12-11Released GLib 1.1.7GLIB_1_1_7CST 1998 Shawn T. Amundson14-8/+100
1998-12-10removed redefinition of G_COMPILED_WITH_DEBUGGING from glibconfig.hJoel Becker9-2/+49
1998-12-09Released GLib 1.1.6GLIB_1_1_6CST 1998 Shawn T. Amundson9-0/+50
1998-12-08fixes to #undef HAVE_POLL caseManish Singh10-2/+46
1998-12-05When creating glibconfig.h, we need to include <sys/types.h> beforePRE_CLEANUPMartin Baulig1-0/+1
1998-12-03shut up CVSManish Singh1-0/+2
1998-12-02If Julian is valid, we have to update the dmy representation beforeHavoc Pennington10-2/+72
1998-12-02Forgot this, last ChangeLog covers it (added testgdate, testgdateparser)Havoc Pennington2-2/+6
1998-12-02Two new files. This is kind of ugly code, but I want to go ahead and makeHavoc Pennington12-0/+1268
1998-12-02Oops, I copied this into the log message but didn't commit the file.Havoc Pennington8-0/+72
1998-12-02Rely on GDate::dmy and GDate::Julian flags, rather than re-checking theHavoc Pennington4-254/+220
1998-12-02Merge main loop into head. This probably breaks Win32, untilOwen Taylor24-3/+3013
1998-12-02changed `gpointer struct_tm_p' parameter of g_date_to_struct_tm back toSebastian Wilhelmi12-12/+74
1998-12-02NEWS: README: glib.spec: docs/glib-config.1: Incremented versions toCST 1998 Shawn T. Amundson13-5/+84
1998-12-02s/time_t/GTime/ and s/g_print/g_message/ include time.h.Tim Janik13-419/+523
1998-12-01There are outstanding issues, but they should be resolvable in-place. IfHavoc Pennington14-0/+3010
1998-11-30added g_hook_list_marshal_check() to eventually destroy hooks after theyTim Janik12-0/+132
1998-11-29 Put -DFOO stuff into Makefile.am INCLUDES.Jeff Garzik12-5/+47
1998-11-29put debug -DFOO stuff into CPPFLAGS, not CFLAGS, so CFLAGS can beManish Singh9-2/+42
1998-11-28implemented incremental freezing facility.Tim Janik10-10/+42
1998-11-26reverted the g_hash_table_set_key_freefunc() addition, since it's toTim Janik12-50/+74
1998-11-25Replaced pushd and popd with equivalent shell code.Jeff Garzik1-2/+3
1998-11-25Use the proper $srcdir method instead of the $OBJ_DIR hack for allowingElliot Lee1-7/+6
1998-11-25applied glib-tml-981120-0, change log appended below.PST 1998 Manish Singh19-67/+260
1998-11-24added GFreeFunc and g_hash_table_set_key_freefunc() prototype. addedEST 1998 Michael K. Johnson12-18/+148
1998-11-24removed the GListAllocator type and its g_*_allocator_*() functionTim Janik24-510/+918
1998-11-23added g_array_insert_vals() to insert elements at an arbitrary index, andOwen Taylor12-0/+100
1998-11-23new function g_slist_copy() to duplicate a list with all its dataTim Janik14-0/+170
1998-11-23NEWS: README: configure.in: glib.spec: Updated to version 1.1.5GLIB_1_1_5CST 1998 Shawn T. Amundson14-15/+125
1998-11-20added empty default imlementation so gmodule.so compiles on systems thatTim Janik4-2/+14
1998-11-20allow setting $OBJ_DIR to specify building in a subdirElliot Lee1-1/+7
1998-11-19Removed per request.Gregory McLean8-1995/+0
1998-11-19Fix for g_datalist_id_set_full() use (error is deeper down, some internalElliot Lee10-0/+70
1998-11-18add -b (binary-only; no source packages) flag to dpkg-buildpackageBen Gertzfield1-1/+1
1998-11-18libglib-cvs-dev now Provides: and Replaces libglib-dev. ChangedBen Gertzfield1-1/+3
1998-11-18Forgot a newline in a print statement in buildBen Gertzfield1-1/+1
1998-11-17Added Debian CVS build scripts. To build a snapshot Debian release,Ben Gertzfield8-0/+303
1998-11-16fixed off-by-one error, so we don't waste a loop iteration if (-1) wasTim Janik10-2/+50
1998-11-13Put -I$(top_srcdir) back into INCLUDES.Nuno Ferreira2-1/+6
1998-11-13Added g_list_sort() and g_slist_sort() to merge sort GLists and GSLists.Owen Taylor16-10/+406
1998-11-12INCLUDES is the right way to add to CFLAGS, not DEFS. Also there are bugsJeff Garzik12-6/+66