blob: 626d962e39eab68cc201b3dd433877dee7241633 (
plain)
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
|
2005-11-08 Timo Savinen <tjsa@iki.fi>
* Version 0.1.7
* More sane results when byte ranges of d and i commands overlap
2005-10-28 Timo Savinen <tjsa@iki.fi>
* Version 0.1.6
* bug in s-command fixed, endless loop in some cases
* bbe.html is now installed to /usr/local/share/doc/bbe
2005-10-23 Timo Savinen <tjsa@iki.fi>
* Version 0.1.5
* %B and %nB for block number in filename of w-command
* Documentation corrected
2005-10-16 Timo Savinen <tjsa@iki.fi>
* Version 0.1.4
* Better performace
* bug in buffer definition /string/: and :/string/ fixed
2005-10-09 Timo Savinen <tjsa@iki.fi>
* Version 0.1.3
* bug in c BCD ASC
* p b added
* Typo in usage fixed
2005-10-02 Timo Savinen <tjsa@iki.fi>
* Version 0.1.2
* escape codes for \n \t \r \a \b \v \f
* "p d" fixed
* Meaning of A and I flipped (to what sed has)
* check for gnu functions, compiles ok in hp-ux with gcc.
* Bitwise operators &,|,^ and ~
2005-09-25 Timo Savinen <tjsa@iki.fi>
* Version 0.1.1
* Bug fixes (\\ escape in strings)
* -s option added
* Added F, B, N and p commands
* Several commands can be given in one -e switch, commands must be separated by semicolon
2005-09-15 Timo Savinen <tjsa@iki.fi>
* bbe: initial version 0.1.0.
|