[glib] (373 commits) Non-fast-forward update to branch benzea/systemd-transient-scope



The branch 'benzea/systemd-transient-scope' 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:

  156ddbc... tests: Iterate mainloop during launch test
  1e4e58a... gdesktopappinfo: Move launched applications into transient 
  d13a15a... gdesktopappinfo: Handle task completion from spawn function
  67d764e... gdesktopappinfo: Add SourcePath= to transient systemd units

Commits added to the branch:

  feff097... gstrfuncs: Deprecate g_memdup() in favour of g_memdup2() (*)
  ba25c8a... gdbus: Reject attempts to set future connection or server f (*)
  57a5ed3... tests: Fix leak of dlopened module in pollable test (*)
  a5e3be4... Adding a missing test on integer overflow within g_http_pro (*)
  ec77b30... Merge branch 'fix_missing_overflow_checks' into 'master' (*)
  50d8179... Update Swedish translation (*)
  3d3fe34... Update Slovenian translation (*)
  471fb5a... Update Ukrainian translation (*)
  654a044... Update Romanian translation (*)
  1d0d2ee... ci: Temporarily disable macOS CI job as runner is offline (*)
  6bdd153... Merge branch 'wip/pwithnall/macos-ci-disable' into 'master' (*)
  3c53392... Update Galician translation (*)
  b9a4897... guniprop: Fix g_utf8_strdown() for Turkish locale (*)
  e008301... guniprop, glib/tests/unicode: Fix style issues (*)
  6528760... Merge branch 'kjellahl/turkish-strdown' into 'master' (*)
  206ebfb... Update Portuguese translation (*)
  1f8d8b3... Fix wrong position for static qualifier warning in fuzzing/ (*)
  8b1959d... Fix several signedness warnings in gio/gsettings-mapping.c (*)
  93f3831... Fix several signedness warnings in gio/glib-compile-schemas (*)
  6b3e39f... Fix several missing initializer warnings in gio/glib-compil (*)
  85f2492... Fix signedness warning in gio/gio-tool.c:attribute_flags_to (*)
  a54ebd6... Fix missing initializer warning in gio/gio-tool-monitor.c (*)
  7c7aec9... Fix several signedness warnings in gio/gio-tool-tree.c (*)
  bdcd7ec... Fix missing initializer warning in gio/glib-compile-resourc (*)
  efe49e4... Merge branch 'fix_more_warnings' into 'master' (*)
  9d27c57... gkeyfilesettingsbackend: Fix basename handling when group i (*)
  a592476... gkeyfilesettingsbackend: Disallow empty key or group names (*)
  68ce7a2... tests: Add tests for key name handling in the keyfile backe (*)
  90d34b3... Merge branch 'keyfile-settings-fix-again' into 'master' (*)
  6647137... Updated Spanish translation (*)
  acb7b0e... gbytearray: Do not accept too large byte arrays (*)
  490b638... Merge branch 'byte-array-take' into 'master' (*)
  a1db705... Merge branch 'wip/gdbus-flags-from-the-future' into 'master (*)
  137a9bd... gdbusauth: Use g_clear_object() to simplify the code a litt (*)
  1a6aa9a... gdbus: Add flags to require authentication as the same user (*)
  5d0ffe7... gdbusdaemon: Use require-same-user flag to avoid auth obser (*)
  2f91caf... tests: Add a basic test for require-same-user D-Bus auth fl (*)
  600c873... Merge branch '1804-gdbus-require-same-user' into 'master' (*)
  347c0b8... Update Ukrainian translation (*)
  7c87d26... Update Galician translation (*)
  52f09fb... Revert "Merge branch 'wip/pwithnall/macos-ci-disable' into  (*)
  667a205... Update Romanian translation (*)
  a75feb1... Update Swedish translation (*)
  5bad389... Add a test for parsing 0 as double (*)
  2c22e62... Update Hungarian translation (*)
  a109854... Merge branch 'revert-6bdd1536' into 'master' (*)
  ee53840... tests: Use a more realistic language code than sv_SV (*)
  c20dd3e... Merge branch 'wip/smcv/sv-sv' into 'master' (*)
  d2b4ba5... gatomic: Make fallback g_atomic_pointer_get type-safe (*)
  b9248b0... Updated Spanish translation (*)
  1e21abf... gtestdbus: Flush stdout and stderr before forking a monitor (*)
  9db166f... Merge branch 'double-zero' into 'master' (*)
  985bb56... Merge branch '2322-fflush-test-dbus' into 'master' (*)
  3dec1b2... Merge branch '2319-memdup-deprecation' into 'master' (*)
  12a627b... gspawn: Reindent some arguments (*)
  63467c5... gspawn: Remove spurious blank lines (*)
  707de30... Update Turkish translation (*)
  fec8f18... Update Catalan translation (*)
  58dd7a3... Merge branch 'wip/smcv/armel-atomic-pointer-get' into 'mast (*)
  58c6e0e... ginputstream: Don’t skip off the end of resizable streams (*)
  8323997... glocalfileinputstream: Drop custom skip vfunc implementatio (*)
  7ec5405... Merge branch '587-seek-behaviour' into 'master' (*)
  80e2dc3... Fix signedness warning in gio/gdbus-tool.c (*)
  e89bd4c... Fix several signedness warnings in gio/gapplication-tool.c (*)
  02126e0... Fix missing initializer warnings in gio/gapplication-tool.c (*)
  ebb3427... Fix signedness warnings in gio/gapplication-tool.c (*)
  18097c8... Fix signedness warning in gio/gbufferedinputstream.c:g_buff (*)
  e939550... Fix signedness warning in gio/gdummyfile.c (*)
  0dde9f3... Fix signedness warning in gio/gmemoryoutputstream.c (*)
  4946569... Merge branch 'fix_more_warnings' into 'master' (*)
  cddcd24... gspawn: Combine fork_exec() implementations (*)
  7be9767... gspawn: Handle arbitrary FD passing and renumbering between (*)
  f20f0d3... gspawn: Avoid custom FDs conflicting with the child_err_rep (*)
  c5f3ba7... gspawn: Avoid merged FDs being closed on exec() (*)
  52dc7cb... tests: Add setlocale() call to spawn-singlethread (*)
  b31f3f5... gspawn: Add new g_spawn_async_with_pipes_and_fds() API (*)
  67a589e... gsubprocess: Use new source/target FD mapping functionality (*)
  fd0b20d... gspawn: Minor improvements to documentation formatting (*)
  ba40390... gspawn-win32: Rename a variable for consistency with the pu (*)
  a34b674... gspawn-win32: Refactor internal spawn functions (*)
  ea9fd4c... gspawn-win32: Implement g_spawn_async_with_pipes_and_fds() (*)
  eebb662... gspawn-win32: Various minor internal const-correctness fixe (*)
  51e9648... Merge branch '2097-spawn-fd-rewriting' into 'master' (*)
  b018730... tests: Add missing NULL terminator to spawn-singlethread te (*)
  4402482... Merge branch 'wip/pwithnall/freebsd-spawn-fix' into 'master (*)
  4236672... 2.67.4 (*)
  b41147d... The ETag returned by various GFile functions is nullable (*)
  49d5c4f... Merge branch 'gfile-etag-nullable' into 'master' (*)
  ba3b429... Update Brazilian Portuguese translation (*)
  0815d44... Update Slovenian translation (*)
  619bb84... Update British English translation (*)
  23dad97... Change SkipAsyncData fields to be gsize (and not gssize) (*)
  1e74c52... gsubprocesslauncher: Improve documentation formatting sligh (*)
  55a7559... gsubprocesslauncher: Don’t close target FDs in close() meth (*)
  50cf90d... tests: Test g_subprocess_launcher_close() doesn’t close too (*)
  7da6d79... Merge branch 'SkipAsyncData_changed_to_gsize' into 'master' (*)
  7b0ac98... Merge branch '2332-subprocess-launcher-oops' into 'master' (*)
  0da87b0... Updated Lithuanian translation (*)
  97c7cb0... meson: Use subproject zlib if "wrap_mode=forcefallback" was (*)
  6d44238... Update German translation (*)
  4bfa4dd... Updated Danish translation (*)
  30fcf2a... Update Basque translation (*)
  26f6e3d... gkeyfilesettingsbackend: check for errors when creating fil (*)
  f4e9e12... Update Galician translation (*)
  17889df... Merge branch 'mcatanzaro/kfsb' into 'master' (*)
  48322e8... Merge branch 'zlib-forcefallback' into 'master' (*)
  f9069b0... Update Portuguese translation (*)
  7318252... Improving documentation for g_file_info_get_size, fixing #2 (*)
  552b8fd... glib/gmacros.h: Move `<type_traits>` include to consumers (*)
  f443144... Merge branch 'pollable-test-dlopen-leak' into 'master' (*)
  429ccbd... Improved the description of g_file_info_get_content_type fu (*)
  81c4f4d... Merge branch 'gio/gfileinfo/g_file_info_get_size/documentat (*)
  2cf8dbe... Update Indonesian translation (*)
  b3b829e... Merge branch 'type-traits-glib-min-version' into 'master' (*)
  cf02c28... gio/tests/pollable.c: Fix build on non-Linux UNIX (*)
  47a949d... Merge branch 'fix.unix.nonlinux.ci' into 'master' (*)
  ddb2b5f... GRWLock: Tweak doc to make things a bit clearer (*)
  1eac0c3... meson: fix str[n]casecmp detection on clang-cl (*)
  22291ce... README.win32.md: Mention about Window 8+ SDK requirement (*)
  d799d27... Merge branch 'msvc.doc' into 'master' (*)
  5b3e4f9... gatomic.h: Make `glib_typeof` API break opt in. (*)
  00e848f... Use the right permissions for directory watching on Win32 (*)
  75ca263... Merge branch 'GRWLock' into 'master' (*)
  1d0d9b9... Merge branch 'fix-clang-cl-strcasecmp' into 'master' (*)
  6cc6df2... Merge branch 'glib-typeof-gatomic-h' into 'master' (*)
  4e4b352... 2.67.5 (*)
  ea19358... gdbusprivate: Simplify some variable initialisations (*)
  daa62a3... gdbusprivate: Validate machine ID after loading it (*)
  05ff2f8... gdbusprivate: Stop hard-coding path to /var/lib (*)
  62cc315... ci: Set localstatedir to the system directory on CI machine (*)
  da50de9... ci: Include details of machine ID in CI output (*)
  ef41cc2... ci: Ensure the machine-id is set on the Fedora CI image (*)
  19106af... data-to-c.py: autodetect line endings (*)
  14c9fc7... Update Serbian translation (*)
  f346b9c... glib-genmarshal: close output file (*)
  d18bdef... gbitlock.c: replace remaining 'asm' with '__asm__' (*)
  1a4f903... Update Korean translation (*)
  6065b53... Update Latvian translation (*)
  c9adc49... Updated Czech translation (*)
  60de03b... glib.supp: Add another system thread suppression (*)
  e401825... Merge branch 'fix-gbitlock-asm' into 'master' (*)
  5968425... Merge branch 'fix-access-rights-for-directory-monitoring-on (*)
  40573a8... Merge branch 'fix-glib-genmarshal-empty-output' into 'maste (*)
  0dc86cd... Merge branch 'machine-id-test' into 'master' (*)
  f5bb3c3... Merge branch 'suppressions' into 'master' (*)
  d811e7d... Update Brazilian Portuguese translation (*)
  bba0b7c... Update Ukrainian translation (*)
  a882fd4... Update Catalan translation (*)
  7ae5db7... Update Swedish translation (*)
  64473e7... Update Hungarian translation (*)
  b3c0013... Update Indonesian translation (*)
  098bd29... Updated Spanish translation (*)
  d523ed4... glocalfileoutputstream: Fix a typo in a comment (*)
  5f2eae1... tests: Stop using g_test_bug_base() in file tests (*)
  a5f1f1e... glocalfileoutputstream: Factor out a flag check (*)
  87e1953... glocalfileoutputstream: Fix CREATE_REPLACE_DESTINATION with (*)
  ac505e8... glocalfileoutputstream: Add a missing O_CLOEXEC flag to rep (*)
  730015a... tests: Add comprehensive tests for static behaviour of g_fi (*)
  57a53ec... gioerror: Add conversion from ENXIO to G_IO_ERROR_NOT_REGUL (*)
  8f57a5b... ci: Set localstatedir to the system directory on FreeBSD CI (*)
  373e46c... gio/tests/{meson.build,pollable.c}: Determine libutil SONAM (*)
  c80528f... Merge branch '2325-symlink-replace-file' into 'master' (*)
  628e1c5... gdummyfile: Return NULL from get_basename() if no path is s (*)
  d52728f... glocalvfs: Create a dummy file for g_file_new_for_path("") (*)
  e72c235... Update Basque translation (*)
  519bdf6... Merge branch 'work-out-libutil-soname-at-build-time' into ' (*)
  f041188... Update French translation (*)
  3cf65c4... Update German translation (*)
  db0ec95... Merge branch '2328-file-new-empty-path' into 'master' (*)
  856aeba... glib-mkenums: Parse and skip deprecation/availability annot (*)
  c92d9dc... enums: Add missing GLIB_AVAILABLE_ENUMERATOR_IN_2_68 annota (*)
  f1b2909... Update Galician translation (*)
  327ea4e... Merge branch '2327-mkenums-version-macros' into 'master' (*)
  cdfa8a6... Update Portuguese translation (*)
  b3384e5... 2.67.6 (*)
  dec66d3... docs: Add a policy for handling security issues (*)
  e85c4a5... Update Turkish translation (*)
  39ecc25... build: Drop gconstructor_as_data_h usage from glib-compile- (*)
  986694d... Merge branch 'gconstructor-fix' into 'master' (*)
  ad96f02... glib.supp: Generalize some suppressions (*)
  68fccd6... Update Korean translation (*)
  366d5e1... Update Romanian translation (*)
  cc060c6... Updated Czech translation (*)
  e31936e... Update Finnish translation (*)
  1a1824c... Update Polish translation (*)
  7bd4a2b... Updated Lithuanian translation (*)
  d26d70d... gbytesicon: Fix error in g_bytes_icon_new() documentation (*)
  094206f... Merge branch 'bytes-icon-docs' into 'master' (*)
  4784da5... Merge branch 'valgrind-updates' into 'master' (*)
  0110181... Update Italian translation (*)
  c4b4fec... glocalfileoutputstream: Tidy up error handling (*)
  3a74ad1... tests: Fix copy/paste error in queue test (*)
  2696384... Merge branch 'mcatanzaro/queue' into 'master' (*)
  98abfc9... Correct memleak introduced by !1885 (*)
  2f5f69e... Use OwnNameData structure when owning a name instead of Wat (*)
  59e999f... Add two test cases which covers disconnection scenario in a (*)
  c537114... Merge branch 'coverity-localfileoutputstream-error-handling (*)
  840d50b... Update Slovenian translation (*)
  a58a47f... 2.68.0 (*)
  1248b64... gversionmacros: Add version macros for GLib 2.70 (*)
  3a0edbe... build: Post-release version bump to 2.69.0 (*)
  bdea782... Merge branch 'fix-data-to-c-line-endings' into 'master' (*)
  9106fd4... Merge branch 'wip/start-2-70' into 'master' (*)
  1fafbb8... Include glibconfig.h to get the G_OS_UNIX token (*)
  e45a92e... Merge branch 'citrus-it-master-patch-49452' into 'master' (*)
  2fd2117... Merge branch '2011-add-dbus-watch-name-tests' into 'master' (*)
  3653260... Update Chinese (China) translation (*)
  27b9d2c... gpollableinputstream: Add missing annotation (*)
  32ed182... Update Serbian translation (*)
  2bf6493... Merge branch 'gpollableinputstream-read-nonblocking-caller- (*)
  b21766e... goption.c: Simplfy parse_short_option() (*)
  3373448... Merge branch 'parsing' into 'master' (*)
  748103d... introspection: Remove 'caller-allocates' from POD types (*)
  46c34ea... Merge branch 'remove-out-caller-allocates-from-pod-types' i (*)
  6c5a227... gmain: Add g_steal_fd() to API (*)
  01d1aae... Merge branch 'wip/steal-fd' into 'master' (*)
  7f2fef5... tests: Deactivate tls-bindings test suite for windows (*)
  0d8799b... Merge branch 'tls-bindings-ci-failure' into 'master' (*)
  9bad388... Merge branch 'security-policy' into 'master' (*)
  8fb3101... gtree: Make g_tree_remove_all() public (*)
  164da19... gkeyfile: Drop a redundant check (*)
  34e4841... gkeyfile: Fix crash when parsing translations on a second l (*)
  8406a2b... Merge branch '2361-key-file-locale-caching' into 'master' (*)
  d6a9b95... docs: Fix example program link (*)
  083e450... Merge branch 'docs' into 'master' (*)
  5ce6ba2... docs: Replace git.gnome.org with gitlab.gnome.org urls (*)
  f078ba1... Merge branch 'git-to-gitlab' into 'master' (*)
  1140c22... fuzzing: Add fuzz tests for functions which parse paths (*)
  eaaa41f... Merge branch 'fuzz-path-functions' into 'master' (*)
  55cbc31... Merge branch 'master' into 'master' (*)
  c3eb4a9... fuzzing: Fix assertion failure in fuzz_paths.c (*)
  b657e78... galloca: Clarify alloca() sizes must always be controlled b (*)
  f701d6c... GIO W32: Pin gio DLL (*)
  03b574a... Don't leak a handle from _g_io_win32_get_module() (*)
  760ba5c... Merge branch '2363-alloca-docs' into 'master' (*)
  6d50032... Merge branch 'fuzz-path-fix' into 'master' (*)
  b4f2002... Correct FIXME by implementing a function for converting two (*)
  c4df3b2... Reorganize headers inclusion alphabetically (*)
  782eb1f... Add private functions to correctly convert datetime when LC (*)
  7629fda... Update Chinese (China) translation (*)
  240cc7d... gfileinfo: Add APIs to get and set {access,creation}_date_t (*)
  1bdfc1a... gfileinfo: Add tests for get and set {access,creation}_date (*)
  e42aff2... Merge branch 'gio-appinfo-thread-crash' into 'master' (*)
  622b31f... Merge branch 'fixing_2281' into 'master' (*)
  762b284... glocalfile: Add native exfat magic number to filesystem lis (*)
  97959cd... msvc_recommended_pragmas.h: Refine for clang-cl (*)
  7b76995... gmacros.h: Use _Static_assert for clang (*)
  f801c84... gmacros.h: Improve check for C _Static_assert (*)
  35154a3... glib-sections.txt: Add g_macro__has_extension in private se (*)
  16c4a9a... Merge branch 'clang-cl-improvements' into 'master' (*)
  0ac0e49... Merge branch 'exfat' into 'master' (*)
  454a9c1... gtlspassword: Fix g-i annotation of return for g_tls_passwo (*)
  4cce4b9... Merge branch 'ricotz/for-master' into 'master' (*)
  d1c5422... GWin32Mount: Don't use SHGetFileInfoW() for icons (*)
  cb99435... GWin32Mount: Don't use SHGetFileInfoW() for mount displayna (*)
  f0afc3e... Merge branch 'remove-shgetfileinfo' into 'master' (*)
  e7f6799... Merge branch '2055-correct-date-format-utf8' into 'master' (*)
  60d4092... gdbus: refactor duplicate code for freeing FilterData (*)
  090eeab... gdbus: simplify error handling in g_dbus_connection_send_me (*)
  32fc1e6... Merge branch 'th/gdbus-cleanup' into 'master' (*)
  e2f2706... Fix small file leak in fuzzing driver (*)
  65b4bc3... gapplication: fix arguments leak in error path (*)
  2b29495... gdbusauth: fix error leak (*)
  719484a... gdbusobjectmanagerservice: fix leak in error path (*)
  8bfc299... gfileenumerator: fix leak in error path (*)
  e0bd609... Update British English translation (*)
  5fec112... Fix signedness warning in gio/giomodule.c (*)
  1f23770... Fix signedness warning in gio/gunixsocketaddress.c (*)
  0214d89... Fix unecessary assert with always true assertions in gio/gr (*)
  a7d3ecc... Fix signedness warning in gio/gsettings-tool.c (*)
  8bcb2b9... Fix several signedness warnings in gio/tests/contexts.c (*)
  88253f1... Fix signedness warning in gio/tests/contenttype.c (*)
  eafc764... Fix several signedness warnings in gio/tests/converter-stre (*)
  9dac3ff... Merge branch 'fix_more_warnings' into 'master' (*)
  1059b7e... Merge branch 'mcatanzaro/coverity' into 'master' (*)
  40a46d1... gsocks5proxy: Handle EOF when reading from a stream (*)
  56d5d9e... Fix annotation of count arguments (*)
  4854cf8... Merge branch 'benzea/fix-socks-eof' into 'master' (*)
  29cd18b... Fix several signedness warnings in gio/tests/converter-stre (*)
  d2c0fd4... Fix several signedness warnings in gio/tests/converter-stre (*)
  cc1e730... Fix signedness warning in gio/tests/converter-stream.c:test (*)
  56e25d8... Fix several signedness warnings in gio/tests/converter-stre (*)
  b07fdb6... Fix signedness warning in gio/tests/converter-stream.c:g_ex (*)
  c216f22... Fix several missing initializer warnings in gio/tests/gsubp (*)
  d936ff1... Fix several signedness warnings in gio/tests/network-addres (*)
  d42bb39... Merge branch 'fix_more_warnings' into 'master' (*)
  85eec6a... Split g_test_log() messages that contain multiple lines (*)
  0ab4ed5... Merge branch 'ebassi/test-tap-lines' into 'master' (*)
  2539d70... gmacros.h: use G_GNUC_CHECK_VERSION (*)
  da752d1... Merge branch 'gmacros-use-g-gnuc-check-version' into 'maste (*)
  afceb25... Merge branch 'fix-annotation' into 'master' (*)
  7c909db... Fix multiple missing initializer warning in gio/tests/g-fil (*)
  e3f6d4a... Fix several missing initializer warnings in gio/tests/gdbus (*)
  0710429... Fix missing initializer warning in gio/tests/gdbus-peer-obj (*)
  c3d558d... Fix multiple missing initializer warnings in gio/tests/acti (*)
  00323ac... Fix several signedness warnings in gio/tests/actions.c (*)
  b9e66a5... Fix signedness warning in glib/gdate.c (*)
  ee242bb... Merge branch 'fix_more_warnings' into 'master' (*)
  f20bcf2... gmacros.h: Complete the use of GLIB_AVAILABLE_MACRO_IN_* (*)
  52ad3ed... gmacros.h: Fix stringification in some macros (*)
  80c2981... Merge branch 'fix-glib-unavailable-macro' into 'master' (*)
  f97ff20... Implement G_ANALYZER_NORETURN for Coverity (*)
  346e486... Merge branch 'mcatanzaro/coverity-noreturn' into 'master' (*)
  21cc809... refcount: Clarify when the ref count ends up undefined (*)
  eb6ca28... grefcount: Clarify that the initial reference count is 1 (*)
  73d759e... Merge branch 'clarify-refcount-init-api' into 'master' (*)
  23277fb... Merge branch 'wip/clarify-ref-count-api' into 'master' (*)
  13ba8d8... gtask: Clarify what counts as ‘too many tasks’ for rate lim (*)
  63fa4e7... gerror: Clarify docs around message requirements (*)
  7a0bc25... Merge branch 'gerror-utf8-docs' into 'master' (*)
  8ad4f75... Fix signedness warning in glib/gstring.c (*)
  60d2cfb... Fix missing initializer warning in gio/tests/gdbus-connecti (*)
  5595b65... Fix multiple missing initializer warnings in gio/tests/gdbu (*)
  0a741d8... Fix signedness warning in gio/tests/socket.c (*)
  34cd8a9... Fix signedness warning in gio/tests/testfilemonitor.c (*)
  4d1f76e... Fix signedness warning in gio/tests/gdbus-test-codegen.c (*)
  7c217b1... Merge branch '2368-task-docs' into 'master' (*)
  55d18fd... Merge branch 'fix_more_warnings' into 'master' (*)
  8608ecc... Fix signedness warning in gio/tests/file.c (*)
  e7aec30... Fix signedness warning in gio/tests/proxy-test.c (*)
  c3c1f6c... Fix signedness warning in gio/tests/mimeapps.c (*)
  5133acd... Fix multiple signedness warnings in gio/tests/gdbus-testser (*)
  83a9ba7... Fix missing initializer warning in gio/tests/gdbus-testserv (*)
  4d52358... Fix signedness warning in gio/tests/gsettings.c (*)
  1c084ca... Fix missing initializer warning in gio/tests/gdbus-example- (*)
  fd926b1... Fix missing initializer in gio/tests/gdbus-example-peer.c (*)
  1afb4c0... Merge branch 'fix_more_warnings' into 'master' (*)
  a78b7eb... Update Nepali translation (*)
  2b9bf7b... gmacros.h: use g_macro__has_attribute() where possible (*)
  56be1f8... gmacros.h: raise minimum GCC version for attribute __noretu (*)
  8e19113... Merge branch 'clang-attributes' into 'master' (*)
  e724e6e... Fix typo in g_socket_listener_accept_async()'s comment (*)
  9e4a6da... Merge branch 'fix-typo' into 'master' (*)
  98c3710... Add nullable annotations in GUnixMountEntry (*)
  b63f7ec... Merge branch 'patch-2' into 'master' (*)
  225fec1... g_string_replace(): Fix documentation of 'limit' parameter (*)
  d602523... Merge branch 'g_string_replace_doc_fix' into 'master' (*)
  30ed2ea... improve console check in gspawn-win32 (*)
  7a50c31... Merge branch 'wip/prince781/fix-gspawn-terminal-win32' into (*)
  e926efe... docs: Fix formatting of code block (*)
  3c02726... dirent: Simplify a memset() call (*)
  496135c... dirent: Add trailing nul delimiter to FILENAME_MAX (*)
  3131a61... gdir: Add trailing nul delimiter to FILENAME_MAX (*)
  80a938a... Merge branch 'pgriffis/doc-fix' into 'master' (*)
  f2be8c7... Fix signedness warnings in gio/ginputstream.c (*)
  2c97526... gmacros: check that __cplusplus or _MSC_VER is defined (*)
  365314b... Merge branch 'nacho/gmacros-master' into 'master' (*)
  0b863a4... Merge branch 'filename_max' into 'master' (*)
  401ff06... Fix signedness warning in gio/gkeyfilesettingsbackend.c (*)
  2187406... Fix signedness warning in gio/tests/gdbus-proxy.c (*)
  d255962... Fix missing initializer warning in gio/tests/gdbus-non-sock (*)
  cb0b4b0... Fix missing initializer warning in gio/tests/gnotification- (*)
  bac08a4... Fix several missing initializer warnings in gio/tests/gdbus (*)
  f587095... Fix signedness warning in gio/tests/socket-common.c (*)
  59acf69... Fix missing initializer warning in gio/tests/gdbus-example- (*)
  e642562... Add extra documentation about the return values of g_seekab (*)
  3e2f31c... Merge branch 'fix_more_warnings' into 'master' (*)
  03e614e... gmacros: missing check if __STDC_VERSION__ is defined (*)
  232d008... Merge branch 'nacho/gmacros-master2' into 'master' (*)
  1000aca... gdbus-tool: Actually use argv[0] basename as program name (*)
  ad07a8e... Merge branch 'gdbus-tool-use-basename-fix' into 'master' (*)
  474ece6... gpattern: Implement copy function (*)
  b8a9f4b... boxed: Register GPatternSpec as boxed type (*)
  fbb198f... gpattern: Move match and match_string functions into GPatte (*)
  3732323... gpattern: Adjust includes to match style rules (*)
  11f31d8... tests/pattern: Add compilation and copy test for utf-8 stri (*)
  78ba6c8... Merge branch 'gpattern-introspectable' into 'master' (*)
  63873c0... application: Unset the registered state after shutting down (*)
  4669f91... Merge branch 'application-unregistered-notify' into 'master (*)
  5e42384... tests: Iterate mainloop during launch test
  ba3b85a... gdesktopappinfo: Move launched applications into transient 
  cd67a1b... gdesktopappinfo: Handle task completion from spawn function
  8da8a3e... gdesktopappinfo: Add SourcePath= to transient systemd units

(*) 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]