x11-toolkits/amtk: update to 5.10.0
Update to 5.10.0
News in 5.10.0, 2026-03-27
--------------------------
* Change the definition of Amtk to "The Good Morning Toolkit".
libgedit-amtk contains extra features for GTK 3, not only limited to the
"Actions, Menus and Toolbars Kit".
* Add AmtkTreeViewScrolledWindowSizing, an improved version imported from
libgedit-gtksourceview.
Adjust pkg-descr and COMMENT according to upstream new definition
Pet portclippy and add USE_LDCONFIG to pacify portlint (truckman)
PR: 294208
x11-toolkits/libgedit-gtksourceview: update to 299.7.0
Update to 299.7.0
News in 299.7.0, 2026-03-27
---------------------------
Completion framework:
* Cherry-pick a few commits from GtkSourceView 4 to no longer use deprecated API
and use gdk_window_move_to_rect().
* Move GtkSourceCompletionContainer to libgedit-amtk as
AmtkTreeViewScrolledWindowSizing.
* Some code refactorings.
File loading and saving:
* Move some code to libgedit-gfls and depend on it:
- GtkSourceIconv -> GflsIconv
- GtkSourceInputStream -> GflsInputStream
- Use gfls_encoding_try_convert()
Syntax highlightging:
* Improvements to the syntax highlighting of: markdown and yaml.
[10 lines not shown]
filesystems/libgedit-gfls: update to 0.4.0
Update to 0.4.0
News in 0.4.0, 2026-03-27
-------------------------
- New features: GflsBytesRegion, GflsBytesRegionBuilder and GflsEncodingConvert.
- New features imported from libgedit-gtksourceview: GflsIconv.
- GflsInputStream: import improved version from libgedit-gtksourceview.
- Translation updates.
Pet portclippy and add USE_LDCONFIG to pacify portlint (truckman)
PR: 294209
[dsymutil] Add support for pseudo probes (#186877)
This patch teaches dsymutil to transfer the `__PSEUDO_PROBE` segment and
`__probes` and `__probe_descs` section when creating dSYMs. Without this, both probe sections will get an invalid offset in the dsym bundle.
[MLIR][Presburger] Fix stale pivot in Smith normal form (#189789)
The pivot used to fix divisibility in Smith normal form is stale. This
will not affect correctness, but can lower efficiency since the outer
loop will be executed more times.
Thanks for @benquike of discovering this.
tests/libc: test long double operations more thoroughly
For lint, the tests msg_380.c and msg_381.c fail, which is probably due
to a bug in the softfloat implementation.
The tests are intended to yield the same results on all platforms, as
they do not exercise any tricky rounding details.