Rename fromfp files in preparation for changing types for C23

4 November 23:41 - glibc - Joseph Myers

As discussed in bug 28327, the fromfp functions changed type in C23 (compared to the version in TS 18661-1); they now return the same type as the floating-point argument, instead of intmax_t / uintmax_t. As with other such incompatible changes compared to the initial TS 18661 versions of interfaces (the types of totalorder functions, in particular), it seems appropriate to support only the new version as an API, not the old one (although many programs written for the old API might in fact work wtih the new one as well).

riscv: Add vector registers to __SYSCALL_CLOBBERS

4 November 15:18 - glibc - Peter Bergner

The Linux kernel ABI specifies that the vector registers are not preserved across system calls, but the __SYSCALL_CLOBBERS macro doesn't mention them.

movenc: Make hybrid_fragmented retain the fragmented form headers

4 November 10:23 - FFmpeg - Martin Storsjö

This makes the final file truly hybrid: Externally the file is a regular, non-fragmented file, but internally, the fragmented form also exists un-overwritten. To make any use of that, first, the fragments need to be muxed in a position independent form, i.e.


  • Most Popular This Week

Support assert as a variadic macro for C23

3 November 19:56 - glibc - Joseph Myers

C23 makes assert into a variadic macro to handle cases of an argument that would be interpreted as a single function argument but more than one macro argument (in particular, compound literals with an unparenthesized comma in an initializer list); this change was made by N2829.

add a page to the new user wizard for the default clip path

3 November 19:28 - Ardour - Paul Davis


Linux 6.18-rc4

2 November 19:28 - Linux Kernel - Linus Torvalds


fftools/ffmpeg: make fg_create{_simple,} clear the input string pointer

1 November 15:41 - FFmpeg - James Almer

The graph string is either freed or attached to the filtergraph, so it's best to not leave a dangling pointer with the caller.

avcodec/x86/h264_chromamc: Remove MMX(EXT) funcs overridden by SSSE3

1 November 12:34 - FFmpeg - Andreas Rheinhardt

SSSE3 is already quite old (introduced 2006 for Intel, 2011 for AMD), so that the overwhelming majority of our users (particularly those that actually update their FFmpeg) will be using the SSSE3 versions.


editor: add actions, methods and menu items to control global quantization

31 October 19:24 - Ardour - Paul Davis

add HitBrushDrag, to allow brushing notes on the grid

31 October 19:24 - Ardour - Paul Davis