[glib] (108 commits) Non-fast-forward update to branch wip/steal-fd



The branch 'wip/steal-fd' 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:

  6259fb5... gversionmacros: Add version macros for GLib 2.70
  af8ae6c... Add g_steal_fd() to API

Commits added to the branch:

  57a5ed3... tests: Fix leak of dlopened module in pollable test (*)
  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 (*)
  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 (*)
  f724321... Add g_steal_fd() to API

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