[darcs-devel] darcs patch: (Re)upgrade createPS and generatePS to D... (and 8 more)

David Roundy droundy at darcs.net
Wed Feb 6 15:55:49 UTC 2008


Applied (once tests pass).  Thanks, Eric!

David

On Wed, Feb 06, 2008 at 11:52:17AM +0000, E.Y.Kow at brighton.ac.uk wrote:
> Tue Feb  5 15:53:22 GMT 2008  Eric Kow <E.Y.Kow at brighton.ac.uk>
>   * (Re)upgrade createPS and generatePS to Data.ByteString versions.
> 
> Tue Feb  5 15:54:20 GMT 2008  Eric Kow <E.Y.Kow at brighton.ac.uk>
>   * Upgrade spanEndPS and breakPS to Data.ByteString version.
> 
> Tue Feb  5 16:27:10 GMT 2008  Eric Kow <E.Y.Kow at brighton.ac.uk>
>   * Upgrade more FastPackedString functions.
>   (!), unlinesPS (still concat . intersperse), findLastPS
> 
> Tue Feb  5 16:28:23 GMT 2008  Eric Kow <E.Y.Kow at brighton.ac.uk>
>   * Ratify Data.ByteString IO imports.
> 
> Tue Feb  5 16:35:41 GMT 2008  Eric Kow <E.Y.Kow at brighton.ac.uk>
>   * Fix 'patch cannot contain newlines' in broken-pipe.sh test.
> 
> Tue Feb  5 18:29:38 GMT 2008  Eric Kow <E.Y.Kow at brighton.ac.uk>
>   * Upgrade readIntPS to Data.ByteString version.
> 
> Tue Feb  5 19:19:51 GMT 2008  Eric Kow <E.Y.Kow at brighton.ac.uk>
>   * Remove ununsed functions from FastPackedString.
>   
>     (!) :: PackedString -> Int -> Word8
>     consPS :: Char -> PackedString -> PackedString
>     mallocedCString2PS :: CString -> IO PackedString
>     unpackWords :: PackedString -> [Word8]
>     mapPS :: (Char -> Char) -> PackedString -> PackedString
>     foldlPS :: (a -> Char -> a) -> a -> PackedString -> a
>     foldrPS :: (Char -> a -> a) -> a -> PackedString -> a
>     elemPS :: Char -> PackedString -> Bool
>     spanPS :: (Char -> Bool) -> PackedString -> (PackedString, PackedString)
>     breakFirstPairPS ::
>     wordsPS :: PackedString -> [PackedString]
>     splitWithPS :: (Char -> Bool) -> PackedString -> [PackedString]
>     gzReadFileLazily :: FilePath -> IO LazyFile
>     readFileLazily :: FilePath -> IO LazyFile
>     readHandleLazily :: Handle -> IO [PackedString]
>   
>   We don't have any particular 'responsability' to keep FastPackedString
>   generic.  If these functions aren't likely to be used in darcs code
>   anytime soon, we might as well remove them.
> 
> Tue Feb  5 21:03:13 GMT 2008  Eric Kow <E.Y.Kow at brighton.ac.uk>
>   * Ability to pipe a document through a pager.
> 
> Tue Feb  5 21:03:24 GMT 2008  Eric Kow <E.Y.Kow at brighton.ac.uk>
>   * Pipe help text through a pager.


More information about the darcs-devel mailing list