-
Notifications
You must be signed in to change notification settings - Fork 3
/
ChangeLog
31 lines (23 loc) · 1.1 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
2020-06-21 Arnold D. Robbins <[email protected]>
* dformat.ms: Move notes and history to an addendum section.
* 142.ps: New file.
* little-languages-for-pictures-in-awk.pdf: New file.
* jlb/*: New files, from Jon Bentley.
* README.md: Updated.
2020-06-19 Arnold D. Robbins <[email protected]>
* dformat.ms: Small troff changes around the tables, based
on JLB's original memo.
2020-06-18 Arnold D. Robbins <[email protected]>
* Makefile: Generate troffable versions of the programs for
inclusion by the memo. Add the generated files to the `clean' target.
* dformat.ms: Include the generated files instead of having the
code directly in the memo.
* README.md: Add instructions to run `make'.
2020-06-18 Arnold D. Robbins <[email protected]>
Initial commit.
* original-dformat.pdf: Original memo as found on the Internet.
* dformat.ms: Reconstituted memorandum.
* dformat.awk: Reconstituted awk program.
* trivial.sh: Reconstituted "trivial" implementation.
* README.md: README file in Markdown format.
* Makefile: The Makefile. What else would it be? :0-)