patch : icedax.1 macro warning fix
[platform/upstream/cdrkit.git] / icedax / Changelog
1 210 Einträge
2 Fri Apr  6 15:58:32 2001 Heiko Eissfeldt <heiko@colossus.escape.de>
3         * interface.c 1.16
4           bugfix symbolic constant 'linux' -> 'LINUX', code cleanup
5
6 Sun Mar 11 17:55:25 2001 Heiko Eissfeldt <heiko@colossus.escape.de>
7         * scsi_cmds.c 1.11
8           schily changes
9
10 Sun Mar 11 17:25:14 2001 Heiko Eissfeldt <heiko@colossus.escape.de>
11         * semshm.c 1.6
12           change to new shared memory scheme.
13
14 Mon Dec 25 11:13:42 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
15         * config.h 1.3
16           get rid of PRETEND_TO_USE, use ARGSUSED instead
17
18 Sun Dec 10 16:49:56 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
19         * scsi_cmds.c 1.10
20           Large file type fix: u_char -> Uchar
21
22 Sat Dec  9 23:41:42 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
23         * Makefile 1.2
24           add libraries for remote scsi
25
26 Sat Dec  9 23:39:59 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
27         * ioctl.c 1.9
28           read toc in msf AND lba format. Use mins,secs,frms fields.
29
30 Sat Dec  9 23:38:25 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
31         * interface.h 1.6
32           portability fix: change signed char to int for mins,secs,frms
33
34 Sat Dec  9 23:37:18 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
35         * scsi_cmds.c 1.9
36           change mins, secs, frms to type int; use conversion function lba_2_msf
37
38 Sat Dec  9 23:35:43 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
39         * toc.c 1.15
40           add conversion function lba_2_msf
41
42 Fri Dec  1 14:37:10 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
43         * interface.c 1.15
44           change ReadToc_sim to define new toc struc members mins, secs, frms.
45
46 Fri Dec  1 14:36:22 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
47         * scsi_cmds.c 1.8
48           change ReadToc to read in MSF as well as in LBA format. Store seperately.
49
50 Fri Dec  1 14:35:04 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
51         * interface.h 1.5
52           add seperate fields in toc structure: mins, secs, frms for 
53           msf can hold different data than lba (as seen by dvds)
54
55 Mon Nov  6 21:14:11 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
56         * cdda2wav.c 1.23
57           fix from Joerg Schilling for better Cygwin old/new compatibility
58
59 Wed Oct 25 23:48:02 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
60         * cdda2wav.c 1.22
61           don't try to get cd text info on discs with data tracks only
62
63 Wed Oct 25 23:47:20 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
64         * interface.c 1.14
65           disable Read TOC cd text for Sony CRX100E reported by George Fisher (fisher@ssl.berkeley.edu)
66
67 Tue Sep 19 21:30:57 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
68         * cdda2wav.c 1.21
69           fix from js for wait() declarations
70
71 Fri Sep 15 12:51:43 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
72         * cdda2wav.c 1.20
73           adapt for Cygwin 1.0 header files
74
75 Wed Sep 13 23:06:25 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
76         * cdda2wav.c 1.19
77         * interface.c 1.13
78         * scsi_cmds.c 1.7
79           (r)scsi interface changes
80
81 Sun Aug 20 17:29:02 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
82         * scsi_cmds.c 1.6
83         * cdda2wav.c 1.18
84         * interface.c 1.12
85           adapt for new libscsi
86
87 Sat Jun 24 07:57:38 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
88         * cdda2wav.c 1.17
89           use setpriority if available before nice
90
91 Sat Jun 24 07:56:40 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
92         * toc.c 1.14
93           ISRC hardening II
94
95 Fri Jun 16 00:12:21 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
96         * mycdrom.h 1.4
97           bugfix: FreeBSD should get the ioctl interface again
98
99 Fri Jun 16 00:11:39 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
100         * ioctl.c 1.8
101           bugfix: FreeBSD ioctl should work again
102
103 Sat Jun 10 22:27:43 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
104         * toc.c 1.13
105           recorder id detection and extended character range for ISRC
106
107 Fri Jun  2 08:56:22 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
108         * interface.c 1.11
109           added schily header files
110           interface change for ReadCdRom* functions
111           now allocate always a SCSI structure for use of silent and verbose
112           thats it.
113
114 Fri Jun  2 08:49:08 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
115         * cdda2wav.c 1.16
116           added schily header files
117           major changes for cds with illegal leadout positions
118           moved nSamplesToDo into the shared memory segment
119           added exit wrapper for portability under Max-OS-X
120           cleaned up ring buffer handling
121           bugfix for silent mode (call DisplayToc and Read_MCN_ISRC was needed)
122
123 Fri Jun  2 08:37:12 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
124         * toc.c 1.12
125           added schily header files
126           made cd text detection more reliable for plextor/sony non-mmc drives
127           hardened cdda2wav against illegal ISRC codes
128           major changes for cds with illegal leadout positions
129           protected the index scan against illegal leadout positions
130           *** CHANGED *** 00/06/02 07:43:08 heiko
131           added schilys header files
132
133 Fri Jun  2 08:33:44 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
134         * aifc.c 1.4
135         * aiff.c 1.4
136           include schilys header files
137
138 Fri Jun  2 08:32:28 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
139         * semshm.c 1.5
140           added schily headerfile
141
142 Fri Jun  2 08:31:53 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
143         * interface.h 1.4
144           interface change for ReadCdRom*. Return int instead of void
145
146 Fri Jun  2 08:30:51 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
147         * scsi_cmds.c 1.5
148           interface change: Read* function do not exit the program, when
149           sectors could not be read. Instead they signal this through the return value.
150
151 Fri Jun  2 08:28:37 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
152         * scsi_cmds.h 1.3
153           interface change: Read* functions now return number of sectors read
154           added myscsierr function for scsi result checking
155
156 Fri Jun  2 08:26:46 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
157         * ioctl.c 1.7
158           interface change: ReadCdrom and ReadCdromData return number of read sectors
159           schily include file added
160           default buffer size set to 8 sectors for ide on Linux
161           suppress errors when usalp->silent > 0
162
163 Fri Jun  2 07:39:55 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
164         * ringbuff.c 1.4
165           added a pointer for the new shared memory reference eorecording
166
167 Fri Jun  2 07:38:48 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
168         * ringbuff.h 1.4
169           new variables in shared memory:
170           end_is_reached is set when the previously unknown leadout is encountered.
171           nSamplesToDo has been moved into shared memory to be visible for the writer.
172
173 Fri Jun  2 07:36:11 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
174         * local.cnf.in 1.3
175           bugfixes: SunOS sound device, NetBSD inclusion of extralibs
176
177 Fri Jun  2 07:34:37 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
178         * configure.in 1.2
179           bugfix. include detected libs in EXTRALIBS
180
181 Fri Jun  2 07:29:12 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
182         * global.h 1.4
183           added two globals for detection of cds with illegal lead out positions
184           and one for a drive capability to read beyond the wrong leadout position.
185
186 Tue May  2 21:41:40 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
187         * resample.c 1.9
188           fixed an signedness warning for buffer pointer for WriteSound()
189
190 Thu Apr 27 23:53:49 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
191         * cdda2wav.c 1.15
192           -t4+4 -B now records only one track +4 is interpreted as a limit
193
194 Sat Apr 22 23:37:57 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
195         * setuid.c 1.3
196           fixed a drop root forever bug, when we were currently nonroot
197
198 Mon Apr 17 08:27:51 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
199         * resample.c 1.8
200           fixed 'wait for signal'
201
202 Mon Apr 17 08:27:23 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
203         * cdda2wav.c 1.14
204           fixed info files generation, added warnings
205
206 Mon Apr 17 08:26:37 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
207         * toc.c 1.11
208           fixed empty title display
209
210 Thu Apr 13 00:38:04 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
211         * cdda2wav.c 1.13
212           added some consistency checks for info file generation
213
214 Wed Apr 12 22:54:37 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
215         * scsi_cmds.c 1.4
216           fixed read cd text wrt reserved track/session field (now 0)
217
218 Mon Apr 10 07:49:11 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
219         * sndfile.h 1.3
220           new interface methods for mp3
221
222 Thu Mar 30 00:03:38 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
223         * toc.c 1.10
224           add isrc and mcn retrieval for cd-extra
225
226 Wed Mar 29 23:12:09 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
227         * toc.c 1.9
228           fixed a bug with gui-mode and quote() function usage
229
230 Wed Mar 29 21:24:04 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
231         * ioctl.c 1.6
232           allow for sun type ioctl even on non_suns (HAVE_SYS_CDIO_H)
233
234 Wed Mar 29 21:21:51 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
235         * mycdrom.h 1.3
236           disable HAVE_IOCTL_INTERFACE even if HAVE_SYS_CDIO_H (for Mac OS X)
237
238 Sun Mar 26 23:17:47 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
239         * resample.c 1.7
240           change write call for sndfile to new sndfile method WriteSound
241
242 Sun Mar 26 23:14:47 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
243         * cdda2wav.c 1.12
244           variable name change 'fill_buffer' -> 'he_fill_buffer'
245           prepare for new output format mp3 with lame (disabled with #ifdef USE_LAME)
246
247 Sun Mar 26 23:10:19 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
248         * ringbuff.c 1.3
249         * ringbuff.h 1.3
250           variable name change to avoid collision with fill_buffer from lame
251
252 Sun Mar 26 23:09:14 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
253         * interface.h 1.3
254           mask SCSI depend declarations with NO_SCSI_STUFF define
255
256 Sun Mar 26 23:08:27 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
257         * toc.c 1.8
258           fix an unimportant typo in resolve_id not active
259
260 Sun Mar 26 22:14:53 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
261         * aifc.c 1.3
262         * aiff.c 1.3
263         * raw.c 1.3
264         * sun.c 1.3
265         * wav.c 1.3
266           prepared sndfile interface for additional functions needed for mp3
267
268 Tue Mar 21 21:42:10 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
269         * interface.c 1.10
270           added the DEC RRD47 drive as not mmc/readCD capable
271
272 Tue Mar 21 20:25:44 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
273         * cdda2wav.c 1.11
274           fixed an cd extra detection bug
275           disabled .cddb and .cdindex file generation with --gui
276
277 Tue Mar 21 20:22:26 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
278         * Makefile.man 1.1
279           date and time created 00/03/21 20:22:26 by heiko
280
281 Tue Mar 21 20:17:28 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
282         * toc.c 1.7
283           added cactus data shield copy protection recognition
284           fixed display for cd extra (track times)
285           fix for sony crx140s (delivers Qsubchannel position data in bcd instead of hex)
286           fixed screen output during index scan cosmetically
287
288 Tue Mar 21 20:06:19 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
289         * ioctl.c 1.5
290           added rough debugging messages for -V 
291           fixed index scanning for Linux and FreeBSD
292
293 Tue Mar 21 18:45:30 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
294         * interface.c 1.9
295           included inquiry message, added rough ioctl debugging messages
296
297 Sun Feb 20 23:07:27 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
298         * resample.c 1.6
299           fixed a compiler warning
300
301 Sun Feb 20 23:07:16 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
302         * interface.c 1.8
303           fixed missing global.in_lendian substitutes
304
305 Thu Feb 17 22:00:32 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
306         * cdda2wav.c 1.10
307           made deemphasizing automatic
308           adjusted info files accordingly
309           allow non-root users to fail on realtimescheduling (and continue)
310           get shared memory initialization from interface.c now based on nsectors and
311           overlap values.
312           add more checks for buffers and nsectors.
313           increase buffers and nsectors, if necessary
314
315 Thu Feb 17 21:56:22 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
316         * interface.c 1.7
317           moved shared memory allocation to cdda2wav.c 
318           open linux ioctl devices with O_NONBLOCK
319
320 Thu Feb 17 21:52:15 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
321         * resample.c 1.5
322           fix synchronization with channel swaps or deemphasizing
323
324 Thu Feb 17 21:50:59 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
325         * scsi_cmds.c 1.3
326           avoid error message, if speedselectMMC fails (is optional)
327
328 Thu Feb 17 21:50:00 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
329         * toc.c 1.6
330           fix compiler warnings, fix index scanning
331
332 Thu Feb 17 21:48:43 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
333         * semshm.c 1.4
334           moved free_sem() in order to compile properly
335
336 Thu Feb 17 21:47:04 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
337         * global.h 1.3
338           add input endianess variable for SCSI setup
339
340 Wed Feb 16 21:26:40 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
341         * semshm.c 1.3
342           fixed comments and variable names for child/parent role swap
343
344 Sun Feb 13 22:28:42 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
345         * resample.c 1.4
346           changed deemphasizing (now for marked tracks)
347
348 Sun Feb 13 22:27:34 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
349         * cdda2wav.c 1.9
350           automatic handling of -T (with index scanning)
351
352 Sun Feb 13 22:26:38 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
353         * cdda2wav.h 1.4
354           new get_current_track() function
355
356 Sun Feb 13 22:21:04 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
357         * cdda2wav.1 1.5
358           document new -T, cleanup
359
360 Thu Feb 10 18:35:26 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
361         * toc.c 1.5
362           implemented reading of cdplus/info.cdp through ISO file system
363
364 Mon Feb  7 22:47:24 2000 root
365         * interface.c 1.6
366           added Hitachi drive to mmc exception list
367
368 Mon Feb  7 18:17:40 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
369         * interface.c 1.5
370           explicitly let Toshiba ATAPI drives use the mmc command set.
371
372 Sat Feb  5 11:47:00 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
373         * cdda2wav.c 1.8
374           fixed percentage display for the 100% case
375
376 Sat Feb  5 11:46:38 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
377         * interface.c 1.4
378           extended simulation interface
379
380 Thu Feb  3 20:59:12 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
381         * toc.c 1.4
382           added the missing ascii to html character mapper 
383           added check for valid cd extra
384
385 Wed Feb  2 23:54:48 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
386         * cdda2wav.c 1.7
387           fixed mixed mode multinaming
388           allow nonroot users , do not abort for failing prioctl()
389
390 Tue Jan 25 18:57:39 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
391         * cdda2wav.h 1.3
392         * toc.h 1.3
393           prototype change with index scanning function
394
395 Tue Jan 25 18:55:58 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
396         * ioctl.c 1.4
397           fixed dumb warning
398
399 Tue Jan 25 18:43:49 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
400         * interface.c 1.3
401           extend ioctl interface for FreeBSD-4.x atapi driver
402
403 Sat Jan 22 21:24:16 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
404         * ioctl.c 1.3
405           fixed data reading for cd-Extra+ATAPI+Linux
406
407 Tue Jan 11 23:16:11 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
408         * cdda2wav.c 1.6
409         * toc.c 1.3
410           
411
412 Sun Jan  9 12:11:21 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
413         * cdda2wav.c 1.5
414           index scanning limited to single tracks, if requested.
415           changed vfprintf() to Joerg Schillings error() for better portability.
416           modified error handling for wrong parameters. no more long usage listing.
417           
418
419 Mon Jan  3 22:53:51 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
420         * cdda2wav.c 1.4
421         * resample.c 1.3
422         * mmsystem.h 1.4
423           *_h -> *_H
424
425 Sun Jan  2 23:22:23 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
426         * mmsystem.h 1.3
427           delete ctrl-m lineends
428
429 Sun Jan  2 23:18:58 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
430         * cdda2wav.1 1.4
431           new fix for SCCS (@(x))
432
433 Sun Jan  2 18:20:36 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
434         * cdda2wav.1 1.3
435           fixed man page for SCCS header
436
437 Sun Jan  2 18:07:17 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
438         * mmsystem.h 1.2
439           put under SCCS
440
441 Sun Jan  2 18:02:48 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
442         * lconfig.h.in 1.3
443         * sndconfig.c 1.3
444           OSS sound support added for NetBSD
445
446 Sun Jan  2 17:56:13 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
447         * mmsystem.h 1.1
448           date and time created 00/01/02 17:56:13 by heiko
449
450 Sun Jan  2 17:53:10 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
451         * Makefile 1.1
452           date and time created 00/01/02 17:53:10 by heiko
453
454 Sun Jan  2 17:24:41 2000 Heiko Eissfeldt <heiko@colossus.escape.de>
455         * configure.in 1.1
456           date and time created 00/01/02 17:24:41 by heiko
457
458 Sun Dec 19 22:34:34 1999 Heiko Eissfeldt <heiko@colossus.escape.de>
459         * cdda2wav.c 1.3
460           multiple file names
461
462 Sun Dec 19 21:52:00 1999 Heiko Eissfeldt <heiko@colossus.escape.de>
463         * toc.h 1.2
464         * wav.c 1.2
465         * wav.h 1.2
466         * sha_func.c 1.2
467         * sndconfig.c 1.2
468         * sndconfig.h 1.2
469         * sndfile.h 1.2
470         * sun.c 1.2
471         * sun.h 1.2
472         * toc.c 1.2
473         * ringbuff.h 1.2
474         * saveargs.h 1.2
475         * scsi_cmds.c 1.2
476         * scsi_cmds.h 1.2
477         * semshm.c 1.2
478         * semshm.h 1.2
479         * setuid.c 1.2
480         * setuid.h 1.2
481         * sha.h 1.2
482         * md5c.c 1.2
483         * mycdrom.h 1.2
484         * mytype.h 1.2
485         * raw.c 1.2
486         * raw.h 1.2
487         * resample.c 1.2
488         * resample.h 1.2
489         * ringbuff.c 1.2
490         * global.h 1.2
491         * interface.c 1.2
492         * interface.h 1.2
493         * ioctl.c 1.2
494         * ioctl.h 1.2
495         * lconfig.h.in 1.2
496         * local.cnf.in 1.2
497         * lowlevel.h 1.2
498         * md5.h 1.2
499         * aiff.h 1.2
500         * base64.c 1.2
501         * base64.h 1.2
502         * byteorder.h 1.2
503         * cdda2wav.1 1.2
504         * cdda2wav.c 1.2
505         * cdda2wav.h 1.2
506         * config.h 1.2
507         * aifc.c 1.2
508         * aifc.h 1.2
509         * aiff.c 1.2
510           first
511
512 Sat Nov 13 19:30:21 1999 Heiko Eissfeldt <heiko@colossus.escape.de>
513         * cdda2wav.1 1.1
514           date and time created 99/11/13 19:30:21 by heiko
515
516 Sat Nov 13 19:25:02 1999 Heiko Eissfeldt <heiko@colossus.escape.de>
517         * lconfig.h.in 1.1
518         * local.cnf.in 1.1
519           date and time created 99/11/13 19:25:02 by heiko
520
521 Sat Nov 13 19:24:29 1999 Heiko Eissfeldt <heiko@colossus.escape.de>
522         * aifc.h 1.1
523         * aiff.h 1.1
524         * base64.h 1.1
525         * byteorder.h 1.1
526         * cdda2wav.h 1.1
527         * config.h 1.1
528         * global.h 1.1
529         * interface.h 1.1
530         * ioctl.h 1.1
531         * lowlevel.h 1.1
532         * md5.h 1.1
533         * mycdrom.h 1.1
534         * mytype.h 1.1
535         * raw.h 1.1
536         * resample.h 1.1
537         * ringbuff.h 1.1
538         * saveargs.h 1.1
539         * scsi_cmds.h 1.1
540         * semshm.h 1.1
541         * setuid.h 1.1
542         * sha.h 1.1
543         * sndconfig.h 1.1
544         * sndfile.h 1.1
545         * sun.h 1.1
546         * toc.h 1.1
547         * wav.c 1.1
548         * wav.h 1.1
549           date and time created 99/11/13 19:24:29 by heiko
550
551 Sat Nov 13 19:24:28 1999 Heiko Eissfeldt <heiko@colossus.escape.de>
552         * aifc.c 1.1
553         * aiff.c 1.1
554         * base64.c 1.1
555         * cdda2wav.c 1.1
556         * interface.c 1.1
557         * ioctl.c 1.1
558         * md5c.c 1.1
559         * raw.c 1.1
560         * resample.c 1.1
561         * ringbuff.c 1.1
562         * scsi_cmds.c 1.1
563         * semshm.c 1.1
564         * setuid.c 1.1
565         * sha_func.c 1.1
566         * sndconfig.c 1.1
567         * sun.c 1.1
568         * toc.c 1.1
569           date and time created 99/11/13 19:24:28 by heiko
570