OpenBSD CVS

CVS log for src/usr.bin/hexdump/display.c


[BACK] Up to [local] / src / usr.bin / hexdump

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: OPENBSD_5_9


Revision 1.23 / (download) - annotate - [select for diffs], Tue Feb 9 01:29:12 2016 UTC (8 years, 4 months ago) by tb
Branch: MAIN
CVS Tags: OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.22: +4 -20 lines
Diff to previous 1.22 (colored)

For a long time, nomem() has been a wrapper for err(1, NULL) and
meanwhile emalloc() has turned into calloc() by doing malloc + memset.
Delete them and Use the libc functions directly instead. I've been
running with this diff for ages and was reminded of it by a similar
suggestion from mmcc@ and by recent diffs from Michal Mazurek.

ok mmcc@

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.