Loic Le Page
49d0c5a90b
Fix redefinition of local variable in gio/gtlscertificate.c
2022-04-01 00:18:40 +01:00
Loic Le Page
84dabcf274
Fix global and local variables hidden by local variables and non-initialized variables in gio/gwin32appinfo.c
2022-04-01 00:18:40 +01:00
Loic Le Page
155657de3e
Fix redefinition of local variable in gio/gwin32file-sync-stream.c
2022-04-01 00:18:40 +01:00
Loic Le Page
704c65228f
Fix global variable name hidden by local variables in glib/tests/asyncqueue.c
2022-04-01 00:18:40 +01:00
Loic Le Page
29c15bc325
Fix global variable name hidden by local variables in glib/tests/base64.c
2022-04-01 00:18:40 +01:00
Loic Le Page
7c138574bd
Fix global variable name hidden by local variables in glib/tests/cond.c
2022-04-01 00:18:40 +01:00
Philip Withnall
c90b80b7b1
build: Post-release version bump to 2.73.0
...
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
2022-03-31 18:17:37 +01:00
Philip Withnall
f8302d29f1
Merge branch 'wip/smcv/simplify-openpty-linking' into 'main'
...
tests: Call openpty (if available) without using dlsym
See merge request GNOME/glib!2562
2022-03-31 15:09:46 +00:00
Philip Withnall
dabf3ab5f2
Merge branch 'glib-2-74-macros' into 'main'
...
gversionmacros: Add version macros for GLib 2.74
See merge request GNOME/glib!2572
2022-03-31 15:06:52 +00:00
Philip Withnall
7d4bc30e7d
Merge branch 'cleanup-warnings-split-7' into 'main'
...
Cleanup warnings split 7
See merge request GNOME/glib!2496
2022-03-31 12:26:41 +00:00
Loic Le Page
6888f9e17e
Fix too small array definition in gio/gdummyfile.c (no room for the '\0')
2022-03-31 13:10:26 +01:00
Loic Le Page
5ec3a425d2
Fix non-initialized variable in gio/gfile.c
2022-03-31 13:10:25 +01:00
Loic Le Page
397ccd833b
Fix global variable name hidden by local variables in gio/gfileinfo.c
2022-03-31 13:10:25 +01:00
Loic Le Page
cbdddf82c0
Fix global variable name hidden by local variables in gio/gio-tool-info.c
2022-03-31 13:10:25 +01:00
Loic Le Page
72cc5b3910
Fix global variable name hidden by local variables in gio/gio-tool-list.c
2022-03-31 13:10:25 +01:00
Loic Le Page
71de9553ca
Fix global variable name hidden by local variables in gio/gio-tool-mount.c
2022-03-31 13:10:25 +01:00
Loic Le Page
c0dabdd8df
Fix global variable name hidden by local variables in gio/gio-tool-save.c
2022-03-31 13:10:25 +01:00
Loic Le Page
781231d556
Fix global variable name hidden by local variables in gio/gio-tool-trash.c
2022-03-31 13:10:25 +01:00
Loic Le Page
a30ae2497d
Fix redefinition of local variable in gio/giomodule.c
2022-03-31 13:10:25 +01:00
Loic Le Page
94264e6190
Fix redefinition of local variable in gio/giowin32-private.c
2022-03-31 13:10:25 +01:00
Emmanuele Bassi
136dc8afff
Merge branch 'fix-deprecation-build' into 'main'
...
tests: Fix compilation when GLIB_DISABLE_DEPRECATION_WARNINGS is defined
See merge request GNOME/glib!2567
2022-03-30 15:26:54 +00:00
Philip Withnall
2501f24f7a
Merge branch 'revert-2541-meson-python' into 'main'
...
Revert "meson: simplify lookup of python command"
See merge request GNOME/glib!2565
2022-03-29 11:35:38 +00:00
Balázs Úr
e78d247848
Update Hungarian translation
2022-03-28 22:52:30 +00:00
Philip Withnall
2215c88d76
Merge branch 'macos-broken-poll' into 'main'
...
meson: Set BROKEN_POLL in macOS builds
See merge request GNOME/glib!2571
2022-03-28 11:59:59 +00:00
Haruka Ma
be5acbb5e6
meson: Set BROKEN_POLL in macOS builds
2022-03-28 11:59:59 +00:00
Philip Withnall
4f79f0712c
gversionmacros: Add version macros for GLib 2.74
...
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
2022-03-28 12:55:20 +01:00
Andre Klapper
01a1caa93f
Fix invalid markup in Bulgarian translation
2022-03-27 15:23:13 +02:00
Aleksandr Melman
5d99ec076e
Update Russian translation
2022-03-27 12:12:26 +00:00
Rafael Fontenelle
11e4c3c294
Update Brazilian Portuguese translation
2022-03-26 00:28:45 +00:00
Alexander Shopov
0b9dd11b33
Update Bulgarian translation
2022-03-25 09:37:13 +00:00
Goran Vidović
cc04416b0a
Update Croatian translation
2022-03-24 18:36:07 +00:00
Sebastian Dröge
1fc402b33b
Merge branch '2614-bye-bye-gamin' into 'main'
...
gio: Remove fam file monitor support
Closes #2614
See merge request GNOME/glib!2570
2022-03-23 16:45:04 +00:00
Philip Withnall
628c8ec0fd
Merge branch 'w32' into 'main'
...
Various win32 tests fixes
See merge request GNOME/glib!2569
2022-03-23 16:44:16 +00:00
Marc-André Lureau
743cd659f4
tests/filutils: remove an mkdir expected to fail test on win32
...
When running under msys2 (and supposedly cygwin), the root path is
remapped and permissions are permissive, the test doesn't fail.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
2022-03-23 16:08:42 +00:00
Marc-André Lureau
bd45147077
tests/io-channel: skip a "unimplemented" error on win32
...
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
2022-03-23 16:08:42 +00:00
Marc-André Lureau
0ca9edd15f
glib/tests: fix foo=bar=baz environment test
...
The handling of that case isn't well specified, and system dependent.
However if the system decided that "foo=bar" was the key, then don't
expect "foo" is set.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
2022-03-23 16:08:42 +00:00
Marc-André Lureau
4403704826
glib/tests: fix test_turkish_strupdown
...
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
2022-03-23 16:08:40 +00:00
Marc-André Lureau
44adc6ca8e
glib/tests: fix casemap_and_casefold test on win32
...
Both environment variables and GetThreadLocale() may interefere with the
glib case conversion logic.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
2022-03-23 16:08:05 +00:00
Philip Withnall
6aa210e6af
gio: Remove fam file monitor support
...
libgamin was last released in 2007 and is dead
[upstream](https://gitlab.gnome.org/Archive/gamin ). Distributions may
still ship it (although Fedora no longer does), but we want people to
use inotify on Linux since it’s actively supported.
BSDs use kqueue. Windows uses win32filemonitor.
FAM might still be used on some commercial Unix distributions, but there
are no contributors from those distributions, and certainly no CI for
them to prevent regressions.
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
Fixes : #2614
2022-03-23 15:41:54 +00:00
Philip Withnall
2759dd71be
gio: Remove remaining references to fen file monitor
...
It used to exist on Solaris, but GLib’s support for it was mostly
removed in 2015 in commit 21ab660cf8
.
Remove the final few references.
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
2022-03-23 15:40:41 +00:00
Marc-André Lureau
517bd62840
gio/win32: TIME_CREATED_USEC is u32
...
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
2022-03-23 19:34:32 +04:00
Philip Withnall
e951bf1ae3
docs: Improve formatting for some file monitor documentation
...
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
2022-03-23 15:34:19 +00:00
Philip Withnall
bbf1dca06a
docs: Drop reference to G_LOCAL_DIRECTORY_MONITOR_EXTENSION_POINT_NAME
...
Support for separate directory monitors was dropped in commit
b995c08bf3
, in 2015.
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
2022-03-23 15:32:37 +00:00
Emin Tufan Çetin
cffbd11437
Update Turkish translation
2022-03-23 08:08:22 +00:00
Jordi Mas
f0f3a489d5
Update Catalan translation
2022-03-23 07:41:35 +01:00
Hugo Carvalho
fe95865267
Update Portuguese translation
2022-03-22 22:19:28 +00:00
Aurimas Černius
1b0841a591
Updated Lithuanian translation
2022-03-22 21:16:29 +02:00
Matej Urbančič
8dcb0409ca
Update Slovenian translation
2022-03-22 18:32:32 +00:00
Piotr Drąg
9000a26a06
Update Polish translation
2022-03-22 16:25:37 +00:00
Anders Jonsson
39b5925391
Update Swedish translation
2022-03-22 16:21:16 +00:00