|
7053747ab2
|
fixed bugs and added more features.
- fixed a bug in qse_sed_exec() to return success on flush() error
- added Sed::setError()
- completed a sample program sed03.cpp
|
2009-05-30 00:21:41 +00:00 |
|
|
0e679b0b7d
|
fixed minor bugs
|
2009-05-29 08:12:09 +00:00 |
|
|
681d6f7068
|
added qse_sed_getlinnum() and qse_sed_setlinnum()
|
2009-05-29 07:00:56 +00:00 |
|
|
4914825a7a
|
changed the author info
|
2009-05-29 00:37:25 +00:00 |
|
|
b4ff537d85
|
restructured the doc directory
|
2009-05-29 00:34:58 +00:00 |
|
|
9dfcf671a4
|
enhanced the Sed class with a few more methods
|
2009-05-28 23:00:24 +00:00 |
|
|
fb9cdaa1c0
|
added qse_sed_geterrstr() and qse_sed_seterrstr()
|
2009-05-28 07:58:27 +00:00 |
|
|
16f0580d75
|
added qse_sed_geterrstr() and qse_sed_seterrstr()
|
2009-05-28 07:55:17 +00:00 |
|
|
83a6e0d3b0
|
touched up code and documentation
|
2009-05-28 01:01:33 +00:00 |
|
|
502bab8e4e
|
added code for the StdSed class
|
2009-05-27 07:29:47 +00:00 |
|
|
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 |
|