qse/qse
2013-03-13 16:50:18 +00:00
..
ac added Awk::resetRunContext(). 2012-06-05 12:56:41 +00:00
bld fixed some hiccups in bakefile description 2013-02-02 17:21:52 +00:00
cmd enhanced httpd to relocate when an index file is found for a directory. 2013-03-13 16:50:18 +00:00
doc added AM_SILENT_RULES to configure.ac 2013-02-09 13:31:31 +00:00
include enhanced cmd/http/httpd.c to load host/location-specific configuration data 2013-03-11 16:34:41 +00:00
lib enhanced httpd to relocate when an index file is found for a directory. 2013-03-13 16:50:18 +00:00
libltdl enhanced function call code to support module calls. 2012-10-23 17:08:56 +00:00
m4 added qse_dir_geterrnum() 2012-12-25 14:10:02 +00:00
regress added AM_SILENT_RULES to configure.ac 2013-02-09 13:31:31 +00:00
samples renamed samples/cmn/env.c to samples/cmn/env01.c 2013-02-26 09:24:35 +00:00
tools added AM_SILENT_RULES to configure.ac 2013-02-09 13:31:31 +00:00
watcom improved error handling in httpd 2012-12-10 14:39:57 +00:00
aclocal.m4 added AM_SILENT_RULES to configure.ac 2013-02-09 13:31:31 +00:00
configure changed configure.ac not to add pthread options to cflags by default 2013-03-13 15:51:44 +00:00
configure.ac changed configure.ac not to add pthread options to cflags by default 2013-03-13 15:51:44 +00:00
LICENSE touched up code a bit 2009-09-16 04:01:02 +00:00
Makefile.am moved mod/awk/* to lib/awk/mod/* 2013-01-31 09:04:16 +00:00
Makefile.in added AM_SILENT_RULES to configure.ac 2013-02-09 13:31:31 +00:00
README.in written some code for proxy handling 2012-03-27 15:45:10 +00:00

The QSE library implements AWK, SED, and other Unix commands in an embeddable 
form and defines data types, functions, and classes that you can use when you 
embed them into an application. It also provides more fundamental data types 
and functions needed when you deal with memory, streams, data structures. The 
interface has been designed to be flexible enough to access various aspects of
embedding application and an embedded object from each other.

* The library is licensed under the GNU Lesser General Public License 
  version 3: http://www.gnu.org/licenses/
* The project webpage is at @QSE_PROJECT_URL@

For further information, contact: @QSE_PROJECT_AUTHOR@