qse/qse
2013-01-15 11:51:26 +00:00
..
ac added Awk::resetRunContext(). 2012-06-05 12:56:41 +00:00
bld added qse_dir_geterrnum() 2012-12-25 14:10:02 +00:00
cmd renamed Sed::getOption() and Sed::setOption() to Sed::getTrait() and Sed::getTrait() respectively 2013-01-13 13:15:03 +00:00
doc fixed a variable not matching the size of underlying registers for QSE_SYSCALL0 2013-01-15 11:51:26 +00:00
include updated docs 2013-01-15 08:11:25 +00:00
lib fixed a variable not matching the size of underlying registers for QSE_SYSCALL0 2013-01-15 11:51:26 +00:00
libltdl enhanced function call code to support module calls. 2012-10-23 17:08:56 +00:00
m4 added qse_dir_geterrnum() 2012-12-25 14:10:02 +00:00
mod fixed a variable not matching the size of underlying registers for QSE_SYSCALL0 2013-01-15 11:51:26 +00:00
regress fixed a test script for a changed sed option 2013-01-12 16:57:41 +00:00
samples updated docs 2013-01-15 08:11:25 +00:00
tools revised docs 2013-01-12 16:46:12 +00:00
watcom improved error handling in httpd 2012-12-10 14:39:57 +00:00
aclocal.m4 enhanced function call code to support module calls. 2012-10-23 17:08:56 +00:00
configure revised docs 2013-01-12 16:46:12 +00:00
configure.ac revised docs 2013-01-12 16:46:12 +00:00
LICENSE touched up code a bit 2009-09-16 04:01:02 +00:00
Makefile.am added qse_awk_rtx_setrefval() 2012-12-22 14:01:41 +00:00
Makefile.in revised docs 2013-01-12 16:46:12 +00:00
README.in written some code for proxy handling 2012-03-27 15:45:10 +00:00

The QSE library implements AWK, SED, and other Unix commands in an embeddable 
form and defines data types, functions, and classes that you can use when you 
embed them into an application. It also provides more fundamental data types 
and functions needed when you deal with memory, streams, data structures. The 
interface has been designed to be flexible enough to access various aspects of
embedding application and an embedded object from each other.

* The library is licensed under the GNU Lesser General Public License 
  version 3: http://www.gnu.org/licenses/
* The project webpage is at @QSE_PROJECT_URL@

For further information, contact: @QSE_PROJECT_AUTHOR@