summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-14Merge pull request #226 from nakayama900/patch-1HEADmasterJustin Ethier
2023-10-31Update husk-scheme.cabalnakayama900
2023-05-16Update README.markdownJustin Ethier
2023-05-16Update README.markdownJustin Ethier
2023-05-16Merge pull request #224 from natethern/patch-1Justin Ethier
2023-05-16a little help for haskell newbiesNate Thern
2021-02-04Fixes for hackage / cabalJustin Ethier
2021-02-04Bump cabal versionv3.20Justin Ethier
2021-02-04Version bumpJustin Ethier
2020-05-12Merge pull request #217 from travitch/tr/add-ci-testsJustin Ethier
2020-05-11Disable the ghc 7.10 buildTristan Ravitch
2020-05-11Add a cabal.project fileTristan Ravitch
2020-05-11Extend the test runnerTristan Ravitch
2020-05-11Merge pull request #216 from travitch/tr/github-actionsJustin Ethier
2020-05-11Merge pull request #215 from travitch/tr/ghc-compatJustin Ethier
2020-05-11Add a Github Actions configTristan Ravitch
2020-05-11Minimal change to compile with ghc-8.8 and ghc-8.10Tristan Ravitch
2020-03-25Merge pull request #214 from svenkeidel/switch-to-excepttJustin Ethier
2020-03-25Merge pull request #212 from farrellm/masterJustin Ethier
2020-03-18switch from deprecated ErrorT to ExceptTSven Keidel
2019-07-22eliminate dependency on MonadFailMatthew Farrell
2016-10-16Issue #211 - Import `(scheme)`Justin Ethier
2016-07-03Fixed compilation issues in FFI.hsv3.19.3Justin Ethier
2016-04-08Bump year to 2016v3.19.2Justin Ethier
2016-03-01Issue #205 - Redefine string-fill! as a functionJustin Ethier
2016-03-01Removed obsolete commentJustin Ethier
2016-03-01Issue #206 - Support hash-table-ref default valuesJustin Ethier
2015-09-28Issue #203 - `rational?` now handles floats properlyJustin Ethier
2015-09-28Issue #203 - Tweaked (real?) to be true if both (zero? (imag-part z)) and (ex...v3.19.1Justin Ethier
2015-09-26Issue #203Justin Ethier
2015-09-26Merge remote-tracking branch 'origin/master'Justin Ethier
2015-09-26Issue #203 - Fixes for imag-part and real-partJustin Ethier
2015-03-30Fix for GHC 7.10.1Justin Ethier
2015-01-30Haddock fixesJustin Ethier
2015-01-29Reduce buffer by onev3.19Justin Ethier
2015-01-29Removed test fileJustin Ethier
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