qse/qse
2013-10-30 13:50:21 +00:00
..
ac added Awk::resetRunContext(). 2012-06-05 12:56:41 +00:00
bld enhanced line breaking in sio 2013-10-21 14:53:53 +00:00
cmd fixed wrong return values of qse_fmtout 2013-10-28 09:40:25 +00:00
doc added some code for integrating TRE into awk 2013-04-06 13:39:56 +00:00
include enhanced qse_str_fmt() 2013-10-30 13:50:21 +00:00
lib enhanced qse_str_fmt() 2013-10-30 13:50:21 +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 changed awk modules to hard-fail when qse_awk_setrefval() fails 2013-04-20 01:57:50 +00:00
samples added some convenience routines into sio 2013-10-20 14:14:10 +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 check for HAVE_LINUX_NETFILTER_IPV4_H 2013-09-13 07:14:08 +00:00
configure.ac added check for HAVE_LINUX_NETFILTER_IPV4_H 2013-09-13 07:14:08 +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@