]> git.immae.eu Git - github/fretlink/text-pipes.git/log
github/fretlink/text-pipes.git
10 years agobetter description/readme
michaelt [Sat, 15 Feb 2014 17:27:07 +0000 (12:27 -0500)] 
better description/readme

10 years agoMerge pull request #6 from Gabriel439/patch-1
Michael Thompson [Sat, 15 Feb 2014 17:16:50 +0000 (12:16 -0500)] 
Merge pull request #6 from Gabriel439/patch-1

Loosen lower bound on `tex` for `noio`

10 years agoUpdate pipes-text.cabal
Gabriel Gonzalez [Sat, 15 Feb 2014 16:54:54 +0000 (08:54 -0800)] 
Update pipes-text.cabal

This lowers the bound on `text` when compiling with `-f noio`

10 years agosimplify imports
michaelt [Sat, 15 Feb 2014 16:00:38 +0000 (11:00 -0500)] 
simplify imports

10 years agouse new text-stream-decoding
michaelt [Sat, 15 Feb 2014 15:01:48 +0000 (10:01 -0500)] 
use new text-stream-decoding

10 years agoleft codec module
michaelt [Thu, 13 Feb 2014 00:08:07 +0000 (19:08 -0500)] 
left codec module

10 years agoraise contraint on text
michaelt [Sat, 8 Feb 2014 23:14:32 +0000 (18:14 -0500)] 
raise contraint on text

10 years agoMerge pull request #5 from Gabriel439/fix-scan
Michael Thompson [Fri, 7 Feb 2014 15:36:32 +0000 (10:36 -0500)] 
Merge pull request #5 from Gabriel439/fix-scan

Fixed `scan`

10 years agoFixed `scan`
Gabriel Gonzalez [Fri, 7 Feb 2014 15:08:47 +0000 (22:08 +0700)] 
Fixed `scan`

The first `Char` of each output chunk is redundant (since it would have been
emitted by the previous chunk).  This removes the duplicate `Char`s.

Note that this bug was present in `pipes-bytestring` as well, and I fixed it
there, too.

10 years agoMerge pull request #3 from Gabriel439/nocpp
Michael Thompson [Thu, 6 Feb 2014 04:16:13 +0000 (23:16 -0500)] 
Merge pull request #3 from Gabriel439/nocpp

Removed use of CPP to guard Trustworthy

10 years agoRemoved use of CPP to guard Trustworthy
Gabriel Gonzalez [Thu, 6 Feb 2014 04:04:07 +0000 (11:04 +0700)] 
Removed use of CPP to guard Trustworthy

The CPP guard is only required for GHC 7.2 and older, but even Debian stable
packs GHC 7.4.  Also, CPP currently causes problems on OSX because of the
transition to clang so I'm currently being very conservative about using it.
When I originally started using the CPP guards GHC 6.12 was still a supported
compiler for `pipes`, but it's not any longer.

10 years agoMerge pull request #2 from Gabriel439/noproxy
Michael Thompson [Thu, 6 Feb 2014 04:03:39 +0000 (23:03 -0500)] 
Merge pull request #2 from Gabriel439/noproxy

Replaced the word "proxies" with "pipes"

10 years agoReplaced the word "proxies" with "pipes"
Gabriel Gonzalez [Thu, 6 Feb 2014 03:55:15 +0000 (10:55 +0700)] 
Replaced the word "proxies" with "pipes"

Generally `pipes` documentation avoids the word proxy unless it's in a
bidirectional context.

10 years agogitignore os x nonsense
michaelt [Wed, 5 Feb 2014 10:18:45 +0000 (05:18 -0500)] 
gitignore os x nonsense

10 years agorearranged internal modules to placate haddock
michaelt [Wed, 5 Feb 2014 10:00:39 +0000 (05:00 -0500)] 
rearranged internal modules to placate haddock

10 years agocabal file more descriptive
michaelt [Wed, 5 Feb 2014 09:35:05 +0000 (04:35 -0500)] 
cabal file more descriptive

10 years agochangelog and cabal file arrangement
michaelt [Wed, 5 Feb 2014 09:27:09 +0000 (04:27 -0500)] 
changelog and cabal file arrangement

10 years agoscrapped stdinLn etc. Improved haddocks
michaelt [Wed, 5 Feb 2014 05:42:35 +0000 (00:42 -0500)] 
scrapped stdinLn etc. Improved haddocks

