Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Small efficiency nit for regcurly() | Karl Williamson | 2010-10-03 | 1 | -3/+4 |
| | | | | As previously written, a test was executed unnecessarily | ||||
* | Extract regcurly as a static inline function. | Andy Dougherty | 2010-09-22 | 1 | -0/+51 |
This patch extracts regcurly from regcomp.c and converts it to a static inline function in a new file dquote_static.c that is now #included by regcomp.c and toke.c. This change will require 'make regen'. |