21 Commits

Author SHA1 Message Date
00e15a42e9 fixed a bug in handling r and a command 2011-09-11 10:14:38 +00:00
3db2c566a2 added QSE_TRE_NONSTDEXT
fixed a bug of not printing pattern space properly after 'q'
2011-09-09 01:49:53 +00:00
0f85644269 added code to handle an empty regular expression in sed 2011-09-07 08:18:36 +00:00
3fe32033cb * 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
2011-09-03 09:27:44 +00:00
65588fad45 updated copyright notice 2011-04-23 08:28:43 +00:00
a8e9033b86 fixed a bug in rbt.c 2010-07-15 06:54:48 +00:00
99c72b1755 * renamed map to htb
* added qse_awk_findgbl()
* added Awk::findGlobal()
* began working on red-black tree
2010-07-09 00:58:44 +00:00
6de11d0391 added partial code for cut 2009-10-05 08:08:27 +00:00
773f5cec57 touched up code a bit 2009-09-16 04:01:02 +00:00
10c75d357d fixed a bug in emitting a string 2009-09-03 06:55:55 +00:00
cefda5ffc6 improved sed error handling 2009-08-26 21:03:51 +00:00
1f29eb2521 touched up sed a little 2009-08-26 07:07:54 +00:00
97a7febc78 fixed a bug in closing a qse_awk_rtx_t object
- refdown_globals() should have been called after qse_awk_rtx_clrrec()
  as it still access NF.
fixed typo in awk error messages
fixed a memory allocation bug in matching a group (match_group) 
uncommented binary number parsing code in the awk parser.
2009-06-23 07:01:28 +00:00
ca2bb6155a updated code and docs 2009-06-08 07:09:14 +00:00
d851798b3c enhanced qse_sed_t
- changed qse_sed_t to support arbitrary numbers of commands
- added qse_set_getmaxdepth() and qse_sed_setmaxdepth()
- added relevant wrapper functions to QSE::Sed
2009-05-30 23:29:06 +00:00
7875def835 touched code a little bit 2009-05-30 19:19:46 +00:00
16f0580d75 added qse_sed_geterrstr() and qse_sed_seterrstr() 2009-05-28 07:55:17 +00:00
2a4dd14b2a fixed quite a few bugs and enhanced error handling in sed 2009-05-25 07:29:12 +00:00
9fb84cf713 touched up code 2009-05-23 19:21:10 +00:00
1893905652 improved error handling functions in sed 2009-05-22 00:17:17 +00:00
37f22b0f18 readded files omitted 2009-05-19 22:32:12 +00:00