2013-08-22 |
ketmar | some unused code removed
|
commit | commitdiff | tree |
2013-08-21 |
ketmar | better dumper
|
commit | commitdiff | tree |
2013-08-21 |
ketmar | cosmetix, comments, API CHANGE!
|
commit | commitdiff | tree |
2013-08-21 |
ketmar | dumping
|
commit | commitdiff | tree |
2013-08-21 |
ketmar | added flag for dumping compiled program
|
commit | commitdiff | tree |
2013-08-21 |
ketmar | cosmetix
|
commit | commitdiff | tree |
2013-08-21 |
ketmar | added '\b' and '\B' assertions
|
commit | commitdiff | tree |
2013-08-21 |
ketmar | cosmetix
|
commit | commitdiff | tree |
2013-08-21 |
ketmar | added some dox in header
|
commit | commitdiff | tree |
2013-08-20 |
ketmar | range with single char will be converted to RUNE
|
commit | commitdiff | tree |
2013-08-19 |
ketmar | fixed stupid bug with non-capturing groups (OR and...
|
commit | commitdiff | tree |
2013-08-19 |
ketmar | non-capturing group now generates just NOPs
|
commit | commitdiff | tree |
2013-08-19 |
ketmar | added 'RE9_FLAG_NONGREEDY' to compiler flags
|
commit | commitdiff | tree |
2013-08-19 |
ketmar | ignore more shit in comments
|
commit | commitdiff | tree |
2013-08-19 |
ketmar | added some metachars (\d, \s, \w, \z, \D, \S, \W, ...
|
commit | commitdiff | tree |
2013-08-18 |
ketmar | don't generate useless 'nothing' runes, use NOP instead
|
commit | commitdiff | tree |
2013-08-18 |
ketmar | '()' groups: just a position marker
|
commit | commitdiff | tree |
2013-08-18 |
ketmar | comments: (?#...)
|
commit | commitdiff | tree |
2013-08-17 |
ketmar | cosmetix
|
commit | commitdiff | tree |
2013-08-17 |
ketmar | even more data is hidden now
|
commit | commitdiff | tree |
2013-08-17 |
ketmar | some details are hidden now
|
commit | commitdiff | tree |
2013-08-16 |
ketmar | fixed '$'; cosmetix
|
commit | commitdiff | tree |
2013-08-16 |
ketmar | removed 'rune' part from submatch struct
|
commit | commitdiff | tree |
2013-08-16 |
ketmar | started: '\Z' special char
|
commit | commitdiff | tree |
2013-08-16 |
ketmar | cosmetix in comments
|
commit | commitdiff | tree |
2013-08-16 |
ketmar | 'prepared program' API
|
commit | commitdiff | tree |
2013-08-16 |
ketmar | fixed shit with nonsub parens
|
commit | commitdiff | tree |
2013-08-16 |
ketmar | test1 now shows strings
|
commit | commitdiff | tree |
2013-08-16 |
ketmar | fixed bug with missed greedy matches
|
commit | commitdiff | tree |
2013-08-16 |
ketmar | cosmetix
|
commit | commitdiff | tree |
2013-08-16 |
ketmar | fixed some memory bugs
|
commit | commitdiff | tree |
2013-08-16 |
ketmar | cosmetix
|
commit | commitdiff | tree |
2013-08-16 |
ketmar | max list size increased
|
commit | commitdiff | tree |
2013-08-16 |
ketmar | non-greedy operators (i hope that works)
|
commit | commitdiff | tree |
2013-08-16 |
ketmar | API: added some flags to compiler and executor; added...
|
commit | commitdiff | tree |
2013-08-16 |
ketmar | moved 'max subexpressions' constant to public API
|
commit | commitdiff | tree |
2013-08-16 |
ketmar | 'rune API' removed (it's trivial to add it back if...
|
commit | commitdiff | tree |
2013-08-16 |
ketmar | cosmetix
|
commit | commitdiff | tree |
2013-08-16 |
ketmar | cosmetix
|
commit | commitdiff | tree |
2013-08-16 |
ketmar | cosmetix
|
commit | commitdiff | tree |
2013-08-16 |
ketmar | debug cosmetix
|
commit | commitdiff | tree |
2013-08-16 |
ketmar | debug cosmetix
|
commit | commitdiff | tree |
2013-08-16 |
ketmar | debug cosmetix
|
commit | commitdiff | tree |
2013-08-15 |
ketmar | cosmetix
|
commit | commitdiff | tree |
2013-08-15 |
ketmar | cosmetix
|
commit | commitdiff | tree |
2013-08-15 |
ketmar | library sources renamed
|
commit | commitdiff | tree |
2013-08-15 |
ketmar | returned error message now should be free()d
|
commit | commitdiff | tree |
2013-08-15 |
ketmar | compiler now should be thread-safe
|
commit | commitdiff | tree |
2013-08-15 |
ketmar | renamings
|
commit | commitdiff | tree |
2013-08-15 |
ketmar | renamings
|
commit | commitdiff | tree |
2013-08-15 |
ketmar | some renamings
|
commit | commitdiff | tree |
2013-08-14 |
ketmar | added some inlines; a little faster matching
|
commit | commitdiff | tree |
2013-08-14 |
ketmar | it doesn't need C99 anymore
|
commit | commitdiff | tree |
2013-08-14 |
ketmar | removed unneded 'extern'
|
commit | commitdiff | tree |
2013-08-14 |
ketmar | added (?:...) -- not sure if it works ok though it...
|
commit | commitdiff | tree |
2013-08-14 |
ketmar | cosmetix, code reordering
|
commit | commitdiff | tree |
2013-08-14 |
ketmar | manpages info moved to header file (regexp9.h)
|
commit | commitdiff | tree |
2013-08-14 |
ketmar | amalgamation; regexp compiler now returs error message
|
commit | commitdiff | tree |
2013-08-14 |
ketmar | cosmetix
|
commit | commitdiff | tree |
2013-08-13 |
ketmar | added original manpages
|
commit | commitdiff | tree |
2013-05-31 |
ketmar | added one more test
|
commit | commitdiff | tree |
2013-05-31 |
ketmar | some fixes in test
|
commit | commitdiff | tree |
2013-05-31 |
ketmar | added license info
|
commit | commitdiff | tree |
2013-05-31 |
ketmar | 'rune api' is optional now
|
commit | commitdiff | tree |
2013-05-31 |
ketmar | source reorganization
|
commit | commitdiff | tree |
2013-05-31 |
ketmar | removed unused file
|
commit | commitdiff | tree |
2013-05-31 |
ketmar | more consts, cosmetix, removed all warnings
|
commit | commitdiff | tree |
2013-05-31 |
ketmar | some renamings and cosmetix
|
commit | commitdiff | tree |
2013-05-31 |
ketmar | more consts
|
commit | commitdiff | tree |
2013-05-31 |
ketmar | more consts
|
commit | commitdiff | tree |
2013-05-31 |
ketmar | some cosmetix and const's; not complete yet
|
commit | commitdiff | tree |
2013-05-31 |
ketmar | added missing utf function
|
commit | commitdiff | tree |
2013-05-31 |
ketmar | tabs --> spaces
|
commit | commitdiff | tree |
2013-05-31 |
ketmar | jamified
|
commit | commitdiff | tree |