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
5cc0e408b3
enhanced sio,pio,fio to support win9x
...
fixed minor bugs in sio,pio,fio
2012-02-19 14:38:22 +00:00
a2346f6e4b
enhanced error handling of sio,pio,tio
2012-02-12 13:20:39 +00:00
517107ab79
enhanced httpd
2012-02-08 12:59:59 +00:00
681e50822c
made some enhancements to httpd
2012-02-02 14:48:06 +00:00
e7b5bfaf4b
enhanced httpd directory listing
2012-01-26 14:19:48 +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
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
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
14acf9a920
added qse_mbsntowcsnupto()
...
changed qse_tio_readwcs() to utilize qse_mbsntowcsnupto()
2011-12-21 16:21:46 +00:00
42c44f9d3d
changed pio for changes in mbwc conversion functions
2011-12-21 02:02:05 +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
9550c71096
added qse_ntoff_t
2011-11-24 02:21:18 +00:00
5bd21d36b2
added in-place editing to sed command.
...
relocated files in lib/fs to lib/cmn
2011-11-20 16:24:11 +00:00
1f9de59543
added QSE_ALIGNOF().
2011-11-17 16:07:35 +00:00
df28fde9ef
added QSE_FIO_TEMPORARY.
...
added qse_rand31()
fixed a minor bug in handling QSE_FMTINTMAX_ZEROLEAD
2011-11-16 15:18:46 +00:00
e15fcd0c14
added QSE_FMTINTMAX_ZEROLEAD.
...
changed awk printf to use qse_fmtintmax for integer printing.
added 'b' and 'B' for awk printf
2011-11-15 15:58:32 +00:00
759925d816
interim commit while dropping dependence on printf in awk
2011-11-14 15:15:44 +00:00
595aab7555
enhanced a few code segments that convert a digit to a number
2011-11-09 00:54:27 +00:00
10b0469ee1
added prefix to qse_fmtintmax() and qse_fmtuintmax().
...
chnaged awk's printf to use qse_fmtintmax().
2011-11-07 00:01:19 +00:00
226795c03e
added qse_fmtintmaxtombs()/qse_fmtintmaxtowcs() and related functions.
...
changed qse_awk_t to use these new formatting functions.
redefined some primitive types
2011-11-05 00:50:55 +00:00
6ee7a71b8d
added qse_fmtulongtombs()/qse_fmtulongtowcs()
2011-11-03 14:56:26 +00:00
4eb8cb62ee
added QSE_CANONPATH_EMPTYSINGLEDOT, QSE_CANONPATH_KEEPDOUBLESLASHES, QSE_CANONDROPTRAILINGSEP
2011-10-26 00:19:20 +00:00
f2d60b9366
enhanced qse_dir_t
2011-10-25 01:48:07 +00:00
38500b97d6
added qse_stradup() and related functions
...
coded qse_dir_change() for win32
2011-10-15 23:18:55 +00:00
23ee1f7f51
migrated fs/path.c to cmn/path.c
2011-10-14 22:57:41 +00:00
b9e365f148
added qse_sed_setexechook()
...
added qse_strfnmat() and related functions
2011-09-24 08:52:22 +00:00
00e15a42e9
fixed a bug in handling r and a command
2011-09-11 10:14:38 +00:00
1efa41052e
fixed a minor bug in calling tre_add_tags()
...
added qse_tre_open()/qse_tre_close()/qse_tre_geterrnum()/qse_tre_geterrmsg()
added a parameter to return the number of submatches into qse_tre_compx()/qse_tre_comp()
2011-09-02 08:45:06 +00:00
6aba3f8f89
integrated Ville Laurikari's TRE
2011-09-01 09:43:46 +00:00
2c4ed8caf9
* added QSE_MBLEN_MAX
...
* added qse_getcclsid() and related functions
* added qse_isblank() and realted code
2011-08-22 23:26:26 +00:00
03dad41aa2
fixed a bug in pma
2011-08-19 10:26:47 +00:00
8da90da039
* added qse_mbscasebeg()/qse_wcscasebeg()
...
* touched up the _WIN32 part of qse_fio_t a bit
2011-08-15 09:59:55 +00:00
6e2dd10655
* renamed udd to ctx in qse_mmgr_t
...
* fixed problems in build and test scripts
2011-08-15 03:07:31 +00:00
ce8e12cb46
changed a sample code for time
2011-08-13 23:05:03 +00:00
8923102323
fixed a minor glitch in the pio sample code
2011-08-13 22:44:43 +00:00