Commit ID:      1005647A3137F0CE210
CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2015/11/14 21:12:31 UTC

Modified files:
        share/misc     : acronyms
        usr.bin/wtf    : Makefile wtf wtf.1
Added files:
        usr.bin/wtf    : chkdb

Log message:
• add a few more acronyms
• actually do sort the first column of the file ASCIIbetically, even
  for comment lines:
  – version is now præfixed with “ @(#)”
  – other OS versions are now præfixed with “ From ” plus RCS ID;
    own or nōn-RCS IDs lack leading ‘$’ so “^K/sort -f” still works
• new chkdb script, not installed, verifies format and sorting
• implement upper-casing of nōn-ASCII chars based on the first line
  (præfixed with two spaces, format is space-separated pairs of
  +(lower-case ‘/’ upper-case) entries) in the CLI client;
  cf. https://github.com/Natureshadow/MirWTFApp/issues/10
• remove need for nōn-ASCII chars in the manpage

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.519 -r1.520 src/share/misc/acronyms
cvs -R rdiff -kk -upr1.3 -r1.4 src/usr.bin/wtf/Makefile
cvs -R rdiff -kk -upr0 -r1.1 src/usr.bin/wtf/chkdb
cvs -R rdiff -kk -upr1.31 -r1.32 src/usr.bin/wtf/wtf
cvs -R rdiff -kk -upr1.18 -r1.19 src/usr.bin/wtf/wtf.1

Reply via email to