File: ChangeLog

package info (click to toggle)
fcode-utils 1.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 46,768 kB
  • sloc: ansic: 9,717; csh: 241; makefile: 129; sh: 17
file content (75 lines) | stat: -rw-r--r-- 2,570 bytes parent folder | download | duplicates (5)
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
*** 0.6.1 - 2005/03/10 **************************************************

 * fix bug in output of strings. Strings were cut off when 0 bytes
   occured, in a C manner. Now detok prints correct forth strings.
   Thanks to Arti Itra <a.itra@ieee.org> for reporting this.
 * free string after printing it.

*********** 2003/12/14 **************************************************

 * add interpose fcode

*** 0.6 - 2003/11/24 ****************************************************

 * minor modifications
 * release version 0.6

*********** 2003/08/16 **************************************************

 * fit Makefile into openbios build process (allows out of place build)

*********** 2002/07/12 **************************************************

 * fix version1 headers.

*** 0.5.2 - 2002/05/24 **************************************************

 * fix detokenizing case..endcase expressions.
 * update usage() and README to show all possible options

*** 0.5.1 - 2002/03/30 **************************************************

 * Tim Barrett <jtb@isi.edu>: add prototypes for getopt()/optind to 
   detok.c as there seem to be some systems with an insane unistd.h.
 * output fcode number, in case we have an unnamed fcode.
 * make detok more silent per default.
 * put DEBUG_ defines to Makefile (there's only one anyways).

*** 0.5 - 2002/02/27 ****************************************************

 * change indent size to 4
 * added line numbers for debugging.
 * added file offset output for debugging
 * added checksum calculation
 * input files.are buffered now.
 * repair pretty print of strings.
 * added 64bit extensions
 * fix position decode at end of file.
 
*** 0.3 - 2002/02/26 ****************************************************

 * removed autogenerator (create-array, supported.h and fcode-table.raw)
 * organized dictionary as linked list.
 * initialize dictionary during runtime.

*** 0.2.3 - 2001/12/02 **************************************************
 
 * ansi compilation fixes
 * typos in fcode-table.raw fixed.
 * removed debugging output.

*** 0.2.2 - 2001/10/04 **************************************************

 * fixed wrong indentation for loops.
 * branch direction used for indentation.
 * new option -a, --all to decode a file after end0 occured.
 * fixed buffer overflow bug in get_string()
 
*** 0.2.1 - 2001/09/10 **************************************************

 * start0-4 are no exceptional cases but normal fcode words now

*** 0.2 (release) - 2001/09/09 ******************************************

 * initial release