* fixed a rounding bug of reallocation size in _realloc_merge of qse_xma_t.
* replaced rex with tre in qse_sed_t * added submatch reference for the 's' command into qse_sed_t * changed some options and functions for tre integration in qse_sed_t
This commit is contained in:
@ -143,7 +143,7 @@ int qse_tre_execx (
|
||||
const qse_char_t* str,
|
||||
qse_size_t len,
|
||||
qse_tre_match_t* pmatch,
|
||||
qse_size_t nmatch,
|
||||
qse_size_t nmatch,
|
||||
int eflags
|
||||
);
|
||||
|
||||
@ -151,7 +151,7 @@ int qse_tre_exec (
|
||||
qse_tre_t* tre,
|
||||
const qse_char_t* str,
|
||||
qse_tre_match_t* pmatch,
|
||||
qse_size_t nmatch,
|
||||
qse_size_t nmatch,
|
||||
int eflags
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user