Commit Graph

1439 Commits

Author SHA1 Message Date
Thomas Schmitt 39506359c8 Reacted on warning of cppcheck 2011-07-07 12:07:43 +00:00
Thomas Schmitt 0c0a65ae03 Silenced warning of cppcheck 2011-07-07 11:50:34 +00:00
Thomas Schmitt 4d83f90ca8 Silenced warning of cppcheck 2011-07-07 11:49:36 +00:00
Thomas Schmitt 2f8ea0152d Reacted on warnings of -Wunused-but-set-variable 2011-07-06 14:39:39 +00:00
Thomas Schmitt 485669524b Reacted on warnings of -Wtype-limits and -Wunused-but-set-variable 2011-07-06 14:38:08 +00:00
Thomas Schmitt 0fc4e78e8a Reacted on warnings of -Wunused-but-set-variable 2011-07-06 14:35:55 +00:00
Thomas Schmitt c28c61587b Reacted on warnings of -Wunused-but-set-variable 2011-07-06 14:34:58 +00:00
Thomas Schmitt 5044b3e16c Reacted on warnings of -Wunused-but-set-variable 2011-07-06 14:33:35 +00:00
Thomas Schmitt 998e447345 Reacted on warnings of -Wunused-but-set-variable 2011-07-06 14:31:32 +00:00
Thomas Schmitt e1bb3aac3e Reacted on warnings of -Wunused-but-set-variable 2011-07-06 14:25:57 +00:00
Thomas Schmitt 32b2f09148 Reacted on warnings of -Wunused-but-set-variable 2011-07-04 17:17:40 +00:00
Thomas Schmitt 9a456150bd Avoiding to load speed descriptor list twice 2011-07-04 14:39:47 +00:00
George Danchev 397fa9a592 record stderr of several builds in log files 2011-07-02 14:49:35 +00:00
George Danchev bba7078623 executable bit, fix text encoding 2011-06-22 13:36:29 +00:00
Thomas Schmitt 65865572f1 Beginning to create a test suite for libburn and cdrskin 2011-06-22 09:33:23 +00:00
Thomas Schmitt 0f597cb904 Silenced compiler warnings about signedness 2011-06-22 09:32:25 +00:00
Thomas Schmitt 76ba327f17 libburn bugfix release 1.0.0.pl01 is ready 2011-06-20 15:56:29 +00:00
Thomas Schmitt 0eb61b0972 Bug fix: libburn-1.1.0 did only compile on Linux, FreeBSD, and Solaris 2011-06-20 13:39:13 +00:00
Thomas Schmitt 2f865a4a76 Bug fix: libburn-1.1.0 did only compile on Linux, FreeBSD, and Solaris 2011-06-20 13:32:10 +00:00
Thomas Schmitt 3c88177707 Branching for libburn release 1.1.0.pl01 2011-06-20 13:22:53 +00:00
Thomas Schmitt 45756844e9 Bug fix: libburn-1.1.0 did only compile on Linux, FreeBSD, and Solaris 2011-06-19 20:36:29 +00:00
Thomas Schmitt b9908145da libburn release 1.1.0 is ready 2011-06-18 16:16:32 +00:00
Thomas Schmitt 044d019545 Documented changes and release timestamp 2011-06-18 16:01:18 +00:00
Thomas Schmitt e7009f3952 Updated cdrskin tarball generator 2011-06-18 15:58:14 +00:00
Thomas Schmitt c596930b82 Made number transition to 1.1.1 2011-06-18 15:56:15 +00:00
Thomas Schmitt 5dcafc741d Documented changes and release timestamp 2011-06-18 11:34:13 +00:00
Thomas Schmitt e31972731c Updated cdrskin tarball generator 2011-06-18 11:09:11 +00:00
Thomas Schmitt 555db38cf0 Made number transition to 1.1.0 2011-06-18 11:08:16 +00:00
Thomas Schmitt dee02f639b Branching for libburn release 1.1.0 2011-06-18 09:42:47 +00:00
Thomas Schmitt dfccac8ba7 Reporting SCSI error if command RESERVE TRACK fails 2011-06-14 15:29:51 +00:00
Thomas Schmitt f4bb2732cc Added option -I . to aclocal in bootstrap script on advise of George Danchev 2011-06-09 06:12:45 +00:00
Thomas Schmitt 2e8c7f0753 Replaced some large local variables by other means in libburn/write.c 2011-06-08 20:04:28 +00:00
Thomas Schmitt 3d697430eb Introduced AC_CONFIG_MACRO_DIR() and ACLOCAL_AMFLAGS on advise of George Danchev 2011-06-08 19:41:11 +00:00
Thomas Schmitt 64cba32cfd Bug fix: burn_disc_format() on DVD-RW issued wrong block size with type 00h 2011-06-08 18:13:02 +00:00
Thomas Schmitt 5a5e75fee8 Replaced some large local variables by other means in libburn/toc.c 2011-06-08 08:23:08 +00:00
Thomas Schmitt 5d58052a7b Replaced some large local variables by other means in libburn/structure.c 2011-06-08 08:14:35 +00:00
Thomas Schmitt f75d8a8004 Consolidated several local struct command to a new member of struct burn_drive 2011-06-07 14:40:31 +00:00
Thomas Schmitt 27bc4eed20 Closed a small memory leak with CD SAO found by valgrind 2011-06-07 08:44:46 +00:00
Thomas Schmitt fc905fea5c Leaner implementation of macro BURN_ALLOC_MEM 2011-06-06 17:37:42 +00:00
Thomas Schmitt 178dd61cb1 Replaced some large local variables by other means in libburn/spc.c 2011-06-06 17:31:36 +00:00
Thomas Schmitt 6edffeac3d Reacted on warnings of gcc about mixed sign comparison 2011-06-06 10:51:52 +00:00
Thomas Schmitt 4d5051a122 Replaced some large local variables by other means in libburn/sg-solaris.c 2011-06-06 10:45:04 +00:00
Thomas Schmitt 8370443595 Replaced some large local variables by other means in libburn/sg-linux.c 2011-06-05 17:05:38 +00:00
Thomas Schmitt 8934f3c78d Replaced some large local variables by other means in libburn/sg-libcdio.c 2011-06-02 13:28:06 +00:00
Thomas Schmitt 802e53bac1 Gave up use of bzero() in FreeBSD system adapters 2011-06-02 08:39:13 +00:00
Thomas Schmitt a06b171f54 New API call burn_disc_close_damaged() 2011-05-31 10:32:21 +00:00
Thomas Schmitt eb1cce66ca New API call burn_disc_next_track_is_damaged() 2011-05-26 15:01:23 +00:00
Thomas Schmitt 03b1817ded Improved reaction on Damage Bit and missing NWA_V of READ TRACK INFORMATION 2011-05-26 14:58:10 +00:00
Thomas Schmitt fad5727a14 Replaced some large local variables by other means in libburn/sg-freebsd-port.c 2011-05-23 18:26:02 +00:00
Thomas Schmitt 5b14a6b5b8 Replaced some large local variables by other means in libburn/sg-freebsd.c 2011-05-23 17:39:48 +00:00