get_filename_charset() needs to return false for filenames not encoded in
[platform/upstream/glib.git] / docs /
2003-12-02 Matthias ClasenFix for #103710, Mark Jones:
2003-11-12 Owen TaylorVersion 2.3.1, interface age 0.
2003-11-06 Matthias ClasenAdd an i18n section. Include the corresponding entity...
2003-10-24 Matthias Clasen100%
2003-10-23 Owen Taylor=== Released 2.3.0 ===
2003-10-21 Matthias ClasenAdditions.
2003-10-21 Matthias ClasenAdd "Since 2.4" markers where appropriate.
2003-10-21 Owen TaylorDocument interface properties and GParamSpecOverride.
2003-10-20 Matthias ClasenDocumentation additions.
2003-10-20 Matthias ClasenRemoved... ...and readded. Change to the standard file...
2003-10-19 Matthias ClasenAdditions.
2003-10-19 Matthias ClasenAdd $(top_builddir)/glib as an include dir. (#124934...
2003-10-18 Matthias ClasenAdditions.
2003-10-17 Matthias ClasenAdd /*< public >*/ and /*< private >*/ markers for...
2003-10-17 Matthias ClasenList GObject here, since the documentation misses the...
2003-10-16 Matthias ClasenAdd the necessary stuff to compile gobject-scan.
2003-10-15 Matthias ClasenAdditions, document GParamSpecPool.
2003-10-14 Matthias ClasenImprovements from Owen's feedback.
2003-10-14 Matthias ClasenDocument closures.
2003-10-05 Matthias ClasenFix includes.
2003-10-02 Owen TaylorAdd g_type_add/remove_interface_check()
2003-09-29 Matthias ClasenAdditions.
2003-09-29 Matthias ClasenAdd "Since: 2.4" to docs. Add g_unichar_get_mirror_char and
2003-09-29 Owen TaylorDocs for g_type_default_interface_ref(), etc. :
2003-09-12 Owen TaylorAdd docs for g_signal_accumulator_true_handled.
2003-09-12 Matthias ClasenMake the g_value_set_x_take_ownership() functions ...
2003-09-12 Owen TaylorAdd g_markup_printf_escaped(), g_markup_vprintf_escaped().
2003-09-02 Tim Janikadded support for a "default vtable" per interface...
2003-08-25 Owen TaylorClarify docs on the return. Fix a memory leak if a...
2003-08-05 Matthias ClasenAdd note about in-place editing to g_strdelimit() doc.
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-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-28 Matthias ClasenIntegrate gnulib vasnprintf().
2003-07-28 Matthias ClasenCommit autogenerated stuff.
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 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-23 Matthias ClasenMention the restriction on message length. (#118043...
2003-07-17 Matthias ClasenAdd a note about double indirection in g_ptr_array_sort...
2003-07-09 Matthias ClasenDocument the members of GOnce.
2003-07-08 Matthias ClasenSGML fix.
2003-07-08 Matthias ClasenSupport for one-time initialization functions. (#69668...
2003-07-08 Matthias ClasenDoc additions.
2003-07-08 Matthias ClasenSupport for one-time initialization functions. (#69668...
2003-07-01 Matthias ClasenBroken pipe...
2003-07-01 Matthias ClasenMove g_strfreev() docs inline.
2003-06-18 Matthias ClasenMove the documentation inline and add details. (#108505...
2003-06-18 Matthias ClasenAdd g_thread_init_glib to silence gtk-doc.
2003-06-17 Matthias ClasenNew macros to check for XML catalog contents and path...
2003-06-16 Matthias ClasenAdd an autogenerated index.
2003-06-11 Matthias ClasenA small addition.
2003-06-08 Owen TaylorXML fix.
2003-06-06 Matthias ClasenCorrect the documentation for G_MINFLOAT and G_MINDOUBL...
2003-06-05 Matthias ClasenAdd g_vasprintf().
2003-06-04 Matthias ClasenUse the current g_file_get_contents() as example.
2003-05-27 Matthias ClasenDocument that g_strdup() and g_strndup() accept NULL...
2003-05-11 Matthias ClasenFix a duplicate id left by copy-and-paste. (#112785...
2003-04-18 Matthias ClasenForgotten cleanup.
2003-04-18 Matthias ClasenCorrect the documentation GSignalEmissionHook (#110906...
2003-04-11 Matthias ClasenFix a few typos.
2003-04-09 Matthias ClasenMove install docs into reference manual.
2003-04-07 Matthias ClasenMove cross-compilation info to reference manual.
2003-04-07 Matthias ClasenAdditions.
2003-03-31 Matthias ClasenFix formatting of examples.
2003-03-31 Matthias ClasenNew function, to insert possible non-nul-terminated...
2003-03-27 Matthias ClasenAdditions.
2003-03-24 Matthias ClasenAdditions.
2003-03-24 Matthias ClasenSome more additions.
2003-03-24 Matthias ClasenAdditions.
2003-03-10 Owen TaylorDocument private instance data.
2003-03-04 James Henstridgerequire automake 1.7. Add calls to libtoolize and gtkdo...
2003-02-10 Matthias ClasenFix an off-by-one error in the g_strescape() docs....
2003-02-07 Matthias ClasenMove all docs out-of-line. Boy, what a waste of time.
2003-01-21 Matthias ClasenDocument the return value of g_string_free().
2003-01-14 Matthias ClasenFix the description of G_TYPE_FUNDAMENTAL. (#103119...
2003-01-01 Tor LillqvistRemove comment that only stdout would be used on Window...
2002-12-16 Owen Taylor=== Released 2.1.5 === GLIB_2_1_5
2002-12-15 Matthias ClasenMove some docs inline.
2002-12-15 Matthias ClasenAdd gprintfint.h and trio.
2002-12-12 Matthias ClasenAdd --ignore-files=trio to avoid gtk-doc warnings about...
2002-12-11 Owen Taylor=== Release 2.1.4 === GLIB_2_1_4
2002-12-10 Owen TaylorImprove docs for return value and @microseconds out...
2002-12-10 Sebastian WilhelmiImprove generation of pseudo-random integers. (#99720...
2002-12-10 Sebastian WilhelmiImprove generation of pseudo-random integers. (#99720...
2002-12-09 Matthias ClasenAdd docs.
2002-12-09 Matthias ClasenAdd docs.
2002-12-09 Matthias ClasenAdd GTypeClass, GTypePluginClass and GTypeModuleClass.
2002-12-08 Matthias ClasenAdd docs.
2002-12-06 Matthias ClasenTypo fix.
2002-12-05 Matthias ClasenAdd Since and Deprecation info for symbols documented...
2002-12-05 Owen Taylor.cvsignore updates
2002-12-03 Matthias ClasenSync parameter names with docs and implementation.
2002-12-02 Owen Taylor=== Released 2.1.3 === GLIB_2_1_3
2002-12-02 Matthias ClasenMore GSignal docs.
2002-12-01 Matthias ClasenMore docs.
next