summaryrefslogtreecommitdiff
path: root/sys/src/cmd/pc.y
AgeCommit message (Expand)Author
2020-12-15pc: set exit status depending on errorsSigrid
2020-12-15pc: treat EOF gracefully, allowing easier use within sam command languageSigrid
2018-12-13pc(1): reference counting bugaiju
2018-05-04pc: add $ operatoraiju
2018-05-03pc(1): always allocate at least one mpdigit (itomp assumes this)aiju
2017-04-02pc(1): fix memory leak and add clog() functionaiju
2016-09-19pc(1): if the input base is not 10, print the 0d prefix before decimal number...aiju
2016-09-19pc(1): add pb (thanks, BurnZeZ); add bit numberingaiju
2016-09-15pc(1): _ handling in numbers was broken at some point; restore documented beh...aiju
2016-09-15pc(1): add nsa() commandaiju
2016-09-05pc(1): bugfix: allow setting output base to 0 (thanks, deuteron)aiju
2016-09-01pc: add cat() functionaiju
2016-08-31pc: add rev functionaiju
2016-08-29pc: add gcd, rand and minv; set base of logical operation results to 0aiju
2016-08-28add pc(1)aiju