svn commit: r345121 - in /logging/log4cxx/trunk: ./ docs/ include/log4cxx/ include/log4cxx/private/ tests/witness/ tests/witness/encoding/ tests/witness/ndc/ tests/witness/rolling/

2005-11-16 Thread afester
Author: afester Date: Wed Nov 16 13:02:17 2005 New Revision: 345121 URL: http://svn.apache.org/viewcvs?rev=345121&view=rev Log: LOGCXX-43: adjustments to create proper dist-tarball with GNU autotools Modified: logging/log4cxx/trunk/Makefile.am logging/log4cxx/trunk/docs/Makefil

svn commit: r345118 - /logging/log4cxx/trunk/tests/src/Makefile.am

2005-11-16 Thread afester
Author: afester Date: Wed Nov 16 12:58:56 2005 New Revision: 345118 URL: http://svn.apache.org/viewcvs?rev=345118&view=rev Log: LOGCXX-119: added missing file ndctestcase.cpp Modified: logging/log4cxx/trunk/tests/src/Makefile.am Modified: logging/log4cxx/trunk/tests/src/Makefile.am

svn commit: r347984 - in /logging/log4cxx/trunk: build.xml configure.in include/log4cxx/log4cxx.h.in

2005-11-21 Thread afester
Author: afester Date: Mon Nov 21 13:17:18 2005 New Revision: 347984 URL: http://svn.apache.org/viewcvs?rev=347984&view=rev Log: LOGCXX-43: enhance logchar type configuration Modified: logging/log4cxx/trunk/build.xml logging/log4cxx/trunk/configure.in logging/log4cxx/trunk/inc

svn commit: r349245 - /logging/log4cxx/trunk/include/log4cxx/patternlayout.h

2005-11-27 Thread afester
Author: afester Date: Sun Nov 27 07:13:47 2005 New Revision: 349245 URL: http://svn.apache.org/viewcvs?rev=349245&view=rev Log: LOGCXX-120: fix documentation for PatternLayout Modified: logging/log4cxx/trunk/include/log4cxx/patternlayout.h Modified: logging/log4cxx/trunk/include/log

svn commit: r349247 - in /logging/log4cxx/trunk: include/log4cxx/stream.h src/Makefile.am src/logstream.cpp

2005-11-27 Thread afester
Author: afester Date: Sun Nov 27 07:23:13 2005 New Revision: 349247 URL: http://svn.apache.org/viewcvs?rev=349247&view=rev Log: LOGCXX-82: move logstream operators to separate implementation file Added: logging/log4cxx/trunk/src/logstream.cpp Modified: logging/log4cxx/trunk/inc

svn commit: r351786 - in /logging/log4cxx/trunk/tests: ./ input/ input/ndc/ input/performance/ input/rolling/ input/xml/ src/ src/customlogger/ src/db/ src/defaultinit/ src/helpers/ src/net/ src/nt/ s

2005-12-02 Thread afester
Author: afester Date: Fri Dec 2 10:09:05 2005 New Revision: 351786 URL: http://svn.apache.org/viewcvs?rev=351786&view=rev Log: LOGCXX-43: add missing source files, fix test execution in separate build tree Modified: logging/log4cxx/trunk/tests/Makefile.am logging/log4cxx/trunk/t

svn commit: r351783 - /logging/log4cxx/trunk/configure.in

2005-12-02 Thread afester
Author: afester Date: Fri Dec 2 10:00:13 2005 New Revision: 351783 URL: http://svn.apache.org/viewcvs?rev=351783&view=rev Log: LOGCXX-54: additional build tweak to remove obsolete boost-regex library dependency Modified: logging/log4cxx/trunk/configure.in Modified: logging/log4cxx/t

svn commit: r351788 - /logging/log4cxx/trunk/src/Makefile.am

2005-12-02 Thread afester
Author: afester Date: Fri Dec 2 10:16:16 2005 New Revision: 351788 URL: http://svn.apache.org/viewcvs?rev=351788&view=rev Log: LOGCXX-43: add missing file outputdebugstringappender.cpp Modified: logging/log4cxx/trunk/src/Makefile.am Modified: logging/log4cxx/trunk/src/Makefile.am

svn commit: r351789 - /logging/log4cxx/trunk/src/class.cpp

2005-12-02 Thread afester
Author: afester Date: Fri Dec 2 10:17:34 2005 New Revision: 351789 URL: http://svn.apache.org/viewcvs?rev=351789&view=rev Log: LOGCXX-43: fix build on MS-Windows if LOG4CXX_HAVE_SMTP is set to 0 Modified: logging/log4cxx/trunk/src/class.cpp Modified: logging/log4cxx/trunk/src/class.cpp

svn commit: r351787 - /logging/log4cxx/trunk/include/log4cxx/private/Makefile.am

2005-12-02 Thread afester
Author: afester Date: Fri Dec 2 10:15:11 2005 New Revision: 351787 URL: http://svn.apache.org/viewcvs?rev=351787&view=rev Log: LOGCXX-43: dist-hook to remove log4cxx_private.h from dist-tarball Modified: logging/log4cxx/trunk/include/log4cxx/private/Makefile.am Modified: logging/log

