]> git.sur5r.net Git - bacula/bacula/commit
Ignore UTF-8 marker at the start of .conf files.
authorRobert Nelson <robertn@the-nelsons.org>
Wed, 1 Nov 2006 04:53:27 +0000 (04:53 +0000)
committerRobert Nelson <robertn@the-nelsons.org>
Wed, 1 Nov 2006 04:53:27 +0000 (04:53 +0000)
commitb0e6c2a9c839659090dd6d5448ab617bb0509d8a
treeaf997e0db02cc3f82368fd24fb15ba127733be7f
parent6665e28f9c07b64cd3d9555065449eb1253f8c55
Ignore UTF-8 marker at the start of .conf files.

Add stab2cv to 3rd party dependencies.  This is a utility I wrote that is licensed under the GPL and available on SourceForge.  It converts the stab debugging info generated by gcc into Codeview format.  Currently it just translates function names to global symbols.  This is sufficient to get reasonable stack traces from Dr Watson and to look at minidumps.

Fix bug # 699 - winbacula client crashes whilerunning bat scripts.

Enable Windows XP look and feel for the tray icons and wx-console.

Add Windows specific FileSet example to bacula-dir.conf.

Reorganize Start menu so that documentation and configuration are in subfolders.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3589 91ce42f0-d328-0410-95d8-f526ca767f89
bacula/src/lib/lex.c
bacula/src/lib/lex.h
bacula/src/lib/parse_conf.c