845b4ae4f0
included the int() function into the main awk
2011-05-18 20:32:39 +00:00
4da9a4d010
migrated math functions in Awk and StdAwk
2011-05-18 08:56:54 +00:00
da35a4c6dc
changed qse_awk_prm_t to include basic math functions
2011-05-18 08:37:51 +00:00
a2a474bb34
added qse_awk_rtx_getfirstmapvalitr()/qse_awk_rtx_getnextmapvalitr()
2011-05-13 22:06:55 +00:00
4e882e79c0
changed Awk::Value::setIndexedVal()
2011-05-13 10:16:57 +00:00
2cb55e3676
added qse_awk_rtx_setmapvalfld()/qse_awk_rtx_getmapvalfld()
2011-05-13 08:55:53 +00:00
574f373cf0
added some DOS stuffs
2011-05-04 08:00:38 +00:00
fd0b3f9abd
added qse_mbsbasename()/qse_wcsbasename()
2011-05-04 01:48:42 +00:00
12adaea5a3
enhanced record handling for CRLF
2011-05-02 08:37:17 +00:00
42327ce6d1
enhanced record reading further
2011-05-02 07:28:51 +00:00
d915a0fc7a
enhanced multi-character RS handling
2011-05-01 09:24:38 +00:00
7b4914c794
touched up record reading function a little bit
2011-04-29 08:11:19 +00:00
40fad800f3
fixed the bug of not able to find the longest match for a multiple-character RS.
2011-04-28 08:04:13 +00:00
65588fad45
updated copyright notice
2011-04-23 08:28:43 +00:00
0ba21de0f1
changed the way FILENAME and OFILENAME are set upon start-up
2011-04-21 01:37:48 +00:00
ea724c784c
touched up awk for OS2
2011-04-18 09:28:22 +00:00
bdc537fbdc
* fixed a bug of opening a console output file in a wrong mode resulting in failure.
...
* added a new sample file for awk
2011-04-17 08:55:26 +00:00
895570a771
corrected faults in character handling functions and macros
2011-03-25 22:52:47 +00:00
758037fac0
added more code for scm
2011-02-22 03:11:21 +00:00
f24fe05409
updated build files with a newer autoconf
2011-02-11 07:48:51 +00:00
db7d928a68
deleted unnecessary items from configure.ac
2011-02-01 22:48:53 +00:00
613b07417d
fixed a build issue on a platform with g++ where sizeof(double) == sizeof(long double)
2011-02-01 07:49:41 +00:00
1b874c975b
fixed a build issue on a platform with gcc where sizeof(double) == sizeof(long double)
2011-02-01 07:46:52 +00:00
ec26d103c3
changed build order
2011-01-23 05:26:48 +00:00
5c1599722b
fixed distcheck issues
2011-01-23 04:32:11 +00:00
da945c3a08
fixed minor build issues
2011-01-23 03:52:20 +00:00
0e561c494c
changed autoconf and build files
2011-01-22 02:04:22 +00:00
19af03709a
fixed a few lines for c89
...
added more http code
2010-11-04 08:24:29 +00:00
d58631e70b
enhanced qse_htb_t and qse_rbt_t
...
- defined builtin mancbs'
- changed qse_rbt_t to point to mancbs
- touched up a few other functions
2010-10-30 07:54:36 +00:00
81f314d676
improved qse_htb_t to use less memory. this resulted in backward-incompatible interface
2010-10-28 06:54:37 +00:00
70bf0fceaf
added missing functions and macros.
...
documented more functions
2010-09-08 06:29:25 +00:00
c0122c72b8
implemented a non-recursive s-expression reader
2010-08-18 07:15:14 +00:00
1177866b26
changed qse_awk_rcb_t to expose a node pointer
2010-08-06 01:31:17 +00:00
f467ec9930
touched the memory allocator
2010-07-25 06:43:26 +00:00
99c72b1755
* renamed map to htb
...
* added qse_awk_findgbl()
* added Awk::findGlobal()
* began working on red-black tree
2010-07-09 00:58:44 +00:00
b0a03e0b4d
enhanced regular expression handler
2010-05-10 07:44:39 +00:00
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
0d83bdba2c
revised project information and added more test scripts for awk
2009-12-14 01:44:50 +00:00
689fb93301
fixed a bug in qse_awk_strxtolong()
2009-12-13 07:24:40 +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
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
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
22394802f8
extended FS to support 5-character special form
2009-09-24 04:19:30 +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