summaryrefslogtreecommitdiff
path: root/lib/iso9660/iso9660.c
AgeCommit message (Collapse)AuthorFilesLines
2012-09-24Make bool be 8-bit. Rather switch than find where in ISO9660 there was a ↵R. Bernstein1-5/+5
discrepency between stdbool and the type.h definition.
2012-03-12Set timezone compatible with previous version. Patch from N. Boullis.R. Bernstein1-15/+19
2012-03-03pbatard empty array changes for iso9660.h. I think the last of the header ↵R. Bernstein1-16/+16
patches.
2011-03-28Don't think NULL is valid as a parameter any more.R. Bernstein1-2/+2
2010-03-23Compile error when Rock Ridge support is disabled. Savannah bug #29308.R. Bernstein1-5/+8
2009-12-26Fix bug in our rewrite of gmtime.rocky1-1/+1
2009-12-25Add interface for retrieval of last SCSI sense command.R. Bernstein1-2/+0
2009-12-24Start Solaris driver test. Driver MMC sets cdio return codes better.rocky1-3/+3
2009-12-24Real test of testiso9660 on Solaris which does not have HAVE_GMTOFFrocky1-1/+1
2009-12-23Start set/get time routines that tolerate no timezone structure inR. Bernstein1-19/+45
struct tm. Solaris is like that. (I think cygwin too.)
2008-11-29First commit after CVS conversion. Should be just administrative changes.R. Bernstein1-0/+1241