| xtar-2.1/Makefile | xtar-2.2/Makefile | ||
|---|---|---|---|
| 1 | 1 | ||
| 2 | # 'all' -target will rebuild everything from scratch (to be sure) | 2 | # 'all' -target will rebuild everything from scratch (to be sure) |
| 3 | 3 | ||
| 4 | VERSION = 2.1 | 4 | VERSION = 2.2 |
| 5 | VERDATE = 2011-03-28 | 5 | VERDATE = 2011-04-15 |
| 6 | 6 | ||
| 7 | .NOTPARALLEL: | 7 | .NOTPARALLEL: |
| 8 | 8 |
| xtar-2.1/README_AND_COPYRIGHT | xtar-2.2/README_AND_COPYRIGHT | ||
|---|---|---|---|
| 47 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 47 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 48 | 48 | ||
| 49 | Tomi Ollila, too ät iki piste fi | 49 | Tomi Ollila, too ät iki piste fi |
| 50 | xtar version 2.1 2011-03-28 | 50 | xtar version 2.2 2011-04-15 |
| xtar-2.1/gitlog | xtar-2.2/gitlog | ||
|---|---|---|---|
| 1 | commit 8fc71e6165f51c98e927623798e1dcef5d6ac7f0 | ||
| 2 | Author: Tomi Ollila <too@iki.fi> | ||
| 3 | Date: Fri Apr 15 09:22:45 2011 +0300 | ||
| 4 | |||
| 5 | Added '#define HAVE_CHECK_CRC3' to xz common.h wrapper | ||
| 6 | Thanks Kristiina for tracking this down. | ||
| 7 | |||
| 8 | M Makefile | ||
| 9 | M README_AND_COPYRIGHT | ||
| 10 | M src/lzma_xz_code/common.h | ||
| 11 | |||
| 1 | commit 99665fa5d802bbb6d40317465a17e95d0e28f3b1 | 12 | commit 99665fa5d802bbb6d40317465a17e95d0e28f3b1 |
| 2 | Author: Tomi Ollila <too@iki.fi> | 13 | Author: Tomi Ollila <too@iki.fi> |
| 3 | Date: Mon Mar 28 18:06:06 2011 +0300 | 14 | Date: Mon Mar 28 18:06:06 2011 +0300 |
| xtar-2.1/src/lzma_xz_code/common.h | xtar-2.2/src/lzma_xz_code/common.h | ||
|---|---|---|---|
| 11 | #define HAVE_DECODER_SPARC | 11 | #define HAVE_DECODER_SPARC |
| 12 | #define HAVE_DECODER_DELTA | 12 | #define HAVE_DECODER_DELTA |
| 13 | 13 | ||
| 14 | #define HAVE_CHECK_CRC32 | ||
| 15 | |||
| 14 | #define HAVE_SMALL | 16 | #define HAVE_SMALL |
| 15 | 17 | ||
| 16 | #include <string.h> | 18 | #include <string.h> |