172 Commits

Author SHA1 Message Date
27c13aabf7 started working on a stream editor (qse_sed_t) 2009-02-04 08:29:11 +00:00
14bc247637 cleaned up code a little 2009-02-03 03:54:32 +00:00
1201d2890b renamed some functions, variables, definitions, etc to shorten names.
- renamed global to gbl
- renamed local to lcl
2009-02-02 08:28:04 +00:00
6affaf4d37 renamed a few macro names that were left out previously
- renamed AFN to FUN and BFN to FNC
2009-02-01 04:06:30 +00:00
4f968e7f11 renamed many functions, typedefs, and variables. 2009-02-01 03:59:46 +00:00
b9c02b48bc partially renamed functions related to a runtime context 2009-01-31 22:03:05 +00:00
3f48dd3d7f added QSE_FIO_TEXT to qse_fio_t 2009-01-27 09:26:15 +00:00
ae55f22bf9 changed the default value of --enable-syslog in configure.ac 2009-01-24 00:36:34 +00:00
8150f4843d Partially fixed the critical bug mentioned in the previous revision.
- runcbs->on_enter() is introduced and called when all 
  globals variables are ready.
- changed runcbs->on_start() to return an integer
- run_main() is still under reconstruction. currently it 
  only supports the BEGIN/pattern action/END block exection.
2009-01-23 04:40:57 +00:00
5686bb8ac7 found a critical bug. need to change the qse_awk_run() function 2009-01-22 04:37:55 +00:00
2220eda162 cleaned up source code a little more 2009-01-19 08:32:51 +00:00
81cf4a462b changed the file handler to use qse_sio_t in StdAwk 2009-01-18 00:44:31 +00:00
6aac3f59cf replaced popen and stdio functions with qse_pcp_t functions in StdAwk.cpp 2009-01-17 08:57:27 +00:00
07d8efa7c2 added a dual direction pipe (rwpipe) to awk.
- will not work on WIN32 until qse_pcp_t is completed on the platform.
2009-01-17 04:20:22 +00:00
afefb7b85a interim commit while adding pio.c 2008-12-31 00:08:03 +00:00
da61cde8fd finished interim implementation of qse_timegm() and qse_timelocal().
- currently, they use timegm() and timelocal() provided by libc.
added test programs.
2008-12-30 04:49:25 +00:00
39c4afe129 implemented qse_fio_chmod() for win32 and unix
- on win32, it is a best effort implemention.
- it gets the volume name from a handle and use SetFileAttributes().
fixed the problem of wrongly detecting objdump.
- place AC_PROG_LIBTOOL after any AC_CHECK_TOOL.
- otherwise, AC_PROG_LIBTOOL overrides the value of tools checked.
2008-12-27 02:52:47 +00:00
359beea51e reconfigured autoconf 2008-12-25 08:20:25 +00:00
deb4ea4ab6 renamed makefile.* to Makefile.* 2008-12-25 08:16:17 +00:00
7fe07c5ca4 corrected wrong names 2008-12-21 22:14:09 +00:00
4803bd861a initial import 2008-12-21 21:35:07 +00:00
4c01ea1604 renamed ase to qse 2008-12-21 20:30:00 +00:00