1. 191ce56 Merge branch 'master' into references by Gavin Howard · 6 years ago
  2. e6f7ab2 Refactor to reduce code by Gavin Howard · 6 years ago
  3. 371ecd8 Fix a bug by Gavin Howard · 6 years ago
  4. 5eb0f85 Merge branch 'master' into references by Gavin Howard · 6 years ago
  5. 995d061 Update configure help by Gavin Howard · 6 years ago
  6. 87adb27 Merge branch 'master' into references by Gavin Howard · 6 years ago
  7. 26c7b19 Make sure to remove an extraneous file by Gavin Howard · 6 years ago
  8. 170437b Get rid of seg faults on vars by Gavin Howard · 6 years ago
  9. aefe8f5 Make a cast by Gavin Howard · 6 years ago
  10. 66a6a85 Merge branch 'master' into references by Gavin Howard · 6 years ago
  11. 2c55057 Remove some compiler warnings by Gavin Howard · 6 years ago
  12. 8ab52c9 Merge branch 'master' into references by Gavin Howard · 6 years ago
  13. 99874ab Style fixes for maps by Gavin Howard · 6 years ago
  14. 5c95cef Some work on getting references to work by Gavin Howard · 6 years ago
  15. b75fcd0 Merge branch 'master' into references by Gavin Howard · 6 years ago
  16. 2b4fde9 Style fixes by Gavin Howard · 6 years ago
  17. 855b9ad Ignore Windows executables by Gavin Howard · 6 years ago
  18. b221030 Partially deinline BC_PARSE_LEAF() by Gavin Howard · 6 years ago
  19. ad47731 Remove the inner struct from BcLex by Gavin Howard · 6 years ago
  20. c78c101 Attempt to fix a wrong type error by Gavin Howard · 6 years ago
  21. d470d2f Merge branch 'master' into references by Gavin Howard · 6 years ago
  22. d392983 Style and efficiency fixes for num.c by Gavin Howard · 6 years ago
  23. e5e9016 Remove a strdup() by Gavin Howard · 6 years ago
  24. 5a29515 Remove a useless line of code from the configure script by Gavin Howard · 6 years ago
  25. 2f06134 Add two options to disable dc or bc by Gavin Howard · 6 years ago
  26. d961098 Remove a debugging printf from the configure step by Gavin Howard · 6 years ago
  27. 57ef47e Add another message to the history test by Gavin Howard · 6 years ago
  28. 959375c Improve history check messages by Gavin Howard · 6 years ago
  29. 4fe954e Improve the Windows history check by Gavin Howard · 6 years ago
  30. a2b47eb Get rid of an instance of strdup() by Gavin Howard · 6 years ago
  31. 2a669ea Check for Windows and history in the configure step by Gavin Howard · 6 years ago
  32. 7fa6a34 Style fix to a preprocessor check by Gavin Howard · 6 years ago
  33. 8c34191 Move the history vs Windows check by Gavin Howard · 6 years ago
  34. 529ad05 Make spaces valid one-character dc register names by Gavin Howard · 6 years ago
  35. 1545ffe Attempt to make MinGW work again by Gavin Howard · 6 years ago
  36. a978c50 History style fix by Gavin Howard · 6 years ago
  37. 6e59e83 Get rid of a few compiler warnings by Gavin Howard · 6 years ago
  38. fb14efc Handle numbers that are integers with decimal places in power by Gavin Howard · 6 years ago
  39. 0d5a9bb Merge branch 'master' into references by Gavin Howard · 6 years ago
  40. 2237ee2 Make the garbage collection more thorough by Gavin Howard · 6 years ago
  41. 39bf36f Make the BC_PARSE_CAN_EXEC check a bit more thorough by Gavin Howard · 6 years ago
  42. bd9105b Make print pop work for dc by Gavin Howard · 6 years ago
  43. df4a093 Add a test for print pop, since it is not working by Gavin Howard · 6 years ago
  44. 9385baf Merge branch 'master' into references by Gavin Howard · 6 years ago
  45. 81d31ca Style fix by Gavin Howard · 6 years ago
  46. f641b9f Merge branch 'master' into references by Gavin Howard · 6 years ago
  47. 43df94a More style fixes by Gavin Howard · 6 years ago
  48. 22f34e5 Merge branch 'master' into references by Gavin Howard · 6 years ago
  49. 0a15007 Style fixes for the parser by Gavin Howard · 6 years ago
  50. 4d78649 Add the test mentioned in the last commit by Gavin Howard · 6 years ago
  51. 943b778 Parse statement delimiters better by Gavin Howard · 6 years ago
  52. 8d66916 Merge branch 'master' into references by Gavin Howard · 6 years ago
  53. ba5b8dd Remove a function in release builds that is not necessary by Gavin Howard · 6 years ago
  54. 27bdde0 Style fix for less LOC by Gavin Howard · 6 years ago
  55. 0095c7b Add a comment by Gavin Howard · 6 years ago
  56. 7a3e7a7 Fix a bug by Gavin Howard · 6 years ago
  57. b8a1292 Use statically-allocated BcNum's where I can by Gavin Howard · 6 years ago
  58. c9ba74c Fix a problem with make clean by Gavin Howard · 6 years ago
  59. e1d08f3 Fix scan-build warnings as much as possible by Gavin Howard · 6 years ago
  60. ed38e94 Remove some scan-build warnings by Gavin Howard · 6 years ago
  61. 33a22e6 Add some more code, inserting into functions by Gavin Howard · 6 years ago
  62. dee73f4 Make the dc only flag imply no references by Gavin Howard · 6 years ago
  63. 7811098 Merge branch 'master' into references by Gavin Howard · 6 years ago
  64. 2c798d5 Remove some unneeded material from dc by Gavin Howard · 6 years ago
  65. 91ed87e Add the start to code by Gavin Howard · 6 years ago
  66. c344032 Add the POSIX error status and companions by Gavin Howard · 6 years ago
  67. 09fd61e Fix status and message correspondence by Gavin Howard · 6 years ago
  68. 17ba54b Remove an unused error index by Gavin Howard · 6 years ago
  69. c868e09 Start references by adding the option to the build system by Gavin Howard · 6 years ago
  70. 1ffd813 Fix a extra two items on stack after a for loop by Gavin Howard · 6 years ago
  71. cc8b2b5 Fix the bug from last commit in a better way by Gavin Howard · 6 years ago
  72. 3a0f9a6 Fix a failing test by Gavin Howard · 6 years ago
  73. 20e15bc Remove a debugging printf I missed by Gavin Howard · 6 years ago
  74. 8e30663 Fix a bug where interrupt was not handled correctly by Gavin Howard · 6 years ago
  75. 63a7421 Fix an error on make clean by Gavin Howard · 6 years ago
  76. 7d9e1c7 Reduce memory usage from strings and constants by Gavin Howard · 6 years ago
  77. 7b557da Style fixes to num.c by Gavin Howard · 6 years ago
  78. 3591c18 Make sure to remove the bin directory by Gavin Howard · 6 years ago
  79. b55ad00 Do a better solution for FreeBSD bad Makefile by Gavin Howard · 6 years ago
  80. 61ee8a0 Another attempt to fix bad Makefile output on FreeBSD by Gavin Howard · 6 years ago
  81. 50e1af6 Attempt to fix bad output on FreeBSD by Gavin Howard · 6 years ago
  82. 675b5cc Reduce the const data load even further by Gavin Howard · 6 years ago
  83. a58ebde Style fix by Gavin Howard · 6 years ago
  84. d71070a Fix from last commit by Gavin Howard · 6 years ago
  85. 4662d6c Move some #define's by Gavin Howard · 6 years ago
  86. c1902aa Lessen the amount of const data in the bc by Gavin Howard · 6 years ago
  87. b131c7c Fix one bad error report by Gavin Howard · 6 years ago
  88. f7c5240 Fix the EOF bug for real this time by Gavin Howard · 6 years ago
  89. a936271 Remove another thing from dc by Gavin Howard · 6 years ago
  90. da4a381 Fix the wrongly reported error in a better way by Gavin Howard · 6 years ago
  91. 0020fb3 Revert "Fix a wrongly reported error on EOF" by Gavin Howard · 6 years ago
  92. ce814ae Fix a wrongly reported error on EOF by Gavin Howard · 6 years ago
  93. f11c946 Fix missed items from last commit by Gavin Howard · 6 years ago
  94. fe9efe2 Remove unneeded material from dc-only builds by Gavin Howard · 6 years ago
  95. ad5517e Update the README for new configure instructions by Gavin Howard · 6 years ago
  96. b5fd506 Fix configure.sh's handling of optimization levels by Gavin Howard · 6 years ago
  97. 9a7a428 Fix a typo by Gavin Howard · 6 years ago
  98. 20c6b5d Make all.sh and errors.sh scripts POSIX shell-compatible by Gavin Howard · 6 years ago
  99. 9ae20f3 Remove a now-unneeded line of code by Gavin Howard · 6 years ago
  100. d9ca752 Add a failing test and its fix by Gavin Howard · 6 years ago