blob: 1792b32c5e55dd593ee6d44b27eb156c8ae58e3a (
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
|
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.
|