qse/qse
2010-09-02 07:19:59 +00:00
..
ac implemented a non-recursive s-expression reader 2010-08-18 07:15:14 +00:00
cmd added missing files again 2010-08-28 05:51:43 +00:00
doc added fixed-size block allocator 2010-08-26 07:15:40 +00:00
include added a few string functions 2010-09-02 07:19:59 +00:00
lib added a few string functions 2010-09-02 07:19:59 +00:00
regress enhanced xma realloc() 2010-08-01 01:45:47 +00:00
samples enhanced qse_fma_h to have more consistency with qse_xma_h 2010-08-27 00:26:28 +00:00
aclocal.m4 enhanced regular expression handler 2010-05-10 07:44:39 +00:00
configure deleted lsp 2010-08-25 21:28:40 +00:00
configure.ac deleted lsp 2010-08-25 21:28:40 +00:00
LICENSE touched up code a bit 2009-09-16 04:01:02 +00:00
Makefile.am added LICENSE to Makefile.am 2009-12-15 06:57:04 +00:00
Makefile.in enhanced regular expression handler 2010-05-10 07:44:39 +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@