about summary refs log tree commit diff
path: root/src/libnix/util.cc
AgeCommit message (Collapse)AuthorFilesLines
2003-11-09 * Turned the msg() and debug() functions into macros, since theyEelco Dolstra1-16/+14
turned out to be a huge performance bottleneck (the text to printed would always be evaluated, even when it was above the verbosity level). This reduces fix-ng execution time by over 50%. gprof(1) is very useful. :-)
2003-10-22 * Some wrapper classes to ensure that file descriptors / directoryEelco Dolstra1-13/+80
handles are closed when they go out of scope.
2003-10-20 * Refactored the source tree.Eelco Dolstra1-0/+253