aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/cb
AgeCommit message (Collapse)AuthorFilesLines
2020-01-10Trivial changes: whitespace and modes.Dan Cross1-1/+1
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>
2020-01-02cb: fix a null pointer dereferenceNeven Sajko1-3/+3
Just added a pair of parentheses. I also ran cb on cb.c to beautify the code. This is actually on Gerrit from 2016: https://plan9port-review.googlesource.com/c/plan9/+/1574 Change-Id: I5e234adba0f95c13d6eecb121bf11bba4bf54566
2007-03-25try to handle Beof in the macros (Michael Teichgräber)rsc3-15/+15
2005-10-31ctype sign fixes (Tom Miller)rsc1-1/+1
2005-10-17Undef old macrosrsc1-3/+12
2005-08-12Add.rsc5-0/+1281