Commit Graph

3681 Commits

Author SHA1 Message Date
0931dd7b3d updating README.md 2019-08-29 15:30:33 +00:00
ddee17a1a0 updating README.md 2019-08-29 15:29:20 +00:00
eed0959d39 updating README.md 2019-08-29 15:26:19 +00:00
47a54ae5c0 updating README.md 2019-08-29 15:25:57 +00:00
c202c3a9fb adding README.md 2019-08-29 15:23:37 +00:00
9f889d8243 corrected swapped code between qse_awk_rtx_findfunwithmbs() and qse_awk_rtx_findfunwithwcs() 2019-08-29 09:09:37 +00:00
74ff72564e added qse_awk_rtx_openstdwithmbs(), qse_awk_rtx_openstdwithwcs().
added QSE_AWK_PARSESTD_MBS, QSE_AWK_PARSESTD_WCS
2019-08-29 08:42:17 +00:00
d5320cfd30 added mbs handling methods to Awk::Value 2019-08-29 03:13:57 +00:00
76d6999f37 renamed qse_getawknilval() to qse_get_awk_nil_val().
fixed a segfault issue caused by unfinised changes required for new xtn management scheme
2019-08-29 02:19:41 +00:00
24bcca71bf renamed qse_awk_getwerrmsg() to qse_awk_geterrmsgaswcs.
renamed qse_awk_getmerrmsg() to qse_awk_geterrmsgasmbs()
2019-08-28 15:14:22 +00:00
510bde2abc qse_awk_addfncwithmbs(), qse_awk_addfncwithwcs(), qse_awk_delfncwithmbs(), qse_awk_delfncwithwcs()
qse_awk_getmerrmsg(), qse_awk_getwerrmsg(), qse_awk_rtx_getmerrmsg(), qse_awk_rtx_getwerrmsg()
2019-08-28 14:01:28 +00:00
165ecc7643 tweaked lisp/awklisp to run properly under qseawk 2019-08-27 16:25:28 +00:00
da20a99a10 fixed the infinite recursion issue in qse_awk_rtx_valtombsdupwithcmgr() 2019-08-27 15:43:47 +00:00
a6484a5605 added qse_awk_addgblwithmbs()/qse_awk_addgblwithwcs()
added qse_awk_delgblwithmbs()/qse_awk_delgblwithwcs()
added qse_awk_findgblwithmbs()/qse_awk_findgblwithwcs()
2019-08-27 14:52:19 +00:00
6cdaf0bda6 work in progress. implementing qse_awk_addgblwithmbs() & qse_awk_addgblwithwcs() 2019-08-27 08:42:13 +00:00
d0d2a7af8c fixed a simple but critical bug in __MAKE_IMAP_NODE 2019-08-26 10:29:26 +00:00
4e6015ed36 added sys::dup() and sys::openfd().
added the optional second parameter to sys::close(). it accepts sys::C_KEEPFD.
2019-08-26 02:47:02 +00:00
8bfac9fff4 added sys::opendir(), sys::readdir(), sys::closedir() 2019-08-25 16:03:51 +00:00
cfd39c4280 defined sys::RC_XXX items in awk 2019-08-25 06:21:32 +00:00
b419965310 updated mod-sys.c with newly defined RX_XXXX items 2019-08-23 08:14:10 +00:00
e12121a8a2 updated awk documentation 2019-08-23 07:41:26 +00:00
e298a40efb reverted a sanity check in mux.c 2019-08-23 03:49:05 +00:00
8fc780bacd fixed mux.c to prevent an epoll_wait() error when no file descriptor is inserted 2019-08-22 15:51:33 +00:00
cd14f62522 extended sys::pipe() to accept the third argument, flags, in awk
changed sys::read() and sys::write to return -2 and -3 upon EAGAIN and EINTR respectively
2019-08-22 02:49:50 +00:00
05e14057eb added sys::pipe() to awk 2019-08-21 08:48:32 +00:00
94cc9298c1 added qse_encode_hmacmbs()/qse_encode_hmacwcs()/qse_decode_hmacmbs()/qse_decode_hmacwcs() 2019-08-19 09:07:21 +00:00
2f07153431 added qse_encode_hmacstr() and qse_decode_hmacstr() 2019-08-16 10:19:41 +00:00
0ddcf3de1c added hmac files 2019-08-15 08:41:33 +00:00
06712ddd4a added hmac functions 2019-08-15 08:25:17 +00:00
4d53acaa94 added sha2 functions 2019-08-14 08:44:06 +00:00
a803e2c140 added sha1 functions 2019-08-13 09:56:26 +00:00
c6a54c2ce4 some sanity check in sys::read() 2019-08-09 01:48:06 +00:00
a998e6dce9 added sys::read() to awk 2019-08-08 15:40:23 +00:00
c04312300b added sys::write() to awk 2019-08-08 11:31:27 +00:00
f6cf2aec64 added sys::open() & sys::close() 2019-08-08 08:01:57 +00:00
2361cf8508 added static assertion macros 2019-08-08 04:10:20 +00:00
ae841ffd27 added sys::chmod() to awk 2019-08-05 09:00:05 +00:00
38d754e971 added sys::unlink() and sys::mkdir() 2019-08-05 08:53:22 +00:00
43cfbd6bdf added check for tm->__tm_gmtoff and tm->__tm_zone.
changed sys::strftime() to set tm_zone to GMT if sys::STRFTIME_UTC is set
2019-07-01 15:02:43 +00:00
4257ef5296 enhanced sys::strftime() to access flags - sys::STRFTIME_UTC is the only flag defined at this moment 2019-07-01 14:30:47 +00:00
36d9b5f49a fixed wrong dependencies again in lib/si/Makefile.am 2019-06-30 14:38:24 +00:00
31fc83fbeb fixed wrong dependencies again in lib/awk/Makefile.am 2019-06-30 11:50:36 +00:00
299bd486b6 fixed wrong dependencies in lib/awk/Makefile.am 2019-06-30 11:29:46 +00:00
8ece12361c fixed more dependencies in lib/awk/Makefile.am 2019-06-30 11:28:33 +00:00
8d98111202 fixed wrong declarations of qse_awk_rtx_valtowcsdupwithcmgr() and qse_awk_rtx_valtombsdupwithcmgr() which caused segfault when the returned pointer is greater than UINT_MAX 2019-06-30 09:26:33 +00:00
88d5820dbb fixed dependencies in build files 2019-06-30 05:00:30 +00:00
46231430f4 enhanced qse_awk_rtx_callfun() to allow a function with pass-by-reference parameters 2019-06-30 04:26:44 +00:00
aa5559e400 revised the comment on QSE_XTN() 2019-06-25 02:43:45 +00:00
03bdfda578 added _instsize to qse_httpd_t, qse_httpd_server_t, qse_httpd_client_t, etc 2019-06-25 02:36:32 +00:00
74b48b87ec added _instsize into qse_sed_t and removed qse_sed_getxtnstd() 2019-06-25 01:21:00 +00:00