aboutsummaryrefslogtreecommitdiff
path: root/miscutils (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* bc: remove "ready for more input" message, GNU bc does not print thatDenys Vlasenko2018-12-081-12/+4
* bc: trim banner, use empty interactive prompts (GNU bc compat)Denys Vlasenko2018-12-081-19/+19
* dc: fix "small dc" to have standard command line APIDenys Vlasenko2018-12-082-25/+48
* bc: replace G.eof with a special exit code of bc_vm_stdin()Denys Vlasenko2018-12-071-6/+9
* bc: convert two macros to functions, unwing one complex max(a,min(b,c))Denys Vlasenko2018-12-071-9/+20
* bc: do not perform domr limit checks when they can't work (e.g. on 32-bit arc...Denys Vlasenko2018-12-071-33/+76
* bc: pull temporary into a registerDenys Vlasenko2018-12-071-7/+10
* bc: use more compact parsing data structuresDenys Vlasenko2018-12-071-27/+35
* bc: use only G_interrupt as interrupt flagDenys Vlasenko2018-12-071-6/+7
* bc: fix exit codes for FEATURE_CLEAN_UP=yDenys Vlasenko2018-12-061-8/+15
* dc: fix testsuiteDenys Vlasenko2018-12-061-0/+1
* bc: correctly parse dc optionsDenys Vlasenko2018-12-061-58/+101
* dc: fix "dc does_not_exist" SEGVingDenys Vlasenko2018-12-061-1/+2
* bc: code shrink - convert two macros to functionsDenys Vlasenko2018-12-061-4/+13
* bc: make keyword POSIXness check more readableDenys Vlasenko2018-12-061-27/+29
* bc: move a function to reduce forward declarationsDenys Vlasenko2018-12-061-21/+17
* bc: small simplification in dc_lex_token()Denys Vlasenko2018-12-061-15/+14
* bc: add comment about BC_NUM_DEF_SIZEDenys Vlasenko2018-12-061-11/+12
* bc: fix for prev commitDenys Vlasenko2018-12-061-1/+1
* bc: do not needlessly use strcatDenys Vlasenko2018-12-061-1/+1
* bc: unbreak "BC only" and "DC only" configsDenys Vlasenko2018-12-061-7/+15
* dc: re-enable "tiny dc" implementationDenys Vlasenko2018-12-062-58/+36
* bc: reuse common stringDenys Vlasenko2018-12-061-5/+5
* bc: hook up line editing with history bufferDenys Vlasenko2018-12-061-25/+63
* bc: add preparatory indent block, no code changesDenys Vlasenko2018-12-061-30/+30
* bc: if ^C handling is not selected, there is no interactive modeDenys Vlasenko2018-12-061-11/+16
* bc: fix "bc -v" printing version info twice, and not exitingDenys Vlasenko2018-12-061-44/+50
* bc: make bc_vm_envArgs() NULL-terminate its argv, simplify bc_vm_envLen()Denys Vlasenko2018-12-061-49/+38
* bc: if FEATURE_CLEAN_UP, clean up allocations on exitsDenys Vlasenko2018-12-061-7/+36
* bc: do not allow "()" as a valid expressionDenys Vlasenko2018-12-051-2/+13
* bc: reorder functions, delete forward declarations, no code changes - part 2Denys Vlasenko2018-12-051-40/+27
* bc: reorder functions, delete forward declarations, no code changesDenys Vlasenko2018-12-051-104/+94
* bc: remove unused stringsDenys Vlasenko2018-12-051-3/+3
* bc: trivial simplification in bc_parse_return()Denys Vlasenko2018-12-051-4/+1
* bc: fix "warning: 's' may be used uninitialized in this function"Denys Vlasenko2018-12-051-0/+1
* bc: code shrinkDenys Vlasenko2018-12-051-18/+36
* bc: code shrinkDenys Vlasenko2018-12-051-19/+18
* bc: make division operation interruptibleDenys Vlasenko2018-12-051-2/+10
* bc: use unsigned division by 10 instead of signedDenys Vlasenko2018-12-051-3/+4
* bc: move ^C check fro power calculation to multiplicationDenys Vlasenko2018-12-051-10/+14
* bc: bc_num_k(): move carry,i,j,len to inner scopeDenys Vlasenko2018-12-051-6/+9
* bc: tweak error messagesDenys Vlasenko2018-12-051-3/+9
* bc: fix inverted POSIXness test, improve messages, commonalize message stringsDenys Vlasenko2018-12-051-12/+24
* bc: print error line numbersDenys Vlasenko2018-12-051-15/+25
* bc: optimize pushing zero bytes to vectorsDenys Vlasenko2018-12-051-11/+16
* bc: restore printing of script name on errorsDenys Vlasenko2018-12-051-12/+29
* bc: do not check for errors when parsing/running internal libraryDenys Vlasenko2018-12-051-184/+186
* bc: shrink error handling code by enabling tail-call optimizationDenys Vlasenko2018-12-051-97/+136
* bc: make 2^1000000 interruptible fasterDenys Vlasenko2018-12-051-0/+10
* bc: remove tabs from internal libraryDenys Vlasenko2018-12-051-172/+172