svn commit: r357344 - /logging/log4cxx/trunk/src/formattinginfo.cpp

2005-12-17 Thread afester
Author: afester Date: Sat Dec 17 08:33:13 2005 New Revision: 357344 URL: http://svn.apache.org/viewcvs?rev=357344&view=rev Log: LOGCXX-92: synchronized parameter list between header file and implementation file Modified: logging/log4cxx/trunk/src/formattinginfo.cpp Modified: log

svn commit: r357347 - in /logging/log4cxx/trunk/tests/src/util: compare.cpp compare.h

2005-12-17 Thread afester
Author: afester Date: Sat Dec 17 08:37:21 2005 New Revision: 357347 URL: http://svn.apache.org/viewcvs?rev=357347&view=rev Log: LOGCXX-92: hide method with wstring parameter if LOG4CXX_HAS_WCHAR_T is not set Modified: logging/log4cxx/trunk/tests/src/util/compare.cpp logging/log4cxx/t

svn commit: r357349 - /logging/log4cxx/trunk/configure.in

2005-12-17 Thread afester
Author: afester Date: Sat Dec 17 08:52:40 2005 New Revision: 357349 URL: http://svn.apache.org/viewcvs?rev=357349&view=rev Log: LOGCXX-92: check for std::wstring instead of wchar_t (std::wstring is necessary and includes wchar_t) Modified: logging/log4cxx/trunk/configure.in Modi

svn commit: r358314 - in /logging/log4cxx/trunk: ./ tests/src/ tests/src/customlogger/ tests/src/db/ tests/src/defaultinit/ tests/src/helpers/ tests/src/net/ tests/src/nt/ tests/src/pattern/ tests/src

2005-12-21 Thread afester
Author: afester Date: Wed Dec 21 08:36:07 2005 New Revision: 358314 URL: http://svn.apache.org/viewcvs?rev=358314&view=rev Log: LOGCXX-92: remove non-portable linker flags --whole-archive from test suite Removed: logging/log4cxx/trunk/tests/src/customlogger/Makefile.am logging/log

svn commit: r358603 - in /logging/log4cxx/trunk: include/log4cxx/helpers/simpledateformat.h include/log4cxx/stream.h src/logstream.cpp src/simpledateformat.cpp

2005-12-22 Thread afester
Author: afester Date: Thu Dec 22 11:05:10 2005 New Revision: 358603 URL: http://svn.apache.org/viewcvs?rev=358603&view=rev Log: LOGCXX-123: fixed build failure on UNIX for the logchar=UTF8 build Modified: logging/log4cxx/trunk/include/log4cxx/helpers/simpledateformat.h logging/log

svn commit: r358606 - in /logging/log4cxx/trunk: include/log4cxx/ndc.h src/ndc.cpp

2005-12-22 Thread afester
Author: afester Date: Thu Dec 22 11:13:00 2005 New Revision: 358606 URL: http://svn.apache.org/viewcvs?rev=358606&view=rev Log: LOGCXX-124: Added missing std::wstring& constructor to NDC class Modified: logging/log4cxx/trunk/include/log4cxx/ndc.h logging/log4cxx/trunk/src

svn commit: r384272 - in /logging/log4cxx/trunk/include/log4cxx: helpers/unicodehelper.h xml/domconfigurator.h

2006-03-08 Thread afester
Author: afester Date: Wed Mar 8 09:14:28 2006 New Revision: 384272 URL: http://svn.apache.org/viewcvs?rev=384272&view=rev Log: LOGCXX-130: removed extra class qualifications Modified: logging/log4cxx/trunk/include/log4cxx/helpers/unicodehelper.h logging/log4cxx/trunk/include/log4cxx

svn commit: r385062 - in /logging/log4cxx/trunk: include/log4cxx/ include/log4cxx/helpers/ src/ tests/src/ tests/src/helpers/ tests/src/util/

2006-03-11 Thread afester
Author: afester Date: Sat Mar 11 03:27:21 2006 New Revision: 385062 URL: http://svn.apache.org/viewcvs?rev=385062&view=rev Log: LOGCXX-125: Re-added implementation for localized logging and enabled L7dTestCase. Separated out the read() method from the File class. Created InputStream and Re

svn commit: r386151 - /logging/log4cxx/trunk/include/log4cxx/rolling/timebasedrollingpolicy.h

2006-03-15 Thread afester
Author: afester Date: Wed Mar 15 11:41:45 2006 New Revision: 386151 URL: http://svn.apache.org/viewcvs?rev=386151&view=rev Log: LOGCXX-131: Use DECLARE_LOG4CXX_OBJECT instead of DECLARE_ABSTRACT_LOG4CXX_OBJECT to make the class dynamically creatable. Modified: logging/log4cxx/trunk/inc

svn commit: r386387 - in /logging/log4cxx/trunk/src: systemerrwriter.cpp systemoutwriter.cpp

