Fixes for #58195, based on some ideas from Hidetosh Tajima.
[platform/upstream/glib.git] / glib /
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 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-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-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 Sebastian WilhelmiAdd thread_equal function to allow for platform defined...
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 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 Owen TaylorDoc fixes.
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-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 LarssonImplement and document g_ascii_isxxx.
2001-08-25 Alexander LarssonNew function, doing the same as g_convert but taking...
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-20 Owen TaylorEliminate use of floating point when determining if...
2001-08-19 Darin AdlerAdded missing \ character.
2001-08-19 Havoc Penningtonadd comment about shell quoting rules to the docs.
2001-08-16 Ron SteinkeModified Files: glib/ChangeLog glib/glib/giounix.c
2001-08-16 Ron SteinkeModified Files: glib/ChangeLog glib/glib/giochannel...
2001-08-12 Tim Janikfix g_return_if_fail, g_assert and friends to have...
2001-08-12 Ron SteinkeModified Files: ChangeLog glib/giochannel.c
2001-08-12 Tim Janikfix INT and FLOAT warnings for invalid token values.
2001-08-10 Ron SteinkeModified Files: glib/ChangeLog glib/glib/giochannel.c
2001-08-06 Sven Neumannadded new function g_nullify_pointer().
2001-08-05 Ron SteinkeModified Files: glib/ChangeLog glib/glib/giochannel.h
2001-08-05 Ron SteinkeModified Files: glib/ChangeLog glib/glib/giochannel...
2001-08-05 Owen TaylorInclude stddef.h so that we use the system's definition...
2001-08-04 Alexander LarssonHacky script to fix up your .msc.in files on windows...
2001-08-03 Ron SteinkeModified Files: glib/ChangeLog glib/glib/giochannel.c
2001-08-03 Darin AdlerImprove strfunc test to test the split function in...
2001-08-03 Sven Neumannbeautified configure help output.
2001-08-03 Owen TaylorFix computation (Fix from Cesar Rincon)
2001-08-03 Christopher James... Made g_utf8_find_prev_char able to return the first...
2001-07-31 Ron SteinkeModified Files: glib/ChangeLog glib/glib/giochannel.h
2001-07-31 Sven Neumanndeclare gboolean vtable_set static.
2001-07-29 Ron SteinkeMatthias Classen's patch to give g_io_channel_flush...
2001-07-29 Tim Janikif __GNUC__ is defined, inline a test for an exact...
2001-07-27 Sebastian WilhelmiUse G_GNUC_EXTENSION instead of __extension__. Patch...
2001-07-23 Ron Steinkefixed g_io_channel_seek_position() so that G_SEEK_CUR...
2001-07-23 Sven Neumannremoved glib.def from EXTRA_DIST ... ... and added...
2001-07-22 Hans Breuermake the code actually have an effect (Use |= to set...
2001-07-21 Hans Breuerset the corresponding p(ermission)mode of the file...
2001-07-21 Hans Breuerintial implementation of new API functions. Not sure...
2001-07-20 Ron SteinkeModified Files: glib/ChangeLog glib/glib.def glib/glib...
2001-07-20 Owen Taylors/size_t/gsize/ to match prototypes.
2001-07-20 Hans Breuermake it compile again
2001-07-19 Owen TaylorFix memory leak and dubious list manipulation. (Found...
2001-07-19 Darin AdlerAdd missing const. (g_strsplit): Add g_return_val_if_fa...
2001-07-19 Owen TaylorAdd functions to insert a unichar as UTF-8, since this...
2001-07-17 Sebastian WilhelmiAdd some assertions. Simplify and fix g_main_context_re...
2001-07-12 Mark MurnaneChanged prototype of printf_string_upper_bound to retur...
2001-07-11 Darin AdlerAdd some generated files.
2001-07-11 Owen TaylorAdd gunicomp.h (Reported by Sven Neumann).
2001-07-10 Tim Janikfix negative exponent handling (numbers<0).
2001-07-07 Owen TaylorAdd length arguments to g_utf8_{strup,strdown,casefold...
2001-07-02 Andy Lanoix*giowin32.c: g_source_remove()ing an socket iochannel...
2001-07-02 Owen TaylorFix.
2001-07-02 Tim Janikadded g_list_insert_before().
2001-07-02 Owen TaylorUse G_N_ELEMENTS rather than a custom macro.
2001-06-30 Owen TaylorRename GSourceFuncs::destroy to GSourceFuncs::finalize...
2001-06-30 Owen TaylorMake some changes to the way that GMainContext works:
2001-06-30 Owen TaylorTry compiling before committing, why don't you? Simple...
2001-06-30 Owen TaylorPatch from Darin Adler (#54166)
2001-06-30 Owen Taylor Jun 29 13:36:39 2001 Owen Taylor <otaylor@redhat...
2001-06-27 Kjartan MaraasFix a typo.
2001-06-27 Sebastian WilhelmiRemoved glib-config-2.0, as we have pkg-config now.
2001-06-26 Owen TaylorMove glib library into a subdirectory, make all GLib...
2001-06-23 Tim Janikuse G_BREAKPOINT() instead of raise(5).
next