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
|
2007-05-28 Timo Savinen <tjsa@iki.fi>
* Version 0.2.2
* Configuration keyword "const" added
2007-04-25 Timo Savinen <tjsa@iki.fi>
* Version 0.2.1
* records may be selected using regular expressions (option -e,--expression)
2007-04-11 Timo Savinen <tjsa@iki.fi>
* Version 0.2.0
* the existence of fields in expressions is now checked against the current structure
* replace and expression features work now with data having a header line
* lookup will be made only if output directive in use cointains %l or %L directives
2007-03-11 Timo Savinen <tjsa@iki.fi>
* Version 0.1.9
* Lookup tables added
2007-02-05 Timo Savinen <tjsa@iki.fi>
* Version 0.1.8
* terminate if field from field-list is not found in the current structure
* ensure that header will be printed also when first record is not printed (print_header())
2006-11-05 Timo Savinen <tjsa@iki.fi>
* version 0.1.7
* directive %p added
* option '-r,--replace' added
2006-09-17 Timo Savinen <tjsa@iki.fi>
* version 0.1.6
* Option '-v' added
2006-06-07 Timo Savinen <tjsa@iki.fi>
* version 0.1.5
* added option '-a'
* print_header: separator prints now correctly (after picture, not after %n)
2006-04-28 Timo Savinen <tjsa@iki.fi>
* version 0.1.4
* added option '-e'
2006-04-17 Timo Savinen <tjsa@iki.fi>
* version 0.1.3
* directive %e added
* bug corrected: No output when the first line of input was invalid
2006-03-17 Timo Savinen <tjsa@iki.fi>
* version 0.1.2
* options field-empty-print and empty-chars added for output
2006-03-09 Timo Savinen <tjsa@iki.fi>
* version 0.1.1
* error message for several matching structures
* FILLER field added
* bug in case where "output no" was defined for record (crash)
* bug in file name for stdin
2006-02-05 Timo Savinen <tjsa@iki.fi>
* ffe: initial version 0.1.0.
|