Commit Graph

686 Commits

Author SHA1 Message Date
b9a0863fff added qse_httpd_entaskdir() 2012-09-11 16:19:52 +00:00
69b118fcbf added qse_cmgr_id_t, qse_setdflcmgrbyid(), qse_findcmgrbyid()
deleted qse_slmbcmgr, qse_utf8cmgr, qse_cp949cmgr, qse_cp950cmgr
added --enabled-more-cmgrs to configure
2012-09-05 22:37:55 +00:00
870ee3e362 reorganized some error codes.
added ssl library check to configure.ac
corrected wrong function definitions in chr.h
added MPI_NODE
2012-09-05 10:40:58 +00:00
f0e03cb4ca enhanced qse_glob() to handle win/dos/os2 driver letters.
fixed a bug in qse_tio_writembs()
2012-09-02 08:48:05 +00:00
78f6f709ee made qse_glob() non-recursive and added dos support into it 2012-09-01 16:05:40 +00:00
b673e79c8c enhanced qse_glob for win32 and os2.
added input file expansion to cmd/sed/sed.c for win32 and os2
2012-08-31 13:00:33 +00:00
fde4ee404b added an experimental and incomplenet glob function 2012-08-30 16:36:37 +00:00
8367a4cd12 fixed a bug in qse_gettime().
fixed wrong declaraations in alg.h
2012-08-27 15:53:53 +00:00
a35c10fbfc added qse_randxs32() and qse_randxs64().
changed awk's rand() to use these.
fixed a bug of registering rand() with a wrong number of arguments in StdAwk.
2012-08-27 15:10:57 +00:00
53c98cce93 touched up configure.ac to produce substituable PACKAGE_VERSION_MAJOR, PACKAGE_VERSION_MINOR, PACKAGE_VERSION_PATCH 2012-08-22 02:53:15 +00:00
006dd8975f added 'abort' & QSE_AWK_ABORT to awk.
added a new sed command 'C' that resembles the cut utility
dropped the cut utility.
added qse_str_nrcat()/qse_mbs_nrcat()/qse_wcs_nrcat()
2012-08-19 14:20:05 +00:00
ec5537a35f cleaned up $ 2012-08-16 03:47:55 +00:00
b795f0d53e added the experimental mpi_reduce() and MPI_REDUCE_XXXs to awk. MPI_REDUCE_XXXs are added as a global variable. it'd be more efficient to turn MPI_REUDCE_XXXs to constants. this may need something like qse_awk_addconst(). consider adding this new API function 2012-08-12 06:09:16 +00:00
5e5ed8b3f6 added some mpi code for awk 2012-08-10 16:05:55 +00:00
0bacc36751 added nwio to StdAwk.
added StdAwk::getConcoleCmgr() and StdAwk::setConsoleCmgr().
made io attributes names case-insensitive
2012-08-09 10:15:11 +00:00
be69e7b40c fixed bugs in nwio connect timeout for os2
added pid and tid into PROCINFO for os2 awk
2012-08-02 04:20:01 +00:00
3021fd0a82 added more os2 code to handle connect() timeout 2012-08-01 13:57:18 +00:00
6ad0670eb3 Added some OS2 code for nwio 2012-08-01 11:25:53 +00:00
a448d6c399 added nwio timeout handler for win32
added PROCINFO handler for win32
2012-08-01 04:00:39 +00:00
d6c8bd4a1b added more timeout handling code 2012-07-28 14:43:59 +00:00
0eb177db96 added a little timeout handling code to nwio 2012-07-28 03:51:07 +00:00
9186415fa7 made minor changes related to setioattr() and getioattr() 2012-07-27 07:06:07 +00:00
7aa4324a47 removed setenc() and unsetenc() from awk and added setioattr() and getioattr() 2012-07-26 10:28:12 +00:00
3c326c599f added qse_pma_clear() and updated the copyright notice 2012-07-20 04:13:39 +00:00
a62984d47a enhanced nwad functions 2012-07-02 14:21:40 +00:00
c60ca301c4 enhanced qse_upxd_t 2012-06-20 15:12:18 +00:00
c64efd8ae7 added Awk::resetRunContext().
updated version to 0.5.7
2012-06-05 12:56:41 +00:00
08e1e7c9a8 added some incomplete openvms code to fio 2012-05-31 07:16:31 +00:00
4105128b3a added minor changes for vms 2012-05-28 07:11:13 +00:00
5943d9d190 added QSE_NWIO_KEEPALIVE and QSE_NWIO_REUSEADDR 2012-05-03 12:57:58 +00:00
238cc4d82e added SO_REUSEADDR to nwio 2012-05-01 15:02:31 +00:00
77f384498d added os2 nwio 2012-05-01 01:36:18 +00:00
3e4194cca8 touched up tio 2012-04-30 15:15:41 +00:00
1e80161c64 deleted unneeded files 2012-04-30 10:25:19 +00:00
c1f46c95ff fixed minor source glitches 2012-04-30 10:03:55 +00:00
31739d58f4 added win32 nwio 2012-04-30 09:46:58 +00:00
9425ec0730 enhanced nwio 2012-04-29 15:26:44 +00:00
005471b505 started adding nwio 2012-04-27 14:33:14 +00:00
130bbe9e21 changed how to handle http header fields.
fixed a few http proxying bugs.
2012-04-11 15:18:51 +00:00
77721b0c94 fixed a bug of not parsing a chunked content in qse_htrd_t.
improved proxy handling
2012-04-04 08:18:45 +00:00
3d07790370 written some code for proxy handling 2012-03-27 15:45:10 +00:00
5a0bd73990 added system call macros for x86 and x86_64 for implementing pio based on vfork 2012-03-26 14:11:11 +00:00
6c8755de00 deleted more system dependent code from qse_httpd_t 2012-02-28 09:41:01 +00:00
8b95a1d26c added qse_nwad_t and related functions 2012-02-27 15:44:57 +00:00
ee8609daf4 added qse_mbstoipad4()/qse_wcstoipad4()/qse_ipad4tombs()/qse_ipad4towcs() 2012-02-26 02:23:47 +00:00
ada60acf67 enhanced win32 utf8 console hack in sio 2012-02-25 14:52:26 +00:00
d7c5e50364 added cp949 and cp950.
deleted win32 target files for watcom. too difficult to maintain.
added cmgr for cp949 and cp950.
2012-02-24 09:09:45 +00:00
64fbfed781 added qse_fs_delete() still primitive 2012-02-21 12:54:42 +00:00
f2d767064e enhanced qse_fs_move() for dos build 2012-02-21 09:23:51 +00:00
a48c498dc8 fixed some typos for dos build 2012-02-20 14:45:49 +00:00