rocky
8ffff65053
env -> p_env
2004-11-13 23:33:57 +00:00
rocky
91efd3dba0
Small typo.
2004-11-13 20:38:41 +00:00
rocky
55dfbe18ea
Guidence from Nicolas Boullis on how to library versioning works or
...
should work.
2004-11-12 03:44:08 +00:00
rocky
7e765bafdc
cdtext.c: was not converting arranger string properly.
2004-11-08 04:13:27 +00:00
rocky
9a75dca071
Hoist common "portable" definitions into portable.h
...
NEWS - rearrange.
2004-11-07 21:13:10 +00:00
rocky
e37155e627
fixes to make run on AIX
2004-11-07 19:26:03 +00:00
rocky
dcbf0eb30a
Revert last changes.
2004-11-07 16:29:05 +00:00
rocky
5fdb9585ea
Compilation fix.
2004-11-07 06:42:16 +00:00
rocky
e0918d11c1
win32_ioctl.c: minor comment or function name changes.
...
aspi32.c: use length definitions better.
2004-11-07 06:36:53 +00:00
rocky
c653d900fe
Read TOC buf fixes. Now tries MMC FULLTOC and then falls back to
...
Windows' DeviceIoCtl READ_TOC.
2004-11-07 06:22:49 +00:00
rocky
2f1d2c045c
Small warning change when we don't have nl_langinfo(CODESET).
2004-11-06 17:50:05 +00:00
rocky
854313a20b
Remove erroneous free()'s. This now give a valgrind error that looks
...
to me bogus.
2004-11-06 17:24:04 +00:00
rocky
9338185a21
Clean up headers - remove "obsolete" names. Some OS's weren't testing
...
some, and some OS-specific we were testing for.
2004-11-06 16:10:27 +00:00
rocky
d364eb5f96
Automake woes. Think I have PACKAGE and VERSION set right now.
...
lib/Makefile.am: we'll say libcdio has new interfaces
2004-11-06 12:29:37 +00:00
rocky
68552aa3fe
Change library numbers.
2004-11-06 11:41:59 +00:00
rocky
2e8d9e2e9e
Typo.
2004-11-06 11:32:38 +00:00
rocky
10e8259fba
src/util.{c,h}: use report more often.
...
NEWS - what's up
2004-11-06 09:16:04 +00:00
rocky
f4a22b5fe6
src/util.c: remove extra white space
...
test/cdda.right: adjust for recently found bug.
2004-11-06 03:17:31 +00:00
rocky
5e87bca2c8
Bug in showing cdtext for individual tracks.
2004-11-06 03:12:34 +00:00
rocky
152d8508b7
Common output routine in utility programs as a concession to
...
environments which may no have or prefer stdout/stderr such as XBOX.
2004-11-04 10:08:23 +00:00
rocky
6cbcabbe41
Wrong Version substitution. Thanks again to Steve Schultz.
2004-11-04 07:44:29 +00:00
rocky
bbe0590ee2
Wrong substitution name. Thanks to Steve Schultz for finding this
...
problem.
2004-11-04 03:35:57 +00:00
rocky
09d2893bdb
Compilation fix. Add line/file/fn info on XBOX.
2004-11-01 10:39:30 +00:00
rocky
a04b4a324b
Add common FORMAT_ERROR. XBOX/MSVC deficiencies shouldn't be so in your face.
2004-11-01 09:48:34 +00:00
rocky
b8a37ff266
Merging in MSVC/XBOX from John Oseman
2004-11-01 09:14:21 +00:00
rocky
e1a034f5d8
Set some package strings.
2004-11-01 08:53:47 +00:00
rocky
4ca6d1cdd1
Typo.
2004-11-01 08:35:22 +00:00
rocky
b0eaac98fb
Compilation fixes.
2004-10-31 17:43:30 +00:00
rocky
5ff97b8b45
scsi_mmc.c: get CD-Text length before reading CD-Text. win32.c: make
...
sure we can't set ASPI when XBOX. Other small changes for XBOX compatibility.
2004-10-31 17:18:08 +00:00
rocky
613cc70533
portable.h: remove rcsid.
...
logging.c: include portable.h
2004-10-31 14:55:35 +00:00
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