Don't try to use PKG_CONFIG when we didn't find it. (#62944, Eric Lemings)
[platform/upstream/glib.git] / ChangeLog.pre-2-2
2001-10-29 Owen TaylorDon't try to use PKG_CONFIG when we didn't find it...
2001-10-29 Owen TaylorGenerate glib-mkenums from glib-mkenums.in, substitutin...
2001-10-29 Owen TaylorDist ref-add.sin, ref-del.sin. (#63092, Dan Winship)
2001-10-29 Sebastian WilhelmiConditionalize thread related calls. (#63091)
2001-10-28 Tor LillqvistAdd missing g_pattern_match_simple and g_pattern_spec_e...
2001-10-26 Owen TaylorRemove $(srcdir)/html before building HTML to prevent... GLIB_1_3_10
2001-10-26 Tor LillqvistDon't default to win32 thread implementation on Cygwin...
2001-10-25 Tor LillqvistUpdate.
2001-10-25 Tor LillqvistUpdates.
2001-10-25 Owen TaylorVersion 1.3.10, interface age, binary age = 0.
2001-10-24 Alex LarssonAdd g_strtod & co.
2001-10-23 Tor LillqvistTypo: GLIB_MICRO_VERSION and GLIB_MINOR_VERSION were...
2001-10-23 Tor LillqvistRemove G_HARDCODED_PATH_WRAPPER, Owen didn't like it.
2001-10-22 Tor LillqvistAdd macros G_WIN32_DLLMAIN_FOR_DLL_NAME and G_HARDCODED...
2001-10-22 Tor LillqvistTypo.
2001-10-22 Tor LillqvistIf we have built the MSVC import library, install it...
2001-10-19 Tor LillqvistFix test for lib.exe. Can't set ms_librarian before...
2001-10-19 Sebastian WilhelmiUse another LOCK for g_prgname to avoid deadlocking...
2001-10-18 Tor LillqvistCheck also ac_cv_sizeof___int64 when requiring a 64...
2001-10-17 Hidetoshi TajimaFix a typo: to_codeset => from_codeset. (#58195, #55152)
2001-10-13 Tim Janikmake struct _GPatternSpec and GMatchType private. ...
2001-10-11 Raja R Harinath(ac_cv_sizeof_long_long): Avoid '==' and '-a' in 'test's.
2001-10-11 Joshua N PritikinRemove G_HAVE_GINT64 conditionalization.
2001-10-11 Joshua N PritikinUn-conditionalize and require a 64-bit integer type.
2001-10-05 Raja R HarinathAvoid 'test -a'.
2001-10-04 Matthias ClasenDocumentation update.
2001-10-04 Havoc Penningtonadd config.charset
2001-10-03 Tor LillqvistNew function (DLL entry point) to tuck away actual...
2001-10-02 Matthias Clasendocumentation update. add documentation. update docs...
2001-10-02 Sven Neumannlet the compatibility definition point to the new name
2001-10-01 Alex LarssonConvert G_CONVERT_ERROR_NOT_ABSOLUTE_FILE_URI and
2001-10-01 Owen TaylorRename g_string_printfa() to g_string_append_printf...
2001-10-01 Tor LillqvistDocumentation cleanups. (#61487)
2001-10-01 Matthias Clasenmake third argument a gboolean. (g_scanner_add_symbol,
2001-10-01 Sven Neumannglib/gconvert.c glib/gspawn-win32.c some minor document...
2001-09-30 Alexander LarssonAdd build/win32/dirent/Makefile to the list of makefiles
2001-09-29 Tor Lillqvistglib/gwin32.c glib/gwin32.h Remove own implementation...
2001-09-29 George Leblcast the string size to gulong and use %lu for printing...
2001-09-28 Owen TaylorFix macros from libcharset to work with autoconf-2...
2001-09-28 Matthias ClasenFix inline docs for g_string_prepend_unichar.
2001-09-28 Kwok-Koon CheungAdding double quotes around values in test expression
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 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 LillqvistMove the Win32 check closer to the start, after the...
2001-09-25 Darin AdlerUse gboolean for return value of GTraverseFunc.
2001-09-25 Owen TaylorVersion 1.3.9 (binary, interface == 0)
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-22 Hans Breuersimply setting is_readable and is_writeable to TRUE...
2001-09-21 Hans Breueradded rule for glibconfig.h
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 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 Sebastian WilhelmiAdd thread_equal function to allow for platform defined...
2001-09-19 Tim JanikReleased 1.3.8. GLIB_1_3_8
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 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-10 Ron SteinkeModified Files: glib/ChangeLog glib/glib/giochannel.h
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 TaylorAdd g_build_path(), g_build_filename(), to create separ...
2001-09-08 Owen TaylorAdd gbsearcharray.[ch].
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 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-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-26 Alex LarssonNew functions to convert between local pahtnames and...
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...
next