Partially reapply "ValueTracking: Improve handling of fadd in computeKnownFPClass." (#174290) (#174332)
This partially reverts commit 108a22ed5fa1836b4cfcd05e9d96f98a533068d5.
Restore the sign-bit tracking for both inputs known-negative case,
and leave the 0 handling for later. There is a libc test improperly
relying on running code compiled for IEEE behavior that changed
the output denormal mode.
x11/ashell: update to 0.7.0
While here, adjust dependency so that libinotify is required only when
system does not yet implement native inotify functions.
Changelog: https://github.com/MalpenZibo/ashell/blob/0.7.0/CHANGELOG.md
Reported by: GitHub (watch releases)
Partially reapply "ValueTracking: Improve handling of fadd in computeKnownFPClass." (#174290)
This partially reverts commit 108a22ed5fa1836b4cfcd05e9d96f98a533068d5.
Restore the sign-bit tracking for both inputs known-negative case,
and leave the 0 handling for later. There is a libc test improperly
relying on running code compiled for IEEE behavior that changed
the output denormal mode.
py-django-bootstrap5: updated to 26.1
26.1 (2026-01-03)
- Change form-control-static to form-control-plaintext
- Refactor release workflow to tag-based publishing via GitHub
- Remove tests folder from coverage source
- Add smoke test
- Fix tests for Django 6
- Fix tox and CI
- Drop support for Django 5.1 (EOL)
py-uv py-uv-build: updated to 0.9.21
0.9.21
Bug fixes
Fix regression where zstd distribution hashes were not considered valid
Documentation
Fix a typo in the resolution documentation
Fix a typo in python install --default documentation
libtorrent rtorrent: updated to 0.16.6
0.16.6
Features
Added timestamp helper commands
Use separate thread for saving session data
Run multiple session save requests in parallel
Changed magnet metadata handling and added 'magnet.path.set'
Optimizations
Use map rather than vector for Poll tables
Bug Fixes
Convert IPv4in6 addresses to IPv4 in outgoing handshakes
Force clear bitfield ranges of downloads that get hashed
Use CURLOPT_CLOSESOCKETFUNCTION to properly handle libcurl closing sockets before CURL_POLL_REMOVE
quesoglc: updated to 0.7.2
Changes made from the "0.7.1" release to the "0.7.2" release:
- Fixed bug 2019450 (added a workaround for open source drivers of the Intel
chipsets : a bug in the drivers prevent a character to be displayed).
- Fixed a bug which caused some memory leaks when memory allocation failed
during the update of the masters.
- Updated the demo in the examples: extrusion and ligthing have been added.
- Fixed glcGetFontMap() and glcGetMasterMap() so that their return is not null
when a character is mapped in the font/master but its Unicode name is not
stored in QuesoGLC database.
- Character codes out of range are now rejected when GLC_UCS1 or GLC_UCS2 are
enabled. GLC_PARAMETER_ERROR is then raised.
- Fixed a bug that crashed QuesoGLC when trying to call glcGetFontMap() with a
character not mapped in the font.
- Fixed a bug which caused the measurement caches not to be updated when
GLC_RESOLUTION was changed by the users.
- Fixed a memory leak in the management of the texture atlas: when a font was
[26 lines not shown]
Merge branches 'users/chapuni/cov/single/loop', 'users/chapuni/cov/single/condop' and 'users/chapuni/cov/single/if' into users/chapuni/cov/single/binop-base