Commit Graph

2613 Commits

Author SHA1 Message Date
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
5cc0e408b3 enhanced sio,pio,fio to support win9x
fixed minor bugs in sio,pio,fio
2012-02-19 14:38:22 +00:00
b330d2c350 added hton,ntoh
renamed qse_getcmgrbyname() to qse_findcmgr()
added qse_setcmgrfinder()/qse_getcmgrfinder()
started adding ipad,nwad
2012-02-13 14:43:50 +00:00
35ac9924ac fixed a few line to remove compile-time warnings 2012-02-12 13:31:27 +00:00
a2346f6e4b enhanced error handling of sio,pio,tio 2012-02-12 13:20:39 +00:00
3df521f7a9 added qse_httpd_geterrnum()/qse_httpd_seterrnum().
added more error codes to httpd.
added qse_pio_gethandleasubi().
enhanced sample file handlers
enhanced qse_htre_completecontent()/qse_htre_discardcontent()/qse_htre_addcontent()/qse_htre_clear()
fixed many cgi handling bugs
2012-02-10 13:58:23 +00:00
29a218eeb5 refactored httpd file handling 2012-02-09 14:30:22 +00:00
1ab75927d2 fixed various bugs in handling cgi 2012-02-09 12:54:00 +00:00
517107ab79 enhanced httpd 2012-02-08 12:59:59 +00:00
17d05bb1e0 fixed httpd to react to request immediate when threaded 2012-02-03 14:30:45 +00:00
681e50822c made some enhancements to httpd 2012-02-02 14:48:06 +00:00
a782229fa2 added qse_httpd_entasknph()
enhanced qse_pio_t with posix_spawn()
2012-02-01 14:32:34 +00:00
7a7127b89f added qse_httpd_entaskerror() and enhanced qse_httpd_entaskpath() 2012-01-31 14:32:20 +00:00
fcd14fff1c minor httpd refactoring 2012-01-30 13:43:08 +00:00
7c31be31c3 refactored httpd a bit 2012-01-28 14:15:46 +00:00
e7b5bfaf4b enhanced httpd directory listing 2012-01-26 14:19:48 +00:00
246dc4f5b7 fixed of not setting cmgr properly in awk/std.c
added encoding options to the awk command.
added directory functions to httpd
2012-01-25 15:39:02 +00:00
b903f8ebb5 added qse_awk_rtx_pushrcb() and qse_awk_rtx_poprcb().
deleted qse_awk_rtx_setrcb() and qse_awk_rtx_getrcb().
added 'close' to qse_awk_rcb_t
added builtin functions 'setenc' and 'unsetenc' to awk/std.c
added qse_getcmgrbyname()
added builtin functions 'setenc' and 'unsetenc' to awk/StdAwk.cpp
2012-01-17 16:45:01 +00:00
fa850168ee changed qse_runmain() to ignore mbwc error by calling qse_mbstowcsalldup().
added qse_mbstowcsalldup() and its variants
2012-01-15 15:25:28 +00:00
52710a87c9 Added a cmgr parameter to qse_awk_rtx_open() 2012-01-14 01:45:48 +00:00
d48f69568c added sendfile for solaris using sendfilev 2012-01-13 14:56:41 +00:00
60ad0283bc updated os2 project files 2012-01-11 14:28:59 +00:00
a3eed193d5 added solaris workaround for mbrlen bug.
enhanced socket libarary detection in configure.ac
2012-01-10 15:05:40 +00:00
70090bc117 changed qse_awk_parsestd_t and related code.
changed to use windows API for WIN32 in slmb.c
2012-01-06 14:38:11 +00:00
42431d2642 separated slmb from mbwc 2012-01-03 14:41:15 +00:00
dd02292cc4 added qse_utf8cmgr and qse_loccmgr 2012-01-02 15:11:43 +00:00
5e0b9418d7 minor code changes in mbwc 2012-01-01 15:14:30 +00:00
d1883d2a72 did some mbwc makeover 2011-12-31 15:24:48 +00:00
a0fc992c65 added qse_cmgr_t. still in primitive stage.
added qse_tio_getcmgr()/qse_tio_setcmgr()
added qse_pio_getcmgr()/qse_pio_setcmgr()
added qse_fio_getcmgr()/qse_fio_setcmgr()
added qse_fio_getcmgr()/qse_fio_setcmgr()
added mbs/wcs conversion functions using cmgr
2011-12-30 14:44:21 +00:00
bd7fd49a72 removed redundant code 2011-12-28 14:26:02 +00:00
29107a71be changed qse_tio_t to accept buffer specified externally.
removed the internal buffer from qse_tio_t.
added the WriteFile/WriteConsoleW hack into qse_sio_putwcs()/qse_sio_wcsn() as a partial solution to the WriteFile issue with UTF8 strings on the UTF8 console on win32
2011-12-25 15:25:28 +00:00
5b436e2304 added a mime type handler to the sample httpd program 2011-12-23 15:28:00 +00:00
14acf9a920 added qse_mbsntowcsnupto()
changed qse_tio_readwcs() to utilize qse_mbsntowcsnupto()
2011-12-21 16:21:46 +00:00
38d3c22d1f added a few lines of code to print simple memory allocation counts in cmd/awk/awk.c and cmd/sed/sed.c.
got rid of redundant realloc handler check in lib/awk/*.c
2011-12-21 06:40:27 +00:00
42c44f9d3d changed pio for changes in mbwc conversion functions 2011-12-21 02:02:05 +00:00
f4df349fc7 fixed wrong type casting bugs in StdAwk.
made changes to use qse_sio_openstd() in StdAwk.
fixed a bug of opening an output console file in the wrong mode in StdAwk
made changes to use qse_sio_openstd() in cut/std.c.
removed qse_sio_in/qse_sio_out/qse_sio_err.
2011-12-20 16:59:21 +00:00
d5db73dfce added qse_tio_writembs() and qse_tio_readmbs() 2011-12-18 17:40:37 +00:00
7f0ad74286 fixed a bug of not checking the return value of wcrtomb properly in qse_wcrtomb().
fixed a bug of passing a wrong buffer to qse_wcrtomb() in qse_wcsntombsn().
enhanced qse_tio_writembsn() and qse_tio_writewcsn()
2011-12-13 15:48:00 +00:00
283f388ae9 corrected wrong assertion 2011-12-12 14:46:55 +00:00
57683c9396 added QSE_SIO_NOAUTOFLUSH.
fixed a bug in qse_tio_writew()
changed how assert() prints messages.
2011-12-12 14:46:22 +00:00
0b4c66cbf5 added primitive qse_tio_writem() and qse_tio_writew() 2011-12-11 16:25:33 +00:00
566e13d874 revised qse_mbstowcs()/qse_mbsntowcsn()/qse_wcstombs()/qse_wcsntombsn().
changed the parts affected by the revision works including deleting unnecessary functions
2011-12-11 15:43:19 +00:00
2faee1f23f added qse_wcsatombsdup()/qse_mbsatowcsdup()
added macro redefinition for QSE_MBLEN_MAX in some special cases
fixed a bug of defining QSE_TOMUPPER and QSE_TOMLOWER wrongly
changed data types of utf8 functions.
fixed null-terminating bugs in qse_mbstowcs()/qse_wcstombs()
2011-12-05 13:43:56 +00:00
c2264998f2 added qse_wcsatombsdup() 2011-12-02 16:05:16 +00:00
f922c5858d fixed a http header formatting error 2011-11-26 14:17:00 +00:00
cd124ecf6a added qse_ntprd_t 2011-11-24 07:48:11 +00:00
9550c71096 added qse_ntoff_t 2011-11-24 02:21:18 +00:00