[9109] in The GTK GIMP ToolKit mailing list archive
[gtk-list] Re: adding date/time calculations to glib
daemon@ATHENA.MIT.EDU (Havoc Pennington)
Thu Oct 8 19:48:52 1998
Date: Thu, 8 Oct 1998 18:41:57 -0500 (CDT)
From: Havoc Pennington <rhpennin@midway.uchicago.edu>
To: gtk-list@redhat.com
In-Reply-To: <361CC798.9CF1597C@sistelcom.com>
Resent-From: gtk-list@redhat.com
Reply-To: gtk-list@redhat.com
On Thu, 8 Oct 1998, Daniel Solaz wrote:
> Please remember other languages do have libraries providing date and
> time functions. Don't force others to get bigger libs with redundant
> functionality.
Other languages also have libraries providing linked lists, hashing, and
everything else in glib. It is inherently redundant with all non-C
languages. Date functions would not be redundant with any common C
library though.
As far as I know glib is supposed to be a general purpose library which
fills in some gaps in the C language. If you don't use functionality X,
Unix will leave it on disk. It doesn't bother you. (Not that date
functionality would be big - 10K? 20K?) And this stuff is in Gtk anyway,
look at the top of gtkcalendar.c. It's just being cleaned up and moved.
It would be convenient for programmers and for people who avoid
downloading and compiling yet another library. Assuming it's good,
general-purpose functionality, I see no reason to give that up just to
save a few K on a 1 gig disk.
Havoc
--
To unsubscribe: mail -s unsubscribe gtk-list-request@redhat.com < /dev/null