platform/upstream/glib.git
2001-09-28 Owen TaylorFix macros from libcharset to work with autoconf-2...
2001-09-28 Matthias Clasenglib/gstring.c: Fix inline docs for g_string_prepend_un...
2001-09-28 Matthias ClasenFix inline docs for g_string_prepend_unichar.
2001-09-28 Matthias ClasenDocumented some functions, markup fixes. New file....
2001-09-28 Kwok-Koon CheungAdding double quotes around values in test expression
2001-09-28 Stanislav VisnovskyUpdated Slovak translation.
2001-09-27 Manish Singhfix typo (#if->#ifdef) so it compiles again.
2001-09-27 Bruno HaibleWhen the sublangid is SUBLANG_DEFAULT, return the local...
2001-09-27 Owen TaylorUse gssize to match the header. (Reported by Elliot...
2001-09-27 Tor LillqvistOops, actually commit the configure.in change I thought...
2001-09-27 Owen TaylorFixes for #58195, based on some ideas from Hidetosh...
2001-09-26 Matthias Clasenglib/gmem.c (g_mem_is_system_malloc): Return !vtable_set.
2001-09-26 Tor LillqvistRetract my change earlier today. Don't preset autoconf...
2001-09-26 Owen TaylorFix distclean to remove some extra files. #60993, Ben...
2001-09-26 Owen TaylorPatch from Andrew Taylor to make much of the unicode...
2001-09-26 Owen TaylorCopy if !g_mem_is_system_malloc, not the other way...
2001-09-26 Owen TaylorUse memset; might be faster if someone used this for...
2001-09-26 Tor LillqvistOne-line fix, wrong variable name was leftover.
2001-09-26 Tor LillqvistMove the Win32 check closer to the start, after the...
2001-09-25 Darin AdlerUse gboolean for return value of GTraverseFunc.
2001-09-25 Pablo Saratxagaupdated Catalan file
2001-09-25 Matthias Clasenglib/glib-section.txt: Add a missing SECTION endtag...
2001-09-25 Owen TaylorVersion 1.3.9 (binary, interface == 0)
2001-09-25 Sebastian WilhelmiCorrected the array size (cough, cough). Pointed out by
2001-09-25 Tor LillqvistMore Win32 automake macros. For .def files: GLIB_DEF...
2001-09-24 Matthias Clasenglib/gutf8.c, glib/gunibreak.c, glib/gunicollate.c,
2001-09-24 Stanislav VisnovskyAdded "sk" to ALL_LINGUAS. Added Slovak translation.
2001-09-23 Fatih DemirUpdated ta.po
2001-09-23 Pablo Saratxagaupdated Azeri file
2001-09-22 Andraz ToriUpdated Slovenian translation
2001-09-22 Andraz ToriUpdated Slovenian translation
2001-09-22 Hans Breuersimply setting is_readable and is_writeable to TRUE...
2001-09-21 Hans Breueradded rule for glibconfig.h
2001-09-21 Hans Breuerupdated externals
2001-09-21 Owen TaylorRename g_mem_vtable_is_set() to g_mem_is_system_malloc().
2001-09-20 Tor LillqvistAccept also forward slashes. (But still don't accept...
2001-09-19 Owen TaylorPatch from Matthias Clasen (#59806)
2001-09-19 Owen TaylorFix handling of user data when locating sources. (...
2001-09-19 Owen TaylorPatch from Matthias Clasen (#59806)
2001-09-19 Owen TaylorPatch from Darin Adler to remove GReal* structures...
2001-09-19 Owen TaylorHandle NUL bytes_written, bytes_read. (Suggested by...
2001-09-19 Owen TaylorHandle failure of sysconf and pick a fixed size buffer...
2001-09-19 Owen TaylorError out if gettext support is not found. (#59386)
2001-09-19 Kjartan MaraasUpdated Norwegian (bokmål) translation.
2001-09-19 Sebastian WilhelmiAdd thread_equal function to allow for platform defined...
2001-09-19 Tim JanikReleased 1.3.8. GLIB_1_3_8
2001-09-19 Tim Janikdistcheck updates
2001-09-19 Tor LillqvistCorrect InternalName and OriginalFilename to match...
2001-09-19 Tor LillqvistCorrect InternalName and OriginalFilename to match...
2001-09-19 Tor LillqvistCorrect InternalName and OriginalFilename to match...
2001-09-18 Tim Janikup version number to 1.3.8, interface age 0, binary...
2001-09-18 Owen TaylorFixes for compilation on Solaris (#59026, Frank Belew)
2001-09-18 Tim Janikadd simple test for g_path_get_basename().
2001-09-17 Tor Lillqvistglib/gmain.c Mark the _funcs tables for export.
2001-09-17 Darin AdlerChange so that it works on platforms where isalpha...
2001-09-17 Darin AdlerFix a typo and change documentation for g_ascii_isdigit and
2001-09-17 Tor LillqvistAdd variable for LT_CURRENT minus LT_AGE (the suffix...
2001-09-14 Matthias Clasenglib/gconvert.c (g_filename_from_uri): Replace `is...
2001-09-11 Christian RoseUpdated Swedish translation.
2001-09-10 Ron SteinkeModified Files: glib/ChangeLog glib/glib/giochannel.h
2001-09-10 Tim Janikremoved extraneous GObject* returns from a couple funct...
2001-09-10 Tim Janikgot rid of g_set_error_handler(), g_set_warning_handler(),
2001-09-10 Alex LarssonRemoved is_refcounted and GBoxedInitFunc from
2001-09-10 Owen TaylorDoc fixes.
2001-09-10 Owen TaylorUpdate.
2001-09-10 Owen TaylorAdd g_build_path(), g_build_filename(), to create separ...
2001-09-08 Owen TaylorMove gbsearcharray.[ch] to glib as a private ininstalle...
2001-09-08 Owen TaylorAdd gbsearcharray.[ch].
2001-09-05 Roy-Magne MoUpdated Norwegian nynorsk translation
2001-09-05 Ross GolderTake DESTDIR into account in install/uninstall
2001-09-05 Owen TaylorRevert last change to Makefile.in.in - no this is not...
2001-09-05 Ross GolderUpdated from gettext-0.10.35, to fix broken DESTDIR...
2001-09-05 Matthias Clasenforgotten ChangeLog entry.
2001-09-04 Matthias Clasengobject.c (g_object_base_class_finalize): typo fix.
2001-09-04 Owen TaylorVersion 1.3.7 GLIB_1_3_7
2001-09-04 Tor LillqvistUpdate. Don't mention pthreads.
2001-09-03 Tim Janikupdates for 1.3.7 release.
2001-09-03 Owen TaylorImplement.
2001-09-03 Owen TaylorAdd closure_marshal/closure_callback fields to GSourceF...
2001-09-02 Owen TaylorReplace some uses of isspace() with g_ascii_isspace().
2001-09-02 Owen TaylorFix some variables that should have been static.
2001-09-02 Carlos Perelló... Added Spanish translation by josé antonio salgueiro
2001-08-30 Sebastian WilhelmiAdd 'want_to_read' to GStaticRWLock to avoid calling...
2001-08-30 Sebastian WilhelmiDon't free cached_poll_array, when adding new poll...
2001-08-30 Tor LillqvistAfter being away for about five months, I'm back workin...
2001-08-29 Michael Natterer"gboolean foo : 1" results in TRUE being -1 once assign...
2001-08-27 Darin AdlerUpdated name of error from G_CONVERT_ERROR_NOT_LOCAL_FI...
2001-08-27 Jens FinkeMon Aug 27 2001 Jens Finke <jens@gnome.org> - Changed...
2001-08-26 Alex LarssonNew functions to convert between local pahtnames and...
2001-08-25 Alexander LarssonImplement and document g_ascii_isxxx.
2001-08-25 Alexander LarssonForgot changelog entry
2001-08-25 Alexander LarssonNew function, doing the same as g_convert but taking...
2001-08-24 Darin AdlerFix bad indenting. I figured I should fix this since...
2001-08-24 Ron SteinkeModified Files: glib/ChangeLog glib/glib/giochannel.c
2001-08-24 Owen TaylorPatch from Darin Adler to restore Glib-1.2 handling...
2001-08-23 Owen TaylorPatch from Josh Pritikin to fix reversed key and value...
2001-08-23 Tim Janiknew macro.
2001-08-21 Kwok-Koon CheungVery minor fix on content-type.
2001-08-21 Kwok-Koon CheungAdded traditional Chinese translation.
2001-08-20 Sven Neumannadded po to SUBDIRS
next