1. 6fc7769 Move limits into the program by Gavin Howard · 7 years ago
  2. 2d834b8 Merge remote-tracking branch 'upstream/master' by Gavin Howard · 7 years ago
  3. 88f3900 Do more work to get execution by Gavin Howard · 7 years ago
  4. 643f2c6 Fill out stubs for the rest of the switch by Gavin Howard · 7 years ago
  5. 75b3788 Merge remote-tracking branch 'upstream/master' by Gavin Howard · 7 years ago
  6. aeac4b9 Start evaluating expressions by Gavin Howard · 7 years ago
  7. 5b5dc57 Free stmt lists as they are finished by Gavin Howard · 7 years ago
  8. 88b03df Make the lexer better conform to POSIX with locale set by Gavin Howard · 7 years ago
  9. bc9fa77 Set default locale by Gavin Howard · 7 years ago
  10. 3c2fbfc Make the lexer conform to POSIX for backslash newlines in strings by Gavin Howard · 7 years ago
  11. 1dec3f2 Merge remote-tracking branch 'upstream/master' by Gavin Howard · 7 years ago
  12. d28e80a Add more to the vm by Gavin Howard · 7 years ago
  13. 9d77f91 Make stdin execution handle partial strings and comments by Gavin Howard · 7 years ago
  14. 73a08b5 Fix leaks by Gavin Howard · 7 years ago
  15. f111615 Merge remote-tracking branch 'upstream/master' by Gavin Howard · 7 years ago
  16. 440f588 Use sigaction instead of signal by Gavin Howard · 7 years ago
  17. 6a50da1 Fix some build problems by Gavin Howard · 7 years ago
  18. 91013c5 Fix a bug by Gavin Howard · 7 years ago
  19. e4cdf56 Start work on actually executing programs by Gavin Howard · 7 years ago
  20. 4c4ccdd Rename a field by Gavin Howard · 7 years ago
  21. dec399f Move some code around by Gavin Howard · 7 years ago
  22. a9da4f0 Merge remote-tracking branch 'upstream/master' by Gavin Howard · 7 years ago
  23. c64a028 Ignore some more things by Gavin Howard · 7 years ago
  24. 377a21d Merge remote-tracking branch 'upstream/master'\ by Gavin Howard · 7 years ago
  25. 7d1a21b Do some more work on bc by Gavin Howard · 7 years ago
  26. 2301f97 Ignore test logs by Gavin Howard · 7 years ago
  27. a3f2669 Harden the error handling some more by Gavin Howard · 7 years ago
  28. 8cc52a5 Make the SIGINT message prettier by Gavin Howard · 7 years ago
  29. 89c4f22 Make bc respond properly to SIGINT by Gavin Howard · 7 years ago
  30. 52953e0 Prevent memory leaks on errors by Gavin Howard · 7 years ago
  31. dae5067 Check for limits that are greater than we have by Gavin Howard · 7 years ago
  32. 286bde0 Style fixes by Gavin Howard · 7 years ago
  33. 07399df Redo the limits function to be correct by Gavin Howard · 7 years ago
  34. 133550e Change the copyright by Gavin Howard · 7 years ago
  35. 243dc67 Get rid of debug code and fix bugs by Gavin Howard · 7 years ago
  36. 1e3b3d6 Remove the last memory leak by Gavin Howard · 7 years ago
  37. 69b0c59 Remove more memory leaks (almost there) by Gavin Howard · 7 years ago
  38. 915a944 Remove some more memory leaks by Gavin Howard · 7 years ago
  39. dfc9e28 Remove the version defines by Gavin Howard · 7 years ago
  40. 394be35 Reorder a function's arguments by Gavin Howard · 7 years ago
  41. ec2a67b Fix another problem by Gavin Howard · 7 years ago
  42. d7fe295 Fix problem with last commit by Gavin Howard · 7 years ago
  43. 222e84e Add a specific error for no autos by Gavin Howard · 7 years ago
  44. 4dc4266 Attempt to reduce memory leaks by Gavin Howard · 7 years ago
  45. 405d524 Remove a TODO by Gavin Howard · 7 years ago
  46. 9f9bdff Fix another bug in an execution loop by Gavin Howard · 7 years ago
  47. e13fca5 Redo the basic test by Gavin Howard · 7 years ago
  48. bf91dd7 Don't ignore the bc directory by Gavin Howard · 7 years ago
  49. f3a496f Print out limits by Gavin Howard · 7 years ago
  50. 538cbc7 Fix a seg fault on freeing segarrays by Gavin Howard · 7 years ago
  51. 356b046 Fix a bug when exiting vm exec loop on eof by Gavin Howard · 7 years ago
  52. 4d0a161 Fix the execution loops in the vm by Gavin Howard · 7 years ago
  53. 3b90f9f Change asserts to checks by Gavin Howard · 7 years ago
  54. 9b4c562 Move stuff around for better organization by Gavin Howard · 7 years ago
  55. 68c2d06 Remove more lex comments by Gavin Howard · 7 years ago
  56. 91e3bd3 Fix the new parse bug by Gavin Howard · 7 years ago
  57. bdd97f0 Make sure lines are correct across comments and strings by Gavin Howard · 7 years ago
  58. de38211 Handle memory better by Gavin Howard · 7 years ago
  59. 6d1309d Create a stub to print limits by Gavin Howard · 7 years ago
  60. 1db1477 Write some free code by Gavin Howard · 7 years ago
  61. f4e88a2 Merge remote-tracking branch 'upstream/master' by Gavin Howard · 7 years ago
  62. 35776b4 Get around getline not existing by Gavin Howard · 7 years ago
  63. 2fa97c4 Style fix by Gavin Howard · 7 years ago
  64. 4b50dc0 Fix some bugs found by inspection by Gavin Howard · 7 years ago
  65. de59e7f Fix a build problem by Gavin Howard · 7 years ago
  66. 8a1b54f Make the version build better by Gavin Howard · 7 years ago
  67. a5a993c Fix a compile error by Gavin Howard · 7 years ago
  68. 95c1f55 Fix issues by Gavin Howard · 7 years ago
  69. 122ed33 Merge remote-tracking branch 'upstream/master' by Gavin Howard · 7 years ago
  70. 9a1ef1c Handle some GNU options by Gavin Howard · 7 years ago
  71. 78c50d1 Fix a compile error and print the version by Gavin Howard · 7 years ago
  72. 1feb0fc Fix a bug in reading stdin by Gavin Howard · 7 years ago
  73. d4c9da2 Fix a buffer overflow bug by Gavin Howard · 7 years ago
  74. e238519 Fix the basic test by Gavin Howard · 7 years ago
  75. 85e78cc Style fix by Gavin Howard · 7 years ago
  76. d133fb5 Finish fixing bugs in parsing timeconst.bc by Gavin Howard · 7 years ago
  77. d811335 Fix bugs up to timeconst function by Gavin Howard · 7 years ago
  78. b4fca1b Merge remote-tracking branch 'upstream/master' by Gavin Howard · 7 years ago
  79. 37d36af Fix even more bugs by Gavin Howard · 7 years ago
  80. ac54c14 Fix more bugs found in debugging by Gavin Howard · 7 years ago
  81. 4fe5f77 Ignore some more executables by Gavin Howard · 7 years ago
  82. dcab3d8 Merge remote-tracking branch 'upstream/master' by Gavin Howard · 7 years ago
  83. be22052 Fix bugs found in debugging by Gavin Howard · 7 years ago
  84. 88ef8d6 Fix bugs found while testing by Gavin Howard · 7 years ago
  85. 03d2795 Finish the initial implementation of the parser by Gavin Howard · 7 years ago
  86. 9b338d9 Some work on parsing by Gavin Howard · 7 years ago
  87. f6aa329 Fix build system for moves by Gavin Howard · 7 years ago
  88. eded1e0 Ignore executables by Gavin Howard · 7 years ago
  89. 8a596d4 Move stuff for graff by Gavin Howard · 7 years ago
  90. 8f36c89 Merge remote-tracking branch 'upstream/master' by Gavin Howard · 7 years ago
  91. f08f1c2 Merge remote-tracking branch 'upstream/master' by Gavin Howard · 7 years ago
  92. 056b816 Ignore object files and static libraries by Gavin Howard · 7 years ago
  93. c57ff7c Merge remote-tracking branch 'upstream/master' by Gavin Howard · 7 years ago
  94. 90f9225 Ignore the bc executable by Gavin Howard · 7 years ago
  95. 56a3ed4 Add another type of file to the gitignore by Gavin Howard · 7 years ago
  96. 9ae1941 Add a gitignore for Qt Creator by Gavin Howard · 7 years ago