2006-03-16 Thread afester
Author: afester Date: Thu Mar 16 09:18:26 2006 New Revision: 386387 URL: http://svn.apache.org/viewcvs?rev=386387&view=rev Log: LOGCXX-126: replaced iostream include with stdio.h Modified: logging/log4cxx/trunk/src/systemerrwriter.cpp logging/log4cxx/trunk/src/systemoutwriter

svn commit: r392748 - in /logging/log4cxx/trunk: ./ docs/ include/log4cxx/ include/log4cxx/private/ simplesocketserver/ src/ xdocs/src/manual/

2006-04-09 Thread afester
Author: afester Date: Sun Apr 9 08:06:30 2006 New Revision: 392748 URL: http://svn.apache.org/viewcvs?rev=392748&view=rev Log: LOGCXX-35: Cleaned up the configurations scripts to eliminate detection of libxml2, removed setting of the various HAVE_XML defines. Modified: logging/log

svn commit: r392753 - /logging/log4cxx/trunk/STATUS

2006-04-09 Thread afester
Author: afester Date: Sun Apr 9 08:13:44 2006 New Revision: 392753 URL: http://svn.apache.org/viewcvs?rev=392753&view=rev Log: fixed file type Modified: logging/log4cxx/trunk/STATUS (contents, props changed) Modified: logging/log4cxx/trunk/STATUS URL: http://svn.apache.org/vie

svn commit: r392754 - /logging/log4cxx/trunk/STATUS

2006-04-09 Thread afester
Author: afester Date: Sun Apr 9 08:15:37 2006 New Revision: 392754 URL: http://svn.apache.org/viewcvs?rev=392754&view=rev Log: LOGCXX-35: log4cxx does not depend on libxml2 (LGPL) or MSXML for XML configuration anymore. Modified: logging/log4cxx/trunk/STATUS Modified: logging/log

svn commit: r398175 - /logging/log4cxx/trunk/simplesocketserver/simplesocketserver.cpp

2006-04-29 Thread afester
Author: afester Date: Sat Apr 29 08:11:05 2006 New Revision: 398175 URL: http://svn.apache.org/viewcvs?rev=398175&view=rev Log: LOGCXX-132: adjusted to new Thread constructor without pool Modified: logging/log4cxx/trunk/simplesocketserver/simplesocketserver.cpp Modified: logging/log

svn commit: r398568 - /logging/log4cxx/trunk/configure.in

2006-05-01 Thread afester
Author: afester Date: Mon May 1 03:21:58 2006 New Revision: 398568 URL: http://svn.apache.org/viewcvs?rev=398568&view=rev Log: LOGCXX-43: FreeBSD build fix Modified: logging/log4cxx/trunk/configure.in Modified: logging/log4cxx/trunk/configure.in URL: http://svn.apache.org/viewcvs/log

svn commit: r399014 - in /logging/log4cxx/trunk: build.xml configure.in include/log4cxx/private/log4cxx_private.h.in src/syslogappender.cpp src/syslogwriter.cpp

2006-05-02 Thread afester
Author: afester Date: Tue May 2 11:58:16 2006 New Revision: 399014 URL: http://svn.apache.org/viewcvs?rev=399014&view=rev Log: LOGCXX-66: re-added syslogappender Modified: logging/log4cxx/trunk/build.xml logging/log4cxx/trunk/configure.in logging/log4cxx/trunk/include/log

svn commit: r399015 - in /logging/log4cxx/trunk: include/log4cxx/helpers/datagramsocket.h src/datagramsocket.cpp

2006-05-02 Thread afester
Author: afester Date: Tue May 2 11:59:46 2006 New Revision: 399015 URL: http://svn.apache.org/viewcvs?rev=399015&view=rev Log: LOGCXX-64: ported datagramsocket to APR network IO Modified: logging/log4cxx/trunk/include/log4cxx/helpers/datagramsocket.h logging/log4cxx/trunk

svn commit: r399843 - /logging/log4cxx/trunk/tests/src/xml/xmllayouttestcase.cpp

2006-05-04 Thread afester
Author: afester Date: Thu May 4 12:56:47 2006 New Revision: 399843 URL: http://svn.apache.org/viewcvs?rev=399843&view=rev Log: LOGCXX-138: Use a different file name for the output of each test method Modified: logging/log4cxx/trunk/tests/src/xml/xmllayouttestcase.cpp Modified: log

svn commit: r400324 - /logging/log4cxx/trunk/tests/src/xml/xmllayouttestcase.cpp

2006-05-06 Thread afester
Author: afester Date: Sat May 6 08:34:49 2006 New Revision: 400324 URL: http://svn.apache.org/viewcvs?rev=400324&view=rev Log: LOGCXX-139: Switched order of XMLThreadFilter and XMLTimestampFilter to avoid the timestamp pattern matching part of the thread pattern on 64 bit platforms. Modi

