summary refs log tree commit diff
path: root/port/file2c (follow)
Commit message (Expand)AuthorAge
* Fix ports for LinuxJune McEnroe2018-11-27
* Add "ports" of some FreeBSD utilities for macOSJune McEnroe2018-11-25
t'> Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-03-15fix segfault when displaying empty blobsEric Wong When size is zero, subtracting one from it turns it into ULONG_MAX which causes an out-of-bounds access on buf. Signed-off-by: Eric Wong <normalperson@yhbt.net> Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-12ui-tree: escape ascii-text properly in hexdump viewLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-12Makefile: add doc-related targetsLars Hjemli