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