|
5703aaa8a5
|
touched up httpd
|
2014-07-22 17:58:11 +00:00 |
|
|
ad0d80fff5
|
added more name resolution code
|
2014-07-18 17:11:03 +00:00 |
|
|
88aaa1532a
|
added some dns code
|
2014-07-17 16:11:02 +00:00 |
|
|
4e0e403a73
|
added some code for name resolution
|
2014-07-16 15:31:04 +00:00 |
|
|
a0e2a7067c
|
squeezed in raw proxying code into normal proxy
|
2014-07-15 16:22:24 +00:00 |
|
|
a7ca23fa50
|
added some code to support raw proxying
|
2014-07-14 17:07:05 +00:00 |
|
|
efc8d5ceb4
|
touched up some code
|
2014-07-11 14:17:00 +00:00 |
|
|
fdce5fc592
|
migrated rand(), srand(), system() to modules
|
2014-07-11 07:42:28 +00:00 |
|
|
82a639045f
|
changed to prototype of qse_mmgr_t function to accept mmgr itself instead of mmgr->ctx and fixed a memory leak bug under a certain failure condition
|
2014-07-09 15:01:16 +00:00 |
|
|
36b20b4169
|
renamed qse_xstr_t to qse_cstr_t
|
2014-07-08 14:30:42 +00:00 |
|
|
a3453e5bd0
|
remove qse_cstr_t and related types. switched all existing references to qse_cstr_t and its family
|
2014-07-02 12:28:58 +00:00 |
|
|
7423092c39
|
removed most math functions from the main engine. migrated them to the math module
|
2014-07-01 15:27:27 +00:00 |
|
|
0c5d9eee9c
|
added math::acos, math::asin, math::ceil, math::floor, math::round, math::sinh, math::cosh, math::tanh to awk
|
2014-06-30 02:30:49 +00:00 |
|
|
6b2f1f8771
|
fixed a typo
|
2014-06-30 01:26:32 +00:00 |
|
|
4bb71a765e
|
fixed a bug in configure.ac and bugs in awk sample programs
|
2014-06-08 14:11:12 +00:00 |
|
|
e21afe6f6e
|
enhanced c++ compiler detection
|
2014-05-28 16:51:32 +00:00 |
|
|
45b2bc5e57
|
added qse_sio_truncate(), qse_sio_seek(),
changed qse_sio_getpos() to flush first.
renamed qse_Xio_purge() to qse_Xio_drain().
|
2014-04-28 14:18:06 +00:00 |
|
|
e26b1a2a68
|
autoreconfed the project
|
2014-04-24 02:45:31 +00:00 |
|
|
fab24cd3d3
|
enhanced assertion output for win32
|
2014-04-23 04:37:57 +00:00 |
|
|
ec56609d4f
|
added some experimental code for legacy mac os
|
2014-04-22 15:30:28 +00:00 |
|
|
257dbbb586
|
fixed definitions of INLINE macros for old gcc
|
2014-04-21 15:34:57 +00:00 |
|
|
7cc9a56d83
|
added qse_awk_val_fun_t
|
2014-02-22 14:34:45 +00:00 |
|
|
d49fd50ecc
|
added sed::str_to_str to the sed module for awk
fixed some build issues on legacy systems
|
2014-02-20 05:29:32 +00:00 |
|
|
2e9bb90c39
|
added qse_awk_rtx_getvalstr() and qse_awk_rtx_freevalstr().
changed some code to use the 2 new functions.
added the sed module to awk. incomplete yet
|
2014-02-19 15:24:33 +00:00 |
|
|
b5de91921c
|
added the 'k' option to the 's' command in sed
|
2014-02-19 04:09:46 +00:00 |
|
|
9006c44b9a
|
touched up fundamental type definitions
|
2014-01-24 04:38:14 +00:00 |
|
|
a89cd70ddb
|
updated copyright notice
|
2013-12-31 10:24:12 +00:00 |
|
|
8e6e7f29a6
|
touched up gdl.h
|
2013-11-26 13:47:58 +00:00 |
|
|
ea55e0d7ee
|
added a build option to use qse_intmax_t for integers in awk.
made relevant changes to support the option
|
2013-11-05 14:16:45 +00:00 |
|
|
2a5dd843dd
|
enhanced qse_awk_flt_t handling
|
2013-11-05 02:53:01 +00:00 |
|
|
9588bf2910
|
enhanced va_copy detection
|
2013-11-04 02:33:52 +00:00 |
|
|
be129e743b
|
removed stdio.h stdio.c
|
2013-11-03 16:48:20 +00:00 |
|
|
91c9182ad7
|
enhanced __float128 handling
added qse_strvfmt() and qse_strxvfmt()
|
2013-11-03 16:01:39 +00:00 |
|
|
fa47ad2965
|
enhanced qse_str_fmt()
|
2013-10-30 13:50:21 +00:00 |
|
|
d97ef30707
|
added qse_str_fcat()
|
2013-10-30 05:53:54 +00:00 |
|
|
7074b0c389
|
reorganized str-dyn files
|
2013-10-29 14:14:43 +00:00 |
|
|
aaf73a86f5
|
fixed wrong return values of qse_fmtout
|
2013-10-28 09:40:25 +00:00 |
|
|
198bd714b0
|
started writing qse_strfmt()/qse_strxfmt() and the famaily
|
2013-10-24 14:55:15 +00:00 |
|
|
a629a06cdc
|
fixed some build problems
|
2013-10-21 08:39:53 +00:00 |
|
|
f95e8594b8
|
added more sio functions
|
2013-10-20 15:22:44 +00:00 |
|
|
8b0e522b27
|
added some convenience routines into sio
|
2013-10-20 14:14:10 +00:00 |
|
|
abff341236
|
added fmt.h
|
2013-10-20 12:39:31 +00:00 |
|
|
bd3502f7e9
|
added qse_sio_putmbsf(), qse_sio_putwcsf(), qse_sio_putstrf()
|
2013-10-19 03:39:10 +00:00 |
|
|
35e9b1777f
|
enhanced xprintf
|
2013-10-16 15:32:51 +00:00 |
|
|
b70e378041
|
added some code to format floating-point numbers
|
2013-10-15 16:35:23 +00:00 |
|
|
561dbe49f5
|
added qse_strjoin()/qse_strxjoin() and variants
|
2013-10-11 13:43:29 +00:00 |
|
|
fd4f25d330
|
fixed a bug in xli reader
|
2013-09-27 16:19:44 +00:00 |
|
|
ef25755996
|
added QSE_XLI_KEYTAG
|
2013-09-25 06:40:40 +00:00 |
|
|
abcf8988a5
|
added QSE_XLI_STRTAG and changed related functions and defintions
|
2013-09-24 14:02:06 +00:00 |
|
|
84aca0ecb1
|
added QSE_XLI_NOLIST and QSE_XLI_NONIL
|
2013-09-23 14:06:25 +00:00 |
|