aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAgeFilesLines
* improve documentation Pipes.Text.IOmichaelt2014-02-151-11/+43
* clean up exports in Pipes.Text.Encodingmichaelt2014-02-151-10/+9
* clean up exports in Pipes.Textmichaelt2014-02-152-64/+21
* omit reference to include.hmichaelt2014-02-151-1/+1
* better description/readmemichaelt2014-02-153-30/+16
* Merge pull request #6 from Gabriel439/patch-1Michael Thompson2014-02-151-1/+1
|\
| * Update pipes-text.cabalGabriel Gonzalez2014-02-151-1/+1
|/
* simplify importsmichaelt2014-02-152-31/+9
* use new text-stream-decodingmichaelt2014-02-159-808/+357
* left codec modulemichaelt2014-02-121-215/+0
* raise contraint on textmichaelt2014-02-081-2/+2
* Merge pull request #5 from Gabriel439/fix-scanMichael Thompson2014-02-071-2/+4
|\
| * Fixed `scan`Gabriel Gonzalez2014-02-071-2/+4
|/
* Merge pull request #3 from Gabriel439/nocppMichael Thompson2014-02-051-4/+2
|\
| * Removed use of CPP to guard TrustworthyGabriel Gonzalez2014-02-061-5/+3
* | Merge pull request #2 from Gabriel439/noproxyMichael Thompson2014-02-051-3/+3
|\ \ | |/ |/|
| * Replaced the word "proxies" with "pipes"Gabriel Gonzalez2014-02-061-3/+3
|/
* gitignore os x nonsensemichaelt2014-02-054-2/+7
* rearranged internal modules to placate haddockmichaelt2014-02-056-33/+41
* cabal file more descriptivemichaelt2014-02-052-5/+12
* changelog and cabal file arrangementmichaelt2014-02-052-5/+14
* scrapped stdinLn etc. Improved haddocksmichaelt2014-02-051-74/+29
* little Haddock notes on Internal materialmichaelt2014-02-052-11/+18
* special Internal modulemichaelt2014-02-044-156/+24
* verbose project description added.michaelt2014-02-042-10/+15
* moved internalsmichaelt2014-02-045-6/+384
* finished draft of codec lens, ascii and iso8859 are not codecs, so they are g...michaelt2014-02-042-80/+142
* moved enumerator/conduit Codec business to its own modulemichaelt2014-02-044-228/+255
* pipes-group does not export transFreeT, use maps like pipes-bytestringmichaelt2014-01-301-6/+4
* pipes-group alreadymichaelt2014-01-262-39/+42
* stripStart missed a bitmichaelt2014-01-261-3/+4
* mirroring Pipes.ByteString completemichaelt2014-01-263-187/+85
* lensification under waymichaelt2014-01-262-74/+201
* reformatted exports fwiwmichaelt2014-01-252-83/+104
* renamed fold foldChars and began updating documentationmichaelt2014-01-255-59/+318
* remove junkmichaelt2014-01-140-0/+0
* merge home made decodeUtf8michaelt2014-01-147-3/+580
|\
| * Use clunky Data.Text.IO when bytestring is not explicitmichaelt2014-01-146-105/+215
| * repaired tests, clean encodeUtf8 to return Done r rather than yield B.empty >...michaelt2013-12-262-9/+11
| * missing case in decodeUtf8michaelt2013-12-262-20/+17
| * scrap character replacement; simplifymichaelt2013-12-253-171/+103
| * variant using text internals in place of text streamDecodeUtf8michaelt2013-12-237-78/+550
* | nugatorymichaelt2014-01-141-106/+42
|/
* fromHandle further optimizedmichaelt2013-11-261-3/+7
* scrap Text.hGetChunk for bytestring + streamDecodeUtf8, which is three times ...michaelt2013-11-261-1/+12
* prophylactic RULEs for Pipes.mapsmichaelt2013-11-251-3/+37
* rules for following pipes-bytestringmichaelt2013-11-201-1/+7
* Gabriel's emended 'lines'michaelt2013-11-181-6/+5
* Gabriel's improved 'words'michaelt2013-11-181-18/+10
* decoding pipes addedmichaelt2013-11-081-1/+29