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