| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-11-04 | some wee fixes and a "gmake check" reportHEADmaster | Greg A. Woods | 2 | -4/+6 |
| 2024-11-04 | [maint] Update gnulib, use aligned_alloc module. | James Youngman | 3 | -0/+2 |
| 2024-09-08 | sccs: Use <stdbool.h>. | James Youngman | 3 | -24/+69 |
| 2024-09-08 | Update gnulib to latest version | James Youngman | 1 | -0/+0 |
| 2024-05-13 | Avoid multiple assignment to EXTRA_DIST. | James Youngman | 1 | -1/+1 |
| 2024-05-13 | Simplify git submodule setup of googletest. | James Youngman | 2 | -26/+24 |
| 2024-05-13 | Remove spurious () in TempPrivDrop uses. | James Youngman | 2 | -5/+5 |
| 2024-05-13 | Clarify Makefile.am header comment. | James Youngman | 1 | -4/+4 |
| 2024-05-13 | Prepare to release 1.5.0-rc2. | James Youngman | 2 | -3/+6 |
| 2024-05-12 | Reinstate googletest. | James Youngman | 7 | -12/+406 |
| 2024-05-12 | Temporarily remove googletest submodule | James Youngman | 2 | -3/+0 |
| 2024-05-12 | Update NEWS file to briefly describe changes. | James Youngman | 2 | -2/+6 |
| 2024-05-12 | Build fix for version.h. | James Youngman | 1 | -0/+1 |
| 2024-05-12 | Include <cstdlib> where needed. | James Youngman | 5 | -1/+8 |
| 2024-05-12 | Update copyright years. | James Youngman | 155 | -211/+243 |
| 2024-05-12 | Update bootstrap script. | James Youngman | 2 | -144/+216 |
| 2024-05-12 | Update to build with modern autotools and recent Python versions. | James Youngman | 10 | -430/+126 |
| 2021-06-09 | Fix typo in comment. | James Youngman | 1 | -1/+1 |
| 2019-07-27 | Test the test infrastructure function, "docommand". | James Youngman | 1 | -0/+47 |
| 2019-07-04 | Delete unused script tests/all-tests.sh. | James Youngman | 1 | -30/+0 |
| 2019-07-04 | Add missing arg in C++14 version of make_unique_file_lock(). | James Youngman | 1 | -1/+1 |
| 2019-06-26 | Add --with-googletest configure option (the default is yes). | James Youngman | 2 | -1/+17 |
| 2019-06-26 | Avoid confusing enum cssc::condition with local variables. | James Youngman | 1 | -6/+6 |
| 2019-06-26 | Ignore build-aux/install-sh in "git status". | James Youngman | 1 | -0/+1 |
| 2019-06-26 | svn is no longer needed for a build. | James Youngman | 1 | -2/+2 |
| 2019-06-26 | Mention that a POSIX sh is needed to run ./bootstrap. | James Youngman | 1 | -0/+4 |
| 2019-06-26 | Avoid make_unique, ensuring we can compile with C++11. | James Youngman | 15 | -10/+108 |
| 2019-06-20 | Ensure that sed's input includes a final newline. | James Youngman | 1 | -2/+8 |
| 2019-06-09 | Add shell linting syntax check. | James Youngman | 2 | -0/+30 |
| 2019-06-09 | Remove trailing blank lines from some files. | James Youngman | 3 | -3/+0 |
| 2019-06-09 | Fix some shellcheck "lint" warnings. | James Youngman | 10 | -61/+52 |
| 2019-06-09 | Make regression test output terser (when the tests pass). | James Youngman | 2 | -120/+123 |
| 2019-06-09 | Turn on -Wredundant-decls for configure --enable-warnings. | James Youngman | 1 | -1/+1 |
| 2019-06-09 | tests/admin/hardlinks.sh: don't leave s.foo behind. | James Youngman | 1 | -5/+6 |
| 2019-06-09 | Remove space-tab sequence. | James Youngman | 1 | -1/+1 |
| 2019-06-06 | class range_list: give member variable names a trailing "_". | James Youngman | 2 | -33/+33 |
| 2019-06-06 | class sccs_name: give member variable names a trailing "_". | James Youngman | 2 | -33/+33 |
| 2019-06-06 | class sccs_file: give member variable names a trailing "_". | James Youngman | 16 | -180/+179 |
| 2019-06-06 | Add TODOs to rename member variables to give them trailing "_". | James Youngman | 4 | -0/+4 |
| 2019-06-06 | class sccs_date: give member variable names a trailing "_". | James Youngman | 3 | -67/+72 |
| 2019-06-06 | class relvbr: fix naming, comparison operators. | James Youngman | 2 | -46/+49 |
| 2019-06-06 | class release_list: give member variable names a trailing "_". | James Youngman | 3 | -14/+15 |
| 2019-06-06 | class release: comparison operators are now members, not friends. | James Youngman | 1 | -13/+12 |
| 2019-06-06 | class release: give member variable names a trailing "_". | James Youngman | 2 | -21/+22 |
| 2019-06-06 | class sccs_pfile: give member variable names a trailing "_". | James Youngman | 4 | -24/+24 |
| 2019-06-06 | class CSSC_Options: give member variable names a trailing "_". | James Youngman | 2 | -61/+62 |
| 2019-06-06 | class linebuf: give member variable names a trailing "_". | James Youngman | 2 | -26/+26 |
| 2019-06-06 | class sccs_file_iterator: give member variable names a trailing "_". | James Youngman | 2 | -16/+16 |
| 2019-06-06 | class FileDiff: give member variable names a trailing "_". | James Youngman | 2 | -6/+5 |
| 2019-06-06 | class diff_state: give member variable names a trailing "_". | James Youngman | 2 | -68/+69 |