aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/upas/nfs/decode.c
AgeCommit message (Collapse)AuthorFilesLines
2020-01-10Trivial changes: whitespace and modes.Dan Cross1-7/+7
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>
2017-10-13upas/nfs: fix warningsDavid du Colombier1-6/+0
decode.c:146:8: warning: variable ‘argv’ set but not used fs.c:953:47: warning: variable ‘reset’ set but not used imap.c:348:6: warning: variable ‘prefix’ set but not used Updates #114.
2008-07-14mailfs: correct use of tcs for large inputsRuss Cox1-9/+40
2008-05-06mailfs: handle windows-1251 correctlyRuss Cox1-1/+9
now my cyrillic spam displays right!
2006-04-01Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc1-1/+1
2006-02-23Extra arg belongs to _decqp.wkj1-1/+1
2006-02-23Missing colon.wkj1-1/+1
2006-02-23fix quoted-printable (_ means space only in rfc2047)rsc1-5/+12
2006-02-15imap-based new upas/fsrsc1-0/+257