Commit Graph

7 Commits

Author SHA1 Message Date
Georges Dubus b1120a3253 Fixed a typo that broke the "**" pattern.
Fixes #5
2014-12-28 22:56:27 +01:00
Erik Hesselink 0fb804cc21 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 213cefa832 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 323ce1df1b Fix reference to LGPL in sources
--HG--
extra : convert_revision : b39042cb836780b9c8e7902149b8fb86a6a8b49d
2008-02-03 17:52:21 +00:00
Bryan O'Sullivan 097afc9831 Add Glob module, update docs.
--HG--
extra : convert_revision : e114cb9154838d7f74c72671db22dbddb97e3a58
2007-06-24 16:30:41 +00:00
Bryan O'Sullivan 0f27317674 Add docs.
--HG--
extra : convert_revision : 88e724524fcf29c16f7217de5e0886195cbf60ce
2007-05-02 05:56:32 +00:00
Bryan O'Sullivan 9e5996a5a7 Rename Glob -> GlobPattern.
--HG--
extra : convert_revision : 8d1646ccad02799799ef66d72684d9d110f01654
2007-04-30 17:06:48 +00:00
Renamed from System/FilePath/Glob.hs (Browse further)