include: Implement N2867.This adds macros for checked addition, subtraction, and multiplication with semantics similar to the builtins gcc and clang have had for years.Reviewed by: kib, emasteDi
include: Implement N2867.This adds macros for checked addition, subtraction, and multiplication with semantics similar to the builtins gcc and clang have had for years.Reviewed by: kib, emasteDifferential Revision: https://reviews.freebsd.org/D41734(cherry picked from commit e6615b10347caf67f5bc12c9a8e30b8ddd9860ae)include: Add tests for N2867.Reviewed by: impDifferential Revision: https://reviews.freebsd.org/D41735(cherry picked from commit 4fbb9c43aa44d9145151bb5f77d302ba01fb7551)less: We have <stdckdint.h> now.Reviewed by: delphijDifferential Revision: https://reviews.freebsd.org/D41736(cherry picked from commit cb8dd292c7ec53391dfa25847858dd7ef895f94e)Approved by: re (gjb)
show more ...
Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
MFV: less v643.MFC after: 2 weeks
less: Re-enable -Wdeprecated-non-prototype warnings.These were fixed in the most recent update to contrib/less.
MFV: less v632.MFC after: 2 weeks
Update/fix Makefile.depend for userland
less: Silence -Wdeprecated-non-prototype warnings.This has an active upstream so will presumably be fixed upstream atsome point.Reviewed by: emasteDifferential Revision: https://reviews.freebsd
less: Silence -Wdeprecated-non-prototype warnings.This has an active upstream so will presumably be fixed upstream atsome point.Reviewed by: emasteDifferential Revision: https://reviews.freebsd.org/D39525
less: silence K&R warnsSponsored by: Rubicon Communications, LLC ("Netgate")
zless(1): handle uncompressed filesIn the manual page for zmore(1) and zless(1) it is said that zless(1) isequivalent to zmore(1) except that it uses less(1) as a pager. Howeverzmore(1) is able t
zless(1): handle uncompressed filesIn the manual page for zmore(1) and zless(1) it is said that zless(1) isequivalent to zmore(1) except that it uses less(1) as a pager. Howeverzmore(1) is able to handle uncompressed files transparently while zless(1)is not.Add another case to the switch in lesspipe.sh to handle non-compressed files.PR: 196437Reported by: [email protected]Approved by: mjg@Differential Revision: https://reviews.freebsd.org/D38674
pkgbase: Put less in FreeBSD-runtimeUseful to have a pager in it.Differential Revision: https://reviews.freebsd.org/D36231
MFV: less v608Relnotes: yesMFC after: 2 weeks
ncurses: chase dependency changes in the source treeDifferential Revision: https://reviews.freebsd.org/D32098
Fix buildMFC after: 2 weeks
less: upgrade to v590.MFC after: 2 weeks
less: upgrade to v581.MFC after: 2 weeks
MFV r349535: less v551.MFC after: 2 weeksRelnotes: yes
MFV r326007: less v529.MFC after: 2 weeks
DIRDEPS_BUILD: Update dependencies.Sponsored by: Dell EMC Isilon
MFV r317581: less v491.MFC after: 1 month
rename zstless into zstdless to be consistent with other zstdcommands
Add a zstdless equivalent to zless, bzless xzless
Adopt SRCTOP in usr.binPrefer ${SRCTOP}/foo over ${.CURDIR}/../../foo and ${SRCTOP}/usr.bin/fooover ${.CURDIR}/../foo for paths in Makefiles.Differential Revision: https://reviews.freebsd.org/D9
Adopt SRCTOP in usr.binPrefer ${SRCTOP}/foo over ${.CURDIR}/../../foo and ${SRCTOP}/usr.bin/fooover ${.CURDIR}/../foo for paths in Makefiles.Differential Revision: https://reviews.freebsd.org/D9932Sponsored by: NetflixSilence on: arch@ (twice)
- Add support for zip to lesspipe.shApproved by: des
MFV r293125: less v481.MFC after: 1 monthRelnotes: yes
new depends
123