Commit graph

22 commits

Author SHA1 Message Date
wiz
176c19ffd6 silence pkglint 2000-03-16 12:17:21 +00:00
tron
c6962e9d82 Update "glib" package to version 1.2.7 and enable thread support using the
"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>.
2000-03-12 22:24:05 +00:00
tron
ed7208fe1a Update "glib" package to version 1.2.6 included in GNOME 1.0.53 release. 1999-10-22 23:34:22 +00:00
tron
8d7d754dfa Remove me as maintainer of those packages. 1999-10-07 17:41:46 +00:00
rh
f3da992da0 Update glib to 1.2.4
Changes are mostly bug and portability fixes.
1999-08-28 09:34:45 +00:00
tron
05af7a4b2e List me as the maintainer of the "glib" package. 1999-05-02 16:04:37 +00:00
tron
23cf13f1d6 Update "glib" package to version 1.2.2. 1999-05-02 14:05:55 +00:00
tron
2627c24001 Use "-O0" under NetBSD-arm32 until egcs gets fixed. 1999-05-01 12:22:46 +00:00
tron
3a6ffc6278 Update "glib" package to version 1.2.1. 1999-04-16 19:18:54 +00:00
tron
a10396f807 Update "glib" package to release version 1.2.0. 1999-03-04 08:50:43 +00:00
tron
22bda05336 Back out last commit:
New compatible gtk 1.0.x packages are named differently and be don't
want to be installed together with old versions.
1999-02-21 09:07:51 +00:00
tron
06344a2ef0 Remove conflict entry for gtk 1.0.x which is no longer required after
Rene's changes.
1999-02-21 09:03:28 +00:00
hubertf
2a95ad9c6b Fix CONFLICTS (remove redundancy, mostly) 1999-02-20 22:48:24 +00:00
tron
5af78008dd The never ending gnome story:
Update "glib" package to version 1.1.12.
1999-01-15 22:57:13 +00:00
tron
e77bf65abe Update "glib" package to version 1.1.9. 1998-12-18 23:52:22 +00:00
tron
16ca79ece2 Update for "glib" package to version 1.1.4 based on patches by
Frank van der Linden.
1998-11-21 16:57:29 +00:00
tron
b6d0452662 Update "glib" package to version 1.1.3. 1998-10-04 18:03:18 +00:00
agc
00ace5a99b ADD a CONFLICT entry on the gtk+-1.0.4 package. 1998-08-25 11:49:53 +00:00
tsarna
6bd0d65c65 The Grand Homepagification:
- New, optional Makefile variable HOMEPAGE, specifies a URL for
	  the home page of the software if it has one.
	- The value of HOMEPAGE is used to add a link from the
	  README.html files.
	- pkglint updated to know about it.  The "correct" location for
	  HOMEPAGE in the Makefile is after MAINTAINER, in that same
	  section.
1998-08-20 15:16:34 +00:00
agc
d11aeb2a9a Use new LIBTOOL_FLAGS definition 1998-08-19 15:25:51 +00:00
agc
4bbea4cdc8 I forgot to set USE_LIBTOOL in previous commit. 1998-08-19 09:41:38 +00:00
agc
400bfc7031 Initial import, from the FreeBSD ports collection, of glib-1.1.2,
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.
1998-08-19 09:29:25 +00:00