R. Bernstein
09e0606cd0
Typo in C preprocessor symbol Comment #3 Savannah #35818
2012-03-25 03:57:16 -04:00
R. Bernstein
924e021fb9
Expand driver test framework a little and the tests we do.
2012-03-25 01:47:26 -04:00
Leon Merten Lohse
d7d488f816
Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/libcdio
2012-03-22 22:23:21 +01:00
Leon Merten Lohse
591c23ee48
Changed cdtext_select_language to take a cdtext_lang_t instead of a const char * to specify the desired language.
2012-03-22 22:21:52 +01:00
rocky
0b5e5d6465
MinGW seems to need <stdio.h> for FILE in utf8.h now
2012-03-19 21:43:16 -04:00
R. Bernstein
d2f135ea89
Small changes.
2012-03-18 22:45:08 -04:00
R. Bernstein
221d1264da
Replace a few collections of preprocessor #define's with enum's.
...
Savannah bug #35746 https://savannah.gnu.org/bugs/?35746 . Patch from Markus Elfring.
2012-03-18 13:34:21 -04:00
R. Bernstein
413872a60e
Recent header work by Pete Batard eliminates the need to set __CDIO_H__ here.
2012-03-18 13:27:12 -04:00
R. Bernstein
21f3187bb8
More small header changes:
...
* Remove leading underscores in header preprocessor names
* Regularize names to include directory parts in the file name
* Untabify files
* Update copyright and remove unmaintained cvs $Id$ line
The justification for removing leading underscores comes from a CERTS Secure Coding recommendation: https://www.securecoding.cert.org/confluence/display/cplusplus/DCL32-CPP.+Do+not+declare+or+define+a+reserved+identifier
See also Savannah bug #35745 https://savannah.gnu.org/bugs/?35745
2012-03-18 12:02:01 -04:00
R. Bernstein
a18d385d55
Update NEWS for some small typos
2012-03-12 06:12:02 -04:00
R. Bernstein
03643c8621
Set timezone compatible with previous version. Patch from N. Boullis.
2012-03-12 05:53:07 -04:00
Leon Merten Lohse
2a6f153952
[renamed] cdtext_languages_available to cdtext_list_languages
...
[fixed] C++ CD-Text API
[fixed] C++ CD-Text example
2012-03-11 16:41:28 +01:00
Pete Batard
6571318912
More paranoia and unconfig removal
2012-03-10 21:36:20 -05:00
R. Bernstein
556d5fb2a7
cdtext.c: Correct cdtext cue file name.
2012-03-10 16:20:25 -05:00
R. Bernstein
892ff0522e
Merge branch 'greenleon' of git.sv.gnu.org:/srv/git/libcdio
...
Conflicts:
lib/driver/image/bincue.c
2012-03-10 16:13:58 -05:00
R. Bernstein
0c7c1104fd
Small stylistic changes. More will go on in main branch
2012-03-10 13:46:22 -05:00
R. Bernstein
ac5e935d41
Don't set crc field outside of the limit of the cdtext_pack_t structure.
2012-03-10 12:51:05 -05:00
Leon Merten Lohse
25d6668e8b
Redo some of rocky's beautifications.
2012-03-09 09:22:25 +01:00
R. Bernstein
8023341b0b
Remove paranoia libcdio_cdda.pc.in
2012-03-05 23:12:27 -05:00
R. Bernstein
abe5b84295
Multilanguage CD-Text from greenleon
2012-03-05 21:22:08 -05:00
Pete Batard
9e4332245a
Fix an "unused but set warning" in bincue test
2012-03-05 23:32:56 +00:00
Pete Batard
d01a6302cd
Remove .cvsignore as well as cdio/paranoia.h
2012-03-05 23:32:09 +00:00
Pete Batard
d7296d5ec0
Apply MSVC compatibility workaround to ecma_167.h
...
* An union of empty arrays is not size zero in MSVC
* this causes issues with various sections of the UDF code that
use sizeof and can prevent structures from being read properly
* group empty array unions with at least one non zero-sized member
2012-03-05 18:08:03 +00:00
Pete Batard
a7d3059857
Add missing glob() equivalent for Windows platforms
2012-03-05 18:03:37 +00:00
Pete Batard
0074e54f97
More source headers harmonization
...
* fix missing #ifdefs
* remove spaces and page feeds
* follow same set of rules everywhere, with cdio includes coming
after standard C includes.
2012-03-05 17:58:56 +00:00
Pete Batard
9b0a90d4ae
Fix various issues
...
* bzero is obsolete
* use HMODULE instead of long win win32 for 64 bit compatibility
* iso9660_seek_read_framesize fails seeking to a position higher than 4 GB
* cd-read produces a warning
* legal-regex should allow for years > 2009
2012-03-05 17:52:30 +00:00
Pete Batard
919f39a95d
Make fopen() and stat() support UTF-8 paths on Windows
2012-03-05 17:44:13 +00:00
Pete Batard
1f1c20771e
Joliet improvements
...
* support discs with more than one secondary volume descriptors
* add Joliet support for extract sample
* add fallback to non-Joliet if non-Joliet may be longer
2012-03-05 17:06:01 +00:00
Pete Batard
e6b00d7dcf
Add _cdio_strdup_fixpath for absolute paths handling in MinGW
...
* MinGW may provide absolute paths in the form /c/directory/...
to native calls that require instead c:/directory
2012-03-05 15:32:35 +00:00
Pete Batard
35aa0c7dec
Additional fixups for paranoia removal
...
Should libcdio_cdda.pc.in be removed as well?
2012-03-05 15:18:52 +00:00
Pete Batard
f574be6cd1
More paranoia removal
...
* Also some silencing of makefile operations
2012-03-05 14:16:33 +00:00
R. Bernstein
76a3d8016a
Minor expository changes
2012-03-05 05:51:31 -05:00
R. Bernstein
09917474d5
Remove more paranoia code
2012-03-04 22:38:17 -05:00
R. Bernstein
b21bb347f1
test/testgetdevices.c.in Remove some warnings on MingGW
2012-03-04 20:44:15 -05:00
R. Bernstein
31b8758afe
test/Makefile.am: Remove test/unconfig -- this time, for sure!
2012-03-04 20:19:39 -05:00
rocky
cefd646275
Remove testunconfig. We have removed unconfig.h
2012-03-04 23:46:44 +01:00
R. Bernstein
ebcc891306
More pbatard patches
2012-03-04 14:49:33 -05:00
R. Bernstein
89fae13500
More pbatard patches
2012-03-04 14:42:40 -05:00
R. Bernstein
d0b09d15ef
More patches from the pbatard branch.
2012-03-04 14:37:07 -05:00
R. Bernstein
14f6f505ce
Some more pbatard patches
2012-03-04 14:12:09 -05:00
R. Bernstein
39bd8104b8
Makefile.am: add CDIO_ to all #defines in cdio_config.h
...
extract.c: give filename on extract errors and convert encoding to unix.
2012-03-04 13:38:35 -05:00
rocky
8eabfdd37a
Remove some driver compilation warnings
2012-03-04 14:34:58 +01:00
R. Bernstein
4a4ebcd093
merge another warning fix from the pbatard-branch
2012-03-04 00:51:53 -05:00
rocky
068f784609
I hate conflicted merges
2012-03-04 06:39:07 +01:00
rocky
2d456fcba9
src/Makefile.am: Attempt to use GNU set (e.g. on Solaris)
2012-03-04 06:37:53 +01:00
R. Bernstein
deb7621512
check_udf.sh is derived and thus should not be in git
2012-03-04 00:32:41 -05:00
R. Bernstein
af0a57856e
test/check_udf.sh works when building outside source tree. With this "make distcheck" should work again
2012-03-04 00:30:58 -05:00
R. Bernstein
1f60f6f2d3
test/*: Add first UDF test - test sequential file extraction.
...
example/extract.c: give non-zero return code if we can't find UDF image test/*
2012-03-04 00:09:02 -05:00
rocky
3e8bf97c66
This time, for sure!
2012-03-04 04:10:06 +01:00
R. Bernstein
dadd50840a
Revert inadvertanet INSTALL update
2012-03-03 22:06:15 -05:00