Commit Graph

2447 Commits

Author SHA1 Message Date
9cdc8206e5 adding more code 2011-07-14 09:18:54 +00:00
fb574aa147 added more code for httpd 2011-07-12 10:31:33 +00:00
ec02be14e5 written more http code 2011-07-08 10:16:19 +00:00
afbbdd03ea fixed a bug in qse_mbs_ncpy() and qse_wcs_ncpy().
enhanced qse_mbs_ncat() and qse_wcs_ncat() to allocate a buffer if zero-length string is passed in when the current capacity is 0
2011-07-07 10:44:10 +00:00
4d55ebbcce reorganizing http functions 2011-07-06 09:45:00 +00:00
6fcd875403 added qse_htre_t and changed data type names 2011-06-30 09:12:36 +00:00
325a9d8b2b enhanced qse_http_t 2011-06-23 10:17:35 +00:00
37318f12db improved http sample code 2011-06-22 09:58:50 +00:00
faf421a54c added parser code 2011-06-21 08:56:40 +00:00
2008bdeef1 started working on parser 2011-06-20 09:31:23 +00:00
121f0145fa added test code for bootstrapping 2011-06-19 09:30:49 +00:00
682cfc1949 revised bootstrapping code 2011-06-18 10:17:18 +00:00
c7b3ece237 interim commit 2011-06-17 07:51:05 +00:00
2adaa58e7d no meaningful changes... 2011-06-16 10:00:36 +00:00
fb46d98bb2 added more code for symbol table, system dictionary, bootstrapping 2011-06-15 10:04:31 +00:00
3cc4595018 added more code for symbol table and system dictionary 2011-06-14 11:13:17 +00:00
143bf5aa2b updated qse_stx_hashobj() 2011-06-08 10:47:20 +00:00
adcf59e44d did a bit of stx work 2011-06-08 10:30:16 +00:00
f50b2835f7 resumed stx after years of hibernation 2011-06-05 10:22:20 +00:00
7a1682ae00 changed wrong comments 2011-05-30 09:22:08 +00:00
ed207769ff enhanced parse_primary_ident() in lib/awk/parse.c
also fixed a memory leak in the function
changed name of some data types
2011-05-30 09:15:52 +00:00
6364077743 fixed qse_awk_rtx_freeval() 2011-05-26 09:32:10 +00:00
9554a5eaae deleted wtab and rwtab from awk 2011-05-26 09:25:51 +00:00
ea3550bd19 migrated some default actions for switch statements 2011-05-26 08:50:19 +00:00
38b00c0756 touched up code 2011-05-26 08:42:26 +00:00
2cbe0d4681 enhanced val_int_to_str().
changed the return type of qse_awk_valtostr()
2011-05-26 08:00:19 +00:00
26427dd4c3 enhanced qse_awk_rtx_valtostr() 2011-05-25 09:14:58 +00:00
8497ddae25 minior message change to cpp error statements 2011-05-24 23:11:42 +00:00
948f5de1cb added QSE_AWK_VAL_MAP_ITR_KEY() and deleted QSE_AWK_VAL_MAP_ITR_KEY_PTR()/QSE_AWK_VAL_MAP_ITR_KEY_LEN()
added QSE_HTB_KPTL()/QSE_HTB_VPTL()/QSE_RBT_KPTL()/QSE_RBT_VPTL()
2011-05-24 22:22:40 +00:00
5577499bfb fixed a minor bug in Awk.cpp 2011-05-24 11:07:13 +00:00
ef13e990cb touched up code a bit 2011-05-24 11:02:35 +00:00
7e6a4dc0d5 * added qse_cptl_t/qse_xptl_t
* deleted word substitution functions from awk
2011-05-24 10:52:37 +00:00
40711d3320 exposed the details of qse_awk_fun_t 2011-05-23 21:38:03 +00:00
bc941f10db added pooled memory allocator taking code from tre for tre porting 2011-05-23 09:03:30 +00:00
483ce8b5bb fixed minor bugs in rex.c 2011-05-23 08:14:36 +00:00
55d2413ba8 fixed the string type issue in cmd/awk/awk.c 2011-05-22 10:20:01 +00:00
b9933a473b changed a sample program for qse_awk_findfun() and qse_awk_callfun() 2011-05-22 10:16:18 +00:00
8f88a97dfc added qse_awk_rtx_findfun() and qse_awk_rtx_callfun() 2011-05-22 10:08:54 +00:00
d879fd69af fixed lib/cmn/Makefile.am 2011-05-20 21:18:13 +00:00
4a1e5d6106 added a missing file in Makefile.am 2011-05-20 09:15:15 +00:00
687f4d21b8 fixed condition for a maximum positinal index 2011-05-19 21:46:53 +00:00
f0e64b56eb added QSE_STR_CSTR() 2011-05-19 21:33:28 +00:00
6eebf4baa2 touched up code for less lines 2011-05-19 20:50:51 +00:00
c7a49615a2 improved tokenization by rex 2011-05-19 08:36:40 +00:00
845b4ae4f0 included the int() function into the main awk 2011-05-18 20:32:39 +00:00
4da9a4d010 migrated math functions in Awk and StdAwk 2011-05-18 08:56:54 +00:00
da35a4c6dc changed qse_awk_prm_t to include basic math functions 2011-05-18 08:37:51 +00:00
a2a474bb34 added qse_awk_rtx_getfirstmapvalitr()/qse_awk_rtx_getnextmapvalitr() 2011-05-13 22:06:55 +00:00
4e882e79c0 changed Awk::Value::setIndexedVal() 2011-05-13 10:16:57 +00:00
2cb55e3676 added qse_awk_rtx_setmapvalfld()/qse_awk_rtx_getmapvalfld() 2011-05-13 08:55:53 +00:00