svn commit: r400330 - in /logging/log4cxx/trunk/tests: ./ input/ input/ndc/ input/performance/ input/rolling/ input/xml/ witness/ witness/encoding/ witness/ndc/ witness/rolling/

2006-05-06 Thread afester
Author: afester Date: Sat May 6 09:12:14 2006 New Revision: 400330 URL: http://svn.apache.org/viewcvs?rev=400330&view=rev Log: LOGCXX-43: avoid messages while copying the test data files when building in a separate build tree directly from an SVN workspace. Modified: logging/log4cxx/t

svn commit: r406123 - in /logging/log4cxx/trunk: include/log4cxx/helpers/ include/log4cxx/net/ simplesocketserver/ src/ tests/src/ tests/src/helpers/

2006-05-13 Thread afester
Author: afester Date: Sat May 13 09:05:49 2006 New Revision: 406123 URL: http://svn.apache.org/viewcvs?rev=406123&view=rev Log: LOGCXX-64: ported InetAddress to the APR Added: logging/log4cxx/trunk/tests/src/helpers/inetaddresstestcase.cpp Modified: logging/log4cxx/trunk/include/log

svn commit: r406730 - /logging/log4cxx/trunk/tests/src/Makefile.am

2006-05-15 Thread afester
Author: afester Date: Mon May 15 13:06:50 2006 New Revision: 406730 URL: http://svn.apache.org/viewcvs?rev=406730&view=rev Log: LOGCXX-132: build tweak to reflect removed threadtest.cpp Modified: logging/log4cxx/trunk/tests/src/Makefile.am Modified: logging/log4cxx/trunk/tests

svn commit: r408999 - /logging/log4cxx/trunk/tests/src/helpers/inetaddresstestcase.cpp

2006-05-23 Thread afester
Author: afester Date: Tue May 23 13:17:53 2006 New Revision: 408999 URL: http://svn.apache.org/viewvc?rev=408999&view=rev Log: LOGCXX-64: InetAddress::getLocalHost()->getHostName() returns a host name depending on the underlying OS, like "localhost", "localhost.localdom

svn commit: r411602 - in /logging/log4cxx/trunk: include/log4cxx/helpers/ performance/ src/

2006-06-04 Thread afester
Author: afester Date: Sun Jun 4 14:54:43 2006 New Revision: 411602 URL: http://svn.apache.org/viewvc?rev=411602&view=rev Log: LOGCXX-14: fix "extra ‘;’" errors when compiling with g++ --pedantic Modified: logging/log4cxx/trunk/include/log4cxx/helpers/date.h logging/log4cxx

svn commit: r411761 - in /logging/log4cxx/trunk/tests/src: ./ customlogger/ helpers/ net/ rolling/ xml/

2006-06-05 Thread afester
Author: afester Date: Mon Jun 5 05:08:15 2006 New Revision: 411761 URL: http://svn.apache.org/viewvc?rev=411761&view=rev Log: LOGCXX-14: first part for fix of "declaration of ‘local’ shadows a member of 'this'" when compiling with g++ -Wshadow Modified: logging

svn commit: r420595 - in /logging/log4cxx/trunk/performance: main.cpp nullappender.cpp

2006-07-10 Thread afester
Author: afester Date: Mon Jul 10 11:01:38 2006 New Revision: 420595 URL: http://svn.apache.org/viewvc?rev=420595&view=rev Log: LOGCXX-14: next part for fix of "declaration of ‘local’ shadows a member of 'this'" when compiling with g++ -Wshadow Modified: logging/l

svn commit: r420609 - in /logging/log4cxx/trunk/include/log4cxx: ./ filter/ helpers/ net/ spi/ spi/location/ xml/

2006-07-10 Thread afester
Author: afester Date: Mon Jul 10 11:42:38 2006 New Revision: 420609 URL: http://svn.apache.org/viewvc?rev=420609&view=rev Log: LOGCXX-14: next part for fix of "declaration of ‘local’ shadows a member of 'this'" when compiling with g++ -Wshadow Modified: logging/log4c

svn commit: r420619 - /logging/log4cxx/trunk/src/

2006-07-10 Thread afester
Author: afester Date: Mon Jul 10 12:32:10 2006 New Revision: 420619 URL: http://svn.apache.org/viewvc?rev=420619&view=rev Log: LOGCXX-14: next part for fix of "declaration of ‘local’ shadows a member of 'this'" when compiling with g++ -Wshadow Modified: l

svn commit: r422771 - /logging/log4cxx/trunk/src/

2006-07-17 Thread afester
Author: afester Date: Mon Jul 17 10:54:21 2006 New Revision: 422771 URL: http://svn.apache.org/viewvc?rev=422771&view=rev Log: LOGCXX-14: last part for fix of "declaration of ‘local’ shadows a member of 'this'" when compiling with g++ -Wshadow Modified: logging/log4

svn commit: r422785 - /logging/log4cxx/trunk/tests/src/helpers/localechanger.cpp

