descriptionFast hexadecimal editor
homepage URLhttp://pasky.or.cz/~pasky/dev/hed/
ownerpasky@ucw.cz
last changeFri, 19 Aug 2022 07:50:40 +0000 (19 09:50 +0200)
content tags
add:
readme

Hed is a free hexadecimal editor for POSIX systems designed to efficiently handle infinitely large files in conjunction with operations like inserting in the middle of the file.

shortlog
2022-08-19 Cyril HrubisMakefile: Add missing -ltinfomaster
2022-08-19 Cyril HrubisMark shared variable declarations with extern
2020-05-25 Cyril Hrubisui: Add wq command
2018-05-18 Petr TesarikFix build error on SIGBUS handler
2018-05-18 Petr TesarikOptimize replace_chunk() for replacements at the end...
2018-05-18 Petr TesarikFix prepare_modify() when splitting a max-sized block
2018-05-18 Petr TesarikFix get_cursor() for max-sized block
2018-05-18 Petr TesarikRevert "Store block last offset instead of block size"
2018-05-18 Petr TesarikUse full hed_uoff_t range for file position
2018-05-18 Petr TesarikUse unsigned types for offsets in expressions
2018-05-18 Petr TesarikUse correct types for cursor absolute and relative...
2018-05-17 Petr TesarikAdjust hed_cursor_chunk_len() for max-sized blocks
2018-05-17 Petr TesarikAdd assert() calls to ensure consistent handling of...
2018-05-17 Petr TesarikMove all block size reductions to shrink_block()
2018-05-17 Petr TesarikSimplify undirty_blocks()
2018-05-17 Petr TesarikAdd a flag bit for empty blocks
...
tags
13 years ago hed-0.5 Hed-0.5
15 years ago hed-0.4 hed-0.4: First release by Petr...
17 years ago hed-0.3 hed-0.3: The first official release
heads
20 months ago master
11 years ago mob
11 years ago cleanups
11 years ago bugfixes