Utils: Add ScopeExit class
authorg0dil <g0dil@270642c3-0616-0410-b53a-bc976706d245>
Fri, 16 Jan 2009 22:24:01 +0000 (22:24 +0000)
committerg0dil <g0dil@270642c3-0616-0410-b53a-bc976706d245>
Fri, 16 Jan 2009 22:24:01 +0000 (22:24 +0000)
commit79e54eda6a7fb5ac3fa5b37f408dd386454c5bbd
treea354d17cd879d28a85cba611695cfa67da104445
parentffd0e5bf26f993bab27c777f71d58285867345d7
Utils: Add ScopeExit class
Utils/Console: Add '@' to 'ls' output for link nodes
Utils/Console: Path completion in the LineEditor follows links in all cases
Utils/Console: Path completion adds blank space after non-directories

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1063 270642c3-0616-0410-b53a-bc976706d245
Scheduler/FIFORunner.cc
Scheduler/Scheduler.cc
Utils/Console/Executor.cc
Utils/Console/LineEditor.cc
Utils/Console/Node.cci
Utils/Console/Node.hh
Utils/Console/testServer.cc
Utils/ScopeExit.cci [new file with mode: 0644]
Utils/ScopeExit.hh [new file with mode: 0644]
Utils/Termlib/Editor.cc