6 Commits

Author SHA1 Message Date
Owen Taylor
4aeb06f883 Backport from HEAD of fix by Raja R Harinath: (fd_set): Change the grep
Mon Mar 11 15:19:01 2002  Owen Taylor  <otaylor@redhat.com>

        * configure.in: Backport from HEAD of fix by Raja R Harinath:
        (fd_set): Change the grep for `fd_mask' to search for `fd_set'.
        (#56364)

        * gcompletion.c (g_completion_complete): Fix memory
        leak. (#53408, Ron Koerner)
2002-03-11 20:21:59 +00:00
Tim Janik
b3278400bc fixed SIZEOF_LONG==4 assumption with ENABLE_MEM_CHECK, from Art Haas
Fri May 19 09:00:44 2000  Tim Janik  <timj@gtk.org>

        * gmem.c (g_free): fixed SIZEOF_LONG==4 assumption with
        ENABLE_MEM_CHECK, from Art Haas <ahaas@neosoft.com>.

        * gslist.c (g_slist_reverse): shut up compiler.

        * gscanner.c (g_scanner_get_token_ll): removed inline assignment.

        * garray.c: remove index>=0 checks for unsigned indices.

        * gmain.c (g_idle_prepare): timeout assignment fix.

        * gtree.c (g_tree_node_rotate_right): shut up compiler.
2000-05-19 08:18:13 +00:00
CST 1999 Shawn T. Amundson
b9ef2b41db inserted additional note to look for ChangeLog and AUTHORS file for a log
Wed Feb 24 00:08:42 CST 1999 Shawn T. Amundson <amundson@gtk.org>

        * *.[ch]: inserted additional note to look for ChangeLog and
	  AUTHORS file for a log of modifications.
1999-02-24 06:14:27 +00:00
Owen Taylor
931ea95265 This commit merges the glib-threads branch into the main
branch. See the ChangeLog for details of the changes.

In brief overview:

 - The set of threading functions can be set
 - A default implementation is provided in -lgthread
 - All static data structures are locked using these
   functions if g_thread_init() is called.
1998-12-15 05:28:02 +00:00
Tim Janik
ce85619724 indentation fixes. 1998-07-25 03:03:01 +00:00
Owen Taylor
2e0320d57e Initial revision 1998-06-10 23:21:14 +00:00