[go: up one dir, main page]

Menu

Code (SVN) Commit Log


Commit Date  
[r2879] by dbjh

- Fixed warnings when compiling with Visual C++ 2015.

2021-10-20 14:55:39 Tree
[r2878] by dbjh

- Fixed issue I introduced in --print that caused it to insert newlines in the
output (after each call to dumper()). Decided not to move printing the
newline to ucon64_dump(), in order to to keep the output clean (except for
the banner text).

2021-10-20 13:46:03 Tree
[r2877] by dbjh

- Fixed memory leaks.

2021-10-17 16:25:16 Tree
[r2876] by dbjh

- Implemented --hreplace=S:R find S and copy R to the start of each match.
- Made ucon64_testpad() also work for large files.
- Continued reducing the number of type casts now that there is more clarity
about when to use uint64_t, int64_t, size_t, unsigned int and int.
- Made a few cosmetic changes (concerning indentation).
- Made a few arguments to change_mem{2}() const.

2021-10-17 12:02:07 Tree
[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
Older >