Be more careful when using xlocale
[platform/upstream/glib.git] / glib /
2012-07-19 Matthias ClasenBe more careful when using xlocale
2012-07-19 Matthias ClasenCosmetic: Fix up line endings
2012-07-18 Dan Winshipgmain: handle child sources being destroyed before...
2012-07-18 Dan Winshipg_source_add_child_source: sync blocked state
2012-07-16 Krzesimir NowakGVariantType: Add (constructor) annotation for some...
2012-07-16 Marc-André Lureauwin32: g_getenv() should return "" if variable exists...
2012-07-16 Marc-André Lureauwin32: fix g_get_environ()
2012-07-13 Matthias ClasenFix doc build
2012-07-13 Marc-André Lureauwin32: fix build g_spawn_check_exit_status() with mingw
2012-07-12 Krzesimir NowakGRegex, GConvert: Add some missing annotations.
2012-07-10 Colin WaltersAdd g_spawn_check_exit_status()
2012-07-10 Antoine Jacoutotgoptions: use G_N_ELEMENTS instead of nitems
2012-07-09 Ryan LortieGVariant: fix string validation
2012-07-08 Antoine JacoutotOpenBSD: explicitely define nitems
2012-07-07 Christian Perschregex: Add new GRegexError code from PCRE 8.31
2012-07-07 Christian Perschregex: Enable fixed test
2012-07-07 Christian Perschregex: Import PCRE 8.31
2012-07-06 Ryan LortieGVariant: support comparing booleans
2012-07-06 Dan WinshipClarify the GLIB_VERSION_MIN_REQUIRED/MAX_ALLOWED docs
2012-07-06 Dan WinshipDeal with GLIB_VERSION_MIN_REQUIRED/MAX_ALLOWED being...
2012-07-06 Colin WaltersGString: Tweak documentation, add g_string_free_to_bytes()
2012-07-06 Matthias ClasenImprove the g_dir_read_name documentation
2012-07-03 Rico Tzschichholzglib/deprecated: Fix some version typos
2012-07-02 Neil RobertsFix the 'Since' tag for G_SOURCE_{REMOVE,CONTINUE}
2012-07-02 Daniel MustielesFixed a a «big bug» in a string ;-)
2012-07-02 Christian Perschregex: Fix unicode othercasing
2012-07-02 Christian Perschregex: Add FIRSTLINE compile flag
2012-07-02 Christian Perschregex: Add NOTEMPTY_ATSTART match option
2012-07-02 Christian Perschregex: Add PARTIAL_HARD match option
2012-07-02 Christian Perschregex: Add JavaScript compat mode
2012-07-02 Christian Perschregex: Don't leak internal PCRE options
2012-07-02 Christian Perschregex: Add BSR_ANYCRLF and BSR_ANY match options
2012-07-02 Christian Perschregex: Add BSR_ANYCRLF compile option
2012-07-02 Christian Perschregex: Fix newline definition for system PCRE
2012-07-02 Christian Perschregex: Don't return from inside a g_once_init_enter...
2012-07-02 Christian Perschregex: Add accessor for PCRE_INFO_HASCRORLF
2012-07-02 Christian Perschregex: Remove message for unused error code
2012-07-02 Christian Perschregex: Add NEWLINE_ANYCRLF match option
2012-07-02 Christian Perschregex: Add NEWLINE_ANYCRLF compile option
2012-07-02 Christian Perschregex: Assert that our flags values are the same as...
2012-07-01 Christian Perschregex: Handle PCRE_ERROR_RECURSIONLOOP
2012-07-01 Christian Perschregex: Update GRegexError with newer PCRE error codes
2012-07-01 Christian Perschregex: Simplify regex compile tests
2012-07-01 Christian Perschregex: Deprecate an obsolete error code
2012-07-01 Christian Perschregex: Fix PCRE error code conversion
2012-06-29 Matthias ClasenGOptionContext: Don't show headings without options
2012-06-27 Martin Pitt/mainloop/timeouts test: Reduce race condition
2012-06-26 Dan WinshipGMainContext: reorganize source list to avoid O(n)...
2012-06-26 Dan Winshipgmain: add GSourceIter
2012-06-26 Dan Winshipgmain: rename some variables for clarity
2012-06-26 Dan Winshipgmain: child sources must always have same priority...
2012-06-26 Ryan LortieGSource: initialise ->priv on construct
2012-06-26 Ryan Lortieglib/: gtk-doc cleanup
2012-06-24 Matthias ClasenMark utf8 performance tests as such
2012-06-23 Matthias ClasenAdd a test for G_USER_DIRECTOR_DESKTOP
2012-06-23 Christian Perschregex: Fix unicode othercasing
2012-06-23 Matthias ClasenAdd a note of caution to the g_slist_delete_link()...
2012-06-22 Colin WaltersGRand: Check return value of fopen directly
2012-06-22 Colin Waltersgspawn: Abort if we can't open /dev/null
2012-06-22 Colin Walterstests/unix: Ensure buffer is NUL terminated
2012-06-22 Colin Waltersgfileutils: Remove extra fclose()
2012-06-21 Jonh WendellAdds g_list_copy_deep and g_slist_copy_deep
2012-06-18 Martin PittFix g_utf8_validate() out argument transfer mode
2012-06-15 Matthias ClasenGKeyFile: Deal better with blank lines
2012-06-15 Matthias ClasenGWakeup: Avoid extraneous wakeups
2012-06-15 Paolo BorelliImprove g_find_program_in_path documentation
2012-06-13 Matthias ClasenImprove GTimeZone test coverage
2012-06-12 Murray CummingRemove trailing commas from enums
2012-06-11 Matthias ClasenCorrect the docs for g_time_zone_adjust_time
2012-06-11 Matthias ClasenImprove GTimeZone test coverage
2012-06-11 Matthias ClasenImprove GOptionContext test coverage
2012-06-11 Matthias ClasenFix a typo
2012-06-06 Colin Walterstests/spawn-multithreaded: Decrease parallelism to...
2012-06-01 Marc-Antoine Perennouglib: fix g_reload_user_special_dirs_cache
2012-05-28 Guillaume DesmottesLink to gvariant-format-strings-pointers in getter API
2012-05-26 Colin WaltersAnnotate API introduced for 2.30 with GLIB_AVAILABLE_IN...
2012-05-22 Marc-Antoine Perennouglib: fix build
2012-05-22 Christian Perschgspawn: Add GSpawnFlag to use the PATH from envp
2012-05-22 Christian Perschenviron: Allow NULL envp
2012-05-18 Dan Winshipg_utf8_validate: @str shouldn't end up annotated as...
2012-05-17 Dan Winshipg_clear_pointer: work around gcc helpfulness
2012-05-17 Ravi Sankar Gunturglib: fix memory leaks in gutils, protocol, and strfunc...
2012-05-14 Matthias ClasenCover some malloc corner cases in tests
2012-05-14 Matthias ClasenAdd a test for g_clear_pointer
2012-05-13 Matthias ClasenUse non-deprecated api in tests
2012-05-11 Jasper St. Pierregkeyfile: Fix annotations for g_key_file_load_from_data
2012-05-08 Xavier ClaessensSet GLIB_VERSION_MAX_ALLOWED to GLIB_VERSION_CUR_STABLE...
2012-05-08 Emmanuele Bassiversion macros: Make MIN_REQUIRED the current stable...
2012-04-30 Xavier Claessensg_clear_pointer: use the same static checks than g_clea...
2012-04-30 Dan Winshipfix warnings
2012-04-27 Xavier ClaessensAdd g_clear_pointer()
2012-04-25 Colin Waltersbuild: Fix 'make dist' regression
2012-04-23 Matthias ClasenAdd some directory getter tests
2012-04-23 Matthias ClasenImprove GOptionContext test coverage
2012-04-23 Matthias ClasenMake the child source test work
2012-04-23 Javier Jardóndocs: Fix "Since" markup
2012-04-19 Matthias ClasenRevert "tests: fix test on windows"
2012-04-19 Andoni Morales Ala... tests: fix test on windows
2012-04-19 Andoni Morales Ala... test: only check for defined errors
2012-04-19 Alexander LarssonFix build on win32
next