| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-11-04 | some wee fixes and a "gmake check" reportHEADmaster | Greg A. Woods | 1 | -0/+2 |
| 2024-09-08 | sccs: Use <stdbool.h>. | James Youngman | 1 | -3/+4 |
| 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-12 | Build fix for version.h. | James Youngman | 1 | -0/+1 |
| 2024-05-12 | Include <cstdlib> where needed. | James Youngman | 4 | -0/+5 |
| 2024-05-12 | Update copyright years. | James Youngman | 119 | -171/+182 |
| 2021-06-09 | Fix typo in comment. | James Youngman | 1 | -1/+1 |
| 2019-07-04 | Add missing arg in C++14 version of make_unique_file_lock(). | James Youngman | 1 | -1/+1 |
| 2019-06-26 | Avoid confusing enum cssc::condition with local variables. | James Youngman | 1 | -6/+6 |
| 2019-06-26 | Avoid make_unique, ensuring we can compile with C++11. | James Youngman | 15 | -10/+108 |
| 2019-06-09 | Remove trailing blank lines from some files. | James Youngman | 3 | -3/+0 |
| 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 | 2 | -66/+71 |
| 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 |
| 2019-06-06 | delta-table.h: give member variable names a trailing "_". | James Youngman | 3 | -41/+43 |
| 2019-06-06 | delta_iterator: member variable names get trailing "_". | James Youngman | 2 | -24/+24 |
| 2019-06-06 | Fixup; trailing whitespace. | James Youngman | 1 | -2/+2 |
| 2019-06-06 | Factor classes release and relvbr out of sid.cc. | James Youngman | 5 | -52/+121 |
| 2019-06-06 | class sid: No friends. Don't compare with memcmp. | James Youngman | 1 | -30/+28 |
| 2019-06-06 | class sid: use trailing _ for member variables. Reduce friends. | James Youngman | 2 | -190/+225 |
| 2019-06-05 | Re-order members of class sid to give public members first. | James Youngman | 1 | -37/+66 |
| 2019-06-05 | Don't track "whodunit" attributes of seq inclusion/exclusion. | James Youngman | 5 | -45/+22 |
| 2019-06-05 | Fix some compiler warnings. | James Youngman | 5 | -12/+10 |
| 2019-06-05 | Fix some compiler warnings. | James Youngman | 4 | -2/+21 |
| 2019-06-05 | Avoid warning about unused function validate_substituted_flags_list. | James Youngman | 1 | -1/+5 |
| 2019-06-05 | Avoid unused-function warning for call_system. | James Youngman | 1 | -0/+3 |
| 2019-06-05 | Avoid problems with matching format strings and actual arguments. | James Youngman | 4 | -2/+57 |
| 2019-06-05 | Fix some "Effective C++" warnings in src/sf-prt.cc | James Youngman | 1 | -3/+3 |
| 2019-06-05 | prt: add missing prototype. | James Youngman | 1 | -0/+1 |
| 2019-06-05 | Fix some "Effective C++" warnings in sccsfile.{h,cc}. | James Youngman | 2 | -4/+23 |
| 2019-06-05 | Use STL vectors to manage things in run.cc and simplify the code. | James Youngman | 4 | -189/+106 |
| 2019-06-05 | Avoid double-closing of files by prohibiting copying FileCloser. | James Youngman | 1 | -0/+5 |
| 2019-06-05 | Compiler warning fixes in src/sf-delta.cc. | James Youngman | 1 | -2/+1 |
| 2019-06-05 | Avoid signed/unsigned comparison in delta-iterator.cc. | James Youngman | 2 | -15/+32 |
| 2019-06-05 | Fix unsigned long / unsigned inconsistency between format and arg. | James Youngman | 1 | -1/+1 |
| 2019-06-05 | Include the filename in the error message if emit_raw_body fails. | James Youngman | 1 | -2/+14 |