diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-09-25 15:55:39 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-09-25 15:55:39 +0000 |
commit | d75fde163d6201d2e0041e357a1fae869f670fed (patch) | |
tree | 6e7c9ea73b478bf2aa36e19f178c5d03c67927c3 /README | |
parent | e29682d0ada4777ab18a49ceb25675e7a862e17d (diff) |
Version 1.3.9 (binary, interface == 0)
Tue Sep 25 11:34:22 2001 Owen Taylor <otaylor@redhat.com>
* configure.in: Version 1.3.9 (binary, interface == 0)
* glib/gstrfuncs.c (g_ascii_strdown): Change g_ascii_strup/strdown
to take a 'len' argument to match g_utf8_strup/strdown. This
hopefully will also make it more obvious that they duplicate
the string rather than acting like g_strup/strdown.
(Suggestion from Matthias Clasen, #59550)
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ version is meant for developers of GLib only: General Information =================== -This is GLib version 1.3.8. GLib is a library which includes support +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. |