[go: up one dir, main page]

Menu

Code (SVN) Commit Log


Commit Date  
[r2875] by dbjh

- Replaced a few more calls to strtol() with calls to strtoll().

2021-10-15 04:02:10 Tree
[r2874] by dbjh

- Fixed issue I introduced for --code with the previous submission.

2021-10-10 23:05:09 Tree
[r2873] by dbjh

- Renamed --dual to --bit.
- Extended --hex, --bit, --code and --print to also accept an optional end
offset.
- Updated dumper() to also align the ASCII column for --bit and --code.
Slightly simplified the alignment code for --hex.
- Corrected comment generated by --code.
- Changed type of st_ucon64_t.range_start from off_t to int.
- Fixed ucon64_file_handler() for large files (> 2GB) on Windows.
- Fixed potential buffer overflow in ucon64_switches().
- Replaced call to sscanf() for --range with a more elaborate implementation
with better error handling.

2021-10-10 12:53:14 Tree
[r2872] by dbjh

- A few more LFS changes.

2021-10-05 23:55:36 Tree
[r2871] by dbjh

- More LFS changes.

2021-10-05 03:04:07 Tree
[r2870] by dbjh

- Added macro test for byte order that also works on macOS (M1).

2021-10-04 07:37:28 Tree
[r2869] by dbjh

- Cast is necessary on 64-bit Cygwin.

2021-10-04 02:50:52 Tree
[r2868] by dbjh

- Updated quick_io*() functions to support large file I/O, including on capable
32-bit systems.
- Updated --poke to support a 64-bit offset.
- Modified --hfind and --hfindr to accept search strings without spaces.

2021-10-03 18:42:38 Tree
[r2867] by dbjh

- Fixed quick_io_func() to return the correct number of processed bytes in all
three cases for ending the loop. The return value is not used in uCON64.

2021-09-27 00:10:44 Tree
[r2866] by dbjh

- Removed redundant/incorrect assignments to errno.
- Fixed signed/unsigned mismatch.

2021-09-26 13:12:37 Tree
Older >