Low-level core library that forms the basis for projects such as GTK+ and GNOME.
Go to file
Sebastian Wilhelmi 5f17e39e2a Sun Mar 14 17:50:35 1999 Tim Janik <timj@gtk.org>
Wed Mar 17 01:46:28 1999  Tim Janik  <timj@gtk.org>

        * merges from glib-1-2:

Sun Mar 14 17:50:35 1999  Tim Janik  <timj@gtk.org>

        * gmem.c (g_mem_chunk_*): changed a bunch of g_assert() statements
        to g_return_if_fail().
        (g_mem_profile):
        (g_mem_chunk_print):
        (g_mem_chunk_info): removed some extraneous "\n"s at the end of the log
        messages.

        * gtimer.c (g_timer_*): changed a bunch of g_assert() statements
        to g_return_if_fail().
        * grel.c (g_*): changed a bunch of g_assert() statements to
        g_return_if_fail() and added some extra ones to check relation != NULL.

Tue Mar  9 23:25:50 1999  Tim Janik  <timj@gtk.org>

        * configure.in: check for working realloc (NULL,).
        * gmem.c (g_realloc): use malloc() for initial allocation on systems
        where realloc(NULL,) will not work (this is the case on SunOS, reported
        by Tom Geiger).

Mon Mar  8 07:42:08 1999  Tim Janik  <timj@gtk.org>

        * ghook.c (g_hook_unref): when !hook_list->is_setup, wrap the
        flag around the call to g_hook_free() to avoid spurious
        warnings (happens during destruction phase).

1999-03-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

        * gmem.c: Fixed a stupid cut'n'paste error of mine. Thanks to
        Friedrich Dominicus <Friedrich.Dominicus@inka.de>
