Commit Graph

436 Commits

Author SHA1 Message Date
1b874c975b fixed a build issue on a platform with gcc where sizeof(double) == sizeof(long double) 2011-02-01 07:46:52 +00:00
ec26d103c3 changed build order 2011-01-23 05:26:48 +00:00
5c1599722b fixed distcheck issues 2011-01-23 04:32:11 +00:00
da945c3a08 fixed minor build issues 2011-01-23 03:52:20 +00:00
0e561c494c changed autoconf and build files 2011-01-22 02:04:22 +00:00
19af03709a fixed a few lines for c89
added more http code
2010-11-04 08:24:29 +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
81f314d676 improved qse_htb_t to use less memory. this resulted in backward-incompatible interface 2010-10-28 06:54:37 +00:00
70bf0fceaf added missing functions and macros.
documented more functions
2010-09-08 06:29:25 +00:00
c0122c72b8 implemented a non-recursive s-expression reader 2010-08-18 07:15:14 +00:00
1177866b26 changed qse_awk_rcb_t to expose a node pointer 2010-08-06 01:31:17 +00:00
f467ec9930 touched the memory allocator 2010-07-25 06:43:26 +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
2a045b7ff0 enhanced lda with binary heap functions
added more wide character handling functions
2010-04-06 06:50:01 +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
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
689fb93301 fixed a bug in qse_awk_strxtolong() 2009-12-13 07:24:40 +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
93adbf9244 touched up code 2009-12-10 05:35:54 +00:00
09720f3460 interim commit while implementing qse_rex_t 2009-11-26 07:32:20 +00:00
782fa151de interim commit while implementing a regular expression processor 2009-11-23 07:58:53 +00:00
1d5be1f982 still coding rex1.c 2009-11-20 23:12:27 +00:00
e384e1d044 - enhanced how to determine between a function call and a variable concatenated with an parenthsized expression.
- fixed a bug in split.
2009-10-20 07:33:40 +00:00
22394802f8 extended FS to support 5-character special form 2009-09-24 04:19:30 +00:00
225b1c5ec1 touched up code 2009-09-22 07:28:18 +00:00
bc43362962 enhanced string cache for awk 2009-09-19 22:28:49 +00:00
ae7b0a5bdd enhanced index and match 2009-09-17 00:35:29 +00:00
63c12720cb touched up code while enhancing index() and match() 2009-09-16 08:03:15 +00:00
773f5cec57 touched up code a bit 2009-09-16 04:01:02 +00:00
3707f4dca8 documented more functions 2009-09-15 07:29:55 +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
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
8118c7477d touched up code for an old c++ compiler 2009-08-31 07:19:02 +00:00
c31d8dc8a2 fixed a bug in the close() handler 2009-08-29 06:47:09 +00:00
9c872e932a touched up code a little bit 2009-08-29 05:58:05 +00:00
2ba054c1a3 enhanded StdAwk::Pipe to support CloseMode 2009-08-29 03:48:02 +00:00
81b3d369e8 implemented partial closing for rwpipe 2009-08-28 06:52:20 +00:00
9d635709f3 added partial code to support close ("name", "r or w") 2009-08-27 06:59:08 +00:00
cefda5ffc6 improved sed error handling 2009-08-26 21:03:51 +00:00
9253c8644f enhanced error location handling for awk 2009-08-26 03:50:07 +00:00
48aa3f2d34 touched up code 2009-08-25 06:15:56 +00:00
88d0fd919b touched up code a bit more 2009-08-24 19:50:38 +00:00
ea9e068c01 touched up code 2009-08-24 06:56:45 +00:00
6f4fd0c385 touched up code a little 2009-08-24 02:48:02 +00:00
fa0e68aa35 touched up code 2009-08-22 23:43:44 +00:00
ee27151bcb touched up code 2009-08-21 07:04:24 +00:00
f565bd46cc touched up code 2009-08-21 05:28:03 +00:00