R. Bernstein
2022037807
More patches from pbatard to reduce warnings, etc.
2012-03-03 20:11:14 -05:00
R. Bernstein
d0018220cc
Reduce complation warnings via changes in pbatard branch
2012-03-03 19:57:05 -05:00
R. Bernstein
b1d2146ab4
Reduce complation warnings via changes in pbatard branch
2012-03-03 19:52:41 -05:00
R. Bernstein
e5ac559bcd
Remove a couple of warnings, some of which were removed in the pbatard branch.
2012-03-03 19:41:48 -05:00
R. Bernstein
2145a5c805
check_legal.regex: wrong regexp. This time, for sure!
2012-03-03 18:32:43 -05:00
R. Bernstein
deb33d6a0b
check_legal.regex: allow matching cd-info.exe.
...
check_common_fn.in: don't erase file cd-info_legal.dump if there is an error.
2012-03-03 16:58:34 -05:00
R. Bernstein
b0e12e476e
More things Pete has done
2012-03-03 16:30:12 -05:00
R. Bernstein
47f417e5dc
Reinstate nrg test for MinGW.
2012-03-03 16:28:19 -05:00
R. Bernstein
739928df7b
Pete Batard's patches offset types especially for MinGW and MS Visual C.
2012-03-03 12:10:53 -05:00
R. Bernstein
f269abeb07
Pete Batard's patches offset types especially for MinGW and MS Visual C.
2012-03-03 12:08:25 -05:00
R. Bernstein
0bdb015d47
pbatard empty array changes for iso9660.h. I think the last of the header patches.
2012-03-03 11:38:44 -05:00
R. Bernstein
f00c1059d9
pbatard flexible array for ecma_167.h header
2012-03-03 10:46:42 -05:00
R. Bernstein
44ddf740e6
test/check_common.sh.in: Avoid $(...) for sh of Solaris 10
2012-03-03 09:47:49 -05:00
R. Bernstein
2e8bb0d567
A foolish consistency with respect to the ordering of making example programs
2012-03-03 09:33:19 -05:00
R. Bernstein
316fb2408f
Reduce differences in pbatard branch for headers. (Still need to add empty array/union differences).
2012-03-03 08:48:43 -05:00
R. Bernstein
730b58a86e
Reduce differences between master and pbatard branch.
2012-03-03 08:26:48 -05:00
R. Bernstein
dde01f420a
Revise OO CD-Text CPP for different interface. Update copyright and untabify some files.
2012-03-03 07:55:27 -05:00
R. Bernstein
2b84a552e3
Harmonize source headers: C++ examples [PATCH 3/5] from pbatard.
2012-03-03 07:42:11 -05:00
R. Bernstein
422693a7cd
Change headers as per pbatard branch to make MinGW work out.
2012-03-03 00:26:20 -05:00
R. Bernstein
c67e423704
Harmonize source headers: C examples (Patch 4/5)
2012-03-02 23:41:06 -05:00
R. Bernstein
a08e5931e0
check_common_fn.in: show command name when we hit an error
2012-03-02 21:42:35 -05:00
R. Bernstein
14ff96261c
Properly address 'len' MinGW shadow variable warnings in ISO9660.
...
From pbatard branch.
2012-03-02 21:04:00 -05:00
R. Bernstein
1772b4eaa3
A slightly better locale-missing fix
2012-02-26 01:29:28 -05:00
rocky
c80d749a86
MinGW doesn't have a locale command
2012-02-26 00:56:53 -05:00
rocky
3ef4cde61a
Skip test/driver/nrg until we work out off_t issues
2012-02-26 00:31:49 -05:00
R. Bernstein
110ab30f17
Silence 'cont_###' set but not used warnings on MinGW
...
From pbatard branch.
Update copyright date on recently changed files.
2012-02-25 20:41:26 -05:00
R. Bernstein
04181f8456
Fix "setlocale: LC_TIME: cannot change locale (en_US" warning during tests.
...
Both 'en_US' and 'en_US.utf8' might be defined on some platforms
From pbatard branch.
2012-02-25 20:27:33 -05:00
R. Bernstein
3d024135b5
Fix missing logging header for aspi32.c/win32.c
...
From pbatard branch
2012-02-25 20:19:49 -05:00
R. Bernstein
3536da6230
Fix 'struct timespec declared inside parameter list' MinGW warning.
...
From pbatard branch.
2012-02-25 19:34:16 -05:00
R. Bernstein
385496a24c
Use native Windows assert for MinGW. This also avoids false positive warnings with Clang static analyzer, as the default libcdio assert does return.
...
From pbatard branch.
2012-02-25 19:28:47 -05:00
R. Bernstein
734c6473b3
Fix some of the tests for MinGW and fix the use of Sleep/usleep for MinGW & MSVC platforms
...
* Sleep takes ms, not s
* Use sleep/Sleep rather than usleep in the cdchange sample, as usleep
is not available on recent MinGW platforms
From pbatard branch.
2012-02-24 22:03:19 -05:00
R. Bernstein
871eca6415
* use "Define to" as this is the comment default from autotools
...
* use quotes and x prefix for string tests
* add detection for MinGW required LFS calls and remove unneeded AC_FUNC_FSEEKO
* set LFS support for MinGW
* disable cdda_player for MinGW
* enable Joliet support without iconv on MinGW
* also fix an issue with CRLF in config.rpath
Above from Pete Batard.
2012-02-24 05:16:13 -05:00
R. Bernstein
1a7366c674
types.h: gcc before 4.5 has a no-argument form of deprecated.
...
device.h: use LIBCIO_DEPRECATED macro rather than assume gcc.
2012-02-24 05:10:24 -05:00
R. Bernstein
998567ef2d
lib/driver/osx.c: duplicate transport error enum - cdio/cdda.h removed
2012-02-24 04:35:00 -05:00
R. Bernstein
e20dde12c4
Make "distcheck" works again.
...
include/cdio/Makefile.am: was missing inclusion of cdtext.h
test/Makefile.am: remove paranoia test.
2012-02-23 03:47:08 -05:00
rocky
f9bd26cbc2
paranoia code removed. Is now in separate tree under GPL v2+.
...
realpath.c: patch from Debian and N. Boullis
2012-02-19 22:11:14 -05:00
rocky
c742eed87d
Debian POSIXness fix from N. Boullis
2012-02-19 20:06:47 -05:00
rocky
12876c81fd
Deprecate some defines - patch from Nicolas Boullis.
2012-02-19 13:04:36 -05:00
rocky
e4b4d564ef
manual page corrections.
2012-02-19 12:35:30 -05:00
R. Bernstein
8502946c1f
$abs_top_path now seems to really refer to the absolute top path. Adjust data/check locations accordingly.
2012-02-12 09:08:08 -05:00
R. Bernstein
ff70754ebf
$abs_top_path now seems to really refer to the absolute top path. Adjust data/check locations accordingly.
2012-02-12 08:40:58 -05:00
R. Bernstein
b095772f0c
Incorporate Leon'suggestions
2012-02-08 22:58:22 -05:00
R. Bernstein
20b6e0cb41
Other Pack Types -> Miscellaneous Pack Types
2012-02-08 07:44:04 -05:00
R. Bernstein
ec39d06867
One more time
2012-02-08 07:35:19 -05:00
R. Bernstein
7056a1854c
One small little change
2012-02-08 07:33:54 -05:00
R. Bernstein
82c47c9009
Work a little on the grammar in the beginning of section "Pack Contents"
2012-02-08 07:32:24 -05:00
R. Bernstein
b81ab1cdb4
Revision based on latest comments from Thomas
2012-02-08 06:59:25 -05:00
R. Bernstein
607602173e
Refine sectioning yet again, add pack numbers to appropriate sections. Other small changes.
2012-02-07 21:53:58 -05:00
R. Bernstein
f7782843a2
Make two top-level sections to separate lower-level decode/encode from higher-level CD-TEXT entry. Go over references -- another pass is needed. Corrections from Thomas. CD Text -> CD-TEXT since that's how docs list it.
2012-02-06 21:49:58 -05:00
R. Bernstein
27b0c5ffcf
Add an introduction. Make less machine-centric and more Human-centric.
...
Regularize terminology more, e.g. CD Text, Pack Types.
2012-02-06 07:01:52 -05:00