rocky
|
01b3b98aef
|
The latest wrinkle in the maze of twisty timezones all different.
|
2006-03-18 01:00:07 +00:00 |
|
rocky
|
49bc5ccb3f
|
Security: replace all uses of strcat and strcpy with strncat and strncpy
|
2006-03-18 00:53:20 +00:00 |
|
rocky
|
94eda2ef9d
|
Add --just-hex option to cd-read. Not all OS's agree on what's printable.
|
2006-03-17 23:37:19 +00:00 |
|
rocky
|
611fc94450
|
Replace strcat and strcpy with strncat, strncpy.
|
2006-03-17 22:36:31 +00:00 |
|
rocky
|
25a76d78cb
|
Put back in getopt.h, getopt.c, getopt1.c. Solaris doesn't always have
it and it's really too much of a hassle to do all that configuration
code to figure out where it is and what has to be done to get it to
work.
|
2006-03-17 19:36:54 +00:00 |
|
rocky
|
69ecb8d916
|
mmc_direction_t -> cdio_mmc_direction_t
|
2006-03-17 19:06:51 +00:00 |
|
rocky
|
34a20c65e2
|
It's now mmc.h, not scsi_mmc.h
|
2006-03-17 18:15:10 +00:00 |
|
rocky
|
5cff4ff084
|
Address one more glitch - NULL tm_zone's
|
2006-03-17 16:46:52 +00:00 |
|
rocky
|
1b57099566
|
Even more dancing around the different tm mktime variations on different
OS's. I think we have GNU/Linux, cygwin, and BSDI now.
|
2006-03-17 16:41:04 +00:00 |
|
rocky
|
207cc58a4d
|
NEWS
|
2006-03-17 16:36:33 +00:00 |
|
rocky
|
9cf16ee411
|
Need more sophisticated way to compare times.
|
2006-03-17 16:31:38 +00:00 |
|
rocky
|
11cb91da13
|
More time corrections in the presense of timezones, daylight savings time,
and HAVE_TM_GMTOFF
|
2006-03-17 13:00:43 +00:00 |
|
rocky
|
2e730474fd
|
use tzset to try to get GMT read.
|
2006-03-17 03:19:15 +00:00 |
|
rocky
|
6a671c70c5
|
mmc_direction_t -> cdio_mmc_direction_t
|
2006-03-17 03:10:53 +00:00 |
|
rocky
|
a418cf06ba
|
iso9660_get_{l,d}time() anot accounting for the timezone properly.
Some other small bugs removed.
|
2006-03-17 01:05:54 +00:00 |
|
rocky
|
3796126792
|
Remove email addresses -- spammers are winning
|
2006-03-14 12:16:24 +00:00 |
|
rocky
|
ad5a0ed21e
|
Add flameeyes
|
2006-03-14 12:14:26 +00:00 |
|
rocky
|
2cb388781d
|
Update library version numbers for possible release. FSF address change.
|
2006-03-14 12:05:16 +00:00 |
|
rocky
|
62386a361a
|
iso9660.h: note b_mode2 parameter is not used any more
cdda-player.c
FSF address change.
|
2006-03-14 11:40:05 +00:00 |
|
rocky
|
509aaf7798
|
comment change - 0x2->FLAGS_UNREAD
|
2006-03-13 02:08:14 +00:00 |
|
rocky
|
dcb65efb93
|
Try p_cdio as protected.
|
2006-03-11 04:15:35 +00:00 |
|
rocky
|
ae3a59ec4c
|
Put back cdio_stat_size tolerance.
|
2006-03-07 23:54:43 +00:00 |
|
rocky
|
926254ff8c
|
.
|
2006-03-07 21:03:28 +00:00 |
|
rocky
|
2c2245652d
|
Go back to inlining various functions because older STL's can't handle
not having the bodies. (I think this is what's going on, but I'm not
completely sure. Deals with failure on older BSDI and gcc 2.95 server)
|
2006-03-07 20:54:22 +00:00 |
|
rocky
|
b98683ea1f
|
Code for Cdio::Devices Class
|
2006-03-07 20:01:26 +00:00 |
|
rocky
|
bc47dc30df
|
.cvsignore
|
2006-03-07 19:56:15 +00:00 |
|
rocky
|
29d414594d
|
Change list of files from a list to a vector. read_pvd() for
ISO9660::FS works. iso4.cpp: show ISO 9660 info for CD-images (like
iso1 for ISO images).
|
2006-03-07 19:55:11 +00:00 |
|
rocky
|
6001f4e818
|
*** empty log message ***
|
2006-03-07 11:19:49 +00:00 |
|
rocky
|
2350ea3e52
|
Don't do library versioning if there no object files to look at. This
removes spurious "nm: no a.out" messages when --disable-shared is in effect.
|
2006-03-07 11:19:12 +00:00 |
|
rocky
|
67d4aa6fe9
|
Move code from devices.hpp and iso9660.hpp headers into external files -
cdio.cpp, device.cpp, iso9660.cpp
configure.ac, C++/OO/Makefile.am: Found some bugs libraries acces in doing the
above move.
|
2006-03-07 10:46:36 +00:00 |
|
rocky
|
577774dd7b
|
testbincue.c.in: set @srcdir@. Make gcc 2.95 compatible.
|
2006-03-07 02:38:44 +00:00 |
|
rocky
|
2977ab7c50
|
Have to have iso9660_find_fs_lsn linker symbol around. (At least for now.)
|
2006-03-07 00:06:19 +00:00 |
|
rocky
|
6ed9b4a5ff
|
Distribute pkg-config files. Add iso9600.hpp to distribution.
|
2006-03-06 22:34:13 +00:00 |
|
rocky
|
789f24066b
|
Cosmetic changes.
|
2006-03-06 22:15:35 +00:00 |
|
rocky
|
7a3ded9bd7
|
Add ISO9660::FS - the cdio portion of ISO9660 reading.
iso9600.h: another function rename to be more consistent.
|
2006-03-06 21:54:56 +00:00 |
|
rocky
|
42b0b841d0
|
iso9660.hpp, iso1.cpp get list iterators working.
rest: add _ to isachar and isadchar
|
2006-03-06 19:39:35 +00:00 |
|
rocky
|
b6da64e564
|
Start OO iso1.cpp.
iso3.cpp: valgrind lint.
iso1.cpp: tidy more.
|
2006-03-06 04:48:37 +00:00 |
|
rocky
|
5e2d4f6bdf
|
Get first libiso9660++ OO program (iso3) working.
|
2006-03-06 01:34:22 +00:00 |
|
rocky
|
129e141493
|
Add more C++ ISO 9660 methods and some classes (for C structs).
|
2006-03-05 08:31:03 +00:00 |
|
rocky
|
66d6e093aa
|
lib/cdio++/Makeifle.am iso9660.hpp iso9660_stub.cpp: start C++ libiso9660 library
iso9660.h: documentation changes.
device.hpp: reduce number of methods
stub.cpp->cdio_stub.cpp
|
2006-03-05 06:52:15 +00:00 |
|
flameeyes
|
3c41003124
|
Add cdchange to ignored files.
|
2006-03-03 09:53:05 +00:00 |
|
flameeyes
|
ef8e2a7c3e
|
scsi_mmc_cdb_t -> mmc_cdb_t; scsi_mmc_direction_t -> cdio_mmc_direction_t; make FreeBSD driver build again.
|
2006-03-03 09:50:30 +00:00 |
|
flameeyes
|
0ea25b4c90
|
Add missing include in freebsd driver (fix implicit declaration of htonl).
|
2006-03-02 20:48:34 +00:00 |
|
rocky
|
7c7b83f35a
|
Mostly doc changes. However there was a field-name misspelling in iso9660.h
|
2006-03-02 18:59:13 +00:00 |
|
rocky
|
ad4aadc3cb
|
iso1.c{,pp} Show PVD info as well.
README: revise for the programs we've got.
|
2006-03-02 18:57:31 +00:00 |
|
rocky
|
c2d5b7e0fe
|
Simplify code. Add usage.
|
2006-03-02 18:46:30 +00:00 |
|
rocky
|
d4ea2bfcaf
|
Some small changes inspired by correspoinding Perl programs.
|
2006-03-02 01:28:58 +00:00 |
|
rocky
|
b8375748c5
|
Date changed
|
2006-03-01 20:49:54 +00:00 |
|
rocky
|
4ec818aabd
|
Document iso9660_name_translate{,_ext} more accurately.
|
2006-03-01 20:48:55 +00:00 |
|
rocky
|
5a765734f9
|
Remove duplicate free
|
2006-03-01 15:16:16 +00:00 |
|