Fixed typo in G_THREADS_ENABLED.
[platform/upstream/glib.git] / glib /
2002-02-08 Darin AdlerMake hostname parameter const char *. Added a new ...
2002-02-08 Michael Nattererg_dir_open: added g_return_val_if_fail() to prevent...
2002-02-08 Sebastian WilhelmiExtended documentation.
2002-02-07 Sebastian WilhelmiDo not follow symbolic links for G_FILE_TEST_SYMLINK...
2002-02-06 Owen TaylorHandle NULL entries (already dispatched) in pending_dis...
2002-02-06 Owen TaylorUnref pending dispatches when discarding them.
2002-02-04 Sebastian WilhelmiDelay allocation until after all g_return_val_if_fail ().
2002-02-03 Manish Singheek, correct typo
2002-02-03 Manish Singhglib/gmain.c remove references to deprecated functions...
2002-01-30 Matthias ClasenChange the order in which some error conditions are...
2002-01-29 Jeffrey StedfastRewritten to cache iconv conversion descriptors. On...
2002-01-29 Havoc PenningtonNULL-terminate context->attr_values so g_strfreev(...
2002-01-29 Havoc Penningtonget rid of warning here
2002-01-28 Owen TaylorOnly use __FUNCTION__, __PRETTY_FUNCTION__ for G_GNUC_F...
2002-01-28 Ron SteinkeSome documentation fixes/elaborations I really should...
2002-01-24 Sven Neumannremoved an empty line in the inline documentation that...
2002-01-23 Laszlo Peterreturn 1 more for the trailing \0 when using vsnprintf...
2002-01-23 Tor LillqvistNot used on Windows, don't even compile it then.
2002-01-21 Jeffrey StedfastIf g_convert fails, set bytes_written to 0 and close...
2002-01-05 Hans Breuermoved warning to error pragmas to their own file to...
2001-12-31 Tor LillqvistUse longer buffer for user name.
2001-12-29 Owen TaylorCopy trailing NULL into new ARGV array. (#67673)
2001-12-28 Sven Neumannonly include printf_string_upper_bound() if HAVE_C99_VS...
2001-12-22 Tor LillqvistAdd (undefined) HAVE_C99_VSNPRINTF.
2001-12-20 Matthias ClasenRemove FIXME. (#67063)
2001-12-20 Mark McLoughlinfix segfaults.
2001-12-20 Michael Meekskill 'callback'
2001-12-20 Owen TaylorSGML doc fix.
2001-12-18 Havoc Penningtonuse g_try_malloc and return error on not-enough-memory
2001-12-17 Matthias ClasenUse <envar>, not <envvar>.
2001-12-16 Matthias ClasenMinor markup fixes.
2001-12-14 Havoc Penningtonnote on how to free returned vector
2001-12-13 Matthias ClasenRevert mistaken change: it is UNIX, not Unix.
2001-12-13 Tim JanikAPI revamp to shorten GValueArray structure.
2001-12-12 Matthias Clasen This fixes #60543:
2001-12-12 Matthias ClasenDocumentation fixes.
2001-12-10 Hidetoshi Tajimaadd ISO8859-3 for Solaris. (#66174)
2001-12-09 Christopher BlizzardAdd pragma that will prevent warnings when you are...
2001-12-06 Darin AdlerDo the same for "pure".
2001-12-06 Matthias ClasenThe following patch corrects some function attributes...
2001-12-05 Sven Neumannmention the fact that the tree is traversed in sorted...
2001-11-29 Havoc PenningtonAdd notes about how you shouldn't modify these data...
2001-11-29 Sebastian WilhelmiFixed wrong order in conversion.
2001-11-28 Owen TaylorRename (private) GSource.id and id parameter to
2001-11-28 Daniel ElstnerIn order to avoid infinite loops on invalid UTF-8 strin...
2001-11-27 Dan WinshipSet this from libtool rather than hardcoding values...
2001-11-26 Matthias ClasenImplement G_LEVEL_ORDER correctly.
2001-11-26 Matthias ClasenMark g_tree_traverse() as deprecated. (#65343)
2001-11-24 Tor Lillqvist*/.cvsignore: Add various Win32 related file types.
2001-11-23 Hans Breueradded -Zm400 to DEPCFLAGS to avoid : gunidecomp.h(5846...
2001-11-22 Owen TaylorVersion 11, interface, binary age 0.
2001-11-21 Tor LillqvistSet G_LOG_DOMAIN as in Makefile.am.
2001-11-21 Owen TaylorPatch from Andrew Taylor to optimize the decomposition...
2001-11-18 Hans Breuerremove g_log_domain_glib usage/export
2001-11-18 Owen TaylorInclude gtypes.h not gobject/gtype.h
2001-11-17 Owen TaylorGet rid fo g_log_domain_glib variable in favor of just...
2001-11-15 Matthias ClasenDocumentation fixes.
2001-11-15 Michael Meeksset the fd before using it.
2001-11-14 Matthias Clasenadd UTF-8 support.
2001-11-14 Tim Janikprovide g_newa(ctype, count) on top of g_alloca() like...
2001-11-14 Owen TaylorPatch from Andrew Taylor to improve tables and reduce...
2001-11-13 Darin AdlerFix max_tokens == 1 case to match documentation. Add...
2001-11-12 Tim JanikG_TOKEN_ERROR is also an end of stream condition.
2001-11-09 Tor LillqvistAdd a couple of languages that have LANG_* codes in...
2001-11-08 Tor LillqvistDon't define LANG_AZERI etc in case those aren't define...
2001-11-06 Tor LillqvistUse -mwindows.
2001-11-05 Tor LillqvistMinor edits.
2001-11-05 Owen TaylorAdd check for dirent.h
2001-11-05 Owen TaylorIndentation fixes, some rewriting of docs to conform...
2001-11-05 Hans Breuersimplified wrapper around dirent functions to improve...
2001-11-03 Hans Breuerstatic correctness
2001-11-02 Tim Janikremove public signal.h include.
2001-11-01 Havoc Penningtonfix to the locking so we don't hang
2001-10-31 Sebastian WilhelmiUse the right conditional (G_THREADS_ENABLED instead...
2001-10-29 Daniel EggerFix non-Intel/-Alpha version of the G_BREAKPOINT macro...
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-25 Tor LillqvistUpdate.
2001-10-24 Alex LarssonAdd g_strtod & co.
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 LillqvistIf we have built the MSVC import library, install it...
2001-10-19 Sebastian WilhelmiUse another LOCK for g_prgname to avoid deadlocking...
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 Joshua N PritikinRemove G_HAVE_GINT64 conditionalization.
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-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...
next