summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-09-22Provisional changes based on bug 37394rocky1-3/+15
2012-09-19Update where to report bugsR. Bernstein1-1/+1
2012-09-18Need to include stdbool.h so _Bool does not get defined as int on Windows win...rocky1-1/+3
2012-09-15image/bincue.c: remove gcc warning. mmc_read.c, mmc_write.c: use usleep if th...R. Bernstein3-10/+18
2012-04-29Add Natalia Portillo to the hall of famerocky1-0/+3
2012-04-29Changed Mac OS X SDK check so it detects correct path for 10.3 and 10.4, not ...Natalia Portillo1-7/+18
2012-04-29_cdio_generic.c: Initialize new scsi_tuple field. Removes SEGV in OSX and oth...R. Bernstein2-4/+15
2012-04-28osx.c: try to eliminate invalid free of an uninitialized structure. untabify ...R. Bernstein7-462/+485
2012-04-28Merge branch 'master' of git.sv.gnu.org:/srv/git/libcdioR. Bernstein0-0/+0
2012-04-28OSX and BSD use -E for extended re's rather than GNU -rR. Bernstein2-1/+6
2012-04-28OSX and BSD use -E for extended re's rather than GNU -rR. Bernstein2-1/+6
2012-04-28Do not need DARWIN_10_OR_GREATER but can use __ENVIRONMENT_MAC_OS_X_VERSION_M...rocky2-8/+2
2012-04-26Fix #30467 cdio_get_default_device() returns non-cdrom removable. From Nigel ...R. Bernstein2-0/+9
2012-04-23Need to allow darwin10.8 etc.R. Bernstein1-3/+3
2012-04-23Pete's changes require a more aggressive use of stdbool.h.rocky6-9/+24
2012-04-22configure architecture fixes from Nigel Pearson.R. Bernstein1-4/+4
2012-04-22Make a stab at recording what's changed.R. Bernstein1-0/+9
2012-04-21OSX fixes: test for stdbool.h, allow darwin10-12 and set DARWINT_10_OR_GREATE...R. Bernstein2-12/+10
2012-04-17Use typedefs for enums. OSX 10.6's C compiler seems to create storage for enums.rocky1-6/+7
2012-04-16Reduce use of cdtext_private.h. Let's see if autoconf 2.61 (circa 6 years ago...R. Bernstein7-19/+8
2012-04-16ld: duplicate symbol _cdtext_format_enum in .libs/gnu_linux.o andR. Bernstein1-1/+0
2012-04-16Add back in MIN_CDTEXT_FIELD. It's compatible too.rocky1-0/+1
2012-04-15Add guard around get_mcn for null p_cdio.R. Bernstein5-5/+65
2012-04-14Update copyrightR. Bernstein1-1/+1
2012-04-14Wasn't testing CD-Text error return properly. (Bug found via rbcdio/example/c...R. Bernstein1-1/+1
2012-04-10Merge branch 'master' of git.sv.gnu.org:/srv/git/libcdioR. Bernstein6-117/+112
2012-04-10Possibly fixes OSX 10.6 where includes have moved around a bit.R. Bernstein2-4/+21
2012-03-27Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/libcdioLeon Merten Lohse23-59/+224
2012-03-27Fixed that CD-Text from cdrdao toc was shifted one track forward.Leon Merten Lohse3-105/+103
2012-03-26Update some README's to reflect the current situation.R. Bernstein2-13/+15
2012-03-25test/Makefile.am: test example files, some of which are used in tests, is no ...rocky5-24/+36
2012-03-25Getting back to before cdtext libraryrocky2-13/+0
2012-03-25Merge branch 'master' of git.sv.gnu.org:/srv/git/libcdiorocky0-0/+0
2012-03-25Getting back to where we were before we created cdtextrocky6-1051/+1
2012-03-25Add catalog number to ISO 9660 cue file.R. Bernstein10-9/+12
2012-03-25track.c, gnu_linux.c: Test for exceding max track limit but allow specifying ...R. Bernstein3-15/+71
2012-03-25Typo in C preprocessor symbol Comment #3 Savannah #35818R. Bernstein1-1/+1
2012-03-25Expand driver test framework a little and the tests we do.R. Bernstein3-6/+97
2012-03-25MinGW seems to need <stdio.h> for FILE in utf8.h nowrocky1-0/+1
2012-03-25Small changes.R. Bernstein3-415/+5
2012-03-25Replace a few collections of preprocessor #define's with enum's.R. Bernstein2-26/+36
2012-03-25Recent header work by Pete Batard eliminates the need to set __CDIO_H__ here.R. Bernstein1-2/+1
2012-03-25More small header changes:R. Bernstein45-988/+963
2012-03-25Create CD-Text library - first round. (Second round will remove from lib/driver)rocky9-2/+1066
2012-03-25Add catalog number to ISO 9660 cue file.R. Bernstein10-9/+12
2012-03-25track.c, gnu_linux.c: Test for exceding max track limit but allow specifying ...R. Bernstein3-15/+71
2012-03-25Typo in C preprocessor symbol Comment #3 Savannah #35818R. Bernstein1-1/+1
2012-03-25Expand driver test framework a little and the tests we do.R. Bernstein3-6/+97
2012-03-22Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/libcdioLeon Merten Lohse52-1445/+1025
2012-03-22Changed cdtext_select_language to take a cdtext_lang_t instead of a const cha...Leon Merten Lohse5-12/+9