Sergey Lyubka
|
7db6cc09d8
|
Squashed warnings
|
2014-08-25 08:20:56 +01:00 |
|
Sergey Lyubka
|
4e9adb59f3
|
Wrapper ARRAY_SIZE macro into ifndef
|
2014-08-22 17:54:40 +01:00 |
|
Sergey Lyubka
|
1c59641398
|
Flags setting moved to the API
|
2014-07-14 11:32:14 +01:00 |
|
Sergey Lyubka
|
dfc6c21b5b
|
changed readme
|
2014-03-07 12:01:06 +00:00 |
|
Sergey Lyubka
|
354faf6509
|
Update README.md
|
2014-03-03 21:21:39 +00:00 |
|
Sergey Lyubka
|
e53b025e64
|
Update README.md
|
2014-03-01 22:02:42 +00:00 |
|
Sergey Lyubka
|
64f6fac81f
|
not escaping minus in the char set
|
2014-02-24 11:24:57 +00:00 |
|
Sergey Lyubka
|
5262ccd677
|
Fixed bracketed capture
|
2014-02-24 11:21:55 +00:00 |
|
Sergey Lyubka
|
e9ce51b28f
|
URL fixed
|
2014-02-11 13:36:36 +00:00 |
|
Sergey Lyubka
|
35e092a765
|
Moved unit test to a separate file
|
2014-02-08 10:12:59 +00:00 |
|
Sergey Lyubka
|
45658f867b
|
Fix https://github.com/cesanta/slre/issues/8
|
2014-02-08 10:09:02 +00:00 |
|
Sergey Lyubka
|
7c5e8fe379
|
Update README.md
|
2014-01-28 20:47:24 +00:00 |
|
Sergey Lyubka
|
0fc79567ca
|
Changed link to docs
|
2014-01-11 02:43:10 +00:00 |
|
Sergey Lyubka
|
cd5240eb32
|
Merge branch 'master' of github.com:cesanta/slre
|
2013-12-26 09:40:57 +00:00 |
|
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
|
1badac6c63
|
Removed unused variable
|
2013-11-04 14:38:49 +00:00 |
|
Sergey Lyubka
|
ea7e240a63
|
Added failing test
|
2013-11-01 22:49:42 +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 |
|