-
Notifications
You must be signed in to change notification settings - Fork 9
/
Changelog
87 lines (63 loc) · 2.87 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
txt2man-1.7.1 28-jun-2020
* txt2man: remove ksh check (@eribertomota)
* src2man: make it compliant with gawk >= 5.0.1 (@eribertomota)
* txt2man: allow punctuation characters in section names
* txt2man: allow display blocks starting with a number
* *man: check for dependencies (@eribertomota)
* build: make build reproducible
txt2man-1.7.0 03-jun-2020
* bookman: added missing space (@marxst)
* txt2man: remove redundant escapes causing gawk warnings (@jolmg)
* *man: Fix usage of the date command on BSD systems (@ismaell)
* txt2man: fix -B option (@bgstack15)
* src2man: Print names of manuals to stdout (@ldorau)
txt2man-1.6.0 15-aug-2016
* txt2man: Format date with C locale (by @Vogtinator)
* txt2man: Do not overwrite manually specified release with
autoprobe (by @Vogtinator)
* txt2man: man page spelling fixes (by @eribertomota)
* bookman: Fix bashisms (by @eribertomota)
* bookman, src2man, txt2man: support timestamps from environment
(by @reinerh)
txt2man-1.5.6 16-mar-2011
* txt2man: Better control of 3 letters regexp, by Robin Cornelius.
* txt2man: Fix header comment generation, by Robin Cornelius.
* txt2man: Better handle ticks, by Thomas Moschny.
* src2man: Fix header comment generation.
* src2man: more robust comment delimiter handling.
* src2man: support C prototypes with newline after type, by Diego Cena.
* bookman: Posix shell syntax.
txt2man-1.5.5 21-mar-2007
* txt2man: correct layout of C structures in synopsis
* src2man: genrate manpages for C types/struct definitions
txt2man-1.5.4 16-mar-2007
* bookman: Added copyright
* src2man: Added copyright. Fix cover page handling. Add origin
comment in generated manpages.
txt2man-1.5.3 15-mar-2007
* bookman: better handling of header and footers of cover page.
* src2man: date can now be set.
* txt2man: date can now be set. Better handling of C function prototypes.
txt2man-1.5.2 28-feb-2007
* txt2man: fix synopsis handling.
txt2man-1.5.1 25-oct-2006
* src2man: search if the function prototype is defined in corresponding
'.h' include file, and if yes, add a '#include "file.h"'
statement in synopsis.
* src2man: allow to force SYNOPSIS sections in comment blocks.
* bookman: reads the file list from stdin in no arg is supplied.
* Makefile: specify commands path (in current dir) when generating doc.
txt2man-1.5 16-oct-2006
* txt2man: fix indentation.
* bookman: new command to generate a book from manpages.
* src2man: new command to extract manpages from source files.
* Makefile: update and fix rules.
txt2man-1.4.8 07-jul-2003
* txt2man: fix a bug in tag list parsing (bug discovered by Fredrik Steen)
* txt2man: fix a bug in parsing spaces in empty lines
* Makefile: Create install target directories, if not there
txt2man-1.4.7 06-jan-2003
* fix gawk --lint warnings (from Eric Moors)
* fix a warning for an escape sequence (from Juergen Daubert)
txt2man-1.4.6 16-dec-2002
Changelog starts from here!