0e561c494c
changed autoconf and build files
2011-01-22 02:04:22 +00:00
d58631e70b
enhanced qse_htb_t and qse_rbt_t
...
- defined builtin mancbs'
- changed qse_rbt_t to point to mancbs
- touched up a few other functions
2010-10-30 07:54:36 +00:00
299852beaa
enhanced resizing of qse_lda_t and qse_str_t
2010-10-22 07:29:12 +00:00
810134f0ea
enhanced qse_fma_h to have more consistency with qse_xma_h
2010-08-27 00:26:28 +00:00
c0122c72b8
implemented a non-recursive s-expression reader
2010-08-18 07:15:14 +00:00
f467ec9930
touched the memory allocator
2010-07-25 06:43:26 +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
b0a03e0b4d
enhanced regular expression handler
2010-05-10 07:44:39 +00:00
d418e651e5
- added easy C API functions for sed and cut
...
- added a sample C program for sed
- added C++ API for cut.
2009-12-22 06:29:52 +00:00
92cbbbcec1
- renamed Sed::IOStream to Sed::Stream
...
- renamed StdSed::StdStream to StdSed::FileStream
- added StdSed::StringStream
2009-12-19 21:06:28 +00:00
de7082d0d0
- Changed the way Mmgr is used. A subclass inheriting Mmged is instantiated with a pointer to Mmgr which used to be the parent class.
...
- Separated the I/O stream handler from the Sed class and abstracted it into Sed::IOStream.
- Implemented StdSed::StdStream.
2009-12-19 06:34:42 +00:00
0d83bdba2c
revised project information and added more test scripts for awk
2009-12-14 01:44:50 +00:00
faea2475ac
fixed a parser bug in awk.
...
- handling of idiv operators
- tokenization of /=/ as a regular expression
- calling QSE_AWK_FREEREX to free compiled regular expressions.
switched to a new regular expression handler.
2009-12-11 07:03:54 +00:00
1d5be1f982
still coding rex1.c
2009-11-20 23:12:27 +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
07d4a531f8
fixed a memory leak bug in parse_expr_basic() in parse.c
...
touched up qse_sed_comp() a little.
ehnanced the regression test script
2009-09-10 21:05:13 +00:00
faf8d996db
touched up sed
2009-09-08 07:34:49 +00:00
f14f01864d
fixed a bug in handling QSE_SED_QUIET for the 'n' command
2009-09-05 07:08:19 +00:00
10c75d357d
fixed a bug in emitting a string
2009-09-03 06:55:55 +00:00
15227808a7
added QSE_SED_SAMELINE to sed
2009-09-01 07:24:06 +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
933a2ff773
fixed make distcheck problem
2009-08-22 20:35:46 +00:00
0f9d553ff8
touched up code
2009-08-18 06:10:30 +00:00
f0f2db5e8a
cleaned up code
2009-07-16 04:43:31 +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
944a492c88
fixed bugs in rex and awk
...
- fixed bugs of not parsing some forms of ranges such as {,m} {n,} properly
- fixed bugs in substitution functions that did not handle 0-length substring match properly.
2009-06-18 06:43:50 +00:00
fd1c529c46
fixed a few bugs in awk
...
- improved input console file and ARGV handling.
- fixed bugs in the builtin rand() function.
- added a new option to rex.
- fixed a control flow handling bug in for(x in y) of awk.
2009-06-11 07:18:25 +00:00
ca2bb6155a
updated code and docs
2009-06-08 07:09:14 +00:00
cc1438a2cf
added more documentation with some code fix
2009-06-08 06:11:56 +00:00
08c1d422f3
enhanced qse_timegm
2009-06-07 07:42:57 +00:00
d1d0e06bb5
changed autoconf related files
2009-06-06 06:34:15 +00:00
922bbbef18
touched up code and docs
2009-06-05 07:36:02 +00:00
551e6f7c09
reorganized files
2009-06-04 15:50:32 +00:00
6fb8e248cd
regenerated autoconf files
2009-06-03 18:50:39 +00:00
71c7d7c877
removed libtool
2009-06-03 18:43:57 +00:00
7307c3cc30
changed configure.ac for Doxyfile.in
2009-06-03 08:13:50 +00:00
a1bec8936b
changed configure.ac for Doxyfile.in
2009-06-02 20:16:27 +00:00
cd52c663cf
simplified error formatting in qse_awk_t
...
- added qse_awk_errstr_t and related functions
- changed the Awk class
also fixed a minor bug in qse_awk_rtx_call()
2009-06-02 03:34:34 +00:00
3148407114
changed sed03.cpp for the wide character mode
2009-05-31 07:33:08 +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
7053747ab2
fixed bugs and added more features.
...
- fixed a bug in qse_sed_exec() to return success on flush() error
- added Sed::setError()
- completed a sample program sed03.cpp
2009-05-30 00:21:41 +00:00
0e679b0b7d
fixed minor bugs
2009-05-29 08:12:09 +00:00
681d6f7068
added qse_sed_getlinnum() and qse_sed_setlinnum()
2009-05-29 07:00:56 +00:00
9dfcf671a4
enhanced the Sed class with a few more methods
2009-05-28 23:00:24 +00:00
16f0580d75
added qse_sed_geterrstr() and qse_sed_seterrstr()
2009-05-28 07:55:17 +00:00
83a6e0d3b0
touched up code and documentation
2009-05-28 01:01:33 +00:00