summaryrefslogtreecommitdiffstats
path: root/src/cmd/upas/nfs/decode.c
Commit message (Collapse)AuthorAgeFilesLines
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-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>
* upas/nfs: fix warningsDavid du Colombier2017-10-131-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.
* mailfs: correct use of tcs for large inputsRuss Cox2008-07-141-9/+40
|
* mailfs: handle windows-1251 correctlyRuss Cox2008-05-061-1/+9
| | | | now my cyrillic spam displays right!
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-011-1/+1
|
* Extra arg belongs to _decqp.wkj2006-02-231-1/+1
|
* Missing colon.wkj2006-02-231-1/+1
|
* fix quoted-printable (_ means space only in rfc2047)rsc2006-02-231-5/+12
|
* imap-based new upas/fsrsc2006-02-151-0/+257