blob: c2c0b44f369250b5af723522c6f421c89365b90a [file] [log] [blame]
Alexandre Lisiond204ea52013-10-15 10:16:25 -04001Tue Jul 2 12:18:20 1996 Jutta Degener (jutta@cs.tu-berlin.de)
2
3 * Release 1.0 Patchlevel 9
4 src/long_term.c: in FLOAT_MUL mode, an array was accessed past its end
5 src/gsm_option.c: three options related to WAV #49 packing
6 src/gsm_encode.c: support WAV #49-style encoding.
7 src/gsm_decode.c: support WAV #49-style decoding.
8 tls/sour.c: generate the WAV bit shifting code, encode
9 tls/ginger.c: generate the WAV bit shifting code, decode
10 The WAV code goes back to an inofficial patch #8 that
11 Jeff Chilton sent us (hence the jump from 7 to 9).
12 src/toast.c: add _fsetmode() calls to set stdin/stdout to
13 binary (from an OS/2 port by Arnd Gronenberg.)
14
15Tue Mar 7 01:55:10 1995 Jutta Degener (jutta@cs.tu-berlin.de)
16
17 * Release 1.0 Patchlevel 7
18 src/long_term.c: Yet another 16-bit overflow
19 src/toast.c: -C option to toast, cuts LPC time
20 src/gsm_option.c: corresponding LPC_CUT option to GSM library
21
22Fri Dec 30 23:33:50 1994 Jutta Degener (jutta@cs.tu-berlin.de)
23
24 * Release 1.0 Patchlevel 6
25 src/lpc.c: fixed 16-bit addition overflow in Autocorrelation code
26 src/add.c: gsm_L_asl should fall back on gsm_L_asr, not gsm_asr
27
28Mon Nov 28 20:49:57 1994 Jutta Degener (jutta@cs.tu-berlin.de)
29
30 * Release 1.0 Patchlevel 5
31 src/toast_audio.c: initialization should return -1 on error
32 src/gsm_destroy.c: #include configuration header file
33 src/add.c: gsm_sub should cast its parameters to longword
34 man/*: bug reports to {jutta,cabo}@cs.tu-berlin.de, not to toast@tub
35 inc/private.h: longword long by default, not int
36 inc/toast.h: read/write fopen modes "rb" and "wb", not just "r"
37 src/toast.c: better (or different, anyway) error handling in process()
38
39Tue May 10 19:41:34 1994 Jutta Degener (jutta at kugelbus)
40
41 * Release 1.0 Patchlevel 4
42 inc/private.h: GSM_ADD should cast to ulongword, not to unsigned.
43 src/long_term.c: missing cast to longword.
44 add-test/add_test.c: Test macros too, not only functions,
45 thanks to Simao Ferraz de Campos Neto, simao@dragon.cpqd.ansp.br
46 General cleanup: remove unused variables, add function prototypes.
47
48Tue Jan 25 22:53:40 1994 Jutta Degener (jutta at kugelbus)
49
50 * Release 1.0 Patchlevel 3
51 changed rpe.c's STEP macro to work with 16-bit integers,
52 thanks to Dr Alex Lee (alexlee@solomon.technet.sg);
53 removed non-fatal bugs from add-test.dta, private.h
54 and toast_audio.c, thanks to P. Emanuelsson.
55
56Fri Jan 29 19:02:12 1993 Jutta Degener (jutta at kraftbus)
57
58 * Release 1.0 Patchlevel 2
59 fixed L_add(0,-1) in src/add.c and inc/private.h,
60 thanks to Raphael Trommer at AT&T Bell Laboratories;
61 various other ANSI C compatibility details
62
63Fri Oct 30 17:58:54 1992 Jutta Degener (jutta at kraftbus)
64
65 * Release 1.0 Patchlevel 1
66 Switched uid/gid in toast's [f]chown calls.
67
68Wed Oct 28 14:12:35 1992 Carsten Bormann (cabo at kubus)
69
70 * Release 1.0: released
71 Copyright 1992 by Jutta Degener and Carsten Bormann, Technische
72 Universitaet Berlin. See the accompanying file "COPYRIGHT" for
73 details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.