faubackup2 ChangeLog,1.2,1.3 configure.ac,1.19,1.20

Erik Merkel <[email protected]> Mon, 13 Jun 2005 22:51:16 +0000
Newsgroups gmane.comp.sysutils.backup.faubackup.cvs
Message-ID <[email protected]>
Update of /cvsroot/faubackup/faubackup2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23778

Modified Files:
	ChangeLog configure.ac 
Log Message:
modified AND - works for me


Index: configure.ac
===================================================================
RCS file: /cvsroot/faubackup/faubackup2/configure.ac,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** configure.ac	13 Jun 2005 06:44:18 -0000	1.19
--- configure.ac	13 Jun 2005 22:51:14 -0000	1.20
***************
*** 46,50 ****
  WARNINGS="-Wall -Wshadow -Wundef -Wwrite-strings"
  WARNINGS="$WARNINGS -Wpointer-arith -Wcast-qual -Wcast-align"
! if test "$GCC" = yes -a "$ac_test_CFLAGS" != set; then
  	CFLAGS="$CFLAGS $WARNINGS"
  	CFLAGS="$CFLAGS -Wmissing-prototypes -Wstrict-prototypes"
--- 46,50 ----
  WARNINGS="-Wall -Wshadow -Wundef -Wwrite-strings"
  WARNINGS="$WARNINGS -Wpointer-arith -Wcast-qual -Wcast-align"
! if test "$GCC" = yes && "$ac_test_CFLAGS" != set; then
  	CFLAGS="$CFLAGS $WARNINGS"
  	CFLAGS="$CFLAGS -Wmissing-prototypes -Wstrict-prototypes"

Index: ChangeLog
===================================================================
RCS file: /cvsroot/faubackup/faubackup2/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ChangeLog	4 Jun 2005 14:51:28 -0000	1.2
--- ChangeLog	13 Jun 2005 22:51:14 -0000	1.3
***************
*** 1,2 ****
--- 1,558 ----
+ 2005-06-13 22:21  Erik Merkel <[email protected]>
+ 
+ 	* src/common/backup_control.cpp:
+ 
+ 	changed commandline options for ssh-started process
+ 
+ 2005-06-13 22:12  Erik Merkel <[email protected]>
+ 
+ 	* src/: main.cpp, common/backup_control.cpp:
+ 
+ 	rsync switch work with local backups
+ 
+ 2005-06-13 21:24  Martin Waitz <[email protected]>
+ 
+ 	* src/main.cpp, po/de.po:
+ 
+ 	use --whole-file ala rsync
+ 
+ 2005-06-13 08:44  Martin Waitz <[email protected]>
+ 
+ 	* configure.ac:
+ 
+ 	cleanup
+ 
+ 2005-06-13 08:32  Martin Waitz <[email protected]>
+ 
+ 	* Makefile.am, configure.ac:
+ 
+ 	configure is a better place to provide automake options
+ 
+ 2005-06-12 20:16  Erik Merkel <[email protected]>
+ 
+ 	* src/main.cpp:
+ 
+ 	fix for broken popt arguments for ssh hidden servers
+ 
+ 2005-06-12 15:38  Erik Merkel <[email protected]>
+ 
+ 	* configure.ac:
+ 
+ 	check for automake version
+ 
+ 2005-06-12 01:25  Martin Waitz <[email protected]>
+ 
+ 	* Makefile.am:
+ 
+ 	enable more checks
+ 
+ 2005-06-12 01:25  Martin Waitz <[email protected]>
+ 
+ 	* NEWS:
+ 
+ 	mention the (experimental) version number
+ 
+ 2005-06-12 01:23  Martin Waitz <[email protected]>
+ 
+ 	* THANKS:
+ 
+ 	add
+ 
+ 2005-06-12 00:25  Martin Waitz <[email protected]>
+ 
+ 	* Makefile.am, faubackup.conf, po/de.po:
+ 
+ 	use automake-1.8s feature to automatically distribute .m4 files
+ 
+ 2005-06-11 23:41  Martin Waitz <[email protected]>
+ 
+ 	* po/de.po, src/main.cpp:
+ 
+ 	use rsync by default
+ 
+ 2005-06-11 22:29  Martin Waitz <[email protected]>
+ 
+ 	* po/: POTFILES.in, de.po:
+ 
+ 	more translations
+ 
+ 2005-06-11 15:10  Erik Merkel <[email protected]>
+ 
+ 	* src/rsync/rsync_wrapper.h:
+ 
+ 
+ 	removed unnecessary header files
+ 
+ 2005-06-10 16:58  Martin Waitz <[email protected]>
+ 
+ 	* po/de.po:
+ 
+ 	update
+ 
+ 2005-06-10 16:55  Martin Waitz <[email protected]>
+ 
+ 	* HACKING, Makefile.am, configure.ac, m4/lsh-gcc-attributes.m4,
+ 	src/Makefile.am, src/main.cpp:
+ 
+ 	use argp argument parser
+ 
+ 2005-06-10 15:54  Martin Waitz <[email protected]>
+ 
+ 	* argp/: .cvsignore, Makefile.am, argp-ba.c, argp-eexst.c,
+ 	argp-fmtstream.c, argp-fmtstream.h, argp-help.c, argp-namefrob.h,
+ 	argp-parse.c, argp-pv.c, argp-pvh.c, argp-test.c, argp.h,
+ 	mempcpy.c, strchrnul.c, strndup.c:
+ 
+ 	add parts of argp-standalone-1.4-test, taken from
+ 	http://www.lysator.liu.se/~nisse/misc/
+ 
+ 2005-06-10 11:05  Martin Waitz <[email protected]>
+ 
+ 	* configure.ac:
+ 
+ 	use AC_GNU_SOURCE and move it to the correct location
+ 
+ 2005-06-10 09:50  Martin Waitz <[email protected]>
+ 
+ 	* HACKING:
+ 
+ 	add more info
+ 
+ 2005-06-09 18:12  Erik Merkel <[email protected]>
+ 
+ 	* src/regexp/regexp.cpp:
+ 
+ 	allow alternate syntax for filter times without year
+ 
+ 2005-06-09 18:01  Erik Merkel <[email protected]>
+ 
+ 	* src/filesystem/settingsFileParser.cpp:
+ 
+ 	aliases are resolved in global config too
+ 
+ 2005-06-09 17:54  Martin Waitz <[email protected]>
+ 
+ 	* po/de.po:
+ 
+ 	update
+ 
+ 2005-06-09 17:49  Martin Waitz <[email protected]>
+ 
+ 	* po/Makevars:
+ 
+ 	PACKAGE_BUGREPORT does not work here, include email directly
+ 
+ 2005-06-09 17:42  Martin Waitz <[email protected]>
+ 
+ 	* documentation/faubackup.xml:
+ 
+ 	more doku
+ 
+ 2005-06-09 17:42  Martin Waitz <[email protected]>
+ 
+ 	* documentation/manual.xml.in:
+ 
+ 	add sysconfdir entity
+ 
+ 2005-06-09 17:39  Erik Merkel <[email protected]>
+ 
+ 	* src/: main.cpp, common/system_calls.cpp, common/system_calls.hpp:
+ 
+ 	removed hardcoded protocol version on multiple positions
+ 
+ 2005-06-09 17:32  Martin Waitz <[email protected]>
+ 
+ 	* src/common/backup_control.cpp:
+ 
+ 	use SYSCONFDIR to locate faubackup.conf
+ 
+ 2005-06-09 17:25  Erik Merkel <[email protected]>
+ 
+ 	* documentation/Makefile.am:
+ 
+ 	avoid warning if file does not exist
+ 
+ 2005-06-09 16:22  Martin Waitz <[email protected]>
+ 
+ 	* src/support.h:
+ 
+ 	clarification
+ 
+ 2005-06-09 16:18  Martin Waitz <[email protected]>
+ 
+ 	* m4/as-ac-expand.m4:
+ 
+ 	quote macro name
+ 
+ 2005-06-09 14:04  Martin Waitz <[email protected]>
+ 
+ 	* src/main.cpp:
+ 
+ 	activate internationalization
+ 
+ 2005-06-09 14:03  Martin Waitz <[email protected]>
+ 
+ 	* src/support.h:
+ 
+ 	use default textdomain
+ 
+ 2005-06-09 13:25  Martin Waitz <[email protected]>
+ 
+ 	* src/Makefile.am:
+ 
+ 	fix typo
+ 
+ 2005-06-09 12:57  Martin Waitz <[email protected]>
+ 
+ 	* Makefile.am, src/Makefile.am:
+ 
+ 	don't break if libintl is not installed
+ 
+ 2005-06-09 09:52  Martin Waitz <[email protected]>
+ 
+ 	* po/: .cvsignore, LINGUAS:
+ 
+ 	add autogenerated languages
+ 
+ 2005-06-09 09:04  Martin Waitz <[email protected]>
+ 
+ 	* src/Makefile.am:
+ 
+ 	link with libintl if needed
+ 
+ 2005-06-08 23:35  Martin Waitz <[email protected]>
+ 
+ 	* po/: .cvsignore, LINGUAS, de.po:
+ 
+ 	start german translation
+ 
+ 2005-06-08 23:34  Martin Waitz <[email protected]>
+ 
+ 	* src/main.cpp:
+ 
+ 	make help text translateable
+ 
+ 2005-06-08 23:33  Martin Waitz <[email protected]>
+ 
+ 	* configure.ac:
+ 
+ 	define SYSCONFDIR and LOCALEDIR
+ 
+ 2005-06-08 23:32  Martin Waitz <[email protected]>
+ 
+ 	* .cvsignore, m4/.cvsignore, m4/as-ac-expand.m4:
+ 
+ 	add as-ac-expand macro
+ 
+ 2005-06-08 21:29  Martin Waitz <[email protected]>
+ 
+ 	* src/: main.cpp, Threads/Thread.cpp, Threads/Thread.hpp,
+ 	Threads/XThread.hpp, common/backup_control.cpp,
+ 	common/backup_control.hpp, common/common.cpp, common/common.hpp,
+ 	common/fileinfo.cpp, common/int_handler.cpp,
+ 	common/output_handling.cpp, common/output_handling.hpp,
+ 	common/registration.cpp, common/system_calls.cpp,
+ 	common/system_calls.hpp, common/types.hpp, copier/distributor.cpp,
+ 	copier/distributor.hpp, copier/filereceiver.cpp,
+ 	copier/filesender.cpp, copier/filesender.hpp,
+ 	copier/informationSender.cpp, copier/informationSender.hpp,
+ 	copier/local_sender.cpp, copier/local_sender.hpp,
+ 	copier/sender.hpp, filesystem/cleanup.cpp, filesystem/cleanup.hpp,
+ 	filesystem/configParser.cpp, filesystem/configParser.hpp,
+ 	filesystem/controlFileParser.cpp, filesystem/controlFileParser.hpp,
+ 	filesystem/dir_parser.cpp, filesystem/dir_parser.hpp,
+ 	filesystem/r_inodes.cpp, filesystem/settingsFileParser.cpp,
+ 	filesystem/settingsFileParser.hpp, network/network_com.cpp,
+ 	network/network_com.hpp, network/network_receiver.cpp,
+ 	network/network_receiver.hpp, network/network_sender.cpp,
+ 	network/network_sender.hpp, regexp/regexp.cpp, regexp/regexp.hpp,
+ 	rsync/rsync++_calls.cpp, rsync/rsync.cpp, rsync/rsync.hpp,
+ 	time/range.cpp, time/range.hpp, time/timestamp.cpp,
+ 	time/timestamp.hpp:
+ 
+ 	use support.h It is to be included as _first_ header by _every_
+ 	.c/.cpp file.  Please don't include it via other header files.
+ 
+ 2005-06-08 21:27  Martin Waitz <[email protected]>
+ 
+ 	* src/: Makefile.am, gettext.h, support.h:
+ 
+ 	add support.h and gettext.h
+ 
+ 2005-06-08 21:23  Martin Waitz <[email protected]>
+ 
+ 	* configure.ac:
+ 
+ 	use older gettext version
+ 
+ 2005-06-08 16:27  Martin Waitz <[email protected]>
+ 
+ 	* .cvsignore, Makefile.am, configure.ac, po/.cvsignore,
+ 	po/Makevars, po/POTFILES.in:
+ 
+ 	add support for internationalization
+ 
+ 2005-06-08 16:26  Martin Waitz <[email protected]>
+ 
+ 	* README:
+ 
+ 	add README from old FauBackup
+ 
+ 2005-06-08 14:50  Martin Waitz <[email protected]>
+ 
+ 	* HACKING:
+ 
+ 	add CVS instructions
+ 
+ 2005-06-08 09:50  Martin Waitz <[email protected]>
+ 
+ 	* documentation/faubackup.xml:
+ 
+ 	start manpage
+ 
+ 2005-06-08 00:03  Martin Waitz <[email protected]>
+ 
+ 	* src/main.cpp:
+ 
+ 	better help text
+ 
+ 2005-06-07 23:05  Martin Waitz <[email protected]>
+ 
+ 	* src/common/: backup_control.cpp, backup_control.hpp, common.cpp:
+ 
+ 	remove $Log$
+ 	remove Revision 1.3  2005/06/13 22:51:14  siermerk
+ 	remove modified AND - works for me
+ 	remove
+ 
+ 2005-06-07 22:58  Martin Waitz <[email protected]>
+ 
+ 	* src/main.cpp:
+ 
+ 	add --version
+ 
+ 2005-06-07 22:56  Martin Waitz <[email protected]>
+ 
+ 	* src/main.cpp:
+ 
+ 	use more popt features
+ 
+ 2005-06-07 22:34  Martin Waitz <[email protected]>
+ 
+ 	* src/main.cpp:
+ 
+ 	include cleanup
+ 
+ 2005-06-07 22:33  Martin Waitz <[email protected]>
+ 
+ 	* src/main.cpp:
+ 
+ 	whitespace cleanup
+ 
+ 2005-06-07 22:02  Martin Waitz <[email protected]>
+ 
+ 	* faubackup.conf, Makefile.am:
+ 
+ 	add example config file But alias does not work in DefaultRule yet.
+ 	:(
+ 
+ 2005-06-07 16:58  Erik Merkel <[email protected]>
+ 
+ 	* src/rsync/rsync.cpp:
+ 
+ 
+ 	tune up rsync settings
+ 
+ 2005-06-07 15:59  Martin Waitz <[email protected]>
+ 
+ 	* src/copier/distributor.cpp:
+ 
+ 	revert hardlink creation
+ 
+ 2005-06-07 15:56  Martin Waitz <[email protected]>
+ 
+ 	* src/rsync/rsync.cpp:
+ 
+ 	blocksize is printed in debug output
+ 
+ 2005-06-07 15:44  Martin Waitz <[email protected]>
+ 
+ 	* src/rsync/rsync.cpp:
+ 
+ 	double blocksize
+ 
+ 2005-06-07 15:35  Martin Waitz <[email protected]>
+ 
+ 	* src/: main.cpp, rsync/rsync.cpp:
+ 
+ 	use generic_fls from linux
+ 
+ 2005-06-07 14:37  Martin Waitz <[email protected]>
+ 
+ 	* src/rsync/rsync.cpp:
+ 
+ 	new calculation of blocksize
+ 
+ 2005-06-07 13:39  Erik Merkel <[email protected]>
+ 
+ 	* src/: common/backup_control.cpp, copier/distributor.cpp,
+ 	copier/distributor.hpp:
+ 
+ 	alternate hardlink function - TODO: preserve Hardlinks
+ 
+ 2005-06-07 13:11  Erik Merkel <[email protected]>
+ 
+ 	* src/common/: registration.cpp, registration.hpp:
+ 
+ 	removed old code
+ 
+ 2005-06-07 12:33  Erik Merkel <[email protected]>
+ 
+ 	* src/common/common.cpp:
+ 
+ 	removing dead endian code
+ 
+ 2005-06-07 12:31  Erik Merkel <[email protected]>
+ 
+ 	* src/: copier/distributor.hpp, rsync/rsync++_calls.cpp,
+ 	rsync/rsync++_calls.hpp, rsync/rsync.cpp:
+ 
+ 	adjusting min filesize and blocksize for rsync
+ 
+ 2005-06-06 22:00  Erik Merkel <[email protected]>
+ 
+ 	* tests/test_time_simple.sh:
+ 
+ 	use english filenames
+ 
+ 2005-06-06 21:50  Erik Merkel <[email protected]>
+ 
+ 	* tests/test_time_simple.sh:
+ 
+ 	time_test_simple needs an alternate configfile
+ 
+ 2005-06-06 21:47  Erik Merkel <[email protected]>
+ 
+ 	* src/: Makefile.am, copier/sender.cpp:
+ 
+ 	removed empty files
+ 
+ 2005-06-06 21:45  Erik Merkel <[email protected]>
+ 
+ 	* src/: common/backup_control.cpp, copier/distributor.cpp,
+ 	rsync/rsync.cpp, rsync/rsync.hpp, rsync/rsync_wrapper.c,
+ 	rsync/rsync_wrapper.h:
+ 
+ 	implemented variable blocksize based on filesize for rsync mode
+ 
+ 2005-06-06 16:38  Martin Waitz <[email protected]>
+ 
+ 	* configure.ac:
+ 
+ 	some warnings are C++ only
+ 
+ 2005-06-06 16:02  Martin Waitz <[email protected]>
+ 
+ 	* documentation/Makefile.am:
+ 
+ 	cleanup documentation.	'make distcheck' works now! :-)
+ 
+ 2005-06-06 15:59  Martin Waitz <[email protected]>
+ 
+ 	* tests/Makefile.am:
+ 
+ 	remove test leftovers on make clean
+ 
+ 2005-06-06 14:56  Erik Merkel <[email protected]>
+ 
+ 	* src/: copier/informationSender.cpp, network/network_com.cpp,
+ 	network/network_receiver.cpp, network/network_sender.cpp:
+ 
+ 	corrected code to prevent "shadow member" warnings
+ 
+ 2005-06-06 14:38  Erik Merkel <[email protected]>
+ 
+ 	* src/Threads/XThread.cpp:
+ 
+ 	removed empty file
+ 
+ 2005-06-06 14:32  Erik Merkel <[email protected]>
+ 
+ 	* src/: Makefile.am, common/backup_control.cpp,
+ 	common/registration.cpp, common/registration.hpp,
+ 	network/multiplexer.cpp, network/multiplexer.hpp:
+ 
+ 	removed unused multiplexer-code
+ 
+ 2005-06-06 14:24  Erik Merkel <[email protected]>
+ 
+ 	* src/: Makefile.am, IPC/semaphore.cpp, IPC/semaphore.hpp:
+ 
+ 	removed unused code
+ 
+ 2005-06-06 13:37  Martin Waitz <[email protected]>
+ 
+ 	* src/Makefile.am:
+ 
+ 	fix make dist when $srcdir!=$builddir
+ 
+ 2005-06-06 13:36  Martin Waitz <[email protected]>
+ 
+ 	* tests/test_full_link.sh:
+ 
+ 	fix spelling
+ 
+ 2005-06-06 12:34  Martin Waitz <[email protected]>
+ 
+ 	* tests/.cvsignore:
+ 
+ 	update
+ 
+ 2005-06-06 12:34  Martin Waitz <[email protected]>
+ 
+ 	* tests/test_time_simple.sh:
+ 
+ 	use faubackup.conf
+ 
+ 2005-06-06 11:42  Erik Merkel <[email protected]>
+ 
+ 	* tests/test_time_simple.sh:
+ 
+ 	forgot to remove comment-sign
+ 
+ 2005-06-06 11:27  Erik Merkel <[email protected]>
+ 
+ 	* tests/: test_full_copy.sh, test_full_link.sh,
+ 	test_time_simple.sh:
+ 
+ 	corrected $sourcedir issue in tests
+ 
+ 2005-06-06 10:45  Martin Waitz <[email protected]>
+ 
+ 	* configure.ac, tests/tests.in:
+ 
+ 	remove tests/tests, it is not used
+ 
+ 2005-06-06 10:01  Martin Waitz <[email protected]>
+ 
+ 	* documentation/manual.xml.in:
+ 
+ 	use XML files from $srcdir
+ 
+ 2005-06-04 17:03  Erik Merkel <[email protected]>
+ 
+ 	* src/common/system_calls.cpp:
+ 
+ 	corrected missing ifdef
+ 
+ 2005-06-04 16:51  Erik Merkel <[email protected]>
+ 
+ 	* ChangeLog, src/filesystem/dir_parser.cpp,
+ 	tests/test_time_simple.sh:
+ 
+ 	fixed bug in dirparser - add missing prefix string for dirnames
+ 
+ 	corrected time_simple test
+ 
  2005-06-03 23:03  Erik Merkel <[email protected]>
  



-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20