[VPlan] Handle addrspacecast/ptrtoaddr in VPlan-based cost model.
Also handle missing PtrToAddrs and AddrSpaceCast in
getCostForRecipeWithOpcode.
This makes sure all cast opcodes are handled, fixing a crash on loops
replicating addrspacecast and ptrtoaddrs.
make: happy new year!
Most of the glue in Makefile belongs to version nowadays, but we
haven't moved the barely moving parts yet. Start with the copyright
block since we're touching it now for the obvious reason.
(x11/p5-Tk) Updated 804.035 to 804.036
(upstream)
Tk-804.036 release (2021-02-14)
------------------
This is basically the same like Tk-804.035_501.
Tk-804.035_501 release (2021-02-07)
----------------------
Fixes
Compiles again with Strawberry Perl 5.32.x (RT #133260) (H.Merijn Brand)
Fix double free in validatecommand (RT #102648) (fvogel)
myConfig: add ability to define HAVE_INTTYPES_H (Christopher Chavez)
Smaller build improvements and typo corrections (Ed J., Christopher Chavez)
Prevent some compiler warnings (Christopher Chavez)
[11 lines not shown]
py-hypothesis: updated to 6.148.9
6.148.9 - 2026-01-01
.example() no longer emits NonInteractiveExampleWarning when running a python file directly. This means that e.g. python my_sandbox.py during exploratory work with .example() will no longer raise warnings.
6.148.8 - 2025-12-23
Add __dict__ and __proto__ to the list of constant strings Hypothesis sometimes generates.
6.148.7 - 2025-12-05
When multiple explicit @example decorators fail with the same error, Hypothesis now shows only the simplest failing example (by shortlex order) with a note about how many other examples also failed.
To see all failing examples, use Verbosity.verbose or higher.
6.148.6 - 2025-12-04
Fix a bug where we persisted symbolics from solver-based alternative backends in event().
6.148.5 - 2025-12-01
This patch improves the error message for FlakyStrategyDefinition when the precondition for a rule is flaky.
fping: updated to 5.5
fping 5.5 (2025-12-31)
New features
New option -J / --json for JSON output. See doc/fping-json.md for the JSON schema. This feature is still in alpha and the schema might change in future releases
The -g, --generate option now also supports IPv6 addresses
New option --seqmap-timeout to control the time after which sequence numbers can be used again
Bugfixes and other changes
Fix OpenBSD sprintf() warning
Fix fallback to SO_TIMESTAMP if SO_TIMESTAMPNS is not available
When reading target names from file or standard input, lines longer than the static buffer are no longer interpreted as more than one line
Typo fix in error message when SO_BINDTODEVICE fails
Options --print-tos and --print-ttl now also work for IPv6, and no longer require privileges
Report received ICMPv6 error messages
Suppress duplicate reports in count mode with -q, --quiet or -Q, --squiet
[14 lines not shown]
InstCombine: Fix another wrong interested mask computeKnownFPClass call (#174135)
Follow up from c436551d5283a8fc00ae880a5b76660b6f08e37b, this is another
instance of the same problem.
[clang-tidy] Rename google-build-namespaces to misc-anonymous-namespace-in-header (#173484)
This PR renames the check `google-build-namespaces` to
`misc-anonymous-namespace-in-header` and adds documentation on why
anonymous namespaces in headers are problematic.
Closes #170979
xauth: update to 1.1.5.
Alan Coopersmith (5):
Report unknown argument that caused error before printing usage message
Add --help and --version options
Improve man page formatting
man page: fix warnings from `mandoc -T lint` and `groff -rCHECKSTYLE=10`
xauth 1.1.5
Michael Gilbert (1):
xauth: needs cookie handling warnings in man page [Debian bug #635109]