Commit Graph

2251 Commits

Author SHA1 Message Date
822c681691 changed Makefile.am 2009-05-27 05:44:27 +00:00
b010320498 added code to the Sed class 2009-05-26 07:39:18 +00:00
2a4dd14b2a fixed quite a few bugs and enhanced error handling in sed 2009-05-25 07:29:12 +00:00
78146a8f91 enhanced error handling 2009-05-23 19:47:43 +00:00
9fb84cf713 touched up code 2009-05-23 19:21:10 +00:00
f7d8234c21 touched up error handling in sed 2009-05-23 08:11:03 +00:00
4005bd68e8 touched up code 2009-05-22 00:50:02 +00:00
1893905652 improved error handling functions in sed 2009-05-22 00:17:17 +00:00
a4638abf6d fixed Makefile.am 2009-05-21 04:46:05 +00:00
b7f8bba219 added the Mmgr class and modifiled related classes 2009-05-21 04:44:47 +00:00
3ab1bfff92 added Sed.hpp and Sed.cpp 2009-05-20 23:26:47 +00:00
6ccadde5cf changed Makefile.am 2009-05-20 23:25:28 +00:00
04c20caf34 delete lib/utl/sed.* 2009-05-20 23:06:18 +00:00
2b15063478 deleted config.h.in 2009-05-20 23:05:43 +00:00
37f22b0f18 readded files omitted 2009-05-19 22:32:12 +00:00
6675603d47 finished support for stepping address and reorganized source code 2009-05-19 22:28:25 +00:00
ce5a13559c added partial support for the N~M address 2009-05-19 07:20:48 +00:00
37bdcd4fb2 fixed a few bugs in sed 2009-05-19 06:55:01 +00:00
acab50e08a fixed a minor bug in handle the D command in sed 2009-05-18 07:42:50 +00:00
bd6a54d00d added qse_str_del() and codede the D command in sed 2009-05-18 03:35:16 +00:00
f0b916ce81 cleaned up code 2009-05-17 07:49:41 +00:00
1eeeee562a coded more commands to sed 2009-05-17 07:09:59 +00:00
164b3d9a98 fixed a bug in AWK and enhanced sed
- awk: fixed a bug of not handling ^ in gsub(), split(), and FS.
- sed: added code for y and s command
2009-05-16 07:31:43 +00:00
b36f20a4a2 implemented w & W commands for sed 2009-05-15 05:28:56 +00:00
b0c9b08d56 added more commands 2009-05-14 07:22:36 +00:00
a512a77bba enhanced write_num() in sed 2009-05-13 21:51:05 +00:00
392d88ab7a added more commands for sed 2009-05-13 07:25:49 +00:00
6d68da1669 added more code 2009-05-11 07:27:35 +00:00
9d258def0e added more code 2009-05-10 08:46:26 +00:00
5aeac8aa19 enhanced address matching routines for sed 2009-05-09 08:06:13 +00:00
c221321cda removed qse_ccls_t and related functions and added qse_strtrm() 2009-05-08 07:15:04 +00:00
4896b3d82c added more code 2009-05-05 20:12:38 +00:00
01937d5282 implemented a and i 2009-05-05 07:49:26 +00:00
bafb6e59e9 wrote more code for sed 2009-05-03 06:16:24 +00:00
ddb5d309d4 implemented the q and Q command 2009-05-02 03:20:27 +00:00
5cddfbb7ef still a long way to finish sed 2009-04-17 06:59:24 +00:00
93ea3e255a resumed working on sed 2009-04-16 08:11:42 +00:00
8a46445be8 more code to sed 2009-04-10 23:00:00 +00:00
f46c63cddb redefined QSE_NULL for C++ 2009-04-03 01:09:10 +00:00
6b52dfe97e adding qse_sed_execute() 2009-04-02 19:15:45 +00:00
787ba46604 changed get_subst() to compile a regular expression 2009-03-31 09:00:18 +00:00
e04dafed4b fixed a bug in get_subst() for sed 2009-03-30 09:04:48 +00:00
cf12f0ae23 improved get_subst() for sed. work still in progress 2009-03-29 02:07:24 +00:00
d8a920e263 still working on sed 2009-03-27 08:02:50 +00:00
ba8bd06016 fixed a bug in handling a regular expression starting with a backslash.
- a regular expression like /\// could not be handled properly without 
this fix
2009-03-26 08:53:10 +00:00
ce46d8f641 writing get_subst() for sed 2009-03-25 19:40:58 +00:00
5ccbefe349 cleaned up code 2009-03-25 08:38:02 +00:00
1e45c03f82 added new string functions and fixed get_file_name() for sed
- added qse_str_setlen() & qse_str_getlen()
- changed get_file_name() to ignore trailing spaces of a file name.
2009-03-24 23:52:27 +00:00
d3534abd0f fixing get_file_name() of sed 2009-03-24 19:44:31 +00:00
796a10fc92 made sed to compile r, R, w, W 2009-03-24 06:49:05 +00:00