qse/qse
2009-07-15 02:06:14 +00:00
..
ac changed autoconf related files 2009-06-06 06:34:15 +00:00
cmd touched up code a little 2009-07-02 07:14:39 +00:00
doc touched up code a little 2009-07-02 07:14:39 +00:00
include - added Awk::setGlobal & Awk::getGlobal 2009-07-15 02:06:14 +00:00
lib - added Awk::setGlobal & Awk::getGlobal 2009-07-15 02:06:14 +00:00
regress - added Awk::setGlobal & Awk::getGlobal 2009-07-15 02:06:14 +00:00
samples - added Awk::setGlobal & Awk::getGlobal 2009-07-15 02:06:14 +00:00
aclocal.m4 changed autoconf related files 2009-06-06 06:34:15 +00:00
configure enhanced Awk::Awk to utilize Awk::Value 2009-07-13 07:06:01 +00:00
configure.ac enhanced Awk::Awk to utilize Awk::Value 2009-07-13 07:06:01 +00:00
LICENSE added the LICENSE file 2008-12-27 04:35:14 +00:00
Makefile.am improved the standard console handler to handle when ARGV has been overridden in a script 2009-06-25 02:29:33 +00:00
Makefile.in improved the standard console handler to handle when ARGV has been overridden in a script 2009-06-25 02:29:33 +00:00
README enhanced qse_timegm() further 2009-06-07 23:03:44 +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 the need to
invoke an external command and is given tighter control over it.

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

As the library grows, more utilities will be added.

The library is licensed under the Apache License, Version 2.0.

The project webpage: http://qse.googlecode.com/

For further information, contact:
Chung, Hyung-Hwan <bacon@abiyo.net>