summaryrefslogtreecommitdiffstats
path: root/src/cmd/dict/dict.c
Commit message (Collapse)AuthorAgeFilesLines
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-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>
* mergeRuss Cox2007-08-221-4/+25
|
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-011-1/+1
|
* NetBSD-macppc ctype needs uchars.rsc2005-09-091-2/+2
|
* no wide character constants; sighrsc2005-05-071-2/+2
|
* Add some missing unsharps.rsc2004-04-021-2/+2
|
* Today's changes.rsc2004-03-251-0/+2
| | | | More changes.
* Add support for user-level 9P servers/clients and various bug fixes to go ↵rsc2003-12-111-8/+3
| | | | with them.
* various tweaks.rsc2003-12-061-1/+0
|
* call exit rather than _exits inside exits,rsc2003-11-261-9/+9
| | | | | so that the c library atexit handlers get a chance to run.
* add dictrsc2003-11-251-0/+681