summaryrefslogtreecommitdiff
path: root/usr.bin/rs
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-11-26usr.bin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2022-11-15rs: Test actual output in the tests.John Baldwin
2022-11-15rs: Use getopt() and strtol() instead of mannual parsing.John Baldwin
2022-11-15rs: Convert to C++ to convert elem to a std::vector<char *>.John Baldwin
2022-10-05rs: Fix some pointer arith UB.John Baldwin
2022-10-05rs: Fix a use after free.John Baldwin
2022-10-05rs: Fix various harmless warnings.John Baldwin
2017-11-27Add basic tests for ctfconvert(1), fold(1) and rs(1)Alan Somers
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-02-28Renumber copyright clause 4Warner Losh
2016-05-10Rename getline with get_line to avoid collision with getline(3)Baptiste Daroussin
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-08dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
2015-05-27Merge sync of headSimon J. Gerraty
2015-04-07Fix missing AUTHOR section for jot(1), rs(1), and lam(1)Allan Jude
2014-05-16Updated dependenciesSimon J. Gerraty
2014-05-10Updated dependenciesSimon J. Gerraty
2013-03-11Updated dependenciesSimon J. Gerraty
2013-02-16Updated dependenciesSimon J. Gerraty
2012-08-22Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar
2011-11-06Add missing static keywords to rs(1)Ed Schouten
2011-02-25Document the input line length limit.Jaakko Heinonen
2011-02-07- Use LINE_MAX from limits.h as the maximum line length instead ofJaakko Heinonen
2011-02-07Handle EOF when skipping lines.Jaakko Heinonen
2010-12-11Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl
2008-08-04Setting a variable to the same value twice doesn't actually make itColin Percival
2006-10-20Document that jot(1), rs(1), and lam(1) first appeared in 4.2BSD.Colin Percival
2005-04-28 - Set negative row or column argument values to zero.Robert Drehmel
2004-07-30Document incorrect handling of multibyte characters.Tim J. Robbins
2004-07-15Avoid passing negative values to isdigit() on machines with signed chars.Tim J. Robbins
2003-06-08Add section number to .XrPhilippe Charnier
2002-06-07Contrary to what the comments said, rs -H did not recycle storage, it justTim J. Robbins
2002-04-28Use __FBSDID, ANSIfy functions, fix const string.Mark Murray
2002-04-20Use `The .Nm utility'Philippe Charnier
2002-03-22remove __PWarner Losh
2001-09-10Do not overrun entry array when printing output tables.Ruslan Ermilov
2001-09-10Fixed SIGFPE (divide by zero) if column's width exceeds display width (-w).Ruslan Ermilov
2001-09-10Fixed the -z option handling:Ruslan Ermilov
2001-07-15Remove whitespace at EOL.Dima Dorfman
2000-12-27Prepare for mdoc(7)NG.Ruslan Ermilov
2000-12-19Prepare for mdoc(7)NG.Ruslan Ermilov
2000-11-20mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-07-12Add $Id$, to make it simpler for members of the translation teams toNik Clayton
1998-02-20Add #include <string.h> to get prototypes.John Birrell