[glib] (191 commits) Non-fast-forward update to branch wip/gsettingsbackendchangeset



The branch 'wip/gsettingsbackendchangeset' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:

 https://wiki.gnome.org/Git/Help/NonFastForward

Commits removed from the branch:

  b29a031... GSettingsBackend: move auto-cleanup definition
  059fb99... GSettingsBackend: add path checking helpers
  64a45e2... Add new API GSettingsBackendChangeset
  191e08d... gio build: shuffle location of gsettingsbackend.h
  5506c54... more stuff

Commits added to the branch:

  855594c... regex test: expect ASSERTION_EXPECTED for /(?(?<ab))/ with  (*)
  82c2461... Use system PCRE unless --with-pcre=internal is given (*)
  b7774b1... Make gnulib vfprintf return the number of bytes actually wr (*)
  407a4e9... tests: Fix regex test conditions (*)
  e3ab6ab... Visual Studio builds: Rearrange build configs (*)
  c3d6934... gio: Add DTLS interfaces (*)
  db90987... regex test: Check the expected PCRE version at runtime (*)
  9b8a34b... regex test: Assert /(?P<sub>foo)\\g<sub/ changed behaviour  (*)
  476f30a... regex test: Fix with --with-pcre=internal (*)
  617189f... Revert "G_DECLARE_*: be const-compliant" (*)
  85a2352... Revert "make *_get_instance_private const-compliant" (*)
  ceec961... Updated German translation (*)
  6e752d3... GLib 2.47.5 (*)
  1725580... gdbusobjectmanagerserver: Convert a DocBook link to Markdow (*)
  3c0cddf... gdbusobjectmanagerserver: Clarify recommended ObjectManager (*)
  57f9c59... Visual Studio builds: Include pcre_version.c in build (*)
  8c26300... build: Calculate ABS_GLIB_RUNTIME_LIBDIR at build time (*)
  192781d... gregex: improve documentation for g_regex_new (*)
  3a20112... Updated Hungarian translation (*)
  a5e819c... registrybackend: style fixes (*)
  7256f22... registrybackend: more cleanups (*)
  a159bc9... registrybackend: more cleanups (*)
  a89629d... registrybackend: use the glib format string macro (*)
  305a9b1... winhttpfile: use glib format string macro (*)
  8f7aa27... registrybackend: fix possible mem leak (*)
  67f6ede... registrybackend: remove space before ++ (*)
  1b5b0ef... registrybackend: fix possible crash if cache_node is NULL (*)
  a92d97f... registrybackend: more style fixes (*)
  31aab1b... registrybackend: do not leak key and event if it cannot add (*)
  9e805ff... winiconv: update to upstream version (*)
  bad7e4a... registrybackend: do not leak the watch data in case of fail (*)
  bc85dee... registrybackend: do not accept 0 as a windows error (*)
  0200e40... registrybackend: simplify g_message_win32_error (*)
  df1ffe7... registrybackend: remove :( from messages (*)
  b57eac6... registrybackend: fix double-free error (*)
  56b0454... registrybackend: fix warning (*)
  d20e88f... gwinhttpfile.c: Fix build on Visual Studio (*)
  42699e3... gio: Include filename in error message (*)
  dfd74a2... gwin32.c: Avoid a GCC warning (*)
  a4ed89b... docs: improve doc of g_file_info_list_attributes() (*)
  f140524... docs: GRegex: @start_position is in bytes (*)
  95dd373... docs: better documentation for g_file_info_copy_into() (*)
  c5931d1... docs: fix grammar in Writing GLib Applications/Threads (*)
  9183960... Updated Spanish translation (*)
  2d7cac3... Updated Bulgarian translation (*)
  b0776dd... registrybackend: use G_DECLARE_FINAL_TYPE (*)
  169cfb2... registrybackend: avoid signed/unsigned comparison warnings (*)
  ec173eb... application: Fix annoation of g_application_add_option_grou (*)
  d268d9f... socket: Fix annotation of g_socket_receive_message (*)
  9098a7f... registrybackend: minor style cleanup (*)
  bf3f827... registrybackend: use ptr_array_new_with_free_func (*)
  5cc997f... registrybackend: close the key only if successfully opened (*)
  f1a5e39... registrybackend: rename touched flag to readable (*)
  927a4ed... gstring: Explictly annotate return-values with (transfer no (*)
  7522d5c... Updated Slovenian translation (*)
  c7ea434... registrybackend: properly propagate the partial key name (*)
  e318952... gio/gobject: Various introspection fixes (*)
  259a61e... registrybackend: pass the event to the cache update (*)
  7161d70... registrybackend: remove useless get_permission override (*)
  05dd91a... registrybackend: use unicode calls intead of the ansi ones (*)
  dc97bb9... registrybackend: handle readability of the keys (*)
  74442a0... registrybackend: do not leak self if there are no items (*)
  b8fc289... registrybackend: remove useless include (*)
  c4d9431... registrybackend: fix memory leak (*)
  604ca89... registrybackend: do convert values to UTF-16 (*)
  bd3dd1c... registrybackend: get whether a key is writable or not (*)
  c73e9fc... registrybackend: use registry_cache_add_item instead of cre (*)
  63b0f10... registrybackend: another cleanup creating a registry cache  (*)
  19fd89f... registrybackend: avoid adding a new child when we return th (*)
  30ff647... Updated Slovak translation (*)
  ac84fbf... Updated Polish translation (*)
  0817af4... gdate: Suppress string format literal warning (*)
  c7f540b... Updated Brazilian Portuguese translation (*)
  1964a87... macros: Fix Clang attribute detection (*)
  4a213a2... Updated Swedish translation (*)
  3f29f72... Updated Chinese (Taiwan) translation (*)
  5918f96... Updates (*)
  9d54f80... GLib 2.47.6 (*)
  a3a97dc... gsettings: schema_list should use the passed schema's sourc (*)
  caf0330... Remove leftover markup (*)
  15dea44... Updated Italian translation (*)
  b32f8ba... gapplication: add a way to override the app-id (*)
  a484ca1... Updated Italian translation (*)
  1d0f75f... Update maintainer record in DOAP (*)
  c40422f... Updated Serbian translation (*)
  0d0db60... gio/gtestdbus.c: don't use non-standard %m printf modifier (*)
  ca10ad1... Updated Polish translation (*)
  21c1508... Updated Brazilian Portuguese translation (*)
  aead1c0... GVariant text: fix scan of positional parameters (*)
  c13be85... Updated Spanish translation (*)
  c6bd314... Updated Galician translations (*)
  13057bb... registrybackend: fix warning about unused variable (*)
  f3334b4... Revert "registrybackend: use G_DECLARE_FINAL_TYPE" (*)
  5e00915... Updated Swedish translation (*)
  7a8abb2... grand: rand_s is available in mingw64 (*)
  53a2481... gsettingschema: fix uninitialized value warning (*)
  ad2092b... build: Unconditionally dist tapset files (*)
  d5cb451... gwin32inputstream: some cleanups to make the code more cons (*)
  73192b8... gwin32outputstream: cleanups to make the code more consiste (*)
  99b30f3... Visual Studio builds: Move @GLIB_VERSION@ usage (*)
  bc5b733... Improve error on win32input/output streams (*)
  9c7c74c... Updated Czech translation (*)
  45ccd3f... gwin32filemonitor: some cleanups (*)
  8ca457a... Updated Occitan translation (*)
  bffb440... Updated German translation (*)
  7f60cbb... gio: fix documentation of GAction (*)
  007e3c5... gwin32fsmonitorutils: coding style fixes (*)
  922cd84... gwin32fsmonitorutils: no need to check for NULL when using  (*)
  dedf65a... gwin32fsmonitorutils: no need to g_assert when using g_new (*)
  6e454a9... gwin32fsmonitorutils: avoid a possible invalid memory acces (*)
  96fb3b9... gwin32fsmonitorutils: avoid useless cast (*)
  b54acf5... GDBusConnection: use uint for bitshifts (*)
  38b458e... Updated Slovak translation (*)
  f1c81da... Updated Lithuanian translation (*)
  5a894c3... gsettings: Don't crash when no schemas are installed (*)
  5efc868... Remove erroneous markup in GError docs (*)
  74b1dd8... W32: eliminate busy cursor when a rundll32-hosted child run (*)
  8cdbc7f... gdate: Move warning pragma outside of function (*)
  988ec5a... Updated Polish translation (*)
  522b698... Update Latvian translation (*)
  0527f97... Updated Slovak translation (*)
  658733e... Updated Brazilian Portuguese translation (*)
  a400a0e... Updated Hungarian translation (*)
  0466343... Updated Russian translation (*)
  72c3392... Updated Kazakh translation (*)
  0064bd9... Updated French translation (*)
  964707a... Updated Slovenian translation (*)
  7bf113c... Updated Lithuanian translation (*)
  2801341... Updated Slovenian translation (*)
  9422d9f... Updated Swedish translation (*)
  5a8354c... Updated Spanish translation (*)
  6aa52f4... Updated Serbian translation (*)
  c9591c4... Updated Galician translations (*)
  7d3d948... Updated Czech translation (*)
  37756a0... array: Support clearing an empty array with g_array_remove_ (*)
  7c6141a... g_get_user_runtime_dir(): ensure directory exists (*)
  4569161... gerror: Mention that g_clear_error can be used with an "emp (*)
  fd6ca66... codegen: Add support for g_autoptr to gdbus-codegen–gener (*)
  374a61f... MSVC builds: Add scripts to generate .pc files (*)
  7459891... Updated German translation (*)
  98ab9fa... MSVC builds: Update string replacement util script (*)
  5411402... Updated Hebrew translation (*)
  e04e716... Updated Korean translation (*)
  c15b35c... Updated Finnish translation (*)
  bc2f448... Updated Greek translation (*)
  c49b70f... Trivial whitespace fix (*)
  0a580fc... gio: Fix minor typo in GActionGroup documentation (*)
  a1bcd1e... win32: fix off-by-one length check (*)
  5be8cab... win32: use wcslen() return type (*)
  6227486... win32: fix indentation (*)
  37ebc83... win32: use wide-char for constants (*)
  d8a7d5f... gmessages: Clarify documentation for G_LOG_LEVEL_CRITICAL (*)
  27660b1... gio: Fix a GError memory leak in GDesktopAppInfo (*)
  db972a7... gio: Fix a GError memory leak in GNetworkService (*)
  8c9be18... GLib 2.47.92 (*)
  b8800dd... Updated Italian translation (*)
  7401dc1... Updated Danish translation (*)
  58f56b2... gkeyfile: Clear a variable after freeing it (*)
  c7763d0... glib-compile-resources: Fix minor memory leak on error path (*)
  a668ee8... giotypefuncs.c: Sort _get_type functions in the 'C' locale (*)
  f384d20... GLib 2.48.0 (*)
  14885a5... build: Also dist Systemtap files always for gobject/ (*)
  b32c0f2... Updated Basque language (*)
  f55a5b6... update zh_CN translation (*)
  4188849... Fix thread safety of g_get_language_names() (*)
  b0de81f... Updated Vietnamese translation (*)
  28dcafa... Update Catalan translation (*)
  d09c219... glocalfile: Assert against a potential NULL pointer derefer (*)
  f45ec47... tests: always remove app.desktop (*)
  283c565... gstrfuncs: Document the behaviour of g_strjoinv() (*)
  21ad4c8... gstrfuncs: Add test for g_strjoinv() behaviour (*)
  e9cf9f2... build: Fix all statfs() tests failing (*)
  35bd692... tests: Fix compilation errors due to Y2K format problems (*)
  026368a... Fix a typo (*)
  d16abd3... docs: fix function name (*)
  fcaa3fb... docs: Add Since for handle_local_options (*)
  985ae37... gvariant.c: Elaborate on GVariant concept and its use (*)
  59ec291... Documentation fix: g_variant_get() returns void (*)
  38c4e31... Fix documentation typos (*)
  a772c28... docs: Clean up the GVariant introduction (*)
  24b0781... Improve GApplication docs (*)
  52f116e... gioenums.h: Remove trailing comma. (*)
  bd0911a... build/win32/pc_base.py: Allow custom options (*)
  3301b85... GDesktopAppInfo: support bus activation with '-' (*)
  1ac2579... GSettingsBackend: move auto-cleanup definition
  ff12503... GSettingsBackend: add path checking helpers
  d77b68e... Add new API GSettingsBackendChangeset
  c5565a5... gio build: shuffle location of gsettingsbackend.h
  82d5822... GSettingsBackend: transition to changesets
  17cf54d... GSettings: rewrite memory backend
  ac0d3e7... Broken GKeyfileSettingsBackend refactor

(*) This commit already existed in another branch; no separate mail sent


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]