qse/qse
2012-01-31 14:32:20 +00:00
..
ac enhanced httpd directory listing 2012-01-26 14:19:48 +00:00
cmd enhanced httpd directory listing 2012-01-26 14:19:48 +00:00
doc minor httpd refactoring 2012-01-30 13:43:08 +00:00
include added qse_httpd_entaskerror() and enhanced qse_httpd_entaskpath() 2012-01-31 14:32:20 +00:00
lib added qse_httpd_entaskerror() and enhanced qse_httpd_entaskpath() 2012-01-31 14:32:20 +00:00
m4 enhanced httpd directory listing 2012-01-26 14:19:48 +00:00
regress enhanced httpd directory listing 2012-01-26 14:19:48 +00:00
samples added qse_httpd_entaskerror() and enhanced qse_httpd_entaskpath() 2012-01-31 14:32:20 +00:00
watcom updated os2 project files 2012-01-11 14:28:59 +00:00
aclocal.m4 enhanced httpd directory listing 2012-01-26 14:19:48 +00:00
configure enhanced httpd directory listing 2012-01-26 14:19:48 +00:00
configure.ac enhanced httpd directory listing 2012-01-26 14:19:48 +00:00
LICENSE touched up code a bit 2009-09-16 04:01:02 +00:00
Makefile.am updated build files with a newer autoconf 2011-02-11 07:48:51 +00:00
Makefile.in enhanced httpd directory listing 2012-01-26 14:19:48 +00:00
README.in revised project information and added more test scripts for awk 2009-12-14 01:44:50 +00:00

QSE is a code library that implements various Unix utilities in an
embeddable form and provides a set of APIs to embed them into an application.
The APIs have been designed to be flexible enough to access various aspects of
a hosting application and an embedded object from each other. By embedding
a Unix utility into an application, a developer is relieved of problems caused
by interacting with external programs and is given tighter control over it.

Currently the library implements the following utilities:
- SED Stream Editor
- CUT Text Cutter
- AWK Interpreter

As the library grows, more utilities will be added.

The library is licensed under LGPLv3.

The project webpage: @QSE_PROJECT_URL@

For further information, contact: @QSE_PROJECT_AUTHOR@