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