View | Annotate | Download (8.7 KB)
More renaming, refs #1
More renaming
Remove some old commented-out code
removed qunit from Listtests.hs and modified code to use MissingH.HUnit.qctest instead
Functions to merge two sorted lists into a sorted whole.
Unit tests are done using QuickCheck properties wrapped in HUnit test format.
Added List.uniq and tests for it
Added unit tests for spanList
New List function subIndex
Plus tests for it Based on suggestion by Bulat Ziganshin
Switch "import HUnit" to "import Test.HUnit" for GHC 6.4 and new Hugs
New wholeMap, fixedWidth functions
Keywords:
(jgoerzen@complete.org--projects/missingh--head--0.7--patch-211)
Updated Debian files
(jgoerzen@complete.org--projects/missingh--head--0.7--patch-183)
Adding AnyDBM features
(jgoerzen@complete.org--projects/missingh--head--0.7--patch-182)
Updated tests
(jgoerzen@complete.org--projects/missingh--head--0.5--patch-127)
Checkpointing
(jgoerzen@complete.org--projects/missingh--head--1.0--patch-109)
Removed List.trunc
(jgoerzen@complete.org--projects/missingh--head--1.0--patch-100)
Added Path.hs and various utilities
(jgoerzen@complete.org--projects/missingh--head--1.0--patch-91)
Added flipAL, flipFM and appropriate tests
(jgoerzen@complete.org--projects/missingh--head--1.0--patch-89)
Added flipAL
(jgoerzen@complete.org--projects/missingh--head--1.0--patch-88)
Preparing 0.4.2 with addition of contains
(jgoerzen@complete.org--projects/missingh--head--1.0--patch-70)
Finished initial list tests
(jgoerzen@complete.org--projects/missingh--head--1.0--patch-37)
Added first Listtest
(jgoerzen@complete.org--projects/missingh--head--1.0--patch-36)