Commit Graph

6 Commits

Author SHA1 Message Date
rocky
dca32f1da4 Remove cdio_malloc(). Please use calloc instead. 2005-02-03 07:36:51 +00:00
nboullis
74a383d80e "static inline __attribute__((deprecated))" functions are not available
in standard C; only use them with GCC 3 and above, and replace them with
simple #defines for other compilers.
2004-11-15 19:41:25 +00:00
rocky
976f6a6879 rename to_bcd8 and from_bcd8 to cdio_to_bcd8 and cdio_from_bcd8.
(N. Boullis)

lib/Makefile.am: avoid non-GNU ld options when --without-versioned-libs is
in effect.
2004-11-15 01:34:09 +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
f60fd52fa9 More documentation changes.
Makefile.am: Don't build man pages if not in MAINTAINER mode.
2003-11-18 03:35:19 +00:00
rocky
68bc543bf5 Move public includes to include/cdio. This should facilitate having
this source installed locally since it allows #include <cdio/cdio.h>
in the source tree.
2003-04-19 08:29:13 +00:00