This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-skq
/
usr.bin
/
hexdump
History
joel
4234591b03
mdoc: terminate quoted strings.
...
Reviewed by: brueffer
2012-03-26 15:18:14 +00:00
..
conv.c
Correct a logic error in usr.bin/hexdump/conv.c, found by clang.
2011-12-17 15:33:26 +00:00
display.c
Replace index() and rindex() calls with strchr() and strrchr().
2012-01-03 18:51:58 +00:00
hexdump.1
mdoc: terminate quoted strings.
2012-03-26 15:18:14 +00:00
hexdump.c
Replace index() and rindex() calls with strchr() and strrchr().
2012-01-03 18:51:58 +00:00
hexdump.h
…
hexsyntax.c
Replace index() and rindex() calls with strchr() and strrchr().
2012-01-03 18:51:58 +00:00
Makefile
…
od.1
Formatting fixes:
2011-12-23 00:29:01 +00:00
odsyntax.c
…
parse.c
Fix decoding of escape sequences in format strings:
2012-01-28 18:49:04 +00:00