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