1. d75aaec Exclude as many function declarations as possible by Gavin Howard · 7 years ago
  2. f456d37 Make sure data is put before code in toybox by Gavin Howard · 7 years ago
  3. 12ca470 Rename the global struct by Gavin Howard · 7 years ago
  4. 729f764 Attempt to fix toybox compile errors by Gavin Howard · 7 years ago
  5. b43ca70 Fix a compile warning by Gavin Howard · 7 years ago
  6. d257683 Change a few things for toybox by Gavin Howard · 7 years ago
  7. 2a6e3a6 Add the capability to use '.' as a shortcut for last by Gavin Howard · 7 years ago
  8. 0561f91 Make sure there can't be two autos/params of same name by Gavin Howard · 7 years ago
  9. e50f712 Make sure recursive read() calls cannot happen by Gavin Howard · 7 years ago
  10. f23448c Start implementing work to search for function args by Gavin Howard · 7 years ago
  11. d6fa9f0 Remove a useless status by Gavin Howard · 7 years ago
  12. bbd368c Add an invalid stack status by Gavin Howard · 7 years ago
  13. df64dc9 Add an invalid type status (for later) by Gavin Howard · 7 years ago
  14. a80ad15 Add an invalid label status by Gavin Howard · 7 years ago
  15. d88d9e0 Add an invalid return status by Gavin Howard · 7 years ago
  16. 6d89b5d Add an initial rough implementation of assignments by Gavin Howard · 7 years ago
  17. 8d1f1db Update pointer style for toybox by Gavin Howard · 7 years ago
  18. 5d43619 Fix a possible out of bounds bug in vectors by Gavin Howard · 7 years ago
  19. 7c8dc77 Fix scan-build warnings by Gavin Howard · 7 years ago
  20. db48850 Fix a compile error by Gavin Howard · 7 years ago
  21. 025d04d Start turning BcNum arrays into least significant first by Gavin Howard · 7 years ago
  22. c5e491b Reform the start code to be better compatible with toybox by Gavin Howard · 7 years ago
  23. b5904bf Change the license by Gavin Howard · 7 years ago
  24. 3ba6c8d Move the include files by Gavin Howard · 7 years ago[Renamed from include/bc/bc.h]
  25. 68b8a5c Add functions to convert to longs by Gavin Howard · 7 years ago
  26. 0dbafb5 Adjust the license exemption by Gavin Howard · 7 years ago
  27. 3eb626f Start adding math directly into bc by Gavin Howard · 7 years ago
  28. 9a207dd Add a generic I/O error by Gavin Howard · 7 years ago
  29. ae6ff10 Reorder a status by Gavin Howard · 7 years ago
  30. 5715b04 Update license for Toybox and AOSP by Gavin Howard · 7 years ago
  31. a0b3453 Handle signals better by Gavin Howard · 7 years ago
  32. 2433ae1 Update bc_program_var_add() bc_program_array_add() by Gavin Howard · 7 years ago
  33. ab67e7c Use bc_program_func_add by Gavin Howard · 7 years ago
  34. d832024 Create a define for an invalid index by Gavin Howard · 7 years ago
  35. 32aee40 Add basic support to the code option by Gavin Howard · 7 years ago
  36. d50539a Fix all compile errors by Gavin Howard · 7 years ago
  37. e46c682 Get rid of all compile errors in parse.c by Gavin Howard · 7 years ago
  38. d96bcae Do more work to have bytecode (not there yet) by Gavin Howard · 7 years ago
  39. fc71e24 Finish with initial try for warnings and errors on POSIX by Gavin Howard · 7 years ago
  40. e66c1f3 Add more POSIX warnings/errors by Gavin Howard · 7 years ago
  41. 3eeff83 Add a define to do POSIX warnings/errors by Gavin Howard · 7 years ago
  42. 217a5d5 Start erroring and warning for POSIX standard by Gavin Howard · 7 years ago
  43. 5a94ef6 Put in more work to get expressions working by Gavin Howard · 7 years ago
  44. 361bfd3 Make the code persistent across files by Gavin Howard · 7 years ago
  45. 3e7cf05 Update code to better fit with toybox by Gavin Howard · 7 years ago
  46. 941334d Make limits get executed after parse by Gavin Howard · 7 years ago
  47. dce6dc9 Split out the stuff between main and bc_main better (for toybox) by Gavin Howard · 7 years ago
  48. 4bc73ee Style fixes for toybox by Gavin Howard · 7 years ago
  49. 4cb7dea Remove the arbsh material by Gavin Howard · 7 years ago[Renamed from bc/include/bc/bc.h]
  50. 6fc7769 Move limits into the program by Gavin Howard · 7 years ago
  51. 88f3900 Do more work to get execution by Gavin Howard · 7 years ago
  52. aeac4b9 Start evaluating expressions by Gavin Howard · 7 years ago
  53. d28e80a Add more to the vm by Gavin Howard · 7 years ago
  54. e4cdf56 Start work on actually executing programs by Gavin Howard · 7 years ago
  55. dec399f Move some code around by Gavin Howard · 7 years ago
  56. 89c4f22 Make bc respond properly to SIGINT by Gavin Howard · 7 years ago
  57. dae5067 Check for limits that are greater than we have by Gavin Howard · 7 years ago
  58. 07399df Redo the limits function to be correct by Gavin Howard · 7 years ago
  59. 915a944 Remove some more memory leaks by Gavin Howard · 7 years ago
  60. 394be35 Reorder a function's arguments by Gavin Howard · 7 years ago
  61. ec2a67b Fix another problem by Gavin Howard · 7 years ago
  62. 4dc4266 Attempt to reduce memory leaks by Gavin Howard · 7 years ago
  63. 6d1309d Create a stub to print limits by Gavin Howard · 7 years ago
  64. 4b50dc0 Fix some bugs found by inspection by Gavin Howard · 7 years ago
  65. 8a1b54f Make the version build better by Gavin Howard · 7 years ago
  66. 88ef8d6 Fix bugs found while testing by Gavin Howard · 7 years ago
  67. 8a596d4 Move stuff for graff by Gavin Howard · 7 years ago