|
42637318b7
|
fixed more bugs in xma
|
2020-11-03 06:08:34 +00:00 |
|
|
26e0570a53
|
changed a field name from avail to free in hawk_xma_mblk_t and hawk_xma_fblk_t
|
2020-11-03 01:24:14 +00:00 |
|
|
200f5f1d94
|
added the xma memory manager
|
2020-11-02 09:54:12 +00:00 |
|
|
b17dfeea3c
|
set RTLD_LOCAL for dlopen() when opening a module
|
2020-10-20 07:41:56 +00:00 |
|
|
78deb3a44d
|
removed -std=c++11 from hawk.spec.in
|
2020-10-13 17:42:10 +00:00 |
|
|
23fbfed989
|
updated hawk.spec.in
|
2020-09-24 13:45:44 +00:00 |
|
|
2fe815e815
|
enhanced sys::read() to accept the 4th parameter as an input end delimiter
|
2020-09-14 11:28:57 +00:00 |
|
|
c15966a0f4
|
fixed wrong O_NONBLOCK handling in mod-sys.c
|
2020-09-08 16:08:28 +00:00 |
|
|
a097bb71fe
|
redefined hawk_ntime_sec_t with a data size guard
|
2020-09-03 03:29:55 +00:00 |
|
|
a0436306b8
|
removed unneeded code
|
2020-09-03 03:24:14 +00:00 |
|
|
263fa969d4
|
added more test cases for hawk_add_ntime()/hawk_sub_ntime()
|
2020-09-03 02:56:38 +00:00 |
|
|
a3c7f4c6f7
|
renamed some time functions.
enhanced hawk_add_ntime()/hawk_sub_ntime() to detect overflow/underflow
|
2020-09-02 20:02:51 +00:00 |
|
|
87e3601818
|
removed unneeded substitution in configure.ac
|
2020-08-19 04:56:50 +00:00 |
|
|
1701a40dca
|
removed the do..while wrapper from HAWK_STATIC_ASSERT
|
2020-08-19 04:33:18 +00:00 |
|
|
6602de8527
|
added a static assertion in lib/hawk-cmn.h
|
2020-08-19 04:28:38 +00:00 |
|
|
afb7fa41ff
|
improved character definitions in hawk-cmn.h
|
2020-08-19 04:03:56 +00:00 |
|
|
9988b1afcd
|
added check for the u and U prefix for string literals
|
2020-08-19 02:38:07 +00:00 |
|
|
416a39868a
|
regenerated some build files
|
2020-08-19 02:04:08 +00:00 |
|
|
3cceb80fa0
|
renamed --enable-unicode to --enable-wide-char
|
2020-08-16 07:20:01 +00:00 |
|
|
fb948bba12
|
added --enable-pthread-flags to configure.ac
|
2020-08-15 18:26:56 +00:00 |
|
|
44101be7ac
|
updated ax_lib_mysql.m4
|
2020-08-15 15:07:10 +00:00 |
|
|
dcd39eb22b
|
minor comment changes in hawk-cmn.h
|
2020-08-14 16:58:36 +00:00 |
|
|
6dc5f4b123
|
modified README.md
|
2020-08-06 04:57:31 +00:00 |
|
|
d177219179
|
changed ambiguous code in lib/fmt.c
|
2020-07-10 14:53:11 +00:00 |
|
|
996b9e92c8
|
changed ambiguous code in lib/fmt.c
|
2020-07-10 14:50:54 +00:00 |
|
|
1dbf8046b0
|
added HAWK_ZDIGIT_TO_NUM()
|
2020-05-27 09:32:52 +00:00 |
|
|
303118bc5c
|
added a common macro HAWK_XDIGIT_TO_NUM() to replace repeated code
|
2020-05-27 09:15:48 +00:00 |
|
|
8b7b2562df
|
fixed the wrong value defined for HAWK_SKAD_TO_OOCSTR_PORT
|
2020-05-20 14:32:04 +00:00 |
|
|
0c46c2c145
|
fixed wrong length type in hawk_copy_uchars_to_ucstr() and hawk_copy_bchars_to_bcstr()
|
2020-05-20 13:03:27 +00:00 |
|
|
610910ad9e
|
fixed hawk_arr_getstyle()
|
2020-05-04 07:21:13 +00:00 |
|
|
7f479f156b
|
added special parser-level substitution word - @SCRIPTNAME, @SCRIPTLINE
|
2020-05-04 07:14:32 +00:00 |
|
|
8ad37dabf0
|
removed hawk::array_size(), hawk::array_tally().
enhanced hawk::array() and hawk::map() to accept values
|
2020-05-03 15:49:31 +00:00 |
|
|
84d869606f
|
simplified the way to get the first integer index in idxnde_to_str()
|
2020-05-03 06:17:44 +00:00 |
|
|
6709839f96
|
fixed another bug in 'in' evaluation
|
2020-05-03 06:05:06 +00:00 |
|
|
210aa19820
|
enhanced the 'in' operator evaluation to support an array
|
2020-05-03 05:45:31 +00:00 |
|
|
11b6e0ce97
|
trivial change for code consistency
|
2020-05-02 18:34:18 +00:00 |
|
|
29bc731ccb
|
enhanced asort() and asorti() to handle an array value.
added hawk_rtx_getarrvalfld() and hawk_rtx_setarrvalfld()
|
2020-05-02 18:18:26 +00:00 |
|
|
5326953e9b
|
made a minor change in tools/uni-case.c
|
2020-05-01 08:10:51 +00:00 |
|
|
56a5bf592f
|
defined hawk_ooecs_amend to hawk_becs_amend in the bch mode
|
2020-04-30 15:56:15 +00:00 |
|
|
0c184b6817
|
changed length() over an array to return the number of items set.
added hawk::array_size() to return the last index + 1.
added hawk::array_tally() which works for an array only and acts like length()
|
2020-04-29 13:03:02 +00:00 |
|
|
881dfd2ce0
|
enhanced array manipulation code
|
2020-04-26 15:28:44 +00:00 |
|
|
d497e51b62
|
code for array support in assignment, evaluation, getting reference, deletion
|
2020-04-25 18:35:04 +00:00 |
|
|
47cea947db
|
minor error message changes
|
2020-04-24 17:39:00 +00:00 |
|
|
70f759b140
|
more code for array support
|
2020-04-24 17:27:56 +00:00 |
|
|
1b7ef41ee4
|
fixed an array access problem by an out-of-range index in eval_indexed()
|
2020-04-24 16:01:23 +00:00 |
|
|
f860798821
|
Added partial code for array support
|
2020-04-24 15:52:08 +00:00 |
|
|
6e857ff4f2
|
updated hawk_arr_t callback functions to be more consistent with hawk_rbt_t/hawk_htb_t by creating hawk_arr_style_t and adding hawk_arr_setstyle()/hawk_arr_getstyle().
remove hawk_arr_getcopier()/hawk_arr_setcopier()/hawk_arr_getcomper()/hawk_arr_setcomper()
|
2020-04-24 06:49:19 +00:00 |
|
|
75dc7d8fbc
|
Added sys::tcflush() and defined sys::TC_CFLAG_XXX items
|
2020-04-23 08:07:46 +00:00 |
|
|
11371cc073
|
dropping the idea of hawk::reset() and changing it to hawk::array() and hawk::map()
|
2020-04-23 07:25:33 +00:00 |
|
|
260ab078f8
|
made IUTF8 conditional depending on its availability
|
2020-04-22 11:41:37 +00:00 |
|