eddie
Timeline
Not logged in
Public Repositories
mwm's Repositories

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 check-ins occurring on or before 2014-04-03 04:03:33.

2014-04-03
04:03
Remove obsolete import. check-in: 8c3cb4a85e user: mwm@mired.org tags: trunk
04:03
Strip off trailing whitespace. check-in: 0fdbfc6b5f user: mwm@mired.org tags: trunk
2012-08-22
14:45
Bump version # and add another error test. check-in: 08f5733da5 user: mwm@mired.org tags: trunk
14:20
Add Niklas's error handling code. check-in: c4022fc2fc user: mwm@mired.org tags: trunk
14:15
Update for new ghc release check-in: 4904886898 user: mwm@mired.org tags: trunk
2012-08-02
00:53
Don't just 'show' errors (resulted in "\n"s everywhere) check-in: 9fbd20b383 user: mail@nh2.me tags: trunk
2012-01-20
20:29
Lower requirements for base to 4.2.0. Thanks to Henning Thielemann. check-in: 6e70f20d25 user: mikmeyer@cisco.com tags: trunk
2011-10-15
23:55
Fix the file processing to deal with file names, but no options yet. check-in: 2fe7a75a91 user: mwm@mired.org tags: trunk
2011-09-28
05:43
Tweaks to the .md file so it formats properly check-in: 999b7f0091 user: mwm@mired.org tags: trunk
2011-09-24
00:19
Fix the definition lists. check-in: 986191d9c3 user: mwm@mired.org tags: trunk
2011-09-23
23:59
Add markdown version of man page. check-in: 6f1fc6ea22 user: mwm@mired.org tags: trunk
2011-09-08
19:34
Added tag 0.5 for changeset b89659316403 check-in: c1c6848885 user: mwm@mired.org tags: trunk
19:33
Change quotes to work on Windows. check-in: d5f72a08ac user: mwm@mired.org tags: trunk, 0.5
2011-09-06
03:38
Tag the 0.5 release check-in: e553b52b4b user: mwm@mired.org tags: trunk
03:37
Set the version number for next release check-in: 46c2c4f882 user: mwm@mired.org tags: trunk
2011-09-04
08:40
Rework the lines/files/list processing, so that the distinctions are now all handled in the mode setup. The options are a bit more logical: --line or --file breaks up the input by line or file, and --list added to them means your function gets passed the list instead of being mapped over it. check-in: 5490c7f7b0 user: mwm@mired.org tags: trunk
05:56
Add #! line so shelltest runner can run eddie.hs - at least on unix. check-in: 42aef0a352 user: mwm@mired.org tags: trunk
2011-09-03
08:57
Back out formatting change so all multi-line if's look the same. check-in: c4c0b3bce0 user: mwm@mired.org tags: trunk
08:54
Rename withFile' to withFile, and tweak it to accept a handle and function, allowing caller to be smart about opening files. Add smarts about opening files, etc. to withFiles. Tweak main to call withFile directly. check-in: 6a6c71e2a2 user: mwm@mired.org tags: trunk
08:01
Fix error return for usage errors. Complain if --file is used with no file names. More minor code readability tweaks. check-in: 9a2ff28b88 user: mwm@mired.org tags: trunk
07:36
One more bit of code cleanup. check-in: bfc5241fcc user: mwm@mired.org tags: trunk
07:35
Minor code tweaks to make hlint happy check-in: aee7b19e59 user: mwm@mired.org tags: trunk
07:24
Make newline processing smart about the end of the text. More man page fixes. check-in: 8c2147a353 user: mwm@mired.org tags: trunk
06:35
Add --file flag. More cleanup on the manual page. check-in: 007b56e816 user: mwm@mired.org tags: trunk
2011-09-02
20:51
Change haskell error exit status to 2. Update man page. check-in: 1b945ad739 user: mwm@mired.org tags: trunk
19:55
Send error output to standard error, set exit code appropriately. check-in: c46976879c user: mwm@mired.org tags: trunk
19:35
Rewrite tests to use shelltestrunner instead of Unix shell. check-in: 9ef0e0d9e3 user: mwm@mired.org tags: trunk
17:48
Merge --list tests. check-in: 51d750731f user: mwm@mired.org tags: trunk
2011-08-25
02:50
Added -lL usage test, moved final echo to make it stand out. check-in: 419949ad96 user: mwm@mired.org tags: trunk
2011-08-18
16:38
changeset: 43:52706340aab2 tag: tip parent: 36:3e9427225931 user: James Wilcox <wilcoxjay@gmail.com> date: Sun Aug 14 03:29:55 2011 -0700 files: eddie.hs description: The GADT approach. check-in: 5342a94b25 user: mwm@mired.org tags: trunk
05:29
Add test for new -L option check-in: 656d2d7c72 user: mwm@mired.org tags: trunk
05:26
Add --list flag. Code from James Wilcox <wilcoxjay@gmail.com> check-in: 2c3c07316a user: mwm@mired.org tags: trunk
2011-08-15
20:17
Have hg ignore the cabal build & dist directories. check-in: cf3c15f818 user: mwm@mired.org tags: trunk
2011-07-29
03:36
Added tag 0.2 for changeset 9504d51e9bf2 check-in: ae2f5586ea user: mwm@mired.org tags: trunk
2011-07-28
02:54
Add a --binary switch for Windows users (from "Henk-Jan van Tuyl") check-in: fae67afb7f user: mwm@mired.org tags: trunk, 0.2
2011-07-23
01:56
Update version in cabal file check-in: e688679de0 user: mwm@mired.org tags: trunk
2011-07-21
03:22
Make help messages consistent with CmdArgs internal messages. check-in: 8fec9c0416 user: mwm@mired.org tags: trunk
03:16
Add a "no arguments" message, replace intercalate with unlines. check-in: 6cfd064bcf user: mwm@mired.org tags: trunk
2011-07-19
08:11
Clean up a help message. check-in: af9e976c2f user: mwm@mired.org tags: trunk
07:57
Fix test.sh to be correct instead of a failure test version. check-in: 078fd4687e user: mwm@mired.org tags: trunk
2011-07-03
08:18
Added tag 0.1 for changeset 97329955e40c check-in: 2ea8ffbfd9 user: mwm@mired.org tags: trunk
08:18
Make the description clear. check-in: 14bec86a66 user: mwm@mired.org tags: trunk, 0.1
08:17
Added tag 0.1 for changeset 57c6769ccd7f check-in: b7b81eef7a user: mwm@mired.org tags: trunk
08:06
Added tag 0.1 for changeset 626e7ffe5533 check-in: e89c3203e3 user: mwm@mired.org tags: trunk
08:05
Fix test file name in cabal file. check-in: 1d67bb7413 user: mwm@mired.org tags: trunk
08:03
Make cabal check happy. check-in: 890c271294 user: mwm@mired.org tags: trunk
07:52
Update test script to set exit status for cabal. check-in: dff364c02e user: mwm@mired.org tags: trunk
07:48
Add Data.Char to the default module load list. check-in: a60484a311 user: mwm@mired.org tags: trunk
2011-07-02
09:13
fix a comment check-in: fc5de03f6b user: mwm@mired.org tags: trunk
08:19
Code clean up - hlint, option help strings, etc. check-in: 142c5e18ee user: mwm@mired.org tags: trunk