1. 70e3d60 Make all of the VM global by Gavin Howard · 6 years ago
  2. 705c4bc Remove some useless error return values by Gavin Howard · 6 years ago
  3. 40a085f Fix preprocessor conditionals for busybox by Gavin Howard · 6 years ago
  4. 773c86b Fix busybox and toybox release to have the minimum by Gavin Howard · 6 years ago
  5. 53eba8b Fix style for busybox by Gavin Howard · 6 years ago
  6. 48af52e Fix busybox style complaints by Gavin Howard · 6 years ago
  7. ad0ecfe Create functions to just die on OOM by Gavin Howard · 6 years ago
  8. 34edd0a Improve coverage and remove some useless code by Gavin Howard · 6 years ago
  9. 9a4b6cd Reduce LOC even further by Gavin Howard · 6 years ago
  10. 54b946a Add static declarations where I can by Gavin Howard · 6 years ago
  11. e7e752d Set a better Karatsuba num default by Gavin Howard · 6 years ago
  12. d6c63ad Make toybox compile by Gavin Howard · 6 years ago
  13. 1844108 Add a divmod function and use it where possible by Gavin Howard · 6 years ago
  14. 7fbb4e2 Use a bit trick to negate numbers by Gavin Howard · 6 years ago
  15. dcaf230 Make the Karatsuba script work by Gavin Howard · 6 years ago
  16. cd3060d Get rid of a warning in busybox by Gavin Howard · 6 years ago
  17. b5093d7 Clean out karatsuba debug code by Gavin Howard · 6 years ago
  18. 305249a Start adding Karatsuba by Gavin Howard · 6 years ago
  19. d32d7df Reduce LOC in num.c by Gavin Howard · 6 years ago
  20. f8f232b Make busybox compile without warnings by Gavin Howard · 6 years ago
  21. 8a921bd Add restrict in a few places in num.c by Gavin Howard · 6 years ago
  22. bb498fb Style fixes by Gavin Howard · 6 years ago
  23. 844e7a5 Fix a bunch of various crash bugs by Gavin Howard · 6 years ago
  24. 32b2daa Exclude some stuff by Gavin Howard · 6 years ago
  25. 83eb839 Add asciify and printing byte streams by Gavin Howard · 6 years ago
  26. 757b66a Style fixes by Gavin Howard · 6 years ago
  27. be53edd Rename a math op to be accurate by Gavin Howard · 6 years ago
  28. e6e8476 Change the defines by Gavin Howard · 6 years ago
  29. c9a9c47 Make things shipshape for toybox again by Gavin Howard · 6 years ago
  30. ba00980 Add an initial (non-working) modular exponentiation by Gavin Howard · 6 years ago
  31. 12fe781 Style fixes by Gavin Howard · 6 years ago
  32. 411f732 Style fixes by Gavin Howard · 6 years ago
  33. 6373820 Finish changing to busybox style by Gavin Howard · 6 years ago
  34. 1dc4f09 Style fixes by Gavin Howard · 6 years ago
  35. db31998 Style fix by Gavin Howard · 6 years ago
  36. 8d3259a Fix a crash found by afl by Gavin Howard · 6 years ago
  37. 0be26ed Move some code to reduce LOC for toybox by Gavin Howard · 6 years ago
  38. 4538c90 Remove one line of code for toybox by Gavin Howard · 6 years ago
  39. 52e0126 Use more #defines by Gavin Howard · 6 years ago
  40. 6e0f3c5 Reduce LOC and fix some style for toybox by Gavin Howard · 6 years ago
  41. 0075913 Reduce allocation sizes for nums by Gavin Howard · 6 years ago
  42. 6a804cf Make compare functions return number of equal digits through return by Gavin Howard · 7 years ago
  43. 902a16c Reduce loc even further by Gavin Howard · 7 years ago
  44. b49a1c3 Make toybox compile from the release script by Gavin Howard · 7 years ago
  45. 0011a3a Add two environment variables by Gavin Howard · 7 years ago
  46. 5ce4084 Change back to lines being 69 characters by Gavin Howard · 7 years ago
  47. 2bc0eee Undo the character width change by Gavin Howard · 7 years ago
  48. 2168fb8 Fix scan-build warnings (from Thalheim) by Gavin Howard · 7 years ago
  49. a141a0f Fix various problems with printing numbers by Gavin Howard · 7 years ago
  50. 9c4358c Style fixes for num.c by Gavin Howard · 7 years ago
  51. 0c0d192 Various style fixes to compress code by Gavin Howard · 7 years ago
  52. 27fdfb9 Remove bug statuses and replace with asserts by Gavin Howard · 7 years ago
  53. 2949306 Put status codes and error stuff in their own header by Gavin Howard · 7 years ago
  54. 2a064fd Rename the compare functions by Gavin Howard · 7 years ago
  55. 08bf529 Remove duplicate code in num compare funcs by Gavin Howard · 7 years ago
  56. bc7cae8 Take strings into account when printing widths by Gavin Howard · 7 years ago
  57. 747aa5b Fix bug where obase was triggering wrongly by Gavin Howard · 7 years ago
  58. 1819ecc Fix printing by Gavin Howard · 7 years ago
  59. eb9a822 More style changes for landley by Gavin Howard · 7 years ago
  60. d75aaec Exclude as many function declarations as possible by Gavin Howard · 7 years ago
  61. f456d37 Make sure data is put before code in toybox by Gavin Howard · 7 years ago
  62. 021150b Fix the last divide error by Gavin Howard · 7 years ago
  63. 4e5ee2b Fix bugs found when testing in toybox by Gavin Howard · 7 years ago
  64. 32f2beb Reuse code for bc_num_printDecimal() by Gavin Howard · 7 years ago
  65. 152f3e8 Make sure to not print newlines when in a print statement by Gavin Howard · 7 years ago
  66. 2682a1f Add a rough implementation of non-decimal printing by Gavin Howard · 7 years ago
  67. 82435af Style fix for toybox by Gavin Howard · 7 years ago
  68. 5cea43b Change conversion functions to accept BcNum bases by Gavin Howard · 7 years ago
  69. b11bc8a Deduplicate some code by Gavin Howard · 7 years ago
  70. f23448c Start implementing work to search for function args by Gavin Howard · 7 years ago
  71. 9bb13e2 Various style fixes by Gavin Howard · 7 years ago
  72. ed392aa Redo the bc_program_read() function by Gavin Howard · 7 years ago
  73. e66ce6a Remove scale requirement from parsing by Gavin Howard · 7 years ago
  74. 5d74e96 Make ibase and obase BcNum's and handle conversion by Gavin Howard · 7 years ago
  75. 43a027f Create zero and one constants more efficiently by Gavin Howard · 7 years ago
  76. 8d1f1db Update pointer style for toybox by Gavin Howard · 7 years ago
  77. 025d04d Start turning BcNum arrays into least significant first by Gavin Howard · 7 years ago
  78. b5904bf Change the license by Gavin Howard · 7 years ago
  79. a83e3dc Fix a few bugs and compile errors by Gavin Howard · 7 years ago
  80. 8389bb2 Rename a few things by Gavin Howard · 7 years ago
  81. 8e2cc69 Add functions to convert longs to BcNum's by Gavin Howard · 7 years ago
  82. 6f6dc94 Replace unused with cap in BcNum's by Gavin Howard · 7 years ago
  83. 903a1e2 Fix printing to not go over the line limit by Gavin Howard · 7 years ago
  84. 3ba6c8d Move the include files by Gavin Howard · 7 years ago[Renamed (99%) from include/bc/num.h]
  85. 68b8a5c Add functions to convert to longs by Gavin Howard · 7 years ago
  86. 0b465d0 Style fixes by Gavin Howard · 7 years ago
  87. 0dbafb5 Adjust the license exemption by Gavin Howard · 7 years ago
  88. b5c7721 Rip out all references to fxdpnt by Gavin Howard · 7 years ago
  89. fe679f0 Write an initial shot at addition by Gavin Howard · 7 years ago
  90. 3eb626f Start adding math directly into bc by Gavin Howard · 7 years ago