1. 9aaa3b2 Fix bugs in scripts and test scripts by Gavin Howard · 6 years ago
  2. 5d9a89a Have the error wrappers return a code if not interactive by Gavin Howard · 6 years ago
  3. a1601ae Rename a couple defines by Gavin Howard · 6 years ago
  4. 01d6ec3 Reduce by combining duplicate code by Gavin Howard · 6 years ago
  5. ff71fcd Make sure to quit execution on signal by Gavin Howard · 6 years ago
  6. 859e290 Rename a function by Gavin Howard · 6 years ago
  7. 2adc195 Remove unused code by Gavin Howard · 6 years ago
  8. 19470a4 Fix a memory leak on error by Gavin Howard · 6 years ago
  9. 0ed1232 Style fixes by Gavin Howard · 6 years ago
  10. 8ea8214 Style fix by Gavin Howard · 6 years ago
  11. 29d8005 Fix a few missing status name changes by Gavin Howard · 6 years ago
  12. 90f13ad Pass func args on the expr_stack by Gavin Howard · 6 years ago
  13. e964ffa Style fixes to program.c by Gavin Howard · 6 years ago
  14. 854fe89 Even more style fixes for vectors by Gavin Howard · 6 years ago
  15. 93c313a Another style fix for vectors by Gavin Howard · 6 years ago
  16. 4b1a74a Style fixes for vectors by Gavin Howard · 6 years ago
  17. 4d498ce Get my params and args straight in status name and message by Gavin Howard · 6 years ago
  18. 431435b Get rid of a compiler warning by Gavin Howard · 6 years ago
  19. 9a65a4e Reduce the read-only data by Gavin Howard · 6 years ago
  20. 4bbe6ef Style fixes by Gavin Howard · 6 years ago
  21. 16bba75 Remove a redundant status by Gavin Howard · 6 years ago
  22. 5d888b6 Remove a status in release script that is useless for toybox by Gavin Howard · 6 years ago
  23. bdb2f92 Change error messages and such for landley by Gavin Howard · 6 years ago
  24. 6e48710 More style fixes (from rofl0r) by Gavin Howard · 6 years ago
  25. 3898d19 Remove separation between params and autos by Gavin Howard · 6 years ago
  26. 5732343 Make recursion work by Gavin Howard · 6 years ago
  27. 32f332b Remove the debugging code from lib.bc by Gavin Howard · 6 years ago
  28. 92b7ce0 Style fixes by Gavin Howard · 6 years ago
  29. 1b024e2 Style fix by Gavin Howard · 6 years ago
  30. a2a0947 Another style fix for landley of my own initiative by Gavin Howard · 6 years ago
  31. 7a2e8c9 Code cleanup for landley by Gavin Howard · 6 years ago
  32. abcc5e0 Revert "Start fixing the recursion bug" by Gavin Howard · 6 years ago
  33. 89677d1 Start fixing the recursion bug by Gavin Howard · 6 years ago
  34. 8694e13 Fix problem with sub that was ruining arctangent by Gavin Howard · 6 years ago
  35. bc7cae8 Take strings into account when printing widths by Gavin Howard · 6 years ago
  36. 95ed575 Add debugging prints to lib.bc (these will be removed later) by Gavin Howard · 6 years ago
  37. c21e92f Add a pi test (currently broken) by Gavin Howard · 6 years ago
  38. 0e0512a Reverse two lines in the arctangent script by Gavin Howard · 6 years ago
  39. 509215c Update the arctangent script by Gavin Howard · 6 years ago
  40. c2762a2 Fix bugs and style is lib.bc by Gavin Howard · 6 years ago
  41. 822fd56 Fix bugs with exiting correctly by Gavin Howard · 6 years ago
  42. 55d34a0 Don't print a newline for strings by Gavin Howard · 6 years ago
  43. e7363c2 Fix an oversight in the arctangent generator by Gavin Howard · 6 years ago
  44. 6e379f7 Fix problem with last commit by Gavin Howard · 6 years ago
  45. fc809dd Add an arctangent test by Gavin Howard · 6 years ago
  46. edfe862 Exit properly on halt and quit by Gavin Howard · 6 years ago
  47. 57087a6 Make sure to print a newline after strings by Gavin Howard · 6 years ago
  48. 0271bfc Fix a bug in printing plain strings by Gavin Howard · 6 years ago
  49. f6964a1 Deal with zero in add by Gavin Howard · 6 years ago
  50. 0ba76f7 Add a script to generate an arctangent regression test by Gavin Howard · 6 years ago
  51. ae6e7d5 Fix a bug in div by Gavin Howard · 6 years ago
  52. 259406f Use CFG_TOYBOX_FREE for bc_vm_free() by Gavin Howard · 6 years ago
  53. 67adb3a Return the correct error for undefind functions by Gavin Howard · 6 years ago
  54. 2ed2bfb Fix bugs in printing numbers by Gavin Howard · 6 years ago
  55. 747aa5b Fix bug where obase was triggering wrongly by Gavin Howard · 6 years ago
  56. 4148d3f Fix a bug parsing a number with backlashes by Gavin Howard · 6 years ago
  57. 9ba6c25 Fix a memory leak on error in bc_program_num() by Gavin Howard · 6 years ago
  58. 881645c Fix an issue with printing decimal by Gavin Howard · 6 years ago
  59. 84dd6ad Add printing a large number by Gavin Howard · 6 years ago
  60. fe8aa33 Update limits for passing tests by Gavin Howard · 6 years ago
  61. 53ed5bb Fix a few more bugs in printing by Gavin Howard · 6 years ago
  62. 1819ecc Fix printing by Gavin Howard · 6 years ago
  63. 8b25487 Handle zero special case in mod by Gavin Howard · 6 years ago
  64. 9b4d86c Make the print test palatable to generate and run by Gavin Howard · 6 years ago
  65. faa8de0 Handle interactivity and errors properly by Gavin Howard · 6 years ago
  66. 5b24c3f Fix a bug in parsing different bases by Gavin Howard · 6 years ago
  67. a5dd287 Make sure to error on ibase/obase going over max by Gavin Howard · 6 years ago
  68. 415aff1 Make sure to error on invalid ibase/obase right away by Gavin Howard · 6 years ago
  69. 647612d Remove a line of debugging code by Gavin Howard · 6 years ago
  70. 389e69e Style fixes by Gavin Howard · 6 years ago
  71. 030fd97 Attempt to fix a bug in bc_program_index() by Gavin Howard · 6 years ago
  72. 920607a Remove the git scripts sentence from the README by Gavin Howard · 6 years ago
  73. 6c93550 Update extension sentence on the README by Gavin Howard · 6 years ago
  74. a23b1b6 Change the release for toybox to match up better with landley's changes by Gavin Howard · 6 years ago
  75. f1ab44f Style fixes to match up better with toybox by Gavin Howard · 6 years ago
  76. 9ae6a5d Change some function headers for toybox by Gavin Howard · 6 years ago
  77. 53043d6 Get rid of a useless cast by Gavin Howard · 6 years ago
  78. e785f71 Fix a bug from my function pointer change by Gavin Howard · 6 years ago
  79. a280bde Remove a useless function by Gavin Howard · 6 years ago
  80. 678c783 Remove casts in bc_main() by Gavin Howard · 6 years ago
  81. 1e70409 Remove the bc_code global by Gavin Howard · 6 years ago
  82. 0e6bc71 Remove a useless status by Gavin Howard · 6 years ago
  83. 4fa50d7 Style fix by Gavin Howard · 6 years ago
  84. 07107d8 Remove a bit of redundant code by Gavin Howard · 6 years ago
  85. 03994ef Remove reference to BSD 3-clause by Gavin Howard · 6 years ago
  86. b5f1cb1 Fix two of the changes I made for landley by Gavin Howard · 6 years ago
  87. 293aec9 Shorten some error messages for landley by Gavin Howard · 6 years ago
  88. 8643c1d Fix the parse and print test in test.sh by Gavin Howard · 6 years ago
  89. e37ecb6 Update the status on the README by Gavin Howard · 6 years ago
  90. 0ff45e1 Add back in some globals (maybe delete them later) by Gavin Howard · 6 years ago
  91. eb9a822 More style changes for landley by Gavin Howard · 6 years ago
  92. 00fd118 Don't generate parse and print tests if they exist by Gavin Howard · 6 years ago
  93. b5f9165 Fix problem with last commit by Gavin Howard · 6 years ago
  94. 496140a Another style fix for landley by Gavin Howard · 6 years ago
  95. bc72035 Fix more style concerns for landley by Gavin Howard · 6 years ago
  96. b1f44e4 Update the parse and print generators by Gavin Howard · 6 years ago
  97. 06cf07b Remove some more things that landley wants gone by Gavin Howard · 6 years ago
  98. 13ec6b9 Style fix to toybox header by Gavin Howard · 6 years ago
  99. 66919c4 Update toybox style by Gavin Howard · 6 years ago
  100. c05f499 Add a line to report bugs (so landley does not have to handle them) by Gavin Howard · 6 years ago