summaryrefslogtreecommitdiff
path: root/sys/src/cmd/pc.y
AgeCommit message (Expand)Author
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