Commit Graph

2568 Commits

Author SHA1 Message Date
5e85ab6613 added code to selective turn on/off an output thread 2011-07-28 21:57:39 +00:00
f4ad3e3b66 added qse_httpd_entaskpath().
renames qse_httpd_entaskXXX() functions to a newer style
2011-07-28 08:35:28 +00:00
79370202bc added qse_awk_http_range_int_t 2011-07-27 09:41:20 +00:00
c380388718 added qse_parsehttprange 2011-07-26 09:42:35 +00:00
2c25c5d185 fixed a type casting bug in qse_awk_sprintreal() 2011-07-26 07:08:07 +00:00
f43799a68c enhanced error handling for shorter code in some functions of qse_awk_t 2011-07-26 02:25:13 +00:00
6ac70e5958 touched up the parser code for qse_awk_t a bit 2011-07-26 01:32:49 +00:00
a9635f0ee0 fixed a minor issue for OS/2 2011-07-25 08:42:23 +00:00
5464fecddc added qse_awk_valtolong() and qse_awk_valtoreal() for convenience 2011-07-25 08:24:13 +00:00
b67f0ccd42 enhanced constant folding code for qse_awk_t 2011-07-24 10:17:15 +00:00
59afc79821 added floating-pointer remainder handler for qse_awk_t 2011-07-24 03:03:48 +00:00
4b531aa248 fixed indentation 2011-07-23 09:43:03 +00:00
b2e7566e6b added a few lines of constant folding code for awk. still incomplete 2011-07-23 09:37:46 +00:00
7740b30aea added httpd.h 2011-07-23 07:53:31 +00:00
0967928a90 added more code for qse_httpd_t
added qse_htre_gethdrval()
2011-07-22 09:50:38 +00:00
d9d2cda5c3 added version to documentation 2011-07-21 10:32:07 +00:00
b08ebd719c added qse_ubi_t
separated task functions from httpd.c to httpd_task.c
2011-07-21 10:17:16 +00:00
618f8bcf1f improved qse_httpd_entask() and related functions 2011-07-20 10:18:54 +00:00
46c7cd9484 added doxygen.css 2011-07-16 10:20:33 +00:00
49abb01c3e corrected documentation a bit 2011-07-16 09:53:49 +00:00
1deaac776d touched up code a little 2011-07-15 10:00:37 +00:00
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