summaryrefslogtreecommitdiff
path: root/devel/glib/files
AgeCommit message (Collapse)AuthorFilesLines
2000-06-05Use USE_LIBTOOL instead of USE_PKGLIBTOOL.wiz1-2/+2
2000-05-26Update glib to 1.2.8. Overview of changes:rh2-4/+4
* GArray zero initialization bug fixed * Fix for upper bound calculation of formatted strings * Improved GCC detection * AIX dynamic modules fix to retrive symbols from shared libraries for the main program. * Miscellaneous other minor bug fixes
2000-05-02Remove patches to deal with two bugs involving configure's handling ofdanw1-2/+2
INSTALL which have both been worked around in bsd.pkg.mk now.
2000-03-12Update "glib" package to version 1.2.7 and enable thread support using thetron2-4/+4
"pth" package. Changes since version 1.2.6: - gstring.c: changed g_str_hash() to a 31 bit version based on a submission by Karl Nelson and hand optimized ad absurdum by various people ;) - gmain.c: removed spurious non-commented #endif suffix - gtimer.c (g_timer_elapsed): Never report negative times - clip times to 0. - gmain.c (g_timeout_prepare): Guard against unexpected clock shifts by never setting a timeout of more than data->interval msecs. - gmain.c: s/current_time/dispatch_time/ for the dispatch() handlers. refetch the current time after invocation of poll() to cover up for the time spent in that function call. - gstrfuncs.c (g_strtod): correctly fetch the current locale, fix from owen. - configure.in: Make the test for getpwuid_r work on newer AIX versions, too. Still works on Solaris and Linux. Patch from Craig Rodrigues <rodrigc@mediaone.net>. - glib.h (G_DIR_SEPARATOR): Add defines for EMX/OS2. - gcache.c (g_cache_remove): Test if node is NULL. If not tested, GIMP's script-fu will crash. - gdataset.c (g_data_set_internal): remove g_dataset_global_lock around destroy() notification here as well. - gdataset.c (g_datalist_clear_i): Avoid Freezing, when g_datalist is called recursivly. Reported by Ola Andersson <rand@ling.umu.se>.
1999-10-22Update "glib" package to version 1.2.6 included in GNOME 1.0.53 release.tron2-7/+7
1999-08-28Fix shared library version numbers as pointed out in private mail byrh1-2/+2
Johnny C. Lam, thanks!
1999-08-28Update glib to 1.2.4rh2-4/+4
Changes are mostly bug and portability fixes.
1999-07-09Add package patch-sum filesagc1-0/+7
1999-05-02Update "glib" package to version 1.2.2.tron1-2/+2
1999-04-16Update "glib" package to version 1.2.1.tron1-2/+2
1999-03-04Update "glib" package to release version 1.2.0.tron1-2/+2
1999-01-15The never ending gnome story:tron1-2/+2
Update "glib" package to version 1.1.12.
1998-12-18Update "glib" package to version 1.1.9.tron1-2/+2
1998-11-21Update for "glib" package to version 1.1.4 based on patches bytron1-2/+2
Frank van der Linden.
1998-10-04Update "glib" package to version 1.1.3.tron1-2/+2
1998-08-19Initial import, from the FreeBSD ports collection, of glib-1.1.2,agc1-0/+3
which used to be part of gtk+. It is a library providing lists, trees, hashes, memory allocation functionality and many other things. Modified by me to use the NetBSD libtool package, add NetBSD RCS Ids, correct the PLIST, install scripts correctly, correct the English etc.