9eb3c4fc42
enhanced a function caller to take a string and find a function to execute it
hyung-hwan2020-04-09 12:56:47 +00:00
9328a49cb1
added hawk_rtx_valtofun() and changed the asort implementation to use it
hyung-hwan2020-04-08 17:07:19 +00:00
d9ffad1227
renamed hawk_rtx_cleario() to hawk_rtx_clearallios(). added hawk_rtx_flushallios(). revised hawk_rtx_loop() and hawk_rtx_callfun() to call hawk_rtx_flushallios() instead of hawk_rtx_clearallios(). changed the io handler to discard unflushed data if flushing fails in std.c
hyung-hwan2020-04-08 10:23:31 +00:00
a23eeee168
added true multidimensional map support for the for-in statement and the binary in operator
hyung-hwan2020-04-07 16:16:48 +00:00
ca1877d412
call-by-reference handling with a true multidimensional map
hyung-hwan2020-04-04 17:40:56 +00:00
82eac76de4
more true multidimensional map work
hyung-hwan2020-04-03 17:56:04 +00:00
9d40f45092
implementing deletion on true multi-dimensional map
hyung-hwan2020-04-03 09:29:37 +00:00
164d91661b
implementing assignment with true multi-dimensional map
hyung-hwan2020-04-03 02:05:12 +00:00
76d295365a
writing code for supporting true multi-dimensional indices in map
hyung-hwan2020-03-30 08:54:37 +00:00
abcc217dd0
changed the point where hawk_rtx_cleario() is called for cleanup
hyung-hwan2020-03-29 08:05:36 +00:00
cd7873e19a
changed code to prevent buffered output from span across the end of hawk_rtx_execXXX()
hyung-hwan2020-03-29 06:29:05 +00:00
e54537886c
changed to call hawk_rtx_cleario() before restoring SIGPIPE handler in bin/main.c
hyung-hwan2020-03-28 08:28:09 +00:00
6cd9cafd33
added hawk-map.h which uses either htb or rbt depending on HAWK_MAP_IS_HTB or HAWK_MAP_IS_RBT the hawk's map value is now dependent on the above change. at compile time, you can choose HTB or RBT. fixed a bug of not resetting FNR in the standard console read handlers
hyung-hwan2020-03-15 17:39:15 +00:00
4121ef9b3f
enhanced hawk_unescape_bcstr() to convert \uXXXX and \UXXXXXXXX to utf8 sequences
hyung-hwan2020-03-14 06:09:59 +00:00
c2162bd12b
enhanced hawk_rtx_match() to handle mbs fixed bugs in hawk_rtx_getrefval() and hawk_rtx_getrefvaltype() for HAWK_VAL_REF_POS
hyung-hwan2020-03-10 15:17:21 +00:00
bae06804ef
added hawk_rtx_matchvalwithucs() and hawk_rtx_matchvalwithbcs() renamed hawk_rtx_matchval() to hawk_rtx_matchvalwithoocs() updated code concerning the call to hawk_rtx_setrefval()
hyung-hwan2020-03-10 08:36:31 +00:00
f0d588414e
added %u to printf changed %c with an empty string to '\0' in printf fixed the execution behavior of double patterned action block(e.g. /a/,/b/) fixed a bug in NF=value assignment handling fixed a bug when assigning NF with a large number than the current number of records fixed a bug in converting multidimensional array index to a string
hyung-hwan2020-03-08 15:04:47 +00:00
52dea401f8
fixed mistakes in some assertions
hyung-hwan2020-03-05 15:22:55 +00:00
ea20bde917
updated open handling in standard console and file handlers
hyung-hwan2020-03-05 15:11:55 +00:00
75cb22aaec
renamed hawk_setgblbyname() to hawk_setgbltostrbyname()
hyung-hwan2020-03-05 09:04:14 +00:00
b7d29ffc86
added hawk_isvalidident() & hawk_setgblbyname(). fixed the standard console input handler to process special arguments of the var=val format
hyung-hwan2020-03-05 06:33:58 +00:00
e8e5aa7935
fixed a bug handling -v in bin/main.c
hyung-hwan2020-03-04 13:59:03 +00:00
7980e12999
changed the unary bitwise negation operator to a single tilde which overlaps with the regex match operator
hyung-hwan2020-03-04 09:54:38 +00:00
916da0fd59
fixed wrong error handling in bin/mani.c
hyung-hwan2020-03-04 09:25:17 +00:00
2ce27360d5
set the initial value of FS to a single space letter
hyung-hwan2020-03-04 06:34:23 +00:00
ef2acc19a5
shortened @pragma startup to @pragma entry adding experimental io multiplexer support to the sys module
hyung-hwan2020-01-24 14:15:58 +00:00