-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNEWS
100 lines (62 loc) · 2.66 KB
/
NEWS
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
88
89
90
91
92
93
94
95
96
97
98
99
100
Ad NEWS -- history of user-visible changes.
Copyright (C) 2015-2024 Paul J. Lucas, et al.
See the end of the file for license conditions.
-------------------------------------------------------------------------------
* Changes in Ad 3.4.2
** `--version` with arguments
Giving command-line arguments after `--version` is now caught as an error.
* Changes in Ad 3.4.1
** Added missing `--host-endian` and `-H` options
The options were documented, but not actually recognized by the option parser;
fixed.
* Changes in Ad 3.4
** Dumping C arrays
If the file is empty, now dumps nothing.
** Fixed `-C` option
Fixed the `-C` option to allow argument to be optional.
** **strings**(1)-like dumps
Via the new `--strings` and `-n` options, can now search for and match all
strings of at least length 4 (by default) like **strings**(1).
** Swapped `-v` and `-V`
The `-v` option is now a shorthand for `--version` and `-V` is now a shorthand
for `--verbose`.
* Changes in Ad 3.3
** No-offsets options
Added `--no-offsets` and `-O` options to suppress printing the offsets.
* Changes in Ad 3.2
** Max-lines options
Added `--max-lines` and `-L` options to dump at most the given number of lines.
* Changes in Ad 3.1
** Group-by options
Added `--group-by` and `-g` options to group hex bytes.
* Changes in Ad 3.0.1
** Fixed `--c-array`
Fixed the `--c-array` option when no argument is given.
* Changes in Ad 3.0
** Case-insensitive option synonym
Added `-S` that's equivalent to `-is`.
** Color option
The `-c` option now takes an argument of `always`, `isatty`, `never`, or
`not_isreg`.
** Max-bytes option
Added `-N` to read a maximum number of bytes.
** Only-matchin option
Added `-m` to print only rows that match a search.
** No matches exit code
When searching and there are no matches, the exit status code is now 1.
** Printable option
Added `-p` to print only rows that have printable characters.
** Verbose option
Added `-V` for verbose to dump all rows even repeated ones.
-------------------------------------------------------------------------------
The file is part of Ad.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.