1. 1fe4545 Ignore the math library and help texts too by Gavin Howard · 6 years ago
  2. 6a94fd7 Make sure that unused file are ignored during build. by Gavin Howard · 6 years ago
  3. 7ff15ae Style fix to Makefile.in by Gavin Howard · 6 years ago
  4. abbb290 Try to fix FreeBSD compile by Gavin Howard · 6 years ago
  5. 24f942f Add opt level option to configure.sh by Gavin Howard · 6 years ago
  6. 2b9e37f Style fix for Makefile.in by Gavin Howard · 6 years ago
  7. 4dff545 Make sure to use the GEN_EMU environment variable is used by Gavin Howard · 6 years ago
  8. 83c5917 Add a test for FreeBSD by Gavin Howard · 6 years ago
  9. 5552996 Adjust Makefile.in in an attempt to get FreeBSD to work by Gavin Howard · 6 years ago
  10. a7bfba3 Add strip capability to the build by Gavin Howard · 6 years ago
  11. 37004d9 Fix a compile problem on FreeBSD by Gavin Howard · 6 years ago
  12. 954f9b6 Change some chars to unsigned chars by Gavin Howard · 6 years ago
  13. d366bb1 Attempt to make bc compile on FreeBSD by Gavin Howard · 6 years ago
  14. 3ef7e1a Another attempt to make configure work on FreeBSD by Gavin Howard · 6 years ago
  15. c9d6769 Add the new test mentioned in last commit by Gavin Howard · 6 years ago
  16. 2fd2b92 Fix some parse bugs found with a new test by Gavin Howard · 6 years ago
  17. f7adfbe Stop double printing of an error by Gavin Howard · 6 years ago
  18. c1a3694 Attempt to fix bad output on FreeBSD by Gavin Howard · 6 years ago
  19. c6547d6 Attempt to fix a build bug on FreeBSD by Gavin Howard · 6 years ago
  20. a8b6733 Fix a memory error in the bc parser by Gavin Howard · 6 years ago
  21. ec091a1 Fix memory errors in history by Gavin Howard · 6 years ago
  22. d15e01d Make the build system more POSIX-compatible by Gavin Howard · 6 years ago
  23. b9ba5d5 More parse style fixes by Gavin Howard · 6 years ago
  24. b8132e9 Parse style fixes by Gavin Howard · 6 years ago
  25. b056e1f Style fixes regarding parsing functions by Gavin Howard · 6 years ago
  26. 5d77428 Style fixes by Gavin Howard · 6 years ago
  27. 8e1c762 Fix a memory leak in asciify by Gavin Howard · 6 years ago
  28. 4770952 Fix a bug tested by the new test from last commit by Gavin Howard · 6 years ago
  29. f2cd689 Add another test found by busybox by Gavin Howard · 6 years ago
  30. f208588 Fix a bug in the VM by Gavin Howard · 6 years ago
  31. e3ef74c Style fixes for the dc lexer by Gavin Howard · 6 years ago
  32. df5c868 Fix a parse bug in dc found by busybox by Gavin Howard · 6 years ago
  33. 230925d Allow BC_LEX_EOF at the end of an expression in bc by Gavin Howard · 6 years ago
  34. 4418208 Add a test found by busybox by Gavin Howard · 6 years ago
  35. b836b17 Fix bugs with the stdin.sh test script by Gavin Howard · 6 years ago
  36. 2aef61b Use more unsigned ints in num.c by Gavin Howard · 6 years ago
  37. 97e55a5 Add a needed comment by Gavin Howard · 6 years ago
  38. be6d5dc Fix a double-free bug in the "Reduce memory usage" commit by Gavin Howard · 6 years ago
  39. 864b8bd Add a comment by Gavin Howard · 6 years ago
  40. 0684045 Reduce memory usage by Gavin Howard · 6 years ago
  41. 03fcd3b Reduce the amount of parse tests by Gavin Howard · 6 years ago
  42. 4db9543 Add another test found by busybox by Gavin Howard · 6 years ago
  43. aed891c Shorten the math library a touch by Gavin Howard · 6 years ago
  44. b27b7f9 Fix various parsing bugs found by my new tests by Gavin Howard · 6 years ago
  45. fb54f8e Add yet more loop and if tests by Gavin Howard · 6 years ago
  46. ad5a92f Fix a parse bug with auto vars on the same line as a brace by Gavin Howard · 6 years ago
  47. a73c11b Fix a stack error with no condition in for by Gavin Howard · 6 years ago
  48. 219d842 Add another test by Gavin Howard · 6 years ago
  49. 0b288e0 Add more tests found by busybox by Gavin Howard · 6 years ago
  50. 61ac7a3 Style fixes for the bc parser by Gavin Howard · 6 years ago
  51. 2ae3384 Fix a parse bug that busybox found by Gavin Howard · 6 years ago
  52. c82119d Fix a bug with a test by Gavin Howard · 6 years ago
  53. d972fbd Tweak to the new test by Gavin Howard · 6 years ago
  54. 1376d6c Add another test found by busybox by Gavin Howard · 6 years ago
  55. a83a533 Start changing parser to use a brace flag by Gavin Howard · 6 years ago
  56. 88c134b Fix block end error checks by Gavin Howard · 6 years ago
  57. bc22945 Don't execute the math library code before continuing by Gavin Howard · 6 years ago
  58. b786893 Remove useless div by 0 check by Gavin Howard · 6 years ago
  59. 7b3fb21 Get rid of now unneeded code by Gavin Howard · 6 years ago
  60. bbd9313 Fix a bug where a missing block end was not detected by Gavin Howard · 6 years ago
  61. 5366b08 Fix an oversight (missed error check) by Gavin Howard · 6 years ago
  62. 4397d78 Fix a typo by Gavin Howard · 6 years ago
  63. e6f608c Improve error message output by Gavin Howard · 6 years ago
  64. 06d3ae8 Remove BcProgram file field and use the BcVm one better by Gavin Howard · 6 years ago
  65. 345775c Improve invalid option output and test for it by Gavin Howard · 6 years ago
  66. 9a27b17 Fix a typo by Gavin Howard · 6 years ago
  67. b801c0c Fix a bug where errors on EOF during read() did not happen by Gavin Howard · 6 years ago
  68. a833c6b Fix a bug where an error could leave a global in a bad state by Gavin Howard · 6 years ago
  69. 357bc25 Fix a bug where nested if's did not parse correctly by Gavin Howard · 6 years ago
  70. b47c525 Fix a bug in a test file by Gavin Howard · 6 years ago
  71. 66bc261 Remove use of uninitialized memory bc calloc'ing the vm by Gavin Howard · 6 years ago
  72. 843b5ae Simplify the bc parse flag check by Gavin Howard · 6 years ago
  73. 7536dcf Change all of bc to output error messages at point of error by Gavin Howard · 6 years ago
  74. 32a86cb Add the Linenoise license back into the LICENSE file by Gavin Howard · 6 years ago
  75. 6f72221 Add another if test by Gavin Howard · 6 years ago
  76. 40669bf Add some more if else tests by Gavin Howard · 6 years ago
  77. 6bae85d Fix two compiler warnings by Gavin Howard · 6 years ago
  78. 2b1c5e1 Merge branch 'master' into history by Gavin Howard · 6 years ago
  79. c8d4344 Get rid of uint8_t where I can by Gavin Howard · 6 years ago
  80. 2897f22 Style fix by Gavin Howard · 6 years ago
  81. e94792a Fix typos by Gavin Howard · 6 years ago
  82. 66f2a6b Attempt to fix a bug where copyright was not printed on Windows by Gavin Howard · 6 years ago
  83. 7286ca6 Fix a discrepancy from the POSIX bc spec by Gavin Howard · 6 years ago
  84. d347b90 Merge branch 'master' into history by Gavin Howard · 6 years ago
  85. 8505184 Style fix for a test by Gavin Howard · 6 years ago
  86. 08a4b5a Fix a parse bug where nested if's did not work by Gavin Howard · 6 years ago
  87. bda62cc Add a failing test found by busybox by Gavin Howard · 6 years ago
  88. 5f5a844 Tweak to configure.sh by Gavin Howard · 6 years ago
  89. 67222d3 Make the configure step test C compilers better by Gavin Howard · 6 years ago
  90. cdfa888 Add a help blurb about configure to the README by Gavin Howard · 6 years ago
  91. 629da49 Fix error message problems in configure.sh by Gavin Howard · 6 years ago
  92. 856b88e Style fixes for history by Gavin Howard · 6 years ago
  93. 22f11a0 Merge branch 'master' into history by Gavin Howard · 6 years ago
  94. 794b107 Add tests for else in the wrong place by Gavin Howard · 6 years ago
  95. 11734bc Style fix to the bc parser by Gavin Howard · 6 years ago
  96. 05b2ebd Fix a parse bug found by busybox by Gavin Howard · 6 years ago
  97. 0eaf86b More test file style fixes by Gavin Howard · 6 years ago
  98. 6e3137d Style fixes for a test file by Gavin Howard · 6 years ago
  99. 2a70580 Add two tests to test a bug that busybox found by Gavin Howard · 6 years ago
  100. 5184b33 Shorten the internal math library by Gavin Howard · 6 years ago