c3e30eaae4
renamed str::value() to str::fromcharcode() in awk.
...
added str::tocharcode() in awk.
enhanced qse_awk_rtx_makestrvalwithxstr() to skip copying the data from the given string pointer if it's null
2019-05-06 07:19:54 +00:00
bc3173d74a
added the typename() builtin awk function and qse_awk_rtx_getvaltypename()
2019-04-26 16:55:57 +00:00
1f980cbfb8
enhanced str::index()/str::rindex() to handle byte strings
2019-04-25 17:34:04 +00:00
7811171dff
fixed StdAwk to set the MODPREFIX when dlfcn is activated.
...
added Awk::getCmgr()
enhanced some string functions to handle byte strings
2019-04-23 15:32:23 +00:00
5743a341cc
changed the second parameter of qse_awk_rtx_strtonum() to accept the base value on top of the 'strict' conversion bit.
...
enhanced awk's str::tonum() to accept the optional base parameter
2018-09-26 05:41:37 +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
00bae5b613
added str::tonum() to awk
2017-02-11 05:04:13 +00:00
66dfa3a2fd
did more migrating works
2016-04-29 03:55:42 +00:00
763efada8f
added qse_isuniblank() and changed qse_isblank() to use it.
...
regenerated various build files
2015-06-12 03:54:04 +00:00
56e5b5191b
switched the license to BSD
2014-11-19 14:42:24 +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
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
7774a8a8fe
migrated index_or_rindex() to fnc.c and exported some functions to shared by index(), str::index(), str::rindex()
2014-05-28 08:40:51 +00:00
9ec0981157
exposed str::match(), str::printf(), str::sub(), str::gsub()
2014-05-27 15:28:31 +00:00
b75630a8bb
exposed str::split()
2014-05-27 14:26:04 +00:00
fdad26bba1
fixed a wrong field name that caused a compilation error on solaris 8.
...
make some builtin string functiosn available under str::
2014-05-27 14:13:12 +00:00
ffe3bd3207
added str::value().
2014-05-01 14:35:17 +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
8d8ac30f08
fixed a bug of hanlding an empty string properly in str::isxxx functions
2014-01-10 09:11:10 +00:00
876c411559
added str::isalnum, str::isblank, str:iscntrl, etc
2014-01-09 15:04:41 +00:00
a89cd70ddb
updated copyright notice
2013-12-31 10:24:12 +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
3d813a1bf1
amended the reference handling in Awk.cpp.
...
added str::index() and str::rindex().
enhanded qse_awk_rtx_valtobool().
removed QSE_AWK_NCMPONSTR from QSE_AWK_CLASSIC.
added QSE_AWK_NCMPONSTR to QSE_AWK_MODERN.
2013-04-16 15:30:37 +00:00
7aa63462f1
implemented static linking of awk modules
2013-02-01 14:30:25 +00:00
710a425fb7
migrated awk module files
2013-02-01 08:31:42 +00:00