[go: up one dir, main page]

Menu

Commit [r2873]  Maximize  Restore  History

- 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.

dbjh 2021-10-10

changed /trunk/ucon64/changes.html
changed /trunk/ucon64/readme.html
changed /trunk/ucon64/src/backup/gd.c
changed /trunk/ucon64/src/console/snes.c
changed /trunk/ucon64/src/libdiscmage/libdiscmage.h
changed /trunk/ucon64/src/libdiscmage/misc.h
changed /trunk/ucon64/src/misc/getopt2.c
changed /trunk/ucon64/src/misc/misc.c
changed /trunk/ucon64/src/misc/misc.h
changed /trunk/ucon64/src/ucon64.c
changed /trunk/ucon64/src/ucon64.h
changed /trunk/ucon64/src/ucon64_defines.h
changed /trunk/ucon64/src/ucon64_misc.c
changed /trunk/ucon64/src/ucon64_opts.c