summaryrefslogtreecommitdiffstats
path: root/utils/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* * Implement expression parser (convertor to inverse polish record)cebka@cebka-laptop2008-10-131-2/+2
| | | | | | * Improve configure system by implementing dependencies * Add .depend files for subdirs that requre it * Write simple test for expressions parser
* * Small updates to memory pool librarycebka@mailsupport.rambler.ru2008-09-231-1/+1
| | | | | | | | | - fix cases when new chunk is allocated - add memory pool allocator statistics - let it work in multi-threaded environment - add strdup function for convinience * Use memory pool allocator more widely to avoid memory leaks in future and optimize performance * Task pool chunk size is now pre-defined constant (16 Kb currently)
* * Add utility for extracting urls from messageVsevolod Stakhov2008-09-101-0/+12
* Rework build system