[go: up one dir, main page]

Menu

Code (SVN) Commit Log


Commit Date  
[r2893] by dbjh

- Fixed overflow in unzip.c that caused unztell64() to fail for files larger
than 4 GB (inside zip archives).

2021-11-11 15:09:26 Tree
[r2892] by dbjh

- Removed a few redundant statements from ucon64_find_func().
- Refactored memcmp2() to reduce the number of branches.
- Mentioned wildcard in help for --hreplace.

2021-11-05 15:55:20 Tree
[r2891] by dbjh

- Change that may fix a possible issue on 32-bit big endian machines.

2021-11-04 06:35:55 Tree
[r2890] by dbjh

- Fixed memory leak in ucon64_replace().

2021-10-29 11:30:13 Tree
[r2889] by dbjh

- MinGW-w64 already has truncate(), but with size of type off32_t. Changed to a
proper fix.

2021-10-29 07:31:51 Tree
[r2888] by dbjh

- Visual Studio has no getopt.h. Decided to remove getopt2 functionality.

2021-10-28 19:48:10 Tree
[r2887] by dbjh

- Removed some libdiscmage getopt ugliness.
- Removed now redundant include directive.

2021-10-28 18:48:55 Tree
[r2886] by dbjh

- Removed unused src/libdiscmage/getopt.h.
+ Updated makefiles.
- Fixed compile errors in libdiscmage when compiling with MinGW-w64 and
-D_FILE_OFFSET_BITS=64.
- Removed prototype of no longer existing function in getopt2.c.

2021-10-28 18:34:17 Tree
[r2885] by dbjh

- The issue with MinGW-w64 and 64-bit Cygwin has disappeared with GCC 11.2.0.

2021-10-28 16:28:46 Tree
[r2884] by dbjh

- Defined Z_LARGE64 to enable zlib's *64 functions for Visual Studio.
- Removed stray whitespace at end of line.

2021-10-26 17:15:20 Tree
Older >