1. 9c4358c Style fixes for num.c by Gavin Howard · 7 years ago
  2. 647a880 Dedup bc_num_alg_a() by Gavin Howard · 7 years ago
  3. e7149d0 Style fixes to the lexer by Gavin Howard · 7 years ago
  4. 4dbb65b Various style fixes for Landley by Gavin Howard · 7 years ago
  5. 40d68c8 Remove useless code in bc_entry_cmp() by Gavin Howard · 7 years ago
  6. 3575392 Fix various little problems by Gavin Howard · 7 years ago
  7. e537f2e Fix global issue with toybox by Gavin Howard · 7 years ago
  8. 7ed02f9 Revert "Fix missing file in toybox file list" by Gavin Howard · 7 years ago
  9. 390d90d Fix missing file in toybox file list by Gavin Howard · 7 years ago
  10. 5b89106 Handle all signals that should be handled by Gavin Howard · 7 years ago
  11. c5e71a0 Remove a two-line function by Gavin Howard · 7 years ago
  12. 0c0d192 Various style fixes to compress code by Gavin Howard · 7 years ago
  13. 7a689c0 Improve io.c and io.h for landley's tastes by Gavin Howard · 7 years ago
  14. 2e09b5d Fix the release script for the makefile changes by Gavin Howard · 7 years ago
  15. a1f2030 Remove one-line and other useless functions by Gavin Howard · 7 years ago
  16. cb3ce02 Replace a couple magic numbers with a define by Gavin Howard · 7 years ago
  17. f955c23 Get rid of compile warnings when building release by Gavin Howard · 7 years ago
  18. 97eb856 A few style fixes by Gavin Howard · 7 years ago
  19. ea9a9bd Change a few more status returns to asserts by Gavin Howard · 7 years ago
  20. 27fdfb9 Remove bug statuses and replace with asserts by Gavin Howard · 7 years ago
  21. 2a9c6e9 Style fixes by Gavin Howard · 7 years ago
  22. 6839e4d Fix the toybox release and build process for changes by Gavin Howard · 7 years ago
  23. 13034ae Add the long options to the toybox header by Gavin Howard · 7 years ago
  24. 7f7618a Inline vm functions by Gavin Howard · 7 years ago
  25. 2949306 Put status codes and error stuff in their own header by Gavin Howard · 7 years ago
  26. 6d39a04 Style fix by Gavin Howard · 7 years ago
  27. ec5e7ca Move two typedefs to where they are really used by Gavin Howard · 7 years ago
  28. 730badf Rename a global by Gavin Howard · 7 years ago
  29. 0179dfe Add the long options to toybox header by Gavin Howard · 7 years ago
  30. 740989f Style fixes by Gavin Howard · 7 years ago
  31. 6e2fd06 Make length() follow the bc spec by Gavin Howard · 7 years ago
  32. cf3f4a5 Stop parsing on signal by Gavin Howard · 7 years ago
  33. 86f32e9 Fix a bug in bc_num_cmp() found by testing sqrt by Gavin Howard · 7 years ago
  34. cfc5faa Rename a couple params by Gavin Howard · 7 years ago
  35. 98e44ce Remove a useless compare by Gavin Howard · 7 years ago
  36. 9ecd263 Fix a bug in subtract deduplication by Gavin Howard · 7 years ago
  37. 2de9399 Remove unused variables (compiler warnings) by Gavin Howard · 7 years ago
  38. 2a064fd Rename the compare functions by Gavin Howard · 7 years ago
  39. e1e7494 Deduplicate subtracting arrays by Gavin Howard · 7 years ago
  40. 2ba0711 Fix a bug in the compare deduplication by Gavin Howard · 7 years ago
  41. 36c5c69 Remove a line of code that was double printing errors by Gavin Howard · 7 years ago
  42. 43ab933 Remove even more duplication in bc_num_compare() by Gavin Howard · 7 years ago
  43. 08bf529 Remove duplicate code in num compare funcs by Gavin Howard · 7 years ago
  44. 42d7c6d Make funcs search for vars in callers by Gavin Howard · 7 years ago
  45. ef1b52e Respect one character obase hex by Gavin Howard · 7 years ago
  46. 82d3df7 Fix a bug where return was not popping everything required by Gavin Howard · 7 years ago
  47. 98d071b Get rid of a compiler warning on gcc by Gavin Howard · 7 years ago
  48. 507109c Test 1000 digits of pi by Gavin Howard · 7 years ago
  49. 072b009 Fix a bug in bc_vec_npop() by Gavin Howard · 7 years ago
  50. fd384c3 Fix another bug that the screen script triggered by Gavin Howard · 7 years ago
  51. 3d3f73e Fix a bug that the screen script triggered by Gavin Howard · 7 years ago
  52. 8eb65d4 Style fixes to the screen script by Gavin Howard · 7 years ago
  53. a5af382 Fix bug in parser by Gavin Howard · 7 years ago
  54. 04ab2cf Make sure to exit on quit or halt by Gavin Howard · 7 years ago
  55. 9aaa3b2 Fix bugs in scripts and test scripts by Gavin Howard · 7 years ago
  56. 5d9a89a Have the error wrappers return a code if not interactive by Gavin Howard · 7 years ago
  57. a1601ae Rename a couple defines by Gavin Howard · 7 years ago
  58. 01d6ec3 Reduce by combining duplicate code by Gavin Howard · 7 years ago
  59. ff71fcd Make sure to quit execution on signal by Gavin Howard · 7 years ago
  60. 859e290 Rename a function by Gavin Howard · 7 years ago
  61. 2adc195 Remove unused code by Gavin Howard · 7 years ago
  62. 19470a4 Fix a memory leak on error by Gavin Howard · 7 years ago
  63. 0ed1232 Style fixes by Gavin Howard · 7 years ago
  64. 8ea8214 Style fix by Gavin Howard · 7 years ago
  65. 29d8005 Fix a few missing status name changes by Gavin Howard · 7 years ago
  66. 90f13ad Pass func args on the expr_stack by Gavin Howard · 7 years ago
  67. e964ffa Style fixes to program.c by Gavin Howard · 7 years ago
  68. 854fe89 Even more style fixes for vectors by Gavin Howard · 7 years ago
  69. 93c313a Another style fix for vectors by Gavin Howard · 7 years ago
  70. 4b1a74a Style fixes for vectors by Gavin Howard · 7 years ago
  71. 4d498ce Get my params and args straight in status name and message by Gavin Howard · 7 years ago
  72. 431435b Get rid of a compiler warning by Gavin Howard · 7 years ago
  73. 9a65a4e Reduce the read-only data by Gavin Howard · 7 years ago
  74. 4bbe6ef Style fixes by Gavin Howard · 7 years ago
  75. 16bba75 Remove a redundant status by Gavin Howard · 7 years ago
  76. 5d888b6 Remove a status in release script that is useless for toybox by Gavin Howard · 7 years ago
  77. bdb2f92 Change error messages and such for landley by Gavin Howard · 7 years ago
  78. 6e48710 More style fixes (from rofl0r) by Gavin Howard · 7 years ago
  79. 3898d19 Remove separation between params and autos by Gavin Howard · 7 years ago
  80. 5732343 Make recursion work by Gavin Howard · 7 years ago
  81. 32f332b Remove the debugging code from lib.bc by Gavin Howard · 7 years ago
  82. 92b7ce0 Style fixes by Gavin Howard · 7 years ago
  83. 1b024e2 Style fix by Gavin Howard · 7 years ago
  84. a2a0947 Another style fix for landley of my own initiative by Gavin Howard · 7 years ago
  85. 7a2e8c9 Code cleanup for landley by Gavin Howard · 7 years ago
  86. abcc5e0 Revert "Start fixing the recursion bug" by Gavin Howard · 7 years ago
  87. 89677d1 Start fixing the recursion bug by Gavin Howard · 7 years ago
  88. 8694e13 Fix problem with sub that was ruining arctangent by Gavin Howard · 7 years ago
  89. bc7cae8 Take strings into account when printing widths by Gavin Howard · 7 years ago
  90. 95ed575 Add debugging prints to lib.bc (these will be removed later) by Gavin Howard · 7 years ago
  91. c21e92f Add a pi test (currently broken) by Gavin Howard · 7 years ago
  92. 0e0512a Reverse two lines in the arctangent script by Gavin Howard · 7 years ago
  93. 509215c Update the arctangent script by Gavin Howard · 7 years ago
  94. c2762a2 Fix bugs and style is lib.bc by Gavin Howard · 7 years ago
  95. 822fd56 Fix bugs with exiting correctly by Gavin Howard · 7 years ago
  96. 55d34a0 Don't print a newline for strings by Gavin Howard · 7 years ago
  97. e7363c2 Fix an oversight in the arctangent generator by Gavin Howard · 7 years ago
  98. 6e379f7 Fix problem with last commit by Gavin Howard · 7 years ago
  99. fc809dd Add an arctangent test by Gavin Howard · 7 years ago
  100. edfe862 Exit properly on halt and quit by Gavin Howard · 7 years ago