instiki/vendor/plugins/maruku
Jacques Distler 7403ea6a6b Don't be greedy!
Maruku uses greedy Regexps in a number of places, which,
in unfavourable circumstances, can lead to exponential
slowdowns (an apparent hang).

We worked around one such bug in Revision 355. Recently,
Toby Bartels found another (in Table Header parsing).
The "real" solution seems to be to make sure the Regexps
are not greedy. (Thanks to Sam Ruby for spotting the problem!)

Reverted the workaround in Revision 355, fixed Toby's
bug, and several other similar Regexps.
2009-03-27 02:44:49 -05:00
..
bin Sync with latest Maruku 2008-08-05 13:18:23 -05:00
lib Don't be greedy! 2009-03-27 02:44:49 -05:00
tests Sync with latest Maruku 2008-08-05 13:18:23 -05:00
AUTHORS Faster 2008-12-16 00:40:30 -06:00
LICENSE Update to latest HTML5lib, Add Maruku testdir 2008-01-08 00:01:35 -06:00
Rakefile Sync with latest Maruku 2008-08-05 13:18:23 -05:00