Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2021-06-14 | vi: initialise tabstop once not for each file | Ron Yorston | 1 | -1/+1 |
2021-06-14 | vi: ':r' should insert text after current line | Ron Yorston | 1 | -5/+3 |
2021-06-14 | *: --help tweaks | Denys Vlasenko | 21 | -40/+61 |
2021-06-13 | base32/64: accept -i "skip bad chars" option (currently in effect uncondition... | Denys Vlasenko | 1 | -2/+4 |
2021-06-13 | *: more --help tweaking | Denys Vlasenko | 9 | -19/+20 |
2021-06-13 | *: more --help tweaks, mostly expanding ts --help | Denys Vlasenko | 8 | -15/+18 |
2021-06-13 | *: --help tweaks | Denys Vlasenko | 10 | -27/+35 |
2021-06-12 | bc: tweak overflow detection in a^b | Denys Vlasenko | 1 | -5/+8 |
2021-06-12 | bc: code shrink: combine init() and copy() where we can | Denys Vlasenko | 1 | -21/+16 |
2021-06-12 | bc: fix for mul overflow in scale calculation in a^b | Denys Vlasenko | 1 | -8/+23 |
2021-06-06 | httpd_post_upload.cgi: use mktemp to avoid $RANDOM | Sergey Ponomarev | 1 | -1/+1 |