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