thorpej
|
e05ba164ef
|
Need <sys/types.h> early on.
|
2002-01-23 01:09:15 +00:00 |
wiz
|
73f9704b80
|
Sort sections, fix punctuation.
|
2001-10-17 22:32:41 +00:00 |
ad
|
86b1285531
|
Pasto.
|
2001-08-21 09:56:54 +00:00 |
ad
|
64905538d6
|
Fix typo.
|
2001-08-20 13:44:08 +00:00 |
ad
|
195345977b
|
warn() -> warnx() in one place.
|
2001-08-20 12:37:21 +00:00 |
ad
|
767bd4a3fa
|
- Implement shuffle play and some other goodies. Mostly from a patch
submitted by Sergey Svishchev <svs@ropnet.ru> in PR 13682.
- More tidying.
|
2001-08-20 11:24:57 +00:00 |
ad
|
a76db7786e
|
Cleanup.
|
2001-08-20 09:50:10 +00:00 |
ad
|
d78020d1bf
|
Use getrawpartition().
|
2001-08-20 08:21:09 +00:00 |
gmcgarry
|
61e39db8f0
|
Add support for skipping to the previous and next tracks.
|
2001-07-01 05:04:26 +00:00 |
wiz
|
0c54ccc8ac
|
Fix date, Os and whitespace.
|
2001-04-09 12:30:53 +00:00 |
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 |