qse/qse
2011-05-22 10:08:54 +00:00
..
ac writing reading and printing functions 2011-02-26 09:26:16 +00:00
cmd touched up code for less lines 2011-05-19 20:50:51 +00:00
doc added more code for scm 2011-02-22 03:11:21 +00:00
include added qse_awk_rtx_findfun() and qse_awk_rtx_callfun() 2011-05-22 10:08:54 +00:00
lib added qse_awk_rtx_findfun() and qse_awk_rtx_callfun() 2011-05-22 10:08:54 +00:00
m4 updated build files with a newer autoconf 2011-02-11 07:48:51 +00:00
regress improved tokenization by rex 2011-05-19 08:36:40 +00:00
samples added qse_awk_rtx_getfirstmapvalitr()/qse_awk_rtx_getnextmapvalitr() 2011-05-13 22:06:55 +00:00
watcom modified code for the first successful dos/4gw build omitting unsupported features 2011-05-10 10:11:13 +00:00
aclocal.m4 updated build files with a newer autoconf 2011-02-11 07:48:51 +00:00
configure added qse_mbsincl()/qse_wcsincl()/qse_mbsexcl()/qse_wcsexcl() and related functions 2011-04-17 09:40:57 +00:00
configure.ac added qse_mbsincl()/qse_wcsincl()/qse_mbsexcl()/qse_wcsexcl() and related functions 2011-04-17 09:40:57 +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 more code for scm 2011-02-22 03:11:21 +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@