summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-29Updated output to match new call history formatcall-stack-devJustin Ethier
2015-01-29Improved formatting of call historyJustin Ethier
2015-01-29Revised 3.19 sectionJustin Ethier
2015-01-29Experimented with profilerJustin Ethier
2015-01-29Fixed unbounded memory problemJustin Ethier
2015-01-29Use strict evaluation for call historyJustin Ethier
2015-01-29Added lastN'Justin Ethier
2015-01-28Added notes, big memory issue with call histJustin Ethier
2015-01-28Removed extra spaceJustin Ethier
2015-01-28Added an example for call historyJustin Ethier
2015-01-28Carry call history forward via `makeCPS` formsJustin Ethier
2015-01-28CleanupJustin Ethier
2015-01-28Issue #194Justin Ethier
2015-01-28Issue #194 - Use `System.Process`Justin Ethier
2015-01-28Bump minor version due to new featuresJustin Ethier
2015-01-28Added call history, bump to 3.19Justin Ethier
2015-01-28Consolidated printing of call historyJustin Ethier
2015-01-28Bumped copyright yearJustin Ethier
2015-01-27Fixed compiler warningsJustin Ethier
2015-01-27Catch errors after 'func' but before continueEvalJustin Ethier
2015-01-27Issue #193 - Validate min # of args for varargsJustin Ethier
2015-01-27WIP for call historyJustin Ethier
2015-01-27Relabelled code "call history", cleaned upJustin Ethier
2015-01-26Added a TODO list for this branchJustin Ethier
2015-01-26Added call history to showLispErrorJustin Ethier
2015-01-26Initial fileJustin Ethier
2015-01-26Format call historyJustin Ethier
2015-01-26Refinements to call stackJustin Ethier
2015-01-24Added notesJustin Ethier
2015-01-24Experimenting with call stacksJustin Ethier
2015-01-23Module compiles now with callStack chgsJustin Ethier
2015-01-23Adding call stackJustin Ethier
2015-01-23Experimenting with storing call stackJustin Ethier
2015-01-23Experimenting with capturing exceptionsJustin Ethier
2015-01-23New error type to store call stackJustin Ethier
2015-01-22Improved error messageJustin Ethier
2015-01-22Issue #195 - Make error message readableJustin Ethier
2015-01-22Added unit testJustin Ethier
2015-01-22Issue #200 - Prevent an infinite loopJustin Ethier
2015-01-21Unboxing for NumArgsJustin Ethier
2015-01-21Issue #199 - Unbox ptrs before displaying NumArgsJustin Ethier
2015-01-21NumArgs - print number receivedJustin Ethier
2015-01-21Add number of received args to NumArgs msgJustin Ethier
2015-01-21Issue #199 - Fixed error message w/one argJustin Ethier
2015-01-21Issue #199 - Added unit testsJustin Ethier
2015-01-21Issue #199 - Check for pointers in I/O functionsJustin Ethier
2014-08-12read-all - read from stdin when no args receivedJustin Ethier
2014-08-11Return the empty string from `string-append` ifJustin Ethier
2014-08-07Added haddockv3.18Justin Ethier
2014-08-07Ensure for-each can accept empty listJustin Ethier