Commit Graph

2500 Commits

Author SHA1 Message Date
70f0002cea added alg_sort.c 2010-09-25 03:03:54 +00:00
43bc5ffb79 added qse_bsearch(), qse_lsearch(), qse_qsort() 2010-09-25 03:03:38 +00:00
70bf0fceaf added missing functions and macros.
documented more functions
2010-09-08 06:29:25 +00:00
95e975f514 added open-addressed hash table 2010-09-08 04:57:43 +00:00
af72767aa5 enhanced dll 2010-09-04 06:50:08 +00:00
6094a21e5e added a few string functions 2010-09-02 07:19:59 +00:00
dc34e8f752 added some macros for the doubly-linked list 2010-09-01 07:20:34 +00:00
7f9c835412 added missing files again 2010-08-28 05:51:43 +00:00
80fcdc3162 added missing files again 2010-08-28 05:49:57 +00:00
d012ea1b01 added missing files 2010-08-28 05:47:48 +00:00
810134f0ea enhanced qse_fma_h to have more consistency with qse_xma_h 2010-08-27 00:26:28 +00:00
530ab74909 fixed wrong indentation 2010-08-26 07:20:08 +00:00
70ca33c756 added fixed-size block allocator 2010-08-26 07:15:40 +00:00
8a19cce569 deleted lsp 2010-08-25 21:28:40 +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
55b28b0cb1 added qse_cut_openstdwithmmgr() 2010-08-05 01:32:38 +00:00
65698c30a2 documented xma.h, though terse 2010-08-05 01:25:48 +00:00
e5e0bc9a78 added a test case for xma 2010-08-02 07:13:38 +00:00
221db8488e enhanced xma realloc() 2010-08-01 01:45:47 +00:00
4ef1730e71 added realloc to xma 2010-07-31 07:24:19 +00:00
a1965a6544 fixed bugs in xma.c 2010-07-29 07:27:03 +00:00
f467ec9930 touched the memory allocator 2010-07-25 06:43:26 +00:00
a1a57732dd added a primitive memory allocator 2010-07-24 07:24:44 +00:00
a8e9033b86 fixed a bug in rbt.c 2010-07-15 06:54:48 +00:00
0406471ef0 updated header files for documentation 2010-07-14 07:29:02 +00:00
f05306ba29 shortened some type names in rbt.c 2010-07-14 05:25:24 +00:00
e187cd9dae enhanced the red-black tree 2010-07-14 05:18:30 +00:00
03c87a4f6a updated the version to 0.5.5 in configured.ac 2010-07-10 20:16:00 +00:00
b758ed8ab3 added AWk:getRunContext() 2010-07-09 05:28:22 +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
57c56594a5 touched up rex.c 2010-05-11 07:15:55 +00:00
b0a03e0b4d enhanced regular expression handler 2010-05-10 07:44:39 +00:00
b2e41d43f2 updated configure.ac 2010-04-30 07:34:55 +00:00
e0ab4fca90 * added qse_strxput() and qse_strxnput()
* added qse_strxsubst ()
2010-04-30 07:14:13 +00:00
2a045b7ff0 enhanced lda with binary heap functions
added more wide character handling functions
2010-04-06 06:50:01 +00:00
aaa1097128 simplified qse_cut_comp() and related functions 2009-12-23 06:56:01 +00:00
200a3f6656 touched up code a bit 2009-12-22 06:44:33 +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
92cbbbcec1 - renamed Sed::IOStream to Sed::Stream
- renamed StdSed::StdStream to StdSed::FileStream
- added StdSed::StringStream
2009-12-19 21:06:28 +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
232c0cc1c4 added LICENSE to Makefile.am 2009-12-15 06:57:04 +00:00
41b716c195 - fixed a bug in pio.c for WIN32
- deleted unnecessary files.
- updated documentation.
2009-12-15 06:50:11 +00:00
7715b1b9f9 updated documentation a bit 2009-12-14 08:19:58 +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
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