qse/qse
2013-02-26 09:24:35 +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 added -n to qsehttpd 2013-02-23 16:15:27 +00:00
doc added AM_SILENT_RULES to configure.ac 2013-02-09 13:31:31 +00:00
include added -n to qsehttpd 2013-02-23 16:15:27 +00:00
lib renamed samples/cmn/env.c to samples/cmn/env01.c 2013-02-26 09:24:35 +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 added -n to qsehttpd 2013-02-23 16:15:27 +00:00
configure.ac added -n to qsehttpd 2013-02-23 16:15:27 +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@