summary refs log tree commit diff stats
path: root/lib/wrappers/pcre.nim
Commit message (Expand)AuthorAgeFilesLines
* fixes DLL hell on WindowsAraq2015-09-051-1/+6
* preparations for more Nimble packages; clear licensing; fixes #2949Araq2015-06-201-34/+7
* Fix a flag in PCRE: change to 'usePcreHeader'Oleh Prypin2015-04-101-1/+1
* Change datatypes and remove broken editable procs from PCREOleh Prypin2015-04-101-23/+11
* Update and improve PCRE wrapperOleh Prypin2015-04-101-307/+463
* case consistency part 6Araq2013-12-281-9/+9
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* pcre wrapper compiles againAraq2012-07-111-6/+8
* Oops..Schala Zeal2012-07-091-1/+1
* PCRE wrapper update to 8.31Schala Zeal2012-07-091-43/+115
* pcre_info has been dropped; http://www.exim.org/lurker/message/20111223.12185...Dominik Picheta2012-02-121-2/+0
* distinction between re.replace and re.replacef; speed improvements for re moduleAraq2011-03-061-2/+2
* non-nil AST; continue after errors for IDE supportAraq2011-02-121-0/+0
* version 0.8.10Araq2010-10-211-0/+285
172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276