2006-07-17 Thread afester
Author: afester Date: Mon Jul 17 11:37:56 2006 New Revision: 422785 URL: http://svn.apache.org/viewvc?rev=422785&view=rev Log: LOGCXX-14: Added missing line feed at EOF (fails on gcc with -Werror) Modified: logging/log4cxx/trunk/tests/src/helpers/localechanger.cpp Modified: logging/log

svn commit: r422791 - in /logging/log4cxx/trunk/src: asyncappender.cpp exception.cpp hierarchy.cpp rollingpolicybase.cpp simpledateformat.cpp socketappender.cpp xmlsocketappender.cpp

2006-07-17 Thread afester
Author: afester Date: Mon Jul 17 11:43:26 2006 New Revision: 422791 URL: http://svn.apache.org/viewvc?rev=422791&view=rev Log: LOGCXX-14: Some additional overlooked fixes of "declaration of ‘local’ shadows a member of 'this'" when compiling with g++ -Wshadow Modified:

svn commit: r422815 - in /logging/log4cxx/trunk: include/log4cxx/ include/log4cxx/filter/ include/log4cxx/spi/ include/log4cxx/varia/ include/log4cxx/xml/ simplesocketserver/ src/ tests/src/ tests/src

2006-07-17 Thread afester
Author: afester Date: Mon Jul 17 12:45:12 2006 New Revision: 422815 URL: http://svn.apache.org/viewvc?rev=422815&view=rev Log: LOGCXX-14: Fix "unused parameters" and "unused local variables" when compiling with gcc with -Wunused Modified: logging/log4c

svn commit: r422839 - in /logging/log4cxx/trunk: include/log4cxx/pattern/ src/ tests/src/helpers/ tests/src/rolling/

2006-07-17 Thread afester
Author: afester Date: Mon Jul 17 13:26:24 2006 New Revision: 422839 URL: http://svn.apache.org/viewvc?rev=422839&view=rev Log: LOGCXX-14: use size_t and LogString::size_type to fix various "comparison between signed and unsigned integer expressions" Modified: logging/log4cxx

svn commit: r431200 - /logging/log4cxx/trunk/build.xml

2006-08-13 Thread afester
Author: afester Date: Sun Aug 13 10:43:59 2006 New Revision: 431200 URL: http://svn.apache.org/viewvc?rev=431200&view=rev Log: LOGCXX-147: reflect removal of apr-util-1.2.2.patch in build.xml Modified: logging/log4cxx/trunk/build.xml Modified: logging/log4cxx/trunk/build.xml URL:

svn commit: r431216 - /logging/log4cxx/trunk/src/filterbasedtriggeringpolicy.cpp

2006-08-13 Thread afester
Author: afester Date: Sun Aug 13 12:52:21 2006 New Revision: 431216 URL: http://svn.apache.org/viewvc?rev=431216&view=rev Log: LOGCXX-14: Added missing enumeration value in switch{} to allow gcc option -Wall Modified: logging/log4cxx/trunk/src/filterbasedtriggeringpolicy.cpp Modi

svn commit: r431218 - in /logging/log4cxx/trunk/src: hierarchy.cpp inetaddress.cpp obsoleterollingfileappender.cpp writerappender.cpp

2006-08-13 Thread afester
Author: afester Date: Sun Aug 13 12:54:29 2006 New Revision: 431218 URL: http://svn.apache.org/viewvc?rev=431218&view=rev Log: LOGCXX-14: fixed initialization order of members (fix gcc warning ... is initialized before ...) Modified: logging/log4cxx/trunk/src/hierarchy.cpp log

svn commit: r431220 - /logging/log4cxx/trunk/include/log4cxx/rolling/fixedwindowrollingpolicy.h

2006-08-13 Thread afester
Author: afester Date: Sun Aug 13 12:56:03 2006 New Revision: 431220 URL: http://svn.apache.org/viewvc?rev=431220&view=rev Log: LOGCXX-14: fixed initialization order of members (fix gcc warning ... is initialized before ...) Modified: logging/log4cxx/trunk/include/log4cxx/rol

svn commit: r442313 - /logging/log4cxx/trunk/Makefile.am

2006-09-11 Thread afester
Author: afester Date: Mon Sep 11 12:55:26 2006 New Revision: 442313 URL: http://svn.apache.org/viewvc?view=rev&rev=442313 Log: LOGCXX-62: reflect removal of license.apl in Makefile.am Modified: logging/log4cxx/trunk/Makefile.am Modified: logging/log4cxx/trunk/Makefile.am URL:

svn commit: r446836 - in /logging/log4cxx/trunk: COPYING configure.in

2006-09-16 Thread afester
Author: afester Date: Sat Sep 16 01:55:51 2006 New Revision: 446836 URL: http://svn.apache.org/viewvc?view=rev&rev=446836 Log: LOGCXX-62: Change version to 0.10.0, refer to LICENSE file instead of license.apl Modified: logging/log4cxx/trunk/COPYING logging/log4cxx/trunk/configur

svn commit: r447530 - /logging/log4cxx/trunk/configure.in

