Commits
openbsd_fixes_…
Name already in use
Commits on Dec 15, 2018
-
netbsd.c: Fix invalid error return in get_track_msf_netbsd().
Found by Thomas Schmitt.
-
-
-
-
-
Revert "cd-info: don't assume that the first track number is 1."
This reverts commit 49b1910.
-
-
Use MSF throughout the NetBSD driver.
It turns out that OpenBSD does support MSF after all, so let's use this across the board.
-
Guard some functions that should only be built on Net/OpenBSD.
Fixes Linux build.
-
-
Commits on Sep 10, 2018
-
-
-
-
Transplant missing functions from OpenBSD ports into the NetBSD driver.
Some time ago, Jasper Lievisse Adriaanse imported libcdio into OpenBSD ports including with a dedicated OpenBSD backend. This change merges his work into the existing NetBSD backend (there were many missing functions in the NetBSD backend).
-
-
Commits on Sep 1, 2018
Commits on Aug 31, 2018
Commits on Aug 12, 2018
-
-
- Add write and exclusive-write CD access modes - add netbsd mode1 reading like others
Commits on Jul 4, 2018
Commits on Jul 2, 2018
Commits on Jun 28, 2018
-
cdda-player configure patch from Stef #54191
From Stef: I came up with a patch that I believe will work for everyone. It uses AC_SEARCH_LIBS, instead of AC_CHECK_LIB. So, if keypad() is defined in -lncurses or -lcurses, it does exactly what it does now. However, if -ltinfo is needed, it is added to CDDA_PLAYER_LIBS along with the curses library.
-
Commits on Jun 24, 2018
Commits on Jun 17, 2018
Commits on Jun 16, 2018
Commits on Jun 13, 2018
-
-
Remove addition of unintended files...
thanks to Thomas for pointing out.
-
-
Make a pass over CD-Text documentation...
Try using Doxygen better. BTW it now supports markdown.