1999-03-17 01:05:49 +00:00
debian add -b (binary-only; no source packages) flag to dpkg-buildpackage 1998-11-18 05:32:06 +00:00
docs Increment version to 1.2.0. 1999-02-25 21:34:25 +00:00
glib Sun Mar 14 17:50:35 1999 Tim Janik <timj@gtk.org> 1999-03-17 01:05:49 +00:00
gmodule inserted additional note to look for ChangeLog and AUTHORS file for a log 1999-02-24 06:14:27 +00:00
gthread Test for posix threads first, then for dce threads. 1999-03-12 15:28:36 +00:00
tests Added a test for the G_(U)?INT(16|32|64)_FORMAT and 1999-03-16 16:02:05 +00:00
.cvsignore Increment version to 1.2.0. 1999-02-25 21:34:25 +00:00
acconfig.h Sun Mar 14 17:50:35 1999 Tim Janik <timj@gtk.org> 1999-03-17 01:05:49 +00:00
acglib.m4 some echos interpret \n's and some don't. Deal with accordingly. 1999-01-04 23:37:40 +00:00
acinclude.m4 Xsed isn't valid here, don't use it 1999-01-28 04:43:35 +00:00
AUTHORS Increment version to 1.2.0. 1999-02-25 21:34:25 +00:00
autogen.sh Removed autogened files, add -a to automake 1999-01-31 20:29:09 +00:00
ChangeLog Sun Mar 14 17:50:35 1999 Tim Janik <timj@gtk.org> 1999-03-17 01:05:49 +00:00
ChangeLog.pre-1-2 moved old ChangeLog to ChangeLog.pre-1-2, and started new one. 1999-02-27 00:25:58 +00:00
ChangeLog.pre-2-0 Sun Mar 14 17:50:35 1999 Tim Janik <timj@gtk.org> 1999-03-17 01:05:49 +00:00
ChangeLog.pre-2-2 Sun Mar 14 17:50:35 1999 Tim Janik <timj@gtk.org> 1999-03-17 01:05:49 +00:00
ChangeLog.pre-2-4 Sun Mar 14 17:50:35 1999 Tim Janik <timj@gtk.org> 1999-03-17 01:05:49 +00:00
ChangeLog.pre-2-6 Sun Mar 14 17:50:35 1999 Tim Janik <timj@gtk.org> 1999-03-17 01:05:49 +00:00
ChangeLog.pre-2-8 Sun Mar 14 17:50:35 1999 Tim Janik <timj@gtk.org> 1999-03-17 01:05:49 +00:00
ChangeLog.pre-2-10 Sun Mar 14 17:50:35 1999 Tim Janik <timj@gtk.org> 1999-03-17 01:05:49 +00:00
ChangeLog.pre-2-12 Sun Mar 14 17:50:35 1999 Tim Janik <timj@gtk.org> 1999-03-17 01:05:49 +00:00
config.guess These go along with the last commit 1999-01-13 06:52:01 +00:00
config.h.win32 Increment version to 1.2.0. 1999-02-25 21:34:25 +00:00
config.sub These go along with the last commit 1999-01-13 06:52:01 +00:00
configure.in Sun Mar 14 17:50:35 1999 Tim Janik <timj@gtk.org> 1999-03-17 01:05:49 +00:00
COPYING version bump to 1.1.1, binary age 1, interface age 0. updates. updates. 1998-08-04 14:26:27 +00:00
garray.c inserted additional note to look for ChangeLog and AUTHORS file for a log 1999-02-24 06:14:27 +00:00
gbacktrace.c Remove widechar tests and defines. (fd_set): Change the grep for `fd_mask' 1999-03-14 20:57:41 +00:00
gcache.c inserted additional note to look for ChangeLog and AUTHORS file for a log 1999-02-24 06:14:27 +00:00
gcompletion.c inserted additional note to look for ChangeLog and AUTHORS file for a log 1999-02-24 06:14:27 +00:00
gdataset.c inserted additional note to look for ChangeLog and AUTHORS file for a log 1999-02-24 06:14:27 +00:00
gdate.c Commented out debugging output. 1999-03-14 23:46:51 +00:00
gerror.c Remove widechar tests and defines. (fd_set): Change the grep for `fd_mask' 1999-03-14 20:57:41 +00:00
ghash.c inserted additional note to look for ChangeLog and AUTHORS file for a log 1999-02-24 06:14:27 +00:00
ghook.c Sun Mar 14 17:50:35 1999 Tim Janik <timj@gtk.org> 1999-03-17 01:05:49 +00:00
giochannel.c inserted additional note to look for ChangeLog and AUTHORS file for a log 1999-02-24 06:14:27 +00:00
giounix.c inserted additional note to look for ChangeLog and AUTHORS file for a log 1999-02-24 06:14:27 +00:00
giowin32.c inserted additional note to look for ChangeLog and AUTHORS file for a log 1999-02-24 06:14:27 +00:00
glib-config.in fixed library and flag ordering for --libs 1998-12-16 01:29:18 +00:00
glib.def Add g_spaced_primes_closest to glib.def, it was missing. 1999-03-04 02:17:22 +00:00
glib.h Added the macros G_(U)?INT_(8|16|32|64)_FORMAT to use for printf and (much 1999-03-15 16:09:15 +00:00
glib.m4 When testing to see if glib exists, set LIBS="$GLIB_LIBS $LIBS" NOT 1998-12-31 20:58:03 +00:00
glib.spec.in I've made the spec file autogenerated, and I tweaked it 1999-02-21 18:58:59 +00:00
glibconfig.h.win32 Increment version to 1.2.0. 1999-02-25 21:34:25 +00:00
glist.c Added stack, queue ADTs and related tests. 1999-03-09 19:41:19 +00:00
gmain.c Remove widechar tests and defines. (fd_set): Change the grep for `fd_mask' 1999-03-14 20:57:41 +00:00
gmem.c Sun Mar 14 17:50:35 1999 Tim Janik <timj@gtk.org> 1999-03-17 01:05:49 +00:00
gmessages.c inserted additional note to look for ChangeLog and AUTHORS file for a log 1999-02-24 06:14:27 +00:00
gmutex.c inserted additional note to look for ChangeLog and AUTHORS file for a log 1999-02-24 06:14:27 +00:00
gnode.c inserted additional note to look for ChangeLog and AUTHORS file for a log 1999-02-24 06:14:27 +00:00
gprimes.c inserted additional note to look for ChangeLog and AUTHORS file for a log 1999-02-24 06:14:27 +00:00
gqueue.c Added stack, queue ADTs and related tests. 1999-03-09 19:41:19 +00:00
grel.c Sun Mar 14 17:50:35 1999 Tim Janik <timj@gtk.org> 1999-03-17 01:05:49 +00:00
gscanner.c inserted additional note to look for ChangeLog and AUTHORS file for a log 1999-02-24 06:14:27 +00:00
gslist.c inserted additional note to look for ChangeLog and AUTHORS file for a log 1999-02-24 06:14:27 +00:00
gstack.c Added stack, queue ADTs and related tests. 1999-03-09 19:41:19 +00:00
gstrfuncs.c inserted additional note to look for ChangeLog and AUTHORS file for a log 1999-02-24 06:14:27 +00:00
gstring.c inserted additional note to look for ChangeLog and AUTHORS file for a log 1999-02-24 06:14:27 +00:00
gtimer.c Sun Mar 14 17:50:35 1999 Tim Janik <timj@gtk.org> 1999-03-17 01:05:49 +00:00
gtree.c inserted additional note to look for ChangeLog and AUTHORS file for a log 1999-02-24 06:14:27 +00:00
gutils.c add OS/2 changes 1999-03-06 10:05:32 +00:00
HACKING new file 1999-01-20 23:06:30 +00:00
INSTALL Increment version to 1.2.0. 1999-02-25 21:34:25 +00:00
ltconfig Xsed isn't valid here, don't use it 1999-01-28 04:43:35 +00:00
ltmain.sh Xsed isn't valid here, don't use it 1999-01-28 04:43:35 +00:00
Makefile.am Added stack, queue ADTs and related tests. 1999-03-09 19:41:19 +00:00
makefile.msc Increment version to 1.2.0. 1999-02-25 21:34:25 +00:00
NEWS Increment version to 1.2.0. 1999-02-25 21:34:25 +00:00
README Increment version to 1.2.0. 1999-02-25 21:34:25 +00:00
README.win32 Increment version to 1.2.0. 1999-02-25 21:34:25 +00:00
sanity_check Released GLib 1.1.4 1998-10-25 08:20:31 +00:00
testgdate.c Two new files. This is kind of ugly code, but I want to go ahead and make 1998-12-02 20:20:35 +00:00
testgdateparser.c Two new files. This is kind of ugly code, but I want to go ahead and make 1998-12-02 20:20:35 +00:00
testglib.c inserted additional note to look for ChangeLog and AUTHORS file for a log 1999-02-24 06:14:27 +00:00

General Information
===================

This is GLib version 1.2.0. GLib is a library which includes support
routines for C such as lists, trees, hashes, memory allocation, and
many other things.

The official ftp site is:
  ftp://ftp.gtk.org/pub/gtk

The official web site is:
  http://www.gtk.org/

A mailing list is located at:
  gtk-list@redhat.com

To subscribe: mail -s subscribe gtk-list-request@redhat.com < /dev/null
(Send mail to gtk-list-request@redhat.com with the subject "subscribe")

Installation
============

See the file 'INSTALL'

How to report bugs
==================

To report a bug, send mail either to gtk-list, as mentioned
above, or to gtk-bugs@gtk.org. If you send mail to gtk-list, you
must be subscribed yourself.

In the mail include:

* The version of GLib

* Information about your system. For instance:

   - What operating system and version
   - What version of X
   - For Linux, what version of the C library

  And anything else you think is relevant.

* How to reproduce the bug. 

  If you can reproduce it with the testglib program that is built 
  in the glib/ directory, that will be most convenient.  Otherwise, 
  please include a short test program that exhibits the behavior. 
  As a last resort, you can also provide a pointer to a larger piece 
  of software that can be downloaded.

* If the bug was a crash, the exact text that was printed out
  when the crash occured.

* Further information such as stack traces may be useful, but
  is not necessary.

Patches
=======

Patches can be uploaded to the incoming/ directory on
ftp.gtk.org.  Please follow the instructions there, and include
your name and email address in the README file.

If the patch fixes a bug, it is usually a good idea to include
all the information described in "How to Report Bugs".