2006-09-18 Thread afester
Author: afester Date: Mon Sep 18 13:06:03 2006 New Revision: 447530 URL: http://svn.apache.org/viewvc?view=rev&rev=447530 Log: LOGCXX-43: Added configure option --enable-wchar_t to allow manual disabling of the wchar_t interfaces on systems which do not support a __STDC_ISO_10646__ wch

svn commit: r464571 - in /logging/log4cxx/trunk/src: systemerrwriter.cpp systemoutwriter.cpp writerappender.cpp

2006-10-16 Thread afester
Author: afester Date: Mon Oct 16 10:10:55 2006 New Revision: 464571 URL: http://svn.apache.org/viewvc?view=rev&rev=464571 Log: LOGCXX-156: fix autoflushing for console appender Modified: logging/log4cxx/trunk/src/systemerrwriter.cpp logging/log4cxx/trunk/src/systemoutwriter

svn commit: r465160 - in /logging/log4cxx/trunk: configure.in docs/Makefile.am

2006-10-17 Thread afester
Author: afester Date: Tue Oct 17 23:51:44 2006 New Revision: 465160 URL: http://svn.apache.org/viewvc?view=rev&rev=465160 Log: LOGCXX-157: added @manual_dest@ replacement variable to autoconf based build Modified: logging/log4cxx/trunk/configure.in logging/log4cxx/trunk/docs/Makefil

svn commit: r493846 - /logging/log4cxx/trunk/src/charsetdecoder.cpp

2007-01-07 Thread afester
Author: afester Date: Sun Jan 7 13:22:42 2007 New Revision: 493846 URL: http://svn.apache.org/viewvc?view=rev&rev=493846 Log: LOGCXX-162: cast-tweak to fix compilation on gcc-3.3 Modified: logging/log4cxx/trunk/src/charsetdecoder.cpp Modified: logging/log4cxx/trunk/src/charsetdecoder

svn commit: r493850 - /logging/log4cxx/trunk/tests/src/net/socketservertestcase.cpp

2007-01-07 Thread afester
Author: afester Date: Sun Jan 7 13:27:47 2007 New Revision: 493850 URL: http://svn.apache.org/viewvc?view=rev&rev=493850 Log: LOGCXX-14: fixed "missing sentinel in function call" error when pedantic warnings are enabled Modified: logging/log4cxx/trunk/tests/src/net/socketserv

svn commit: r493847 - /logging/log4cxx/trunk/src/loggingevent.cpp

2007-01-07 Thread afester
Author: afester Date: Sun Jan 7 13:25:01 2007 New Revision: 493847 URL: http://svn.apache.org/viewvc?view=rev&rev=493847 Log: LOGCXX-140: cast-tweak to fix compilation failure with gcc-3.3 when pedantic warnings are enables (see also LOGCXX-14) Modified: logging/log4cxx/trunk

svn commit: r494188 - in /logging/log4cxx/trunk: include/log4cxx/simplelayout.h performance/nullappender.cpp src/literalpatternconverter.cpp tests/src/rolling/sizebasedrollingtest.cpp

2007-01-08 Thread afester
Author: afester Date: Mon Jan 8 12:30:29 2007 New Revision: 494188 URL: http://svn.apache.org/viewvc?view=rev&rev=494188 Log: LOGCXX-14: some more "unused parameter" warnings Modified: logging/log4cxx/trunk/include/log4cxx/simplelayout.h logging/log4cxx/tru

svn commit: r494555 - in /logging/log4cxx/trunk: include/log4cxx/private/ src/ tests/src/helpers/ tests/src/net/ tests/src/xml/

2007-01-09 Thread afester
Author: afester Date: Tue Jan 9 12:20:20 2007 New Revision: 494555 URL: http://svn.apache.org/viewvc?view=rev&rev=494555 Log: LOGCXX-14: make sure that macros which are tested with #if are always defined (either 0 or 1), otherwise compilation fails when pedantic warnings are enabled. Modi

svn commit: r494563 - /logging/log4cxx/trunk/src/exception.cpp

2007-01-09 Thread afester
Author: afester Date: Tue Jan 9 12:40:28 2007 New Revision: 494563 URL: http://svn.apache.org/viewvc?view=rev&rev=494563 Log: LOGCXX-14: fix 'std::exception' should be explicitly initialized in the copy constructor Modified: logging/log4cxx/trunk/src/exception.cpp Mod

svn commit: r495844 - in /logging/log4cxx/trunk/src: action.cpp appenderskeleton.cpp filerenameaction.cpp writerappender.cpp

2007-01-12 Thread afester
Author: afester Date: Fri Jan 12 22:45:42 2007 New Revision: 495844 URL: http://svn.apache.org/viewvc?view=rev&rev=495844 Log: LOGCXX-14: fixed "parameter shaddows member" warnings Modified: logging/log4cxx/trunk/src/action.cpp logging/log4cxx/trunk/src/appenderskeleton.c

svn commit: r495845 - in /logging/log4cxx/trunk/src: bytebuffer.cpp nameabbreviator.cpp

