Fix function name
[platform/upstream/glib.git] / glib /
2003-09-25 Tor LillqvistRemove g_bsearch_array_* entries that don't exist any...
2003-09-12 Noah LevittTake a directory where to look for the unicode files...
2003-09-12 Noah LevittAdd g_unichar_get_mirror_char. (#114749)
2003-09-12 Owen TaylorAdd g_markup_printf_escaped(), g_markup_vprintf_escaped().
2003-09-10 Noah LevittUnicode 4.0 special casing. (#114681)
2003-09-07 Stefan Westerfeldinserted casts for C++.
2003-08-25 Tor LillqvistAvoid UNLOCKing the critical section twice, which might...
2003-08-25 Owen TaylorEscape control characters in g_logv() output. (#108287...
2003-08-25 Owen TaylorWhen DISABLE_MEM_POOLS is set, loop through and free...
2003-08-19 Tor Lillqvist[Win32] Make the fatal error message box easier to...
2003-08-19 Tim Janiklicense change, no restrictions are made in the new...
2003-08-16 Tor LillqvistFix #117925 (Dov Grobgeld):
2003-08-15 Tor Lillqvist[Win32] Don't exceed handle array bounds. Warn if there...
2003-08-13 Anders CarlssonAdd .cvsignore
2003-08-13 Tor Lillqvistglib/Makefile.am gmodule/Makefile.am gobject/Makefile...
2003-08-13 Tor LillqvistDrop the Win32-specific implementation. It used WideCha...
2003-08-10 Tor LillqvistDon't use a cache of variable name to value mappings...
2003-08-10 Tor LillqvistAdd g_once_impl.
2003-08-08 Tor LillqvistFix syntax error in the !HAVE_SETENV case.
2003-08-07 Matthias ClasenAdd tests for '=' in names and values.
2003-08-07 Owen TaylorMake the default priority for idle sources G_PRIORITY_D...
2003-08-06 Noah LevittFix small mistake in last commit. (still falls in the...
2003-08-06 Noah LevittGet rid of "len" parameter to output_special_case and...
2003-08-05 Hans Breuerfor msvc build
2003-07-31 Noah LevittUpdate Unicode data to 4.0. (#107974)
2003-07-31 Tor LillqvistWhen possible, manage without the helper process. ...
2003-07-30 Matthias ClasenSmall doc additions.
2003-07-30 Matthias ClasenSmall doc fixes.
2003-07-29 Matthias ClasenRename g_read_link() to g_file_read_link() to better...
2003-07-29 Matthias ClasenUse gchar, gint, gsize instead of char, int, size_t...
2003-07-28 Matthias ClasenRemove trio printf().
2003-07-28 Matthias ClasenIntegrate gnulib vasnprintf().
2003-07-28 Matthias ClasenAdd gnulib vasnprintf().
2003-07-28 Matthias ClasenNew function g_read_link(). (#72545)
2003-07-28 Matthias ClasenAdd g_setenv() and g_unsetenv(). (#100763)
2003-07-26 Matthias Clasentest suite additions.
2003-07-26 Matthias ClasenNew functions to remove a range of elements from an...
2003-07-25 Matthias ClasenRemove the 1024 char limit in the common (non-recursive...
2003-07-25 Matthias ClasenRemove some explicit Docbook markup which is no longer...
2003-07-24 Matthias ClasenWork around gtk-doc stupidity.
2003-07-20 Hans Breuerfor msvc build
2003-07-20 Hans Breuerfor msvc build
2003-07-09 Manish Singhcheck if context->poll_chunk is set before trying to...
2003-07-09 Matthias ClasenDoc additions.
2003-07-09 Morten WelinderAvoid var declaration after statement.
2003-07-08 Matthias ClasenSupport for one-time initialization functions. (#69668...
2003-07-01 Matthias ClasenMove g_strfreev() docs inline.
2003-06-25 Abigail BradyUse C99 style \uxxxx and \Uxxxxyyyy escapes instead...
2003-06-25 Tor LillqvistPass real &optval and &optlen to getsockopt() instead...
2003-06-18 Matthias ClasenMove the documentation inline and add details. (#108505...
2003-06-11 Tor Lillqvistlibtool 1.5 installs DLLs in the bin subdirectory,...
2003-06-08 Tor LillqvistFix indentation and spacing. Use INADDR_LOOPBACK instead of
2003-06-07 Andy LanoixResolved thread deadlocks in socket ichannel code to...
2003-06-06 Owen TaylorWhen dispatching a source that is !CAN_RECURSE, tempora...
2003-06-05 Matthias ClasenUse g_vasprintf() and g_string_append_len(), thus enabl...
2003-06-05 Matthias ClasenSynchronize argument names with headers and docs. ...
2003-06-05 Tor Lillqvistglib/giochannel.h Remove bogus (Win32-only) declaration of
2003-06-04 Noah LevittFix typo (#114375). Also, make the function static.
2003-06-02 Owen TaylorPatch from Jeffrey Stedfast <fejj@ximian.com> (#104825)
2003-06-01 Owen TaylorPut the g_return_val_if_fail() in the right place.
2003-05-31 Ray StrodeFix typo: should be G_IO_ERROR_UNKNOWN not G_ERROR_ERRO...
2003-05-30 Owen Taylorglib/gstrfuncs.c (g_ascii_strncasecmp) Use TOLOWER...
2003-05-30 Owen TaylorSilently return G_IO_CHANNEL_ERROR_FAILED for EINTR...
2003-05-30 Owen TaylorDo a g_return_val_if_fail() on err == NULL to be a...
2003-05-28 Owen Taylor__PRETTY_FUNCTION__ was made a non-token before gcc...
2003-05-27 Matthias ClasenUse memcpy instead of strcpy. (#106988, Christian Biere)
2003-05-23 Noah LevittFix typo in UNICODE_VALID (related to #107427).
2003-05-23 Noah LevittRemove stale comment.
2003-05-22 Noah LevittUpdate g_unichar_iswide to Unicode 4.0 (#113404).
2003-05-21 Noah LevittFix obscure typo in case conversion routine (#113469).
2003-05-20 Noah LevittFix cut-and-pasto: g_unichar_break_type should return
2003-05-19 Noah LevittRemove unused function g_list_sort2 (bug #113203).
2003-05-19 Noah LevittFix off-by-one error in g_unicode_canonical_ordering...
2003-05-05 Matthias ClasenSome doc fixes. (#111805)
2003-04-07 Owen TaylorWhen waiting for the main loop to be freed up, wait...
2003-04-06 Matthias ClasenWarn if p == NULL && max != 0. (#110087)
2003-04-01 Tor LillqvistAdd g_string_chunk_insert_len.
2003-03-31 Matthias ClasenNew function, to insert possible non-nul-terminated...
2003-03-30 Matthias ClasenOptimize the common cases (init == NULL or init ==...
2003-03-30 Matthias Clasen2003-03-a30 Matthias Clasen <maclas@gmx.de>
2003-03-30 Matthias ClasenAdd cp1251 support for Solaris. (#104738, Hidetoshi...
2003-03-30 Matthias ClasenGet rid of UNSAFE_DOS_PATH. (acceptable): Align with...
2003-03-19 Matthias ClasenFix docs.
2003-03-14 Sebastian WilhelmiDo not define function g_thread_init_glib, if not G_THR...
2003-03-06 Matthias ClasenFix FALSE/NULL confusion. (#107646, Morten Welinder)
2003-03-04 James Henstridgerequire automake 1.7. Add calls to libtoolize and gtkdo...
2003-02-26 Matthias ClasenUse g_strndup, not g_strdup, since we know the length...
2003-02-25 Matthias ClasenUse g_malloc instead of directly using malloc.
2003-02-25 Tor LillqvistAdd a couple of missing entries, thanks to Cedric Gusti...
2003-02-23 Matthias ClasenClarify documentation.
2003-02-14 Sebastian WilhelmiFixes for #101264 and #99372:
2003-02-11 Sebastian WilhelmiChanged my e-mail address. Removed my e-mail address.
2003-02-06 Matthias ClasenFix a bunch of typos in header comments. (#102422,...
2003-02-04 Tor LillqvistFix typo: Should be SOCKET_ERROR, not SO_ERROR. Noticed...
2003-01-13 Thomas Vander Sticheledoc update
2003-01-12 Tor LillqvistAdd some missing entries. Thanks to Kenichi SUTO.
2003-01-05 Ron Steinke(Ancient, binary compatible fixes found sitting in...
2003-01-04 Tor Lillqvist[Win32] Install also the .def files, to help users...
2003-01-04 Tor LillqvistDon't claim broken pipes are unreadable. (Well, they...
2003-01-02 Tor LillqvistCorrect the comment telling what headers have the decla...
next