cgd
|
a8ec668ddf
|
convert to use getprogname()
|
2001-02-19 23:03:42 +00:00 |
lukem
|
c3b1f98e93
|
replace guts of opencd() with call to opendisk(). prevents coredump
when a device with a leading / (e.g, `/dev/cd0') is given, as well as
promotes code reuse ;-)
|
2000-12-16 01:36:00 +00:00 |
is
|
135600f947
|
More format string cleanup by sommerfeld.
|
2000-10-11 14:46:00 +00:00 |
abs
|
762a48a1a4
|
Do not use 'Ar' for literal arguments, update Dd
|
2000-09-18 16:47:11 +00:00 |
abs
|
9cf3724e46
|
Allow a single argument to 'volume' to set both channels.
|
2000-08-30 10:13:52 +00:00 |
msaitoh
|
e6af398b37
|
use play_track() instead of play_blocks() when play whole disk
(because the xfer length field of the PLAY command (0x45) is 2 bytes.
It's too short to play whole disk)
|
2000-06-15 21:07:37 +00:00 |
ad
|
28c000fd87
|
- Re-word and reformat this to be more readable.
- Address PR 9794 by matthew green: 'd' is raw part on arches other than i386.
|
2000-06-14 14:38:52 +00:00 |
ad
|
1904914b75
|
Apply patch supplied in PR 8561 from URA Hiroshi: fixes LBA mode display on
little endian machines.
|
2000-06-14 13:51:45 +00:00 |
ad
|
3553879fc2
|
Use my proper name.
|
2000-06-13 13:36:42 +00:00 |
mrg
|
43aefadca4
|
reword slightly.
|
2000-04-15 18:11:00 +00:00 |
ad
|
26966d13f4
|
- ntohl() -> be32toh().
- Dispence with some of the idiocy in run().
- Couple of nits.
|
2000-01-05 18:15:20 +00:00 |
msaitoh
|
6f52aeb8d1
|
cdplay now uses libedit!
|
1999-11-26 18:34:58 +00:00 |
ad
|
a14ea316bd
|
Typos.
|
1999-09-28 18:36:33 +00:00 |
ad
|
a74cd67dcf
|
Some cleanup [Fixes to follow as soon as I get a CD-ROM drive at home]
|
1999-09-18 21:15:23 +00:00 |
ad
|
77895f938d
|
- cdplay(1) first appeared in 1.5.
- correct date on manpage.
|
1999-07-16 14:15:49 +00:00 |
ad
|
424d2bb005
|
KNF
|
1999-06-05 14:03:32 +00:00 |
ad
|
dff6953739
|
'cdplay', a simple utility for playing compact disks with both a command line
and an interactive mode.
|
1999-06-05 13:21:59 +00:00 |