2007-01-12 Thread afester
Author: afester Date: Fri Jan 12 22:46:32 2007 New Revision: 495845 URL: http://svn.apache.org/viewvc?view=rev&rev=495845 Log: LOGCXX-14: fixed "expression always true" warnings Modified: logging/log4cxx/trunk/src/bytebuffer.cpp logging/log4cxx/trunk/src/nameabbreviator

svn commit: r495943 - in /logging/log4cxx/trunk: include/log4cxx/spi/loggingevent.h src/loggingevent.cpp

2007-01-13 Thread afester
Author: afester Date: Sat Jan 13 10:55:38 2007 New Revision: 495943 URL: http://svn.apache.org/viewvc?view=rev&rev=495943 Log: LOGCXX-14: removed const to non-const casts Modified: logging/log4cxx/trunk/include/log4cxx/spi/loggingevent.h logging/log4cxx/trunk/src/loggingevent

svn commit: r524236 - /logging/log4cxx/trunk/examples/console.cpp

2007-03-30 Thread afester
Author: afester Date: Fri Mar 30 12:08:29 2007 New Revision: 524236 URL: http://svn.apache.org/viewvc?view=rev&rev=524236 Log: LOGCXX-126: fix build failure of console.cpp on systems with no wchar_t support Modified: logging/log4cxx/trunk/examples/console.cpp Modified: logging/log4cxx/t

svn commit: r537449 - /logging/log4cxx/trunk/src/unicodehelper.cpp

2007-05-12 Thread afester
Author: afester Date: Sat May 12 07:54:52 2007 New Revision: 537449 URL: http://svn.apache.org/viewvc?view=rev&rev=537449 Log: LOGCXX-178: In case of __STDC_ISO_10646__, removed unused variable to avoid build failure with pedantic errors, and fixed undefined variables Modified: log

svn commit: r537476 - in /logging/log4cxx/trunk: build.xml configure.in include/log4cxx/log4cxx.h.in include/log4cxx/log4cxx.hw include/log4cxx/private/log4cxx_private.h.in include/log4cxx/private/log

2007-05-12 Thread afester
Author: afester Date: Sat May 12 09:09:52 2007 New Revision: 537476 URL: http://svn.apache.org/viewvc?view=rev&rev=537476 Log: LOGCXX-126: fix build failure of console.cpp on systems with no wchar_t support, removed hard coded HAS_STD_WCOUT. Modified: logging/log4cxx/trunk/build

svn commit: r537903 - in /logging/log4cxx/trunk: src/ tests/src/helpers/

2007-05-14 Thread afester
Author: afester Date: Mon May 14 09:40:32 2007 New Revision: 537903 URL: http://svn.apache.org/viewvc?view=rev&rev=537903 Log: LOGCXX-14: necessary casts to avoid range overflow warning Modified: logging/log4cxx/trunk/src/fileappender.cpp logging/log4cxx/trunk/src/unicodehelper

svn commit: r537905 - in /logging/log4cxx/trunk: include/log4cxx/logger.h src/logger.cpp

2007-05-14 Thread afester
Author: afester Date: Mon May 14 09:43:12 2007 New Revision: 537905 URL: http://svn.apache.org/viewvc?view=rev&rev=537905 Log: LOGCXX-14: Made Logger::error and dependant methods const to avoid "cast to non-const" warning Modified: logging/log4cxx/trunk/include/log4cxx/logger

svn commit: r537906 - in /logging/log4cxx/trunk: include/log4cxx/helpers/condition.h include/log4cxx/helpers/mutex.h include/log4cxx/helpers/synchronized.h src/mutex.cpp

2007-05-14 Thread afester
Author: afester Date: Mon May 14 09:46:09 2007 New Revision: 537906 URL: http://svn.apache.org/viewvc?view=rev&rev=537906 Log: LOGCXX-14: Made member variables non-const to avoid "cast to non-const" warning Modified: logging/log4cxx/trunk/include/log4cxx/helpers/condition

svn commit: r537907 - /logging/log4cxx/trunk/src/charsetdecoder.cpp

2007-05-14 Thread afester
Author: afester Date: Mon May 14 09:48:34 2007 New Revision: 537907 URL: http://svn.apache.org/viewvc?view=rev&rev=537907 Log: LOGCXX-14: added const-cast to avoid "cast to non-const" warning Modified: logging/log4cxx/trunk/src/charsetdecoder.cpp Modified: logging/log

svn commit: r537909 - in /logging/log4cxx/trunk: include/log4cxx/helpers/pool.h src/pool.cpp

2007-05-14 Thread afester
Author: afester Date: Mon May 14 09:50:21 2007 New Revision: 537909 URL: http://svn.apache.org/viewvc?view=rev&rev=537909 Log: LOGCXX-14: Made return value of Pool::getAPRPool() non-const to avoid "cast to non-const type" warning Modified: logging/log4cxx/trunk/include/l

svn commit: r537910 - /logging/log4cxx/trunk/include/log4cxx/helpers/object.h

