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