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
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
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
6001f4e818
*** empty log message ***
2006-03-07 11:19:49 +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
42b0b841d0
iso9660.hpp, iso1.cpp get list iterators working.
...
rest: add _ to isachar and isadchar
2006-03-06 19:39:35 +00:00
rocky
c5700c3600
Small comment changes
2006-02-25 12:10:53 +00:00
rocky
fcdb7ae42a
Revise test to be more informative
2006-02-25 12:02:02 +00:00
rocky
2bb195c53e
Revise test to be more informative
2006-02-25 11:58:22 +00:00
rocky
87974ac363
Add at least an attempt to call get_default_devices().
2006-02-12 09:38:36 +00:00
rocky
3861e929ef
Fix bug in is_device when driver_id = DRIVER_UNKNOWN or DRIVER_DEVICE
2006-02-01 00:45:45 +00:00
rocky
af0fee3bd9
Add test of set blocksize and set speed.
2006-01-21 11:05:00 +00:00
rocky
741ee6b038
Looks like FSF has changed their address.
2006-01-05 21:54:50 +00:00
rocky
edfc03ac78
*** empty log message ***
2005-11-10 11:23:42 +00:00
pjcreath
10166d3d88
Changed the underrun+jitter test to use small jitter, since medium jitter
...
is now broken. The test should be returned to its former rigor (if not
better) once we squash the medium jitter bug.
2005-10-17 15:10:55 +00:00
rocky
2afad8d866
Move lower-level cdrom_drive_t from paranoia.h into cdda.h
...
This may cause some incompatibilty in applications that did
#include <cdio/cdda.h> without #include <cdio/paranoia.h>
As of now it's okay to just #include <cdio/paranoia.h> or include both,
but #includ'ing only <cdio/cdda.h> will be a problem.
2005-09-21 01:41:31 +00:00
rocky
b4b1c4ec6f
Add option to disable Rock-Ridge support --disable-rock
...
Add IS_ISSOCK() or S_ISLNK() macros for Rock-Ridge when environment
doesn't have it, e.g. MSYS 1.0.10 with MinGW 3.4.2.
Go over --enable settings. --disable-cpp-progs now works.
Require libcddb 1.0.1 or better
2005-09-15 06:36:01 +00:00
rocky
317de33b70
Remove more valgrind-caught erroneous free()'s.
2005-06-08 08:20:36 +00:00
rocky
8271c5b9be
Comment typo.
2005-04-30 02:04:29 +00:00
rocky
77a935bf57
Seems to force executable shell better.
2005-04-11 02:57:04 +00:00
rocky
c48ac300dc
Changes to make Solaris /bin/sh regression test work.
2005-04-11 02:36:36 +00:00
rocky
ea6f2ba77c
testparanoia.c: free() moved inside library where it belongs.
...
others: trivial changes.
2005-04-11 01:03:46 +00:00
rocky
007456fd3a
Revised ISO9660 and multi-session output.
2005-03-06 22:38:07 +00:00
rocky
399fbf5013
Add Rock-Ridge regression test.
2005-03-05 23:51:40 +00:00
rocky
83759b2ab9
Add test Rock-Ridge ISO-9660 image
2005-03-05 19:03:38 +00:00
rocky
8aafa13058
Rock-Ridge test ISO 9660.
2005-03-05 18:47:33 +00:00
rocky
eebb3ca0a4
Change multi-session output - cd-info reports LSN's, not session number.
2005-03-05 16:51:12 +00:00
rocky
822a203ba8
Add API routine to get last session number.
2005-03-05 10:10:16 +00:00
rocky
3650e65a6f
Better failure output messages.
2005-03-03 10:33:26 +00:00
rocky
ccf435d4d8
Change to make "make distcheck" (build outside of src directory) work.
2005-03-03 01:04:27 +00:00
rocky
8c9fd21f5e
Change to make build out of srcdir work.
2005-03-02 13:33:24 +00:00
rocky
9d7e2b97da
Enable building out of srcdir. Patches outside of test/* from Mike Castle
2005-03-02 12:49:28 +00:00
rocky
850aeed10d
Deal with unimplemented audio status (such as on image drivers)
2005-03-01 11:29:52 +00:00
rocky
a63bca7440
Show seconds in ISO9660 listing.
2005-02-26 23:25:33 +00:00
rocky
70025d7a32
Show modification time, not create time as seems to be the common case
...
for ls.
2005-02-26 15:41:20 +00:00
rocky
8c6963dba9
Time's on iso9660 have changed.
2005-02-26 15:06:25 +00:00
rocky
7bbdbd4f7c
iso9660_get_dtime hack: we've seen it happen that everything except
...
gmtoff is zero and the expected date is the beginning of the epoch. So
we accept 6 numbers being zero. I'm also not sure if using the of the
Epoch is also the right thing to do either.
2005-02-22 09:55:47 +00:00
rocky
3d97c7ded6
Correct Rock-Ridge directory/link listing.
...
{cd,iso}-info --no-rock-ridge works (and with rock-ridge too)
test/*.right: output is now what I guess it's should be
2005-02-20 16:21:06 +00:00
rocky
25f560b5cf
Add LSNs more places.
2005-02-20 10:40:56 +00:00
rocky
9c377e1fe3
Add LSN's
2005-02-20 10:37:36 +00:00
rocky
4bee04f8f6
Put in LSN's and sizes more often.
2005-02-20 10:34:45 +00:00
rocky
a8e1fd6038
all: Add iso9660_get_rock_attr_str to get an ls-like mode string for rock
...
ridge.
{cd,iso}-info.c util.{c,h}: put common printing routine in util.c
rock.h: add enum for NM flags
iso9660.h: move mode_t typedef so it can be used in rock.h
xa.{c,h}: small typos.
test/*: in most cases better output. On VCD's however there there is a
slight regression on displaying the filename someitmes. Will be
addressed later.
2005-02-20 10:21:01 +00:00
rocky
0a048cb05c
*** empty log message ***
2005-02-20 03:20:42 +00:00
rocky
f5fbcf8a49
Add --no-header as all regression tests probably should do (so we
...
don't get copyright info.)
2005-02-19 11:48:17 +00:00
rocky
e643816fba
Wasn't running ISO9660 regression tests. Output now includes file sizes.
2005-02-18 23:49:45 +00:00
rocky
0cf6cf5fe2
Think this is more correct.
2005-02-18 22:40:34 +00:00
rocky
800f675288
Ooops: added a bug in trying give more info. Fixed now.
2005-02-17 06:28:41 +00:00
rocky
9dead00107
Show failing invocation.
2005-02-17 04:29:24 +00:00