platform/upstream/glib.git
2003-10-02 Owen TaylorTest case for g_type_add_interface_check().
2003-10-02 Owen TaylorAdd g_type_add/remove_interface_check()
2003-10-02 Owen TaylorAdd g_type_add/remove_interface_check(), which allows...
2003-10-02 Owen TaylorRemove some tests that were testing things that weren...
2003-10-02 Owen TaylorTests of interface inheritance and overriding.
2003-09-30 Tor LillqvistCall protect_argv() in do_spawn() instead of in do_spaw...
2003-09-30 Soeren Sandmannmake the argument const to get rid of warning
2003-09-29 Matthias ClasenAdditions.
2003-09-29 Tor LillqvistUse hardcoded name for DLL, as there is no reliable...
2003-09-29 Matthias ClasenAdd "Since: 2.4" to docs. Add g_unichar_get_mirror_char and
2003-09-29 Gustavo Maciel... Applied revision by Augusta Marques da Silva <augusta...
2003-09-29 Owen TaylorFix function name
2003-09-29 Owen TaylorDocs for g_type_default_interface_ref(), etc. :
2003-09-29 Owen Taylor.cvsignore update
2003-09-29 Owen TaylorDummy dynamic type module for testing type plugin code...
2003-09-29 Owen TaylorAdd g_type_default_interface_ref/peek/unref for accessi...
2003-09-28 Gediminas PaulauskasAdded Lithuanian translation
2003-09-26 Owen TaylorYou can have instance_real_class_bsa be non-NULL, but...
2003-09-25 Tor LillqvistRemove g_bsearch_array_* entries that don't exist any...
2003-09-25 Owen TaylorAdd gobject/.
2003-09-14 Matthias ClasenDon't generate code using deprecated APIs. (#122292...
2003-09-12 Owen TaylorAdd bug reference to ChangeLog
2003-09-12 Owen TaylorAdd docs for g_signal_accumulator_true_handled.
2003-09-12 Owen TaylorNew directory, framework for automated GObject tests.
2003-09-12 Owen TaylorAdd g_signal_accumulator_true_handled(), to do TRUE...
2003-09-12 Matthias ClasenMake the g_value_set_x_take_ownership() functions ...
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-09-02 Tim Janikadded support for a "default vtable" per interface...
2003-09-02 Tim Janikfix iterating over fundamental types.
2003-08-28 Manish Singhremoved stray change from previous commit.
2003-08-28 Manish Singhshut up cvs
2003-08-27 Matthias ClasenFix a C99ism. (#120821, Thomas Klausner)
2003-08-27 Owen TaylorAdd a detailed test case for interface initialization...
2003-08-25 Manish Singhfix typo in last commit, cast to GTypeValueTable *...
2003-08-25 Tor LillqvistAvoid UNLOCKing the critical section twice, which might...
2003-08-25 Owen Tayloradd bug number
2003-08-25 Owen TaylorClarify docs on the return. Fix a memory leak if a...
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-23 Kjartan MaraasFlush
2003-08-23 Samúel Jón... Added "is" to ALL_LINGUAS.
2003-08-20 Richard AllenAdded Icelandic translation
2003-08-19 Tor Lillqvist[Win32] Make the fatal error message box easier to...
2003-08-19 Owen TaylorAdd $INTLLIBS to $LIBS temporarily, not -lintl. (Proble...
2003-08-19 Tim Janikcheck private instance data after initialization.
2003-08-19 Tim Janiklicense change, no restrictions are made in the new...
2003-08-19 Tim Janikadapt to new gbsearcharray.h code. (g_value_register_tr...
2003-08-18 Tim Janikadded optimizations to skip NOP signal emissions.
2003-08-18 Kjartan MaraasUpdate Norwegian translation.
2003-08-18 Metin AmiroffUpdated Azerbaijani translation.
2003-08-16 Tor LillqvistFix #117925 (Dov Grobgeld):
2003-08-15 Danilo ŠeganUpdated Serbian translation.
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-11 Matthias ClasenWrap to 80 columns.
2003-08-10 Matthias ClasenCopy newer versions of JH_CHECK_XML_CATALOG and JH_PATH...
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-08 Matthias ClasenImprove the wording of the warning for invalid
2003-08-08 Matthias ClasenRemove a test for getenv() behaviour which isn't specif...
2003-08-07 Matthias ClasenAdd tests for '=' in names and values.
2003-08-07 Matthias ClasenTighten the snprintf() test to check behaviour on zero...
2003-08-07 Matthias ClasenSpecify test strings in UTF-8, remove all charset conve...
2003-08-07 Owen TaylorSet $LIBS to include -lintl when checking for dcgettext and
2003-08-07 Owen TaylorMake the default priority for idle sources G_PRIORITY_D...
2003-08-06 Noah LevittAdd test for special case not at inital position in...
2003-08-06 Owen TaylorAdd check for instance private usage within in instance...
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-08-05 Matthias ClasenAdd note about in-place editing to g_strdelimit() doc.
2003-08-05 Noah LevittWe do handle > BMP now, so test it.
2003-08-02 Sajith VKRetrying?
2003-07-31 Noah Levitts/g_read_link/g_file_read_link/ (#118727)
2003-07-31 Noah LevittReturn nonzero exit status if the test fails. (#118729)
2003-07-31 Noah LevittChange instances of U+10ffff to U+10fffd, since that...
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 Noah LevittRevert accidental commit. (Oops.)
2003-07-30 Noah Levitt548d0e9ce9516c80c8f5830090bfcae3
2003-07-30 Matthias ClasenSmall doc additions.
2003-07-30 Matthias ClasenSmall doc fixes.
2003-07-30 Matthias ClasenRemove forgotten @TRIO_LIBS@. (#118616, Noah Levitt)
2003-07-29 Matthias ClasenAdd paragraph about multi-threading policy.
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 ClasenCommit autogenerated stuff.
2003-07-28 Matthias Clasenconfigure.in changes forgotten in last commit.
2003-07-28 Matthias ClasenNew function g_read_link(). (#72545)
2003-07-28 Matthias ClasenAdd tests for g_{get,set,unset}env().
next