Commit Graph

95 Commits

Author SHA1 Message Date
Bryan O'Sullivan 4033c45f0d Merge pull request #7 from madjar/master
Fixed a typo that broke the "**" pattern.
2015-01-20 15:20:18 -08:00
Bryan O'Sullivan 177f53bd99 Merge pull request #6 from asr/master
Fixed documentation and buggy example
2015-01-20 15:20:04 -08:00
Georges Dubus 45f8f1928a Fixed a typo that broke the "**" pattern.
Fixes #5
2014-12-28 22:56:27 +01:00
Andrés Sicard-Ramírez 43c4b2782e Fixed buggy example noRCS 2014-06-12 17:47:35 -05:00
Andrés Sicard-Ramírez ca9a53c615 Fixed documentation in Find.hs 2014-06-12 14:48:38 -05:00
Mihaly Barasz 97afb2427d Add canonicalPath and canonicalName combinators 2014-04-05 22:26:53 +02:00
Bryan O'Sullivan 843e426a2e Added tag 0.3.6.2 for changeset 72891e0e9706 2012-09-09 00:05:36 -07:00
Bryan O'Sullivan 41cd3ac887 Added tag 0.3.6.2 for changeset 72891e0e9706 2012-09-09 00:05:36 -07:00
Bryan O'Sullivan e4df8a7c53 Bump version to 0.3.6.2 2012-09-09 00:05:32 -07:00
Bryan O'Sullivan 32105405f8 Bump version to 0.3.6.2 2012-09-09 00:05:32 -07:00
Bryan O'Sullivan 147e01c893 Merge pull request #2 from silkapp/master
Fixed two match group bugs
2012-09-09 00:04:58 -07:00
Bryan O'Sullivan 53c3aa2e1d Merge pull request #2 from silkapp/master
Fixed two match group bugs
2012-09-09 00:04:58 -07:00
Bryan O'Sullivan 02ed4670d8 Added tag 0.3.6.1 for changeset 4c6a1170cb18 2012-08-29 20:13:15 -07:00
Bryan O'Sullivan 591909e7bc Added tag 0.3.6.1 for changeset 4c6a1170cb18 2012-08-29 20:13:15 -07:00
Bryan O'Sullivan 50bdd9d0b4 Bump version to 0.3.6.1 2012-08-29 20:13:11 -07:00
Bryan O'Sullivan 4bbf5ce0c8 Bump version to 0.3.6.1 2012-08-29 20:13:11 -07:00
Bryan O'Sullivan cc78a3c212 Fix GHC 7.6 build problems 2012-08-29 20:12:51 -07:00
Bryan O'Sullivan a0839097e9 Fix GHC 7.6 build problems 2012-08-29 20:12:51 -07:00
Erik Hesselink b2c11abf31 Bump version to 0.3.6.1. 2012-04-17 16:22:19 +02:00
Erik Hesselink 3d7c10d34f Bump version to 0.3.6.1. 2012-04-17 16:22:19 +02:00
Erik Hesselink 9fd07bfa9b Fixed matching of groups.
Matching of the tail of all groups would continue if any matched, leading to (aa|bb) matching the string ab. Also, any empty group would mean continuing to match the rest of the terms, ignoring a non-empty matching group. This lead to (aa|a) not matching the string a.
2012-04-17 16:22:19 +02:00
Erik Hesselink cb3b1a75a6 Fixed matching of groups.
Matching of the tail of all groups would continue if any matched, leading to (aa|bb) matching the string ab. Also, any empty group would mean continuing to match the rest of the terms, ignoring a non-empty matching group. This lead to (aa|a) not matching the string a.
2012-04-17 16:22:19 +02:00
Erik Hesselink 59fafe0596 Remove infinite loop on MatchGroup without common prefix.
In that case, the exact same MatchGroup would be fed to simplifyTerms again. Now, it is returned immediately, and only the rest of the terms are simplified.
2012-04-17 14:02:05 +02:00
Erik Hesselink c07090e251 Remove infinite loop on MatchGroup without common prefix.
In that case, the exact same MatchGroup would be fed to simplifyTerms again. Now, it is returned immediately, and only the rest of the terms are simplified.
2012-04-17 14:02:05 +02:00
Bryan O'Sullivan 3d3f70619c Added tag 0.3.6.0 for changeset ffce91ed40c6 2011-11-13 19:36:56 -08:00
Bryan O'Sullivan 5e1c7899ac Added tag 0.3.6.0 for changeset ffce91ed40c6 2011-11-13 19:36:56 -08:00
Bryan O'Sullivan 48e1cbb69b Bump version to 0.3.6.0 2011-11-13 19:36:48 -08:00
Bryan O'Sullivan b07fb4997f Bump version to 0.3.6.0 2011-11-13 19:36:48 -08:00
Bryan O'Sullivan cb73f902a1 Merge pull request #1 from jystic/master
Fixed build problem on windows
2011-11-13 19:35:27 -08:00
Bryan O'Sullivan 37e5bb6760 Merge pull request #1 from jystic/master
Fixed build problem on windows
2011-11-13 19:35:27 -08:00
Bryan O'Sullivan db1abce800 Update URLs 2011-11-13 19:24:59 -08:00
Bryan O'Sullivan 15a9f69b65 Update URLs 2011-11-13 19:24:59 -08:00
Jacob Stanley e5c916fbc7 Use System.PosixCompat instead of System.Posix
This uses the unix-compat wrappers instead of unix directly
so that the functionality can be emulated on Windows.
2011-11-07 10:16:43 +08:00
Jacob Stanley 609b7e8046 Use System.PosixCompat instead of System.Posix
This uses the unix-compat wrappers instead of unix directly
so that the functionality can be emulated on Windows.
2011-11-07 10:16:43 +08:00
Bryan O'Sullivan d4e83187d9 Added tag 0.3.5.2 for changeset 26a8ade60b05 2011-02-08 13:46:09 -08:00
Bryan O'Sullivan 1bfe4c50c3 Added tag 0.3.5.2 for changeset 26a8ade60b05 2011-02-08 13:46:09 -08:00
Bryan O'Sullivan e9737bb26a Add bug report and homepage links 2011-02-08 13:46:06 -08:00
Bryan O'Sullivan c1b3ae1a13 Add bug report and homepage links 2011-02-08 13:46:06 -08:00
Bryan O'Sullivan 39fb1fd3cc Get working with newer mtl (and GHC 7) 2011-02-08 13:44:01 -08:00
Bryan O'Sullivan 083cc33a57 Get working with newer mtl (and GHC 7) 2011-02-08 13:44:01 -08:00
Bryan O'Sullivan d9162f14f8 Added tag 0.3.5.1 for changeset 072c321a639d 2010-11-01 21:21:43 -07:00
Bryan O'Sullivan e137541510 Added tag 0.3.5.1 for changeset 072c321a639d 2010-11-01 21:21:43 -07:00
Bryan O'Sullivan 5ce500b6ec Fix dependency on mtl 2010-11-01 21:21:12 -07:00
Bryan O'Sullivan df7b554402 Fix dependency on mtl 2010-11-01 21:21:12 -07:00
Bryan O'Sullivan 1d0ad34ff5 Added tag 0.3.5.0 for changeset 64cd3627a707 2010-10-10 16:17:07 -07:00
Bryan O'Sullivan 88531e8ae7 Added tag 0.3.5.0 for changeset 64cd3627a707 2010-10-10 16:17:07 -07:00
Bryan O'Sullivan 76491aebb1 Get things building again 2010-10-10 16:16:47 -07:00
Bryan O'Sullivan 6fb691b65d Get things building again 2010-10-10 16:16:47 -07:00
Bryan O'Sullivan 9a21d9a8dc Update README 2010-10-10 16:05:33 -07:00
Bryan O'Sullivan f8769d77bb Update README 2010-10-10 16:05:33 -07:00