10 years agolittle Haddock notes on Internal material
michaelt [Wed, 5 Feb 2014 05:20:11 +0000 (00:20 -0500)] 
little Haddock notes on Internal material

10 years agospecial Internal module
michaelt [Wed, 5 Feb 2014 04:46:30 +0000 (23:46 -0500)] 
special Internal module

10 years agoverbose project description added.
michaelt [Wed, 5 Feb 2014 03:36:55 +0000 (22:36 -0500)] 
verbose project description added.

10 years agomoved internals
michaelt [Wed, 5 Feb 2014 02:47:27 +0000 (21:47 -0500)] 
moved internals

10 years agofinished draft of codec lens, ascii and iso8859 are not codecs, so they are given...
michaelt [Tue, 4 Feb 2014 23:29:15 +0000 (18:29 -0500)] 
finished draft of codec lens, ascii and iso8859 are not codecs, so they are given special functions

10 years agomoved enumerator/conduit Codec business to its own module
michaelt [Tue, 4 Feb 2014 05:00:48 +0000 (00:00 -0500)] 
moved enumerator/conduit Codec business to its own module

10 years agopipes-group does not export transFreeT, use maps like pipes-bytestring
michaelt [Thu, 30 Jan 2014 15:50:14 +0000 (10:50 -0500)] 
pipes-group does not export transFreeT, use maps like pipes-bytestring

10 years agopipes-group already
michaelt [Sun, 26 Jan 2014 17:12:41 +0000 (12:12 -0500)] 
pipes-group already

10 years agostripStart missed a bit
michaelt [Sun, 26 Jan 2014 14:49:29 +0000 (09:49 -0500)] 
stripStart missed a bit

10 years agomirroring Pipes.ByteString complete
michaelt [Sun, 26 Jan 2014 14:40:23 +0000 (09:40 -0500)] 
mirroring Pipes.ByteString complete

10 years agolensification under way
michaelt [Sun, 26 Jan 2014 05:35:48 +0000 (00:35 -0500)] 
lensification under way

10 years agoreformatted exports fwiw
michaelt [Sun, 26 Jan 2014 03:28:32 +0000 (22:28 -0500)] 
reformatted exports fwiw

10 years agorenamed fold foldChars and began updating documentation
michaelt [Sun, 26 Jan 2014 02:42:54 +0000 (21:42 -0500)] 
renamed fold foldChars and began updating documentation

10 years agoremove junk
michaelt [Wed, 15 Jan 2014 03:23:56 +0000 (22:23 -0500)] 
remove junk

10 years agomerge home made decodeUtf8
michaelt [Wed, 15 Jan 2014 03:17:25 +0000 (22:17 -0500)] 
merge home made decodeUtf8

10 years agonugatory
michaelt [Wed, 15 Jan 2014 03:11:25 +0000 (22:11 -0500)] 
nugatory

10 years agoUse clunky Data.Text.IO when bytestring is not explicit
michaelt [Wed, 15 Jan 2014 03:05:12 +0000 (22:05 -0500)] 
Use clunky Data.Text.IO when bytestring is not explicit

10 years agorepaired tests, clean encodeUtf8 to return Done r rather than yield B.empty >> Done...
michaelt [Thu, 26 Dec 2013 19:49:51 +0000 (14:49 -0500)] 
repaired tests, clean encodeUtf8 to return Done r rather than yield B.empty >> Done r when decoding was perfect

10 years agomissing case in decodeUtf8
michaelt [Thu, 26 Dec 2013 16:38:06 +0000 (11:38 -0500)] 
missing case in decodeUtf8

10 years agoscrap character replacement; simplify
michaelt [Thu, 26 Dec 2013 03:25:07 +0000 (22:25 -0500)] 
scrap character replacement; simplify

10 years agovariant using text internals in place of text streamDecodeUtf8
michaelt [Mon, 23 Dec 2013 18:02:49 +0000 (13:02 -0500)] 
variant using text internals in place of text streamDecodeUtf8

10 years agofromHandle further optimized
michaelt [Tue, 26 Nov 2013 18:55:12 +0000 (13:55 -0500)] 
fromHandle further optimized

10 years agoscrap Text.hGetChunk for bytestring + streamDecodeUtf8, which is three times as fast
michaelt [Tue, 26 Nov 2013 05:55:41 +0000 (00:55 -0500)] 
scrap Text.hGetChunk for bytestring + streamDecodeUtf8, which is three times as fast

