43 Commits

Author SHA1 Message Date
28d83d57a6 fixed minor flaws in regression test scripts 2011-03-19 09:24:24 +00:00
758037fac0 added more code for scm 2011-02-22 03:11:21 +00:00
f24fe05409 updated build files with a newer autoconf 2011-02-11 07:48:51 +00:00
db7d928a68 deleted unnecessary items from configure.ac 2011-02-01 22:48:53 +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
221db8488e enhanced xma realloc() 2010-08-01 01:45:47 +00:00
a1965a6544 fixed bugs in xma.c 2010-07-29 07:27:03 +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
41b716c195 - fixed a bug in pio.c for WIN32
- deleted unnecessary files.
- updated documentation.
2009-12-15 06:50:11 +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
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
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
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
417d901dad updated regression test scripts for old /bin/sh 2009-09-09 01:43:38 +00:00
d70bc70ded updated regression test scripts 2009-09-09 01:39:46 +00:00
454c76bd22 added regress/sed/regress.out 2009-09-09 01:35:35 +00:00
2a9fabebb6 improved cmd/sed/sed.c 2009-09-09 01:05:48 +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
8118c7477d touched up code for an old c++ compiler 2009-08-31 07:19:02 +00:00
9253c8644f enhanced error location handling for awk 2009-08-26 03:50:07 +00:00
b6ca96214a improved line number handling 2009-08-20 08:04:15 +00:00
3fc663609e enhanced the awk parser 2009-08-07 02:27:14 +00:00
0da1c65cf5 implemented @include partially 2009-07-27 20:31:58 +00:00
f0f2db5e8a cleaned up code 2009-07-16 04:43:31 +00:00
782f17c7e1 fixed regress/awk/Makefile.am 2009-07-15 02:08:00 +00:00
f5e3e53290 - added Awk::setGlobal & Awk::getGlobal
- fixed a bug in parsing getline
2009-07-15 02:06:14 +00:00
65a69c5522 updated files for tagging 0.5.1 2009-07-02 19:26:57 +00:00
d725c01bac touched up code a little 2009-07-02 07:14:39 +00:00
dd36ca0725 changed regression test scripts 2009-07-01 07:14:39 +00:00
e78de0f959 restructured regression test scripts for awk 2009-06-30 04:17:39 +00:00
14b0bca55c improved the naming rule 2009-06-29 07:41:47 +00:00
3c63104bf7 fixed a bug of not checking a function name against named variables 2009-06-28 06:42:53 +00:00
b9d3b490a2 fixed a bug of not checking a parameter name against the function name 2009-06-27 23:52:54 +00:00
c31adc3f7c fixed bugs of not handling <NL> properly in local/global variable declarations. 2009-06-27 20:50:54 +00:00
e337e01d46 fixed a few minor bugs 2009-06-27 07:05:19 +00:00
393dd9be8d improved the standard console handler to handle when ARGV has been overridden in a script 2009-06-25 02:29:33 +00:00