View | Annotate | Download (3.9 KB)
More renaming
Fix a logic error in MemoryBuffer vPutStr, and added tests for it
Thanks to Bulat Ziganshin for finding this
Updated tests to use HUnit
Fixed no EOL at EOF warnings in tests
Switch "import HUnit" to "import Test.HUnit" for GHC 6.4 and new Hugs
Enhacned memory buf with close func
Keywords:
(jgoerzen@complete.org--projects/missingh--head--0.7--patch-118)
Completed MemoryBuffer tests
(jgoerzen@complete.org--projects/missingh--head--0.7--patch-101)
Fixed a MemoryBuffer vPutStr bug
(jgoerzen@complete.org--projects/missingh--head--0.7--patch-100)
Fixed a bug in default readline code
(jgoerzen@complete.org--projects/missingh--head--0.7--patch-99)
Disabled vShow; apparently hShow is unsupported in Hugs
(jgoerzen@complete.org--projects/missingh--head--0.7--patch-98)