Re: how to compare branches?
- Reply: Steve Kargl : "Re: how to compare branches?"
- Reply: Steve Kargl : "Re: how to compare branches?"
- In reply to: Brooks Davis : "Re: how to compare branches?"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Jul 2023 00:27:25 UTC
On Mon, 24 Jul 2023 at 15:43, Brooks Davis <brooks@freebsd.org> wrote: > > or you can see individual commits graphically on mfc.freebsd.org with > the filter @lib/msun/ We also have a tool in the base system which will list the unmerged commits: % sh tools/tools/git/mfc-candidates.sh -a lib/msun 34cc08e33698 Save all fpcr/fpsr bits in the AArch64 fenv_t 7702d940ec9a Avoid -pedantic warnings about using _Generic in __fp_type_select 2b9a828c9949 Set default SPE FP environment 292815eac623 Fix powf(). 3550a49f6814 msun: Add copyright notices 455b2ccda3df * lib/msun/Makefile: . Disconnect b_exp.c and b_log.c from the build. 03a88e3de9c6 * lib/msun/Makefile b/lib/msun/Makefile: . Disconnect imprecise.c from the build. This file can be deleted. . Add b_tgammal.c to the build for ld80 and ld128 targets. The ld128 is a 'git mv' of imprecise.c to ld128/b_tgammal.c. b94b8bf7027e mips: Remove msun support 56f5947a7102 Remove checks for __GNUCLIKE_ASM assuming it is always true. c44ca4c227f7 msun/Makefile: Fix conditional and unbreak the build. Approved by:imp Fixes: 20adba8bc1beb125d5e5ed8f12e747ae79ca6a10 ae902a5be9b8 libc: Simplify soft-float on 32-bit arm 4d846d260e2b spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD Should all of these be merged to stable/13?