Low-level core library that forms the basis for projects such as GTK+ and GNOME.
Go to file
Bruno Haible 34462896a0 When the sublangid is SUBLANG_DEFAULT, return the locale of the language's
2001-09-24  Bruno Haible  <haible@clisp.cons.org>

	* glib/gwin32.c (g_win32_getlocale): When the sublangid is
	SUBLANG_DEFAULT, return the locale of the language's main country,
	not a country-neutral locale. E.g. "en_US" instead of "en". Add
	handling of LANG_SORBIAN. Fix typo for SUBLANG_CHINESE_SIMPLIFIED
	(China == CN, CH == Switzerland). Ignore empty environment
	variable values.

2001-09-28  Tor Lillqvist  <tml@iki.fi>

	* glib/makefile.{mingw,msc}.in: Add localcharset.o. Just copy the
	source file from libcharset and compile in this directory.

	* glib/giochannel.c: Mark rest of g_set_error strings for
	translation, too.

	* glib/giowin32.c: Add some debugging output functions, call them
	when debugging.
	(create_events, g_io_win32_msg_write): Free message fetched with
	g_win32_error_message ().
	(g_io_win32_check): Indentation fixes.
	(g_io_win32_fd_read,g_io_win32_sock_read): Don't always return
	G_IO_STATUS_NORMAL. Do return G_IO_STATUS_EOF if we got 0 bytes,
	like on Unix. This helps making the test programs run
	successfully.

	* glib/gmain.c (g_poll): Return the code ifdeffed out with
	TEST_WITHOUT_THIS. Can't remember why it was ifdeffed out. Things
	seem to work as previously with the code in place. Especially
	spawn-test didn't work with the code ifdeffed out (Bug#61067).

	* glib/grand.c (g_rand_new): Don't try to use /dev/urandom unless
	on Unix.

	* glib/gspawn-win32-helper.c (WinMain): Remove Sleep(10000)
	accidentally left in.

gthread:

2001-09-28  Tor Lillqvist  <tml@iki.fi>

	* gthread-win32.c: Use an extra level of indirection for GMutex.
	It is now a pointer either to a pointer to a CRITICAL_SECTION
	struct, or to a mutex HANDLE. This is needed in case the user
	defines G_ERRORCHECK_MUTEXES. G_MUTEX_SIZE must correctly reflect
	the size of *GMutex, but this used to vary depending on whether we
	at run-time chose to use CRITICAL_SECTIONs or mutexes.
	(g_mutex_free_win32_cs_impl, g_cond_free_win32_impl): Call
	DeleteCriticalSection() when done with it.

	* gthread-impl.c (g_thread_init_with_errorcheck_mutexes): Call
	g_thread_impl_init() before accessing
	g_thread_functions_for_glib_use_default, as the
	g_thread_impl_init() function might modify it.

po:

2001-09-28  Tor Lillqvist  <tml@iki.fi>

	* POTFILES.in: Add iochannel.c and giowin32.c.

	* sv.po: Remove a bogus fuzziness indicator.
