d64d0a73b4
added experimental code to call function held in a variable
2019-04-28 15:44:10 +00:00
abce018b2f
added the builtin function isnil and replaced the backquote operator with it
2019-04-26 18:04:57 +00:00
eed3853765
added quite some code to handle byte string I/O
2019-04-21 05:44:53 +00:00
07be5e22d7
added quite some code for handling mbs in awk
2019-04-18 08:42:54 +00:00
81cbac9e4d
added qse_awk_wcsxtoint()/qse_awk_mbsxtoint() and made qse_awk_strtointo() a macro
...
added qse_awk_wcsxtoflt()/qse_awk_mbsxtoflt() and made qse_awk_strxtoflt() a macro
enhanced qse_awk_rtx_valtonum() to handle a byte array
2019-04-15 04:30:49 +00:00
c139017593
changed the awk parser to accept \u and \U in the MCHAR mode.
...
implemented k/K in the awk's builtin printf function
2019-03-20 07:06:00 +00:00
6c61e0bab6
changed awk \xNN to take up to 2 hexadigits only.
...
implemented w/W in formatted output
2019-03-19 13:59:22 +00:00
98f726e2cc
added the global variable STRIPRECSPC.
...
fixed how to set rtx->gbl.ignorecase for IGNORECASE in set_global()
2019-02-04 12:20:16 +00:00
d6b9e78114
removed the bundled libltdl
2018-06-26 08:30:02 +00:00
b96113159b
fixed the potential overflow issue that would never happen in various binary serach functions
2017-05-02 01:14:32 +00:00
662fdec270
added QSE_XXX_EPERM to some files
2016-12-17 17:38:03 +00:00
905da20d24
implemented the option fourth parameter to match() in awk to support submatch retrieval
2016-11-09 14:12:22 +00:00
7f24950536
renamed qse_lda_t to qse_arr_t
2016-09-23 14:53:51 +00:00
66dfa3a2fd
did more migrating works
2016-04-29 03:55:42 +00:00
1d99026dbc
enhanced awk to detected divide-by-zero error when folding constans
2015-11-20 03:12:07 +00:00
cb61a8ac69
fixed indentation
2015-10-14 08:45:28 +00:00
dc43385559
added qse_xli_setpairwithstr() and qse_xli_deletepair()
2015-09-02 08:43:43 +00:00
56e5b5191b
switched the license to BSD
2014-11-19 14:42:24 +00:00
28ad5392c8
fixed files for an old compiler
2014-11-18 16:10:12 +00:00
3db3396955
allowed to use dynamic loader even if QSE_ENABLE_STATIC_MODULE is defined
2014-11-14 02:31:47 +00:00
4de030f8a3
changed awk to convert a map to the size of the map in a scalar context.
...
allowed @include inside a normal block
2014-10-22 01:34:37 +00:00
4195be2c84
fixed wrong parsing of length()
2014-08-27 17:39:03 +00:00
efc8d5ceb4
touched up some code
2014-07-11 14:17:00 +00:00
fdce5fc592
migrated rand(), srand(), system() to modules
2014-07-11 07:42:28 +00:00
36b20b4169
renamed qse_xstr_t to qse_cstr_t
2014-07-08 14:30:42 +00:00
22444e298a
changed some comments
2014-07-02 13:59:32 +00:00
a3453e5bd0
remove qse_cstr_t and related types. switched all existing references to qse_cstr_t and its family
2014-07-02 12:28:58 +00:00
7423092c39
removed most math functions from the main engine. migrated them to the math module
2014-07-01 15:27:27 +00:00
d40eb87b85
exposed math functions as math::xxxx
2014-06-08 12:46:04 +00:00
cfb3eb93ec
fixed a minor utf8 check bug.
...
fixed static linking problem regarding the seq module for awk
2014-03-31 01:45:18 +00:00
2e9bb90c39
added qse_awk_rtx_getvalstr() and qse_awk_rtx_freevalstr().
...
changed some code to use the 2 new functions.
added the sed module to awk. incomplete yet
2014-02-19 15:24:33 +00:00
a89cd70ddb
updated copyright notice
2013-12-31 10:24:12 +00:00
8e6e7f29a6
touched up gdl.h
2013-11-26 13:47:58 +00:00
ea55e0d7ee
added a build option to use qse_intmax_t for integers in awk.
...
made relevant changes to support the option
2013-11-05 14:16:45 +00:00
9588bf2910
enhanced va_copy detection
2013-11-04 02:33:52 +00:00
d841c9f62f
changed awk to handle IGNORECASE with a regular expression engine that doesn't have a run-time option but has a compile-time option
2013-08-23 15:19:29 +00:00
15300bfcfc
fixed a bug of not setting the last character properly upon EOF in get_char() of awk and xli
2013-05-15 15:08:39 +00:00
639391d887
added QSE_SIO_KEEPPATH and qse_sio_getpath().
...
fixed a file inclusion bug in awk and xli
2013-05-15 12:05:24 +00:00
e01ac6bbac
enhanced awk error codes for more consistency
2013-04-19 15:06:52 +00:00
bad915cc55
added some code for integrating TRE into awk
2013-04-06 13:39:56 +00:00
5bc774db3a
revising httpd
2013-02-18 13:45:50 +00:00
60255caf39
added more code to xli
2013-02-06 14:31:32 +00:00
ee2d918538
started working on xli
2013-02-05 15:04:15 +00:00
12b8ad7cc9
fixed a couple of awk parsing bugs
...
- lost token in an expression like bash | xyz + 20 for the way preget_token() was used.
- wrong redirection handling in an expression like print 1,2,3 > (4)
2013-02-04 09:19:17 +00:00
0048331293
fixed some hiccups in bakefile description
2013-02-02 17:21:52 +00:00
2402f6f92b
added build files for msdos extenders
2013-02-02 03:49:28 +00:00
7aa63462f1
implemented static linking of awk modules
2013-02-01 14:30:25 +00:00
543376b7d9
renamed QSE_AWK_EXTRAKWS to QSE_AWK_NEXTOFILE
...
fixed a minor glitch in qse_pio_t
fixed the nil field to xnil in qse_rbt_t to minimize collision with external header files since nil is a commonly found macro
added a simple optimization to qse_memcpy()
2013-01-29 03:43:32 +00:00
c7d88c455a
added QSE_AWK_INCLUDEDIRS. actual impl still pending
2013-01-22 14:20:10 +00:00
c45abff9ab
added str::normspc
...
fixed a bug of mistaking a colon for a backquote in some contexts
2013-01-21 14:35:24 +00:00