10 years agoprophylactic RULEs for Pipes.maps
michaelt [Mon, 25 Nov 2013 16:25:43 +0000 (11:25 -0500)] 
prophylactic RULEs for Pipes.maps

10 years agorules for following pipes-bytestring
michaelt [Thu, 21 Nov 2013 03:21:26 +0000 (22:21 -0500)] 
rules for  following pipes-bytestring

10 years agoGabriel's emended 'lines'
michaelt [Mon, 18 Nov 2013 15:32:44 +0000 (10:32 -0500)] 
Gabriel's emended 'lines'

10 years agoGabriel's improved 'words'
michaelt [Mon, 18 Nov 2013 15:11:22 +0000 (10:11 -0500)] 
Gabriel's improved 'words'

10 years agodecoding pipes added
michaelt [Fri, 8 Nov 2013 19:43:21 +0000 (14:43 -0500)] 
decoding pipes added

10 years agodecodeUtf8With
michaelt [Wed, 30 Oct 2013 20:51:43 +0000 (16:51 -0400)] 
decodeUtf8With

10 years agowords
michaelt [Wed, 30 Oct 2013 20:07:17 +0000 (16:07 -0400)] 
words

10 years agoforgot to export some pipes
michaelt [Wed, 23 Oct 2013 16:56:19 +0000 (12:56 -0400)] 
forgot to export some pipes

10 years agolicense etc
michaelt [Wed, 23 Oct 2013 16:47:08 +0000 (12:47 -0400)] 
license etc

10 years agohaddock repairs
michaelt [Wed, 23 Oct 2013 00:08:00 +0000 (20:08 -0400)] 
haddock repairs

10 years agocurse this readme
michaelt [Wed, 23 Oct 2013 00:03:02 +0000 (20:03 -0400)] 
curse this readme

10 years agoreadme
michaelt [Tue, 22 Oct 2013 23:22:24 +0000 (19:22 -0400)] 
readme

10 years agorenamed cabal file
michaelt [Tue, 22 Oct 2013 23:18:54 +0000 (19:18 -0400)] 
renamed cabal file

10 years agoReadme corrected again
michaelt [Tue, 22 Oct 2013 23:17:22 +0000 (19:17 -0400)] 
Readme corrected again

10 years agoReadme corrected again
michaelt [Tue, 22 Oct 2013 22:56:14 +0000 (18:56 -0400)] 
Readme corrected again

10 years agoReadme corrected
michaelt [Tue, 22 Oct 2013 22:52:50 +0000 (18:52 -0400)] 
Readme corrected

10 years agonew module names
michaelt [Tue, 22 Oct 2013 22:40:23 +0000 (18:40 -0400)] 
new module names

10 years agodocumentation, etc
michaelt [Tue, 22 Oct 2013 22:22:53 +0000 (18:22 -0400)] 
documentation, etc

10 years agoa little more documentation
michaelt [Sat, 5 Oct 2013 02:49:53 +0000 (22:49 -0400)] 
a little more documentation

10 years agolicense nonsense
michaelt [Sat, 5 Oct 2013 02:42:07 +0000 (22:42 -0400)] 
license nonsense

10 years agoa little more documentation
michaelt [Sat, 5 Oct 2013 02:40:44 +0000 (22:40 -0400)] 
a little more documentation

10 years ago.cabal file
michaelt [Sat, 5 Oct 2013 02:34:06 +0000 (22:34 -0400)] 
.cabal file

10 years agoReadme
michaelt [Sat, 5 Oct 2013 02:33:11 +0000 (22:33 -0400)] 
Readme

10 years agoReadme
michaelt [Sat, 5 Oct 2013 02:30:35 +0000 (22:30 -0400)] 
Readme

10 years agoReadme
michaelt [Sat, 5 Oct 2013 02:29:11 +0000 (22:29 -0400)] 
Readme

10 years agoshabby medley of Pipes-Bytestring + Pipes.Prelude
michaelt [Sat, 5 Oct 2013 02:12:06 +0000 (22:12 -0400)] 
shabby medley of Pipes-Bytestring + Pipes.Prelude

10 years agoInitial commit
Michael Thompson [Sat, 5 Oct 2013 02:10:26 +0000 (19:10 -0700)] 
Initial commit