2a045b7ff0
enhanced lda with binary heap functions
...
added more wide character handling functions
2010-04-06 06:50:01 +00:00
d418e651e5
- added easy C API functions for sed and cut
...
- added a sample C program for sed
- added C++ API for cut.
2009-12-22 06:29:52 +00:00
de7082d0d0
- Changed the way Mmgr is used. A subclass inheriting Mmged is instantiated with a pointer to Mmgr which used to be the parent class.
...
- Separated the I/O stream handler from the Sed class and abstracted it into Sed::IOStream.
- Implemented StdSed::StdStream.
2009-12-19 06:34:42 +00:00
41b716c195
- fixed a bug in pio.c for WIN32
...
- deleted unnecessary files.
- updated documentation.
2009-12-15 06:50:11 +00:00
0d83bdba2c
revised project information and added more test scripts for awk
2009-12-14 01:44:50 +00:00
faea2475ac
fixed a parser bug in awk.
...
- handling of idiv operators
- tokenization of /=/ as a regular expression
- calling QSE_AWK_FREEREX to free compiled regular expressions.
switched to a new regular expression handler.
2009-12-11 07:03:54 +00:00
93adbf9244
touched up code
2009-12-10 05:35:54 +00:00
b5dd6fa606
added simple optmizations to rex1.c
2009-12-09 07:15:00 +00:00
c7d45b6099
improving regular expression handler
2009-11-28 07:46:49 +00:00
6b98760c2c
added group_t reference counting
2009-11-28 01:01:43 +00:00
09720f3460
interim commit while implementing qse_rex_t
2009-11-26 07:32:20 +00:00
782fa151de
interim commit while implementing a regular expression processor
2009-11-23 07:58:53 +00:00
1d5be1f982
still coding rex1.c
2009-11-20 23:12:27 +00:00
a6162f3eea
interim commit - enhancing rex1.c
2009-11-20 07:32:55 +00:00
9d3084f455
interim commit. updating rex1.c
2009-11-19 07:47:12 +00:00
5e21877849
interim commit
2009-11-14 08:01:57 +00:00
e384e1d044
- enhanced how to determine between a function call and a variable concatenated with an parenthsized expression.
...
- fixed a bug in split.
2009-10-20 07:33:40 +00:00
98eec6a35d
updated qse_cut_clear()
2009-10-09 07:09:19 +00:00
a4a82873f7
enhanced cut
2009-10-07 07:47:16 +00:00
225b1c5ec1
touched up code
2009-09-22 07:28:18 +00:00
bc43362962
enhanced string cache for awk
2009-09-19 22:28:49 +00:00
ae7b0a5bdd
enhanced index and match
2009-09-17 00:35:29 +00:00
773f5cec57
touched up code a bit
2009-09-16 04:01:02 +00:00
f9d4ccc50a
fixed a bug in merging consecutive codes with occurrences
2009-09-07 07:18:08 +00:00
f14f01864d
fixed a bug in handling QSE_SED_QUIET for the 'n' command
2009-09-05 07:08:19 +00:00
15227808a7
added QSE_SED_SAMELINE to sed
2009-09-01 07:24:06 +00:00
933a2ff773
fixed make distcheck problem
2009-08-22 20:35:46 +00:00
3fc663609e
enhanced the awk parser
2009-08-07 02:27:14 +00:00
1e7f2551e5
touched up code a little
2009-07-25 06:22:00 +00:00
9fabea2cd2
enhanced pio for WIN32
2009-07-24 07:01:52 +00:00
704e1c2ac7
added some lines of code into pio.c for win32
2009-07-23 06:47:13 +00:00
65a69c5522
updated files for tagging 0.5.1
2009-07-02 19:26:57 +00:00
06d3d78abf
cleaned up code and enhanced documentation
2009-06-26 01:39:27 +00:00
92b9bfb6d1
changed qse_assert_filed() to dump backtraces
2009-06-23 22:53:22 +00:00
97a7febc78
fixed a bug in closing a qse_awk_rtx_t object
...
- refdown_globals() should have been called after qse_awk_rtx_clrrec()
as it still access NF.
fixed typo in awk error messages
fixed a memory allocation bug in matching a group (match_group)
uncommented binary number parsing code in the awk parser.
2009-06-23 07:01:28 +00:00
385e1acc26
fixed a minor problem of returning a long option string with a leading colon in qse_getopt().
...
enhanced cmd/awk/awk.c
cleaned up code a little
2009-06-22 07:33:05 +00:00
cf606b6819
fixed a bug in matching zero occurrence in a group
2009-06-19 06:08:06 +00:00
944a492c88
fixed bugs in rex and awk
...
- fixed bugs of not parsing some forms of ranges such as {,m} {n,} properly
- fixed bugs in substitution functions that did not handle 0-length substring match properly.
2009-06-18 06:43:50 +00:00
9ee15f2e0a
fixed a bug of not closing inherited file handles in qse_pio_open().
2009-06-12 01:44:44 +00:00
fd1c529c46
fixed a few bugs in awk
...
- improved input console file and ARGV handling.
- fixed bugs in the builtin rand() function.
- added a new option to rex.
- fixed a control flow handling bug in for(x in y) of awk.
2009-06-11 07:18:25 +00:00
334b52900d
adding code into pio.c for win32
2009-06-09 07:09:01 +00:00
3ac15453b1
enhanced qse_timegm() further
2009-06-07 23:03:44 +00:00
08c1d422f3
enhanced qse_timegm
2009-06-07 07:42:57 +00:00
d1d0e06bb5
changed autoconf related files
2009-06-06 06:34:15 +00:00
922bbbef18
touched up code and docs
2009-06-05 07:36:02 +00:00
551e6f7c09
reorganized files
2009-06-04 15:50:32 +00:00
6fb8e248cd
regenerated autoconf files
2009-06-03 18:50:39 +00:00
71c7d7c877
removed libtool
2009-06-03 18:43:57 +00:00
7307c3cc30
changed configure.ac for Doxyfile.in
2009-06-03 08:13:50 +00:00
a1bec8936b
changed configure.ac for Doxyfile.in
2009-06-02 20:16:27 +00:00