2001-09-27 22:07:00 +00:00
debian add -b (binary-only; no source packages) flag to dpkg-buildpackage 1998-11-18 05:32:06 +00:00
docs Fixes for #58195, based on some ideas from Hidetosh Tajima. 2001-09-27 02:49:05 +00:00
glib When the sublangid is SUBLANG_DEFAULT, return the locale of the language's 2001-09-27 22:07:00 +00:00
gmodule More Win32 automake macros. For .def files: GLIB_DEF, GMODULE_DEF, 2001-09-25 06:03:23 +00:00
gobject More Win32 automake macros. For .def files: GLIB_DEF, GMODULE_DEF, 2001-09-25 06:03:23 +00:00
gthread When the sublangid is SUBLANG_DEFAULT, return the locale of the language's 2001-09-27 22:07:00 +00:00
m4macros Fixes for compilation on Solaris (#59026, Frank Belew) 2001-09-18 22:28:32 +00:00
po When the sublangid is SUBLANG_DEFAULT, return the locale of the language's 2001-09-27 22:07:00 +00:00
tests Retract my change earlier today. Don't preset autoconf variables in a try 2001-09-26 20:35:51 +00:00
.cvsignore Add some generated files. 2001-07-11 20:08:50 +00:00
acconfig.h Reverted the changes necessary to enlarge the system thread for 2001-02-15 16:43:02 +00:00
acglib.m4 Rename from GLIB_DIVERT_BEFORE_HELP. Update to track autoconf 2.49b. 2000-12-08 22:48:45 +00:00
acinclude.m4 Fixes for compilation on Solaris (#59026, Frank Belew) 2001-09-18 22:28:32 +00:00
aclibcharset.m4 Fixes for #58195, based on some ideas from Hidetosh Tajima. 2001-09-27 02:49:05 +00:00
AUTHORS 18:36. incorporated proposed cleanups from gtk-devel-list. 1999-07-24 18:50:58 +00:00
autogen.sh Move glib library into a subdirectory, make all GLib include files include 2001-06-26 16:01:21 +00:00
ChangeLog When the sublangid is SUBLANG_DEFAULT, return the locale of the language's 2001-09-27 22:07:00 +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 When the sublangid is SUBLANG_DEFAULT, return the locale of the language's 2001-09-27 22:07:00 +00:00
ChangeLog.pre-2-2 When the sublangid is SUBLANG_DEFAULT, return the locale of the language's 2001-09-27 22:07:00 +00:00
ChangeLog.pre-2-4 When the sublangid is SUBLANG_DEFAULT, return the locale of the language's 2001-09-27 22:07:00 +00:00
ChangeLog.pre-2-6 When the sublangid is SUBLANG_DEFAULT, return the locale of the language's 2001-09-27 22:07:00 +00:00
ChangeLog.pre-2-8 When the sublangid is SUBLANG_DEFAULT, return the locale of the language's 2001-09-27 22:07:00 +00:00
ChangeLog.pre-2-10 When the sublangid is SUBLANG_DEFAULT, return the locale of the language's 2001-09-27 22:07:00 +00:00
ChangeLog.pre-2-12 When the sublangid is SUBLANG_DEFAULT, return the locale of the language's 2001-09-27 22:07:00 +00:00
config.guess Test for sched_yield as the native yield function first. Corrected typo 2000-03-22 10:04:29 +00:00
config.h.win32.in Retract my change earlier today. Don't preset autoconf variables in a try 2001-09-26 20:35:51 +00:00
config.sub version to 1.3.6 2001-06-14 16:34:20 +00:00
configure.in Oops, actually commit the configure.in change I thought I did in my 2001-09-27 06:11:48 +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
glib-2.0-uninstalled.pc.in Find test case for srcdir != builddir, miscellaneous cleanups. 2001-08-12 14:12:02 +00:00
glib-2.0.pc.in subst GLIB_GENMARSHAL, GOBJECT_QUERY, GLIB_MKENUMS variables 2001-06-07 16:39:54 +00:00
glib.spec.in Mon Aug 27 2001 Jens Finke <jens@gnome.org> - Changed package name to 2001-08-27 14:36:02 +00:00
glibconfig.h.win32.in Retract my change earlier today. Don't preset autoconf variables in a try 2001-09-26 20:35:51 +00:00
gmodule-2.0-uninstalled.pc.in subst GLIB_GENMARSHAL, GOBJECT_QUERY, GLIB_MKENUMS variables 2001-06-07 16:39:54 +00:00
gmodule-2.0.pc.in subst GLIB_GENMARSHAL, GOBJECT_QUERY, GLIB_MKENUMS variables 2001-06-07 16:39:54 +00:00
gobject-2.0-uninstalled.pc.in subst GLIB_GENMARSHAL, GOBJECT_QUERY, GLIB_MKENUMS variables 2001-06-07 16:39:54 +00:00
gobject-2.0.pc.in let the generated .pc files depend on config.status, so they get correctly 2001-08-15 09:11:23 +00:00
gthread-2.0-uninstalled.pc.in Add @G_THREAD_CFLAGS@. 2001-06-08 11:53:48 +00:00
gthread-2.0.pc.in Add @G_THREAD_CFLAGS@ to Cflags. 2001-05-30 11:12:12 +00:00
HACKING Remove warnings about conflicts with the stable version. 2001-04-17 00:55:34 +00:00
INSTALL Version 1.3.9 (binary, interface == 0) 2001-09-25 15:55:39 +00:00
INSTALL.in Remove warnings about conflicts with the stable version. 2001-04-17 00:55:34 +00:00
Makefile.am Fix distclean to remove some extra files. #60993, Ben Gertzfield 2001-09-26 19:37:08 +00:00
makefile.mingw After being away for about five months, I'm back working on this... For 2001-08-30 05:09:11 +00:00
makefile.msc added rule for glibconfig.h 2001-09-21 19:48:59 +00:00
NEWS Version 1.3.9 (binary, interface == 0) 2001-09-25 15:55:39 +00:00
NEWS.pre-1-3 updates. 2001-04-03 19:22:44 +00:00
README Version 1.3.9 (binary, interface == 0) 2001-09-25 15:55:39 +00:00
README.in Remove warnings about conflicts with the stable version. 2001-04-17 00:55:34 +00:00
README.win32 Correct InternalName and OriginalFilename to match what we actually 2001-09-19 00:59:37 +00:00
sanity_check 18:36. incorporated proposed cleanups from gtk-devel-list. 1999-07-24 18:50:58 +00:00
TODO.xml <entry size="small" status="90%" target="1.4"> 2000-05-11 04:12:04 +00:00
win32-fixup.pl Hacky script to fix up your .msc.in files on windows. Dunno if this is a 2001-08-04 15:49:55 +00:00

 *** IMPORTANT *** 

This is a development version of GLib.  You should be using a stable
version, which is available at ftp://ftp.gtk.org/pub/gtk/v1.2/.  This
version is meant for developers of GLib only:

 * You should not base stable software on this version of GLib.
 * GNOME developers should use a stable version of GLib.

*** You should be using GLib 1.2 instead. ***


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

This is GLib version 1.3.9. 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/

Information about mailing lists can be found at
  http://www.gtk.org/mailinglists.html

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

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

See the file 'INSTALL'

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

Bugs should be reported to the GNOME bug tracking system. 
(http://bugzilla.gnome.org, product glib.) You will need
to create an account for yourself.

In the bug report please include:

* Information about your system. For instance:

   - What operating system and version
   - 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 testgtk program that is built 
  in the gtk/ subdirectory, 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 should also be submitted to bugzilla.gnome.org. If the
patch fixes an existing bug, add the patch as an attachment
to that bug report.

Otherwise, enter a new bug report that describes the patch,
and attach the patch to that bug report.

Bug reports containing patches should include the PATCH keyword
in their keyword fields. If the patch adds to or changes the GLib 
programming interface, the API keyword should also be included.

Patches should be in unified diff form. (The -u option to GNU
diff.)