Do not follow this link

~siborgium/sregex-streaming-api

add kdevelop files to .gitignore
c53b39b4 — Sergey Smirnykh 3 years ago
Some fixes:
 - explicitly set C standard to C99
 - use malloc/realloc to allocate initial states
 - add sre_vm_pike_free to avoid leaks
 - use aligned_alloc if C11 is avaliable
fcedad93 — Sergey Smirnykh 3 years ago
Fix memory allocation issues
878dfe9d — Sergey Smirnykh 3 years ago
Rework Pike VM to return clear codes
fdb71f92 — Sergey Smirnykh 3 years ago
Add sre_cli utilite to CMakeLists.txt
fix some typos in CMakeLists.txt
b2f9143a — Sergey Smirnykh 3 years ago
Provide headers with Sregex::* targets
746d6b83 — Sergey Smirnykh 3 years ago
cmake: minimal working `install` configuration
eabafb89 — Sergey Smirnykh 3 years ago
Continue moving to modern CMake
c7a116cc — Sergey Smirnykh 3 years ago
CMake: replace sre_yyparser.{c,h} with ${BISON_OUTPUT_{H,C}}
e28863b9 — Sergey Smirnykh 3 years ago
Port to CMake
 - move exported headers to `include` dir
 - delete autogenerated files
c275d229 — Yichun Zhang (agentzh) 8 years ago
doc: updated copyright notice.
b1bf5b60 — Yichun Zhang (agentzh) 8 years ago
we no longer officially support the \C construct which is gone in recent perl versions.
481b80f5 — Yichun Zhang (agentzh) 8 years ago
skipped pcre tests that upset recent versions of perl (as far as perl 5.24).
b46c46b9 — Yichun Zhang (agentzh) 8 years ago
travis-ci: use "prove -r t" instead of "prove -lv t".
49e15f16 — Ilya Shipitsin 8 years ago
feature: added support for Travis CI.

Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
7eca2adf — Yichun Zhang (agentzh) 8 years ago
bugfix: allow #, ", and ' to be escaped by a backslash.
767c0fae — Yichun Zhang (agentzh) 8 years ago
bugfix: now we reject ambiguous regex escaping sequences like \1 and \23.
333865a2 — Yichun Zhang (agentzh) 9 years ago
added a .gitattributes file to correct GitHub's language tag.
Next
Do not follow this link