Today
-
r1767
(Eliminate the warnings which Borland C Compiler complains "U...) committed by ggcueroad
- Eliminate the warnings which Borland C Compiler complains "Unreachable code".
Eliminate the warnings which Borland C Compiler complains "Unreachable code".
-
r1766
(In libarchive_test, disable the warning which Borland C comp...) committed by ggcueroad
- In libarchive_test, disable the warning which Borland C compiler
complains "constant out of range in comparison".
In libarchive_test, disable the warning which Borland C compiler
complains "constant out of range in comparison".
-
r1765
(On Windows, don't use _strdup directly because Borland C
doe...) committed by ggcueroad
- On Windows, don't use _strdup directly because Borland C
does not provide _strdup.
On Windows, don't use _strdup directly because Borland C
does not provide _strdup.
Last 7 days
-
r1764
(_chmod is obsolete on the Borland C environment.
Use Win32 A...) committed by ggcueroad
- _chmod is obsolete on the Borland C environment.
Use Win32 API instead of _chmod/_wchmod.
_chmod is obsolete on the Borland C environment.
Use Win32 API instead of _chmod/_wchmod.
-
r1763
(Eliminate warnings that some function parameters are not use...) committed by ggcueroad
- Eliminate warnings that some function parameters are not used at
libarchive/test/main.c.
Eliminate warnings that some function parameters are not used at
libarchive/test/main.c.
-
r1762
(Don't use _getcwd and _strdup on Borland C Compiler.
This is...) committed by ggcueroad
- Don't use _getcwd and _strdup on Borland C Compiler.
This is covering r1757.
Don't use _getcwd and _strdup on Borland C Compiler.
This is covering r1757.
-
r1761
(On Windows, make sure not to leave empty directories
when te...) committed by ggcueroad
- On Windows, make sure not to leave empty directories
when tests are success.
On Windows, make sure not to leave empty directories
when tests are success.
-
LibarchiveFormats (Summary of formats supported by the library and command-line...) Wiki page commented on by 0rrm1k
-
-
-
-
r1760
(Disable two warnings on Borland C Compiler.
- Constant out ...) committed by ggcueroad
- Disable two warnings on Borland C Compiler.
- Constant out of range in comparison(W8068).
- Suspicious pointer arithmetic(W8072).
Disable two warnings on Borland C Compiler.
- Constant out of range in comparison(W8068).
- Suspicious pointer arithmetic(W8072).
-
r1759
(Remove an unneeded pragma that disable signed/unsigned misma...) committed by ggcueroad
- Remove an unneeded pragma that disable signed/unsigned mismatch warning.
Remove an unneeded pragma that disable signed/unsigned mismatch warning.
-
r1758
(Add IO_REPARSE_TAG_SYMLINK macro if not defined.
Old Windows...) committed by ggcueroad
- Add IO_REPARSE_TAG_SYMLINK macro if not defined.
Old Windows SDKs do not provide IO_REPARSE_TAG_SYMLINK.
Add IO_REPARSE_TAG_SYMLINK macro if not defined.
Old Windows SDKs do not provide IO_REPARSE_TAG_SYMLINK.
-
r1757
(Borland C does not provide _access,_chdir,_getcwd,_strdup an...) committed by ggcueroad
- Borland C does not provide _access,_chdir,_getcwd,_strdup and _umask.
Borland C does not provide _access,_chdir,_getcwd,_strdup and _umask.
-
-
r1755
(Avoid segv on linux64. It caused at second calling vfprintf(...) committed by ggcueroad
- Avoid segv on linux64. It caused at second calling vfprintf() of vlogprintf()
in */test/main.c.
Use a copy of ap for second calling vfprintf().
Avoid segv on linux64. It caused at second calling vfprintf() of vlogprintf()
in */test/main.c.
Use a copy of ap for second calling vfprintf().
-
r1754
(bzstream_valid is not presented if bzip2 is not available.
) committed by ggcueroad
- bzstream_valid is not presented if bzip2 is not available.
bzstream_valid is not presented if bzip2 is not available.
-
r1753
(All of invalid_parameter_handler() are used only when HAVE__...) committed by ggcueroad
- All of invalid_parameter_handler() are used only when HAVE__CrtSetReportMode is defined.
All of invalid_parameter_handler() are used only when HAVE__CrtSetReportMode is defined.
-
r1752
(Borland C++ does not provide sys/utime.h.
Use macro HAVE_SYS...) committed by ggcueroad
- Borland C++ does not provide sys/utime.h.
Use macro HAVE_SYS_UTIME_H to include sys/utime.h and also
use macro HAVE_UTIME_H to include utime.h.
Borland C++ does not provide sys/utime.h.
Use macro HAVE_SYS_UTIME_H to include sys/utime.h and also
use macro HAVE_UTIME_H to include utime.h.
-
r1751
(Isolate libxml header check
The check HAVE_LIBXML_XMLREADER...) committed by brad.k...@kitware.com
- Isolate libxml header check
The check HAVE_LIBXML_XMLREADER_H should not use LA_CHECK_INCLUDE_FILE
because it sets CMAKE_REQUIRED_INCLUDES for only the one check. The
LA_CHECK_INCLUDE_FILE macro accumulates headers that exist for use in
future checks, but including libxml/xmlreader.h breaks later checks
because they do not set CMAKE_REQUIRED_INCLUDES. Instead we use
CHECK_INCLUDE_FILES directly for this check.
Isolate libxml header check
The check HAVE_LIBXML_XMLREADER_H should not use LA_CHECK_INCLUDE_FILE
because it sets CMAKE_REQUIRED_INCLUDES for only the one check. The
LA_CHECK_INCLUDE_FILE macro accumulates headers that exist for use in
future checks, but including libxml/xmlreader.h breaks later checks
because they do not set CMAKE_REQUIRED_INCLUDES. Instead we use
CHECK_INCLUDE_FILES directly for this check.
-
-
r1750
(Create ENABLE_OPENSSL CMake option
This option tells libarc...) committed by brad.k...@kitware.com
- Create ENABLE_OPENSSL CMake option
This option tells libarchive whether to check for OpenSSL and use it.
We enable it by default since we previously did this unconditionally.
This provides the CMake equivalent to the --without-openssl option,
spelled as -DENABLE_OPENSSL=OFF. See issue #22.
Create ENABLE_OPENSSL CMake option
This option tells libarchive whether to check for OpenSSL and use it.
We enable it by default since we previously did this unconditionally.
This provides the CMake equivalent to the --without-openssl option,
spelled as -DENABLE_OPENSSL=OFF. See issue #22.
-
r1749
(Avoid warnings with bcc that are comparing signed and unsign...) committed by ggcueroad
- Avoid warnings with bcc that are comparing signed and unsigned values.
Avoid warnings with bcc that are comparing signed and unsigned values.
-
r1748
(Explicit unused variables at __archive_check_child().
) committed by ggcueroad
- Explicit unused variables at __archive_check_child().
Explicit unused variables at __archive_check_child().
-
r1747
(Eliminate a paramter 'sym' of __link(), which is no longer n...) committed by ggcueroad
- Eliminate a paramter 'sym' of __link(), which is no longer needed.
Eliminate a paramter 'sym' of __link(), which is no longer needed.
-
r1746
(Correct a wide character buffer size of MultiByteToWideChar(...) committed by ggcueroad
- Correct a wide character buffer size of MultiByteToWideChar() in
__link().
Correct a wide character buffer size of MultiByteToWideChar() in
__link().
-
r1745
(Remove unreachable statement in archive_read_support_format_...) committed by ggcueroad
- Remove unreachable statement in archive_read_support_format_raw.c
Remove unreachable statement in archive_read_support_format_raw.c
-
r1744
(Remove unreachable statement.
) committed by ggcueroad
- Remove unreachable statement.
Remove unreachable statement.
-
r1743
(Remove unused variable.
) committed by ggcueroad
- Remove unused variable.
-
r1742
(On Windows, do not define and use WIFSIGNALED because condit...) committed by ggcueroad
- On Windows, do not define and use WIFSIGNALED because condition of
WIFSIGNALED was always false and bcc complained.
On Windows, do not define and use WIFSIGNALED because condition of
WIFSIGNALED was always false and bcc complained.
-
-
r1741
(Fix Issue 56: Don't crash when reading an mtree input with ...) committed by kientzle
- Fix Issue 56 : Don't crash when reading an mtree input with "content=."
Fix Issue 56 : Don't crash when reading an mtree input with "content=."
-
-
r1740
(Eliminate test_write_compress_program failur on Visual Studi...) committed by ggcueroad
- Eliminate test_write_compress_program failur on Visual Studio 10.
Eliminate test_write_compress_program failur on Visual Studio 10.
-
r1739
(Remove unneeded including windows.h at tar/write.c.
It's inc...) committed by ggcueroad
- Remove unneeded including windows.h at tar/write.c.
It's included through bsdtar_platform.h.
Remove unneeded including windows.h at tar/write.c.
It's included through bsdtar_platform.h.
-
r1738
(Avoid build error on Visual Studio 10.
) committed by ggcueroad
- Avoid build error on Visual Studio 10.
Avoid build error on Visual Studio 10.
-
-
-
r1737
(Don't check whether bsdxml is available or not.
The bsdxml i...) committed by ggcueroad
- Don't check whether bsdxml is available or not.
The bsdxml is intended for use in FreeBSD base system.
Don't check whether bsdxml is available or not.
The bsdxml is intended for use in FreeBSD base system.
-
-
r1736
(Refactor the release-building scripts just a bit:
* bump-ve...) committed by kientzle
- Refactor the release-building scripts just a bit:
* bump-version.sh actually bumps the 'version' value
* clean.sh attempts to clean the local directory as thoroughly as possible
* autogen.sh runs clean.sh, edits the current version value into
configure.ac, archive.h, and archive_entry.h, re-runs autoconf/automake/etc,
and does a ./configure && make distcheck to verify the distribution on the
local system.
Refactor the release-building scripts just a bit:
* bump-version.sh actually bumps the 'version' value
* clean.sh attempts to clean the local directory as thoroughly as possible
* autogen.sh runs clean.sh, edits the current version value into
configure.ac, archive.h, and archive_entry.h, re-runs autoconf/automake/etc,
and does a ./configure && make distcheck to verify the distribution on the
local system.
Last 30 days
-
r1735
(We no longer use %jd or %lld from the system printf, so
we d...) committed by kientzle
- We no longer use %jd or %lld from the system printf, so
we don't need to test for them.
We no longer use %jd or %lld from the system printf, so
we don't need to test for them.
-
r1734
(Correct the spelling of RIPEMD160.
) committed by kientzle
- Correct the spelling of RIPEMD160.
Correct the spelling of RIPEMD160.
-
-
issue 22
(Conditionally disable openssl requirement for mtree format i...) Labels changed by kientzle
-
-
issue 22
(Conditionally disable openssl requirement for mtree format i...) Cc changed by kientzle
-
Cc:
brad.k...@kitware.com
Cc:
brad.k...@kitware.com
-
-
-
issue 38
(Truncated archive extraction error message) Status changed by kientzle
-
-
|