summaryrefslogtreecommitdiffstats
path: root/lib/Utils/strbuf.c
Commit message (Collapse)AuthorAgeFilesLines
* new fuctions and realloc replaced by xreallocNikola Pajkovsky2010-06-041-6/+20
| | | | | | new functions are prefixcmp and suffixcmp Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* strbuf_free_nobuf() returns allocated bufferNikola Pajkovsky2010-05-171-1/+3
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* Emacs project-wide code-style settingsKarel Klic2010-04-091-1/+1
|
* Removed trailing whitespaces.Karel Klic2010-03-311-5/+5
|
* Move backtrace parser from src/Backtrace to lib/Utils.Karel Klic2010-03-261-0/+130
Move abrt-backtrace app from src/Backtrace/main.c to src/utils/abrt-backtrace. Move backtrace preprocessign code from abrt-backtrace to the parser. Implemented new backtrace rating algorithm. Added old bt rating algorithm to backtrace.c Move strbuf to lib/Utils, and updated it to use xfuncs. Created separate header for xfuncs. Some functions in xfuncs marked as extern "c", so they can be used in C code. Merged backtrace fallback (independent_backtrace) "parser" into backtrace.{h/c}. Added option --rate to abrt-backtrace, to be able to use the new backtrace rating algorithm in scripts.