summaryrefslogtreecommitdiff
path: root/src/string.c
Commit message (Collapse)AuthorAgeFilesLines
* Further debugging: print return codesBernd Schubert2010-06-161-3/+3
|
* Print path names on function tracing.Bernd Schubert2010-06-151-3/+3
|
* build_path: Add missing va_end()Bernd Schubert2010-05-241-0/+1
|
* build_path: Improve debug information - print line of the call functionBernd Schubert2010-05-241-6/+7
|
* build_path: Write error if empty argument list was givenBernd Schubert2010-05-241-1/+6
|
* build_path: Make sure we really have slashes between path elementsBernd Schubert2010-05-241-0/+5
|
* debug output: Improve debug functions and add more debug informationBernd Schubert2010-05-241-2/+6
|
* Rewrite build_path() to prevent double slashesBernd Schubert2010-05-161-6/+43
|
* Just formatting to keep the code consistent.Radek Podgorny2009-03-031-2/+3
|
* Introduce error handling to the usage of u_dirname(), also behaviourBernd Schubert2008-12-291-2/+9
| | | | of u_dirname() was wrong if a file was given.
* Make a syslog entry when build_path() fails in the function, no need toBernd Schubert2008-08-311-4/+8
| | | | do this in the calling function anymore.
* Disable syslog messages for now, see src/general.h for details.Bernd Schubert2008-07-241-1/+0
|
* Make debugging with debug-statements more easy and add several debug statements.Bernd Schubert2008-07-211-0/+9
|
* First part of the new directory structureRadek Podgorny2008-06-301-0/+127