2007-05-14 Thread afester
Author: afester Date: Mon May 14 09:51:45 2007 New Revision: 537910 URL: http://svn.apache.org/viewvc?view=rev&rev=537910 Log: LOGCXX-14: tweak to avoid type mismatch warning between const and non-const type Modified: logging/log4cxx/trunk/include/log4cxx/helpers/object.h Modified: log

svn commit: r542001 - in /logging/log4cxx/trunk: Makefile.am configure.in liblog4cxx.pc.in

2007-05-27 Thread afester
Author: afester Date: Sun May 27 09:56:24 2007 New Revision: 542001 URL: http://svn.apache.org/viewvc?view=rev&rev=542001 Log: LOGCXX-43: added pkg-config files Added: logging/log4cxx/trunk/liblog4cxx.pc.in Modified: logging/log4cxx/trunk/Makefile.am logging/log4cxx/t

svn commit: r542003 - in /logging/log4cxx/trunk/docs: Makefile.am simplesocketserver.1

2007-05-27 Thread afester
Author: afester Date: Sun May 27 10:04:42 2007 New Revision: 542003 URL: http://svn.apache.org/viewvc?view=rev&rev=542003 Log: LOGCXX-182: added man page for simplesocketserver Added: logging/log4cxx/trunk/docs/simplesocketserver.1 Modified: logging/log4cxx/trunk/docs/Makefil

svn commit: r561465 - in /logging/log4cxx/trunk: ./ src/ src/examples/ src/examples/cpp/ src/main/ src/main/cpp/ src/main/include/log4cxx/ src/main/include/log4cxx/config/ src/main/include/log4cxx/db/

2007-07-31 Thread afester
Author: afester Date: Tue Jul 31 12:50:54 2007 New Revision: 561465 URL: http://svn.apache.org/viewvc?view=rev&rev=561465 Log: LOGCXX-189: fixed autotools build Added: logging/log4cxx/trunk/src/examples/Makefile.am logging/log4cxx/trunk/src/main/Makefile.am logging/log4cxx/trunk

svn commit: r561476 - /logging/log4cxx/trunk/src/test/resources/Makefile.am

2007-07-31 Thread afester
Author: afester Date: Tue Jul 31 13:12:23 2007 New Revision: 561476 URL: http://svn.apache.org/viewvc?view=rev&rev=561476 Log: LOGCXX-189: fixed autotools build (unit tests) Modified: logging/log4cxx/trunk/src/test/resources/Makefile.am Modified: logging/log4cxx/trunk/src/test/resou

svn commit: r562946 - in /logging/log4cxx/trunk/src/main: cpp/telnetappender.cpp include/log4cxx/net/telnetappender.h

2007-08-05 Thread afester
Author: afester Date: Sun Aug 5 12:51:59 2007 New Revision: 562946 URL: http://svn.apache.org/viewvc?view=rev&rev=562946 Log: LOGCXX-14: fixed "comparison between signed and unsigned" warning Modified: logging/log4cxx/trunk/src/main/cpp/telnetappender.cpp logging/log4cxx/

svn commit: r567285 - /logging/log4cxx/trunk/configure.in

2007-08-18 Thread afester
Author: afester Date: Sat Aug 18 08:59:02 2007 New Revision: 567285 URL: http://svn.apache.org/viewvc?view=rev&rev=567285 Log: LOGCXX-189: tweak for autotools build for proper documentation generation Modified: logging/log4cxx/trunk/configure.in Modified: logging/log4cxx/trunk/configur

svn commit: r567286 - /logging/log4cxx/trunk/src/site/doxy/Makefile.am

2007-08-18 Thread afester
Author: afester Date: Sat Aug 18 09:01:41 2007 New Revision: 567286 URL: http://svn.apache.org/viewvc?view=rev&rev=567286 Log: LOGCXX-43: fix warning message (htmldir redefinition) when executing autogen.sh Modified: logging/log4cxx/trunk/src/site/doxy/Makefile.am Modified: logging/log

svn commit: r609774 - /logging/log4cxx/trunk/src/test/resources/Makefile.am

2008-01-07 Thread afester
Author: afester Date: Mon Jan 7 12:46:20 2008 New Revision: 609774 URL: http://svn.apache.org/viewvc?rev=609774&view=rev Log: LOGCXX-43: tweak to fix make dist for source tarball creation Modified: logging/log4cxx/trunk/src/test/resources/Makefile.am Modified: logging/log4cxx/trunk

svn commit: r696744 - in /logging/log4cxx/trunk/src: main/cpp/logger.cpp test/cpp/l7dtestcase.cpp test/resources/L7D_fr.properties test/resources/witness/l7d.1

2008-09-18 Thread afester
Author: afester Date: Thu Sep 18 11:03:02 2008 New Revision: 696744 URL: http://svn.apache.org/viewvc?rev=696744&view=rev Log: LOGCXX-310: fixed array index when logging localized messages with three parameters Modified: logging/log4cxx/trunk/src/main/cpp/logger.cpp logging/log4cxx/t