qse/qse
hyung-hwan 1efa41052e fixed a minor bug in calling tre_add_tags()
added qse_tre_open()/qse_tre_close()/qse_tre_geterrnum()/qse_tre_geterrmsg()
added a parameter to return the number of submatches into qse_tre_compx()/qse_tre_comp()
2011-09-02 08:45:06 +00:00
..
ac writing reading and printing functions 2011-02-26 09:26:16 +00:00
cmd * added QSE_MBLEN_MAX 2011-08-22 23:26:26 +00:00
doc * added QSE_MBLEN_MAX 2011-08-22 23:26:26 +00:00
include fixed a minor bug in calling tre_add_tags() 2011-09-02 08:45:06 +00:00
lib fixed a minor bug in calling tre_add_tags() 2011-09-02 08:45:06 +00:00
m4 * added QSE_MBLEN_MAX 2011-08-22 23:26:26 +00:00
regress * added QSE_MBLEN_MAX 2011-08-22 23:26:26 +00:00
samples fixed a minor bug in calling tre_add_tags() 2011-09-02 08:45:06 +00:00
watcom fixed a few issues in qse_env_t functions on OS2 with Watcom C 2011-08-13 10:35:34 +00:00
aclocal.m4 * added QSE_MBLEN_MAX 2011-08-22 23:26:26 +00:00
configure * added QSE_MBLEN_MAX 2011-08-22 23:26:26 +00:00
configure.ac * added QSE_MBLEN_MAX 2011-08-22 23:26:26 +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 * added QSE_MBLEN_MAX 2011-08-22 23:26:26 +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@