Add a MIDI map template for Arturia Keylab 49/61/88 mk2 (MCU/Analog Lab)

22 November 16:32 - Ardour - Roger Wilco


bench-malloc-thread: Add libm for powf

21 November 16:13 - glibc - Adhemerval Zanella

The compiler might not constant fold the call, which issues linker error.

Enable --enable-fortify-source with clang

21 November 16:13 - glibc - Adhemerval Zanella

clang generates internal calls for some _chk symbol, so add internal aliases for them, and stub some with rtld-stubbed-symbols to avoid ld.

math: Remove ldbl-96 fma implementation

21 November 16:13 - glibc - Adhemerval Zanella

It is worse than the ldbl-64 version on recent x86 hardware.


Remove deprecated no-op function (2/2)

20 November 22:11 - Ardour - Robin Gareus

Glib::thread_init has been deprecated since 2.32,ib is no longer necessary and no longer has any effect.

Remove deprecated no-op function (1/2)

20 November 22:10 - Ardour - Robin Gareus

Glib::thread_init has been deprecated since 2.32,ib is no longer necessary and no longer has any effect.

Implement C23 const-preserving standard library macros

20 November 19:31 - glibc - Joseph Myers

C23 makes various standard library functions, that return a pointer into an input array, into macros that return a pointer to const when the relevant argument passed to the macro is a pointer to const.

Check if linker supports -Wl,--undefined-version

20 November 17:33 - glibc - Adhemerval Zanella

Although binutils has supported --no-undefined-version for a long timei (319416359200 back in 2002), --undefined-version was only added more recently (27fb6a1a7fcd on 2.40).

Add EditingContext transient-parent

20 November 15:51 - Ardour - Robin Gareus

This is in preparation to allow EditNoteDialog, QuantizeDialog etc to be on top of the Pianroll or Editor in question.


Allow to deselect in draw and internal-edit mode

19 November 22:13 - Ardour - Robin Gareus

By default "Escape" in those modes triggers binding for `EditorAutomation/end-edit within Editor`.


avcodec/mpegvideo_enc: Port denoise_dct to MpegvideoEncDSPContext

18 November 19:41 - FFmpeg - Andreas Rheinhardt

It is very simple to remove the MPVEncContext from it.

Remove support for lock elision

18 November 13:21 - glibc - Stefan Liebler

The support for lock elision was already deprecated with glibc 2.42: commit 77438db8cfa6ee66b3906230156bdae11c49a195 "Mark support for lock elision as deprecated." See also discussions:

linux/termios: clear k_termios.c_cflag & CIBAUD for non-split speed [BZ 33340]

18 November 04:04 - glibc - H. Peter Anvin

After getting more experience with the various broken direct-to-ioctl termios2 hacks using Fedora 43 beta, I have found a fair number of cases where the software would fail to set, or clear CIBAUD for non-split-speed operation. Thus it seems will help improve compatibility to clear the kernel-side version of c_cflag & CIBAUD (having the same meaning to the Linux kernel as the speed 0 has for cfsetibaud(), i.e.

kdump - Add -h option to dump data as hex

18 November 02:14 - DragonFlyBSD - Matthew Dillon

- Add -h option, dumps data as hex instead of ascii.


Add COPYINGv3 with the GPL version 3 text

17 November 10:15 - glibc - Florian Weimer

The license is referenced in various headers, so we should ship it.