Starting with tag: [TAG 0.1 emertens@galois.com**20070706151955] [First 4 UTF-8-test.txt tests in hunit emertens@galois.com**20070709093709] [Finished all 5 tests emertens@galois.com**20070709094944] [tests/Tests.hs: add test_1 emertens@galois.com**20070709165302] [tests/Tests.hs: define main to run HUnit tests emertens@galois.com**20070710035913] [Codec/Binary/UTF8/String: encodeString, decodeString emertens@galois.com**20070712003740] [bump version 0.2 Eric Mertens **20070919000934] [TAG v0.2 Eric Mertens **20070919000954] [Speed up 2 byte sequences a little. iavor.diacthki@gmail.com**20080222082247] [Initial UTF8 support for bytestring iavor.diatchki@gmail.com**20080225022322] [Added folding functions iavor.diatchki@gmail.com**20080225023304] [Add toString and some docs iavor.diatchki@gmail.com**20080225024216] [Fix a bug, add 'length', make 'foldl' strict, specialize for 2byte sequences. iavor.diatchki@gmail.com**20080225062326] [Explicit loops seem to be faster then foldl iavor.diatchki@gmail.com**20080225063859] [Add line splitting functions iavor.diatchki@gmail.com**20080225065418] [Update cabal file: bumps version to 0.3, adds a dependency on bytestring. iavor.diatchki@gmail.com**20080225065428 We may want to make the dependency on bytestring optional. ] [Add documentation for span and break iavor.diatchki@gmail.com**20080225065811] [Use replacement characters directly during decoding. iavor.diatchki@gmail.com**20080225170626] [Factor common code iavor.diatchki@gmail.com**20080225171757] [Fix bug in mask iavor.diatchki@gmail.com**20080226063439] [Unroll decoding loop iavor.diatchki@gmail.com**20080226075724] [Add the very simple test program iavor.diatchki@gmail.com**20080226080540] [Use openBinaryFile where appropriate Eric Mertens **20080227185102 It is still necessary to manually set stdin/out/err to binary mode to ensure portability ] [Add 0xffff and 0xfffe to error cases in bytestring decoder Eric Mertens **20080228193739] [more precise cabal file Don Stewart **20080228194118] [Add comment to ByteString module and add an exhaustive toString . fromString test Eric Mertens **20080228210522] [Make cabal file hackage compatible Eric Mertens **20080228210933] [merge patch Eric Mertens **20080228211103] [TAG v0.3 Eric Mertens **20080228211129] [Add Data.ByteString.Lazy.UTF8 Eric Mertens **20080307194359] [Add the generic decoding for Strict Lazy and list based bytes iavor.diatchki@gmail.com**20080308213457] [Replace some specialize pragmas with inlines iavor.diatchki@gmail.com**20080308213859] [bugfix: was using the wrongSplitAT iavor.diatchki@gmail.com**20080308215526] [fix broken cabal file iavor.diatchki@gmail.com**20080308221025] [Switch another SPECIALIZE to INLINE iavor.diatchki@gmail.com**20080308222229] [Add an interface that distinguished string from their represenation iavor.diatchki@gmail.com**20080308232308] [Added fromRep and toRep iavor.diatchki@gmail.com**20080308233146] [Clean up test, provide a temp. solution to the "out of tsuck" issue iavor.diatchki@gmail.com**20080309031901 It appears that the "out of stack" issue is called by one of the rules. My suspicion is that the rules is "fold/augment", which is used by (++). For the moment I used a custom (++) function, which makes things work it seems. ] [An alternative fix for the "out of stack" problem iavor.diatchki@gmail.com**20080309224904 The mystery deepens :-) ] [Expose Data.String.UTF8 iavor.diatchki@gmail.com**20080309224947] [Yet another fix... iavor.diatchki@gmail.com**20080309230600] [yet another wibble on the tests iavor.diatchki@gmail.com**20080310041833] [Add Eq,Ord,Show instances for UTF8 string iavor.diatchki@gmail.com**20080310041856] [Some more functions, and docs iavor.diatchki@gmail.com**20080310051521] [Use specialized drop to avoid olding on to the beginning of buffers iavor.diatchki@gmail.com**20080310161614] [Use bdrop in the string interface iavor.diatchki@gmail.com**20080310161742] [Add 'null' function iavor.diatchki@gmail.com**20080310162151] [Add parameters to testing program iavor.diatchki@gmail.com**20080310163114] [TAG 0.3.1 Don Stewart **20080421172209] [Fix incorrect encoding during appendFile and writeFile, by correctly qualifying functions from System.IO. Judah Jacobson **20080701134221] [Port to small-base Don Stewart **20080701170710]