Sergey Lyubka
|
a26ba0acb3
|
Minor wording change
|
2013-12-26 09:40:23 +00:00 |
|
Sergey Lyubka
|
6f7884ba8e
|
Added reference to sldr and mongoose
|
2013-12-21 08:34:44 +00:00 |
|
Sergey Lyubka
|
ca79a93d07
|
Fixed https://github.com/cesanta/slre/issues/6
|
2013-10-17 07:30:46 -07:00 |
|
Sergey Lyubka
|
b017911490
|
Added couple of failing tests for https://github.com/cesanta/slre/issues/6
|
2013-10-16 10:12:36 -07:00 |
|
Sergey Lyubka
|
402300e070
|
Using integer return codes
|
2013-10-01 12:13:00 +01:00 |
|
Sergey Lyubka
|
d5e5706066
|
"a*$ case fixed. Resetting error message on successful match.
|
2013-10-01 08:19:01 +01:00 |
|
Sergey Lyubka
|
28444bb685
|
Better metacharacter match
|
2013-09-30 19:30:50 +01:00 |
|
Sergey Lyubka
|
b2fb7a7126
|
Factored out string traversal into separate function
|
2013-09-30 10:52:57 +01:00 |
|
Sergey Lyubka
|
7ce50f32fa
|
Fixed branching cases
|
2013-09-29 21:25:14 +01:00 |
|
Sergey Lyubka
|
25d9ce82ca
|
Added 5 failing tests
|
2013-09-28 07:16:15 +01:00 |
|
Sergey Lyubka
|
acd861b945
|
Fixed error message reporting for the case when regex exhaust tested string
|
2013-09-28 02:11:33 +01:00 |
|
Sergey Lyubka
|
e5d1a3901a
|
Merge branch 'master' of github.com:cesanta/slre
|
2013-09-28 02:06:26 +01:00 |
|
Sergey Lyubka
|
d2b0cd887e
|
Fixed case with optional quantifiers at the end of the regex
|
2013-09-28 02:06:18 +01:00 |
|
Sergey Lyubka
|
e3520fd7ee
|
Merge pull request #2 from tempanon/patch-1
comment should be updated
|
2013-09-10 22:11:44 -07:00 |
|
tempanon
|
b9aa5ab864
|
comment should be updated
9cc3fe9 changed line order.
comment related line no longer above
|
2013-09-11 01:25:56 +02:00 |
|
Sergey Lyubka
|
9cc3fe9731
|
Made slre.c C++ clean - compiles by g++ with no warnings.
|
2013-08-26 17:11:20 +01:00 |
|
Sergey Lyubka
|
deda368b8c
|
Cesanta Limited -> Cesanta Software Limited
|
2013-08-26 17:10:44 +01:00 |
|
Sergey Lyubka
|
1184d099b6
|
Added one more capturing test
|
2013-08-15 10:55:24 +01:00 |
|
Sergey Lyubka
|
d6f827bfd9
|
Added note about Unicode
|
2013-08-15 10:55:11 +01:00 |
|
Sergey Lyubka
|
01e046e331
|
Updated slre_match() signature
|
2013-08-07 13:30:02 +01:00 |
|
Sergey Lyubka
|
43c80386e0
|
Rephrased ISO C sentence
|
2013-08-07 11:12:23 +01:00 |
|
Sergey Lyubka
|
d958847ee4
|
Added example to find all URLs in a string
|
2013-08-07 11:01:28 +01:00 |
|
Sergey Lyubka
|
5b2404b776
|
Added num_caps param
|
2013-08-07 11:01:09 +01:00 |
|
Sergey Lyubka
|
aef7850f93
|
Hid unit test
|
2013-08-03 20:00:56 +01:00 |
|
Sergey Lyubka
|
51a3279556
|
Hid unit test
|
2013-08-03 20:00:16 +01:00 |
|
Sergey Lyubka
|
8e47ab472e
|
4kB -> 5kB
|
2013-08-03 19:59:17 +01:00 |
|
Sergey Lyubka
|
693eb19cff
|
Fixed readme
|
2013-08-03 19:43:52 +01:00 |
|
Sergey Lyubka
|
7c3baf849c
|
Fixed readme
|
2013-08-03 19:43:26 +01:00 |
|
Sergey Lyubka
|
da9e79813f
|
Character sets, plus ranges
|
2013-08-03 19:42:11 +01:00 |
|
Sergey Lyubka
|
2f3a9f93a0
|
Removed docs from slre.h
|
2013-08-03 10:06:20 +01:00 |
|
Sergey Lyubka
|
c59863843b
|
Added case insensitive flag
|
2013-08-03 10:02:13 +01:00 |
|
Sergey Lyubka
|
7f8fbe5680
|
Implemented 0xHH match
|
2013-08-02 14:21:48 +01:00 |
|
Sergey Lyubka
|
8cfa4336fc
|
Added slre_replace() in the unit test
|
2013-08-02 10:09:52 +01:00 |
|
Sergey Lyubka
|
f20ed682e2
|
Hiding licesning info for now
|
2013-08-02 08:05:43 +01:00 |
|
Sergey Lyubka
|
7590fbd557
|
Updated overview.
|
2013-08-01 12:02:06 +01:00 |
|
Sergey Lyubka
|
1af51985dd
|
Fail unit test if at least one test fails
|
2013-08-01 12:01:57 +01:00 |
|
Sergey Lyubka
|
f03345b2a9
|
Updated overview.
|
2013-08-01 11:52:43 +01:00 |
|
Sergey Lyubka
|
2f7f7e7e07
|
Updated overview. Added licensing section
|
2013-08-01 11:51:19 +01:00 |
|
Sergey Lyubka
|
e032c6ce68
|
moved unit test to slre.c
|
2013-08-01 11:49:49 +01:00 |
|
Sergey Lyubka
|
c4c2de058a
|
README updated
|
2013-08-01 10:14:26 +01:00 |
|
Sergey Lyubka
|
de6b3578a1
|
README updated, bracket counting code fixed, added HTTP example
|
2013-08-01 10:09:23 +01:00 |
|
Sergey Lyubka
|
4b5c44036a
|
Branching, \s and \d metachars added
|
2013-08-01 09:14:09 +01:00 |
|
Sergey Lyubka
|
f48c4821f7
|
Added handling of "*" quantifier and non-greedy match
|
2013-07-31 08:56:42 +01:00 |
|
Sergey Lyubka
|
6b8205b99c
|
Initial brackets handling
|
2013-07-29 23:24:41 +01:00 |
|
Sergey Lyubka
|
c6d2484b85
|
Initial import
|
2013-07-29 10:04:59 +01:00 |
|
Sergey Lyubka
|
210b08dbbc
|
Initial commit
|
2013-07-29 01:56:19 -07:00 |
|