193afb0567
added partial code to handle a numeric string better
2009-06-15 07:22:00 +00:00
f9bf649924
fixed bugs in awk
...
- added qse_awk_seterrinf() and qse_awk_geterrinf().
- deleted qse_awk_seterrmsg()
- fixed a bug in qse_awk_geterrmsg()
- fixed wrong handling of 'length'
- changed run_printf() to flush before returning
2009-06-15 02:40:52 +00:00
ee8f5ee6dd
reverted to the previous way of input record handling
2009-06-13 06:58:50 +00:00
d6899c0b58
enhanced qse_awk_rtx_strtonum() to better determine the input record type.
2009-06-12 20:59:59 +00:00
9ee15f2e0a
fixed a bug of not closing inherited file handles in qse_pio_open().
2009-06-12 01:44:44 +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
a326e5f17f
fixed a bug in the builtin split() function
2009-06-10 07:07:42 +00:00
a6c0d71710
fixed a minor problem in the Awk class and enhanced a test program for sed
2009-06-08 00:23:53 +00:00
df2c125673
updated lib/awk/Makefile.am
2009-06-07 23:07:34 +00:00
d1d0e06bb5
changed autoconf related files
2009-06-06 06:34:15 +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
9fcfd0c0ba
documented code a little
2009-06-02 07:33:01 +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
0e679b0b7d
fixed minor bugs
2009-05-29 08:12:09 +00:00
502bab8e4e
added code for the StdSed class
2009-05-27 07:29:47 +00:00
4005bd68e8
touched up code
2009-05-22 00:50:02 +00:00
b7f8bba219
added the Mmgr class and modifiled related classes
2009-05-21 04:44:47 +00:00
6675603d47
finished support for stepping address and reorganized source code
2009-05-19 22:28:25 +00:00
164b3d9a98
fixed a bug in AWK and enhanced sed
...
- awk: fixed a bug of not handling ^ in gsub(), split(), and FS.
- sed: added code for y and s command
2009-05-16 07:31:43 +00:00
c221321cda
removed qse_ccls_t and related functions and added qse_strtrm()
2009-05-08 07:15:04 +00:00
ba8bd06016
fixed a bug in handling a regular expression starting with a backslash.
...
- a regular expression like /\// could not be handled properly without
this fix
2009-03-26 08:53:10 +00:00
faf9c80f3f
fixed a bug in run_delete()
2009-03-02 21:34:43 +00:00
8e221ca599
cleaned up code
2009-03-02 08:54:28 +00:00
004ba389f2
documented qse_awk_rtx_valtostr() and renamed qse_awk_rtx_valtostrdup()
...
to qse_awk_rtx_valtocpldup()
2009-03-02 03:58:19 +00:00
0b89f7e322
changed code for new qse_awk_valtostr().
...
- fixed a bug in shorten_record() in awk/run.c
- added qse_awk_valtostrdup()
- added qse_awk_rtx_alloc ()
- added qse_awk_rtx_free ()
2009-03-01 09:27:03 +00:00
283bcfb2ea
making changes caused by changes in qse_awk_rtx_valtostr()
2009-03-01 02:44:21 +00:00
462677bb9f
cleaning up code
2009-02-28 20:18:00 +00:00
3ca13066a9
added qse_awk_rtx_getxtnstd() and enhanced qse_awk_rtx_openstd()
2009-02-27 06:55:05 +00:00
651f6d2dfa
added qse_awk_getxtnstd() and enhanced qse_awk_openstd()
2009-02-27 04:56:12 +00:00
58a47ba425
cleaned up code
2009-02-26 04:35:22 +00:00
a0e3b67946
cleaned up code
2009-02-24 08:03:28 +00:00
8af127910b
cleaned up code
2009-02-23 18:57:18 +00:00
d0ce35eacf
enhanced and fixed a few functions.
...
- qse_awk_rtx_call()
- qse_awk_parsesimple()
- qse_awk_parsesimple_in_t
- qse_awk_parsesimple_out_t
2009-02-23 08:10:34 +00:00
2e24e29e8c
enhanced qse_awk_parsesimple() more
2009-02-22 08:16:35 +00:00
82cbaab6f2
enahnced qse_awk_parsesimple()
2009-02-22 06:28:02 +00:00
770cff61c5
changed robodoc configuration.
2009-02-21 23:06:45 +00:00
70b517578e
deprecated QSE_AWK_BASEONE
2009-02-18 07:55:48 +00:00
d3e69f1d23
fixed a bug of not handling console output properly in
...
qse_awk_rtx_opensimple()
2009-02-18 04:37:34 +00:00
80dfcd497c
documented the source code a little bit
2009-02-17 21:27:03 +00:00
fed0a952ab
fixed a bug in qse_awk_rtx_call()
2009-02-17 19:41:53 +00:00
b9958d4ff7
added one more test program for awk
2009-02-17 08:22:42 +00:00
26b4ecd16e
cleaned up code
2009-02-17 02:11:31 +00:00
66b21c8eab
redefined runtime io handlers
2009-02-16 08:31:34 +00:00
3ab84046b7
enhanced code
...
- changed qse_strfcpy() and qse_strxfcpy() to accept a string array
- removed the data field from qse_awk_prm_t
- made relevant changes
2009-02-15 08:38:00 +00:00
c86350bfde
added new string copy functions with simple formatting and changed awk
...
error formatter accordingly.
- added qse_strfncpy() and qse_strxfncpy().
- qse_awk_seterror() and qse_awk_rtx_seterror utilize qse_strxfncpy().
2009-02-15 03:14:49 +00:00
10adba9ed0
added new functions
...
- qse_strxfcpy(), qse_strfcpy()
cleaned up code a little
- renamed a few functions. qse_awk_strtok() to qse_awk_rtx_strtok(), etc
2009-02-15 00:21:19 +00:00