Commit Graph

130 Commits

Author SHA1 Message Date
fde4ee404b added an experimental and incomplenet glob function 2012-08-30 16:36:37 +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
a2b51062a9 fixed a bug of wrong field buffer management in sed 2012-08-20 06:00:22 +00:00
9bc182de7a deleted files related to the dropped 'cut' utility 2012-08-19 14:26:41 +00:00
6421da99f4 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:19 +00:00
8f1e15366d Added QSE_AWK_TOLERANT 2012-08-17 06:53:17 +00:00
1ade6b6ad7 updated doc a bit 2012-08-12 06:37:23 +00:00
5e5ed8b3f6 added some mpi code for awk 2012-08-10 16:05:55 +00:00
d03a4f4a33 updated docs a bit 2012-08-03 15:25:11 +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
7aa4324a47 removed setenc() and unsetenc() from awk and added setioattr() and getioattr() 2012-07-26 10:28:12 +00:00
88465162d9 updated documentation slightly 2012-07-20 11:08:48 +00:00
c64efd8ae7 added Awk::resetRunContext().
updated version to 0.5.7
2012-06-05 12:56:41 +00:00
31739d58f4 added win32 nwio 2012-04-30 09:46:58 +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
5cc0e408b3 enhanced sio,pio,fio to support win9x
fixed minor bugs in sio,pio,fio
2012-02-19 14:38:22 +00:00
fcd14fff1c minor httpd refactoring 2012-01-30 13:43:08 +00:00
e7b5bfaf4b enhanced httpd directory listing 2012-01-26 14:19:48 +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
7505e0723f * added QSE_SIO_NOCLOSE.
* enhanced qse_sed_comp() to accept an array of qse_sed_iostd_t
2011-10-03 01:25:23 +00:00
9fb0bc1628 changed how to handle appends(a,r,R), to use less memory when append text/file is large 2011-09-27 22:51:26 +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
6e2dd10655 * renamed udd to ctx in qse_mmgr_t
* fixed problems in build and test scripts
2011-08-15 03:07:31 +00:00
4527bf0a34 * fixed a bug of not setting an error code upon a few cases of QSE_AWK_STRXDUP failures
* added a new memory debugging facility to qseawk
2011-08-14 10:04:14 +00:00
c380388718 added qse_parsehttprange 2011-07-26 09:42:35 +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
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
f50b2835f7 resumed stx after years of hibernation 2011-06-05 10:22:20 +00:00
758037fac0 added more code for scm 2011-02-22 03:11:21 +00:00
f24fe05409 updated build files with a newer autoconf 2011-02-11 07:48:51 +00:00
db7d928a68 deleted unnecessary items from configure.ac 2011-02-01 22:48:53 +00:00
da945c3a08 fixed minor build issues 2011-01-23 03:52:20 +00:00
0e561c494c changed autoconf and build files 2011-01-22 02:04:22 +00:00
5b4845db55 enabled qse_http_feed() to get trailing headers after 0 2010-11-27 09:00:57 +00:00
70ca33c756 added fixed-size block allocator 2010-08-26 07:15:40 +00:00
65698c30a2 documented xma.h, though terse 2010-08-05 01:25:48 +00:00
b0a03e0b4d enhanced regular expression handler 2010-05-10 07:44:39 +00:00
de7082d0d0 - Changed the way Mmgr is used. A subclass inheriting Mmged is instantiated with a pointer to Mmgr which used to be the parent class.
- Separated the I/O stream handler from the Sed class and abstracted it into Sed::IOStream.
- Implemented StdSed::StdStream.
2009-12-19 06:34:42 +00:00
41b716c195 - fixed a bug in pio.c for WIN32
- deleted unnecessary files.
- updated documentation.
2009-12-15 06:50:11 +00:00
7715b1b9f9 updated documentation a bit 2009-12-14 08:19:58 +00:00
0d83bdba2c revised project information and added more test scripts for awk 2009-12-14 01:44:50 +00:00
1d5be1f982 still coding rex1.c 2009-11-20 23:12:27 +00:00
9f494ba184 touched up code a little 2009-10-08 06:39:18 +00:00
6de11d0391 added partial code for cut 2009-10-05 08:08:27 +00:00
22394802f8 extended FS to support 5-character special form 2009-09-24 04:19:30 +00:00
bc43362962 enhanced string cache for awk 2009-09-19 22:28:49 +00:00