]> git.sur5r.net Git - bacula/bacula/commit
15Apr06
authorKern Sibbald <kern@sibbald.com>
Sat, 15 Apr 2006 09:01:13 +0000 (09:01 +0000)
committerKern Sibbald <kern@sibbald.com>
Sat, 15 Apr 2006 09:01:13 +0000 (09:01 +0000)
commit2d6309754e7a3ef719e8e950d5677f29ff53d1e5
treea1a627b0383e3b6066d1eecaf40370508a77d758
parentb77dd8e4480a23924f603be310c03c8312328cc3
15Apr06
- Correct Makefile bug found by Dan Langille.
14Apr06
- Correct Makefile for Solaris /bin/sh
- Correct mtx-changer.in for Solaris /bin/sh
- Abort if a conf resource does not have a Name =
12Apr06
- Change the name of the regex program to bregex.
- Add the bwild program to the tools directory. It is similar
  to the bregex program.
- Implement create bregex.h and bregex.c in src/lib from the
  Python regexp program.
- Use the new bregex.c to implement Regex expressions on Win32.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2918 91ce42f0-d328-0410-95d8-f526ca767f89
25 files changed:
bacula/ChangeLog
bacula/Makefile.in
bacula/ReleaseNotes
bacula/kernstodo
bacula/kes-1.38
bacula/kes-1.39
bacula/scripts/mtx-changer.in
bacula/src/baconfig.h
bacula/src/dird/expand.c
bacula/src/dird/inc_conf.c
bacula/src/dird/migrate.c
bacula/src/findlib/find.c
bacula/src/findlib/find.h
bacula/src/lib/.cvsignore
bacula/src/lib/Makefile.in
bacula/src/lib/bregex.c [new file with mode: 0644]
bacula/src/lib/bregex.h
bacula/src/lib/parse_conf.c
bacula/src/lib/regex.c [deleted file]
bacula/src/tools/.cvsignore
bacula/src/tools/Makefile.in
bacula/src/tools/bregex.c [new file with mode: 0644]
bacula/src/tools/bwild.c [new file with mode: 0644]
bacula/src/tools/regex.c [deleted file]
bacula/src/tools/wild.c [deleted file]