| 2025-12-11 10:27:41 by Thomas Klausner | Files touched by this commit (1) | |
Log message: fileobj: update HOMEPAGE |
| 2025-08-10 05:39:03 by Tomohiro Kusumi | Files touched by this commit (3) |
Log message: editors/fileobj: Update to v0.8.7 ChangeLog: - Add Python 3.13 support - Drop Python 3.2, 3.3 support - --blkscan: Add "file:", "FILE:" scan type - Add --concatenate - Minor bug fix |
| 2024-03-12 07:40:31 by Tomohiro Kusumi | Files touched by this commit (2) |
Log message: editors/fileobj: Update to v0.8.6 ChangeLog: - Fix line scroll mode bug (since v0.7.108) - Fix range bitwise operation bug (since v0.7.73) - Minor fixes and cleanups |
| 2024-03-02 06:00:59 by Tomohiro Kusumi | Files touched by this commit (3) |
Log message: editors/fileobj: Update to v0.8.5 ChangeLog: - Add FILEOBJ_USE_LOWER_CASE_HEX - Add __FILEOBJ_USE_FSYNC_CONFIG_FILE (default false) - Optimize mmap(2) based file objects - Rename --cmp to --blkcmp - Add --blkdump - Minor fixes and cleanups |
| 2024-02-16 07:49:14 by Tomohiro Kusumi | Files touched by this commit (3) |
Log message: editors/fileobj: Update to v0.8.4 ChangeLog: - --blkscan/cmp/md: Minor fixes - Minor fixes and cleanups |
| 2024-01-07 09:37:55 by Tomohiro Kusumi | Files touched by this commit (3) |
Log message: editors/fileobj: Update to v0.8.3 ChangeLog: - Minor fixes and cleanups - Add --blkscan |
| 2023-12-27 11:28:23 by Tomohiro Kusumi | Files touched by this commit (2) |
Log message: editors/fileobj: Update to v0.8.2 ChangeLog: - Fix line scroll mode bug (since v0.7.108) - Add :set scroll - Add sz - Add snz - Add sZ - Add snZ - Add FILEOBJ_LOGICAL_BLOCK_SIZE |
| 2023-12-23 12:52:31 by Tomohiro Kusumi | Files touched by this commit (2) |
Log message: editors/fileobj: Update to v0.8.1 ChangeLog: - Minor fixes and cleanups - Fix D bug on block device (since v0.7.87) - Add Python 3.12 support - Change default scroll mode to line scroll |