Commit Graph

1232 Commits

Author SHA1 Message Date
rocky
465e0373ee configure.ac, lib/*, example/*.c, src/iso-read.c:
start to separate compiler/OS deficiencies into "portable.h"

configure.ac, lib/iso9660_fs.c:
  use AM_LANGINFO_CODESET rather than code in our ouwn langinfo.h and
  CODESET tests.
2004-10-31 13:58:44 +00:00
rocky
64f2ad383d Mostly portability issues from or inspired by mog's changes for XBOX.
image/*.c: initialize func structure to 0 (NULL).

include/cdio/*.h: add "extern C" for C++ compilations where
appropriate.
2004-10-31 06:07:26 +00:00
rocky
4c2ba6c953 Change to make compatible for MSVC 6 and older C compilers. 2004-10-31 05:33:08 +00:00
rocky
a63627c686 Fixes when no Joliet support. 2004-10-31 04:55:57 +00:00
rocky
b3b2ded91b Fix up Joliet detection or lack thereof. 2004-10-31 03:10:25 +00:00
rocky
905d72fcac Add include of stdlib.h (From mog for XBOX) 2004-10-30 21:53:15 +00:00
rocky
523f65460f Files for compiling with MSVC. Courtesy of John Oseman (mog). 2004-10-30 14:18:17 +00:00
rocky
f26b991c7c Fixes while trying to merge some of the XBOX changes. 2004-10-30 06:48:17 +00:00
rocky
c809407a2f NLS fixups. Wrong preprocessor symbol used. 2004-10-30 04:43:43 +00:00
rocky
299e2ea2f9 configure.ac, iso9660.c: test for tzname variable.
configure.ac, iso9660_fs.c: test for nls_langinfo() and #include <langinfo.h>
iso-info.c: some OS's need 2 args for multi-arg defines.
2004-10-30 02:55:17 +00:00
rocky
5cb455b932 libiso9660 needs iconv. Also, we're not libvcdino. 2004-10-30 01:43:43 +00:00
rocky
9d94b71a53 *: test for daylight and timezone
configure.ac: test for stdbool.h
2004-10-30 00:38:43 +00:00
rocky
749d506d08 Conditional compilation of Joliet support. 2004-10-29 02:11:48 +00:00
rocky
ab9c002b0b Add joliet regression test files. 2004-10-28 11:14:50 +00:00
rocky
6869e97bb2 configure.ac: Add --disable-joliet and disable joliet if iconv is not around
iso9660_fs.c: Setting string length on of UCBE wrong?
test/*: add joliet regression test.
2004-10-28 11:13:40 +00:00
rocky
9cdc89f3f3 cdio.h accidently got removed. 2004-10-28 10:08:56 +00:00
rocky
8ad61e6d4d Add more fields from the MMC-3 spec. 2004-10-28 03:50:32 +00:00
rocky
8ea308b5eb bytesex files have moved from private to public. Forgot to remove
them for "make dist"
2004-10-28 03:49:37 +00:00
rocky
6564c84523 A small change which caused a hard-to-find bug in using Joliet filenames. 2004-10-28 00:03:17 +00:00
rocky
17a4e2ff4c Cygwin fixes. 2004-10-27 01:16:39 +00:00
rocky
f49f88e122 iconv manpages sys the return is size_t not int 2004-10-26 10:00:27 +00:00
rocky
61e83949c0 Reinstate -1 test. 2004-10-26 09:56:53 +00:00
rocky
3095286c1f Respect --no-joliet better. 2004-10-26 09:35:47 +00:00
rocky
f8e1ad674d Remove some gettext fascism. 2004-10-26 09:00:11 +00:00
rocky
589fba32d9 Solaris fixes
test/vcd_demo.right: fix when vcd-info is not installed.
2004-10-26 08:32:28 +00:00
rocky
90ce9028d2 Add --no-joliet option 2004-10-26 07:51:49 +00:00
rocky
30a19a1909 Various valgrind-detected memory leaks and unitialized variable errors. 2004-10-26 07:34:41 +00:00
rocky
3cc13c287f Test for presence of tzset(). 2004-10-26 06:33:49 +00:00
rocky
8b895d0ba1 Joliet filename detection for CD images is now done.
Various valgrind-caught errors fixed
Output changed: we no longer print root block number.
(It is still shown when XA attributes are printed.)
2004-10-26 01:21:05 +00:00
rocky
1d0bca626b root_directory accounting is now a little different since we don't
count the filename as part of the root_directory record.
2004-10-25 01:41:07 +00:00
rocky
55de6dfdeb First attempt to extent Joliet to CD reading portion. 2004-10-24 23:42:39 +00:00
rocky
fa880ca82a Makefile.am: "make test" now means the same thing as "make check"
configure.ac: make sure we test for iconv. gettext isn't all that important
	      right now.
2004-10-24 14:32:50 +00:00
rocky
7faabbe647 Was looking at wrong place for joliet/non-joliet. 2004-10-24 13:01:44 +00:00
rocky
4257f24aaa Add libiconv libraries where needed. 2004-10-24 12:26:28 +00:00
rocky
ca786556c7 Try to reduce duplicate header tests. 2004-10-24 11:32:21 +00:00
rocky
b80f88c96a Add more derived files from recent changes. 2004-10-24 11:25:25 +00:00
rocky
4df410a412 configure.ac: test for intl and iconv needed for Joliet support
iso-info.c: add --no-joliet option
Doxyfile*, configure.ac: Automatically update some ofthe Doxyfile information
2004-10-24 11:20:30 +00:00
rocky
780afbabfd Various portability fixes when libiconv isn't available or is broken. 2004-10-24 03:29:31 +00:00
rocky
80f57fc86f *** empty log message *** 2004-10-23 21:24:07 +00:00
rocky
ded07ac4a6 *** empty log message *** 2004-10-23 21:15:22 +00:00
rocky
db4591fb54 Revise. Note iso-tar. 2004-10-23 21:10:36 +00:00
rocky
a492bb4ab6 First cut at Joliet support for ISO 9660 images. More work is needed
to integrate this into CD reading.
2004-10-23 20:55:08 +00:00
rocky
8cca2f6709 Slightly better error messages. 2004-10-22 09:51:40 +00:00
rocky
1172650ec3 Update definition of ISO 9660 2004-10-22 09:44:00 +00:00
rocky
9c2f250951 What's up. 2004-10-22 01:14:08 +00:00
rocky
b80d83f07b iso9660.h, iso9660_fs.c: Add iso9660_ifs_is_xa() a routine to
determine if an iso image has XA attributes.

bytesex.h and bytesex_asm.h are now public. (Down the line should use
glib though.) Package  has been revised to the move.

iso-info.c: shows XA attributes what that it is available.
2004-10-22 01:13:38 +00:00
rocky
454497f058 Add Ian MacIntosh. 2004-10-12 07:05:51 +00:00
rocky
b946c03c2a small formatting change. 2004-10-10 20:36:10 +00:00
rocky
e6c4439e73 What's changed. 2004-10-10 20:28:25 +00:00
rocky
23235f4042 Rename many of the "sample" programs to something more descriptive.
libcdio.texi: add a SCSI-MMC example program.
2004-10-10 00:21:08 +00:00