aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/dict/dict.c
AgeCommit message (Collapse)AuthorFilesLines
2020-01-10Trivial changes: whitespace and modes.Dan Cross1-3/+3
Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
2007-08-22mergeRuss Cox1-4/+25
2006-04-01Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc1-1/+1
2005-09-09NetBSD-macppc ctype needs uchars.rsc1-2/+2
2005-05-07no wide character constants; sighrsc1-2/+2
2004-04-02Add some missing unsharps.rsc1-2/+2
2004-03-25Today's changes.rsc1-0/+2
More changes.
2003-12-11Add support for user-level 9P servers/clients and various bug fixes to go ↵rsc1-8/+3
with them.
2003-12-06various tweaks.rsc1-1/+0
2003-11-26call exit rather than _exits inside exits,rsc1-9/+9
so that the c library atexit handlers get a chance to run.
2003-11-25add dictrsc1-0/+681