baddc

integer-precision dc(1)
git clone git://bvnf.space/baddc.git
Log | Files | Refs | README

DateCommit messageAuthorFiles+-
2022-10-10 17:33use optind to allow -* files after --phoebos1+4-1
2022-10-10 17:23clarify misleading syntaxphoebos1+1-1
2022-10-10 17:20add help messagephoebos1+8-0
2022-10-10 17:08move p to join other opsphoebos1+6-5
2022-10-10 16:58rename dup -> duplicate to avoid collision with dup(2)phoebos1+2-2
2022-10-10 16:53stop looking after found correct opphoebos1+1-0
2022-05-25 16:58use macro for checking stack lengthphoebos1+13-47
2022-05-25 16:54fix output base checkphoebos3+5-1
2022-05-25 16:50check enough items on stack before poppingphoebos1+55-1
2022-05-25 12:20add drop operationphoebos3+9-0
2022-05-25 12:14don't accept unsupported i/o basesphoebos3+13-9
2022-05-25 12:09manpage: I and O push not printphoebos2+4-4
2022-05-25 11:34manpage: note input/output basesphoebos2+9-3
2022-05-25 11:31format manpage into READMEphoebos1+84-0
2022-05-25 11:26add manpagephoebos1+104-0
2022-05-25 10:47Makefile improvementsphoebos1+4-8
2022-01-31 11:10warn when rooting negative numbersphoebos1+5-1
2022-01-31 01:59fclose fp; remove unnecessary struct namephoebos1+3-1
2022-01-31 01:53release into public domainphoebos1+24-0
2022-01-31 01:31add mod, power, root; don't divide by 0phoebos2+30-1
2022-01-31 01:13support some obasesphoebos1+21-6
2022-01-31 00:14support A-F hex inputphoebos1+3-0
2022-01-31 00:11read commands from file if an argument is providedphoebos1+13-2
2022-01-31 00:06correct I, O behaviourphoebos1+3-3
2022-01-30 21:09initial: integer operations, little error checkingphoebos3+172-0