carnold     2004/12/25 23:31:55

  Modified:    .        configure.in
               include/log4cxx appender.h appenderskeleton.h
                        asyncappender.h consoleappender.h file.h
                        fileappender.h htmllayout.h layout.h logger.h
                        patternlayout.h rollingfileappender.h
                        simplelayout.h stream.h ttcclayout.h
                        writerappender.h
               include/log4cxx/config propertysetter.h
               include/log4cxx/helpers appenderattachableimpl.h
                        aprinitializer.h cacheddateformat.h condition.h
                        dateformat.h datelayout.h loader.h mutex.h object.h
                        onlyonceerrorhandler.h patternconverter.h
                        patternparser.h pool.h relativetimedateformat.h
                        simpledateformat.h strftimedateformat.h
                        stringhelper.h synchronized.h thread.h transcoder.h
               include/log4cxx/net smtpappender.h socketappender.h
                        socketappenderskeleton.h sockethubappender.h
                        syslogappender.h telnetappender.h
                        xmlsocketappender.h
               include/log4cxx/nt nteventlogappender.h
                        outputdebugstringappender.h
               include/log4cxx/spi Makefile.am filter.h optionhandler.h
               include/log4cxx/varia fallbackerrorhandler.h
               include/log4cxx/xml domconfigurator.h xmllayout.h
               performance nullappender.cpp nullappender.h
               simplesocketserver simplesocketserver.cpp
               src      appenderattachableimpl.cpp appenderskeleton.cpp
                        aprinitializer.cpp asyncappender.cpp
                        cacheddateformat.cpp condition.cpp
                        consoleappender.cpp dateformat.cpp datelayout.cpp
                        fallbackerrorhandler.cpp file.cpp fileappender.cpp
                        hierarchy.cpp htmllayout.cpp logger.cpp loglog.cpp
                        mutex.cpp nteventlogappender.cpp
                        onlyonceerrorhandler.cpp
                        outputdebugstringappender.cpp patternconverter.cpp
                        patternlayout.cpp patternparser.cpp pool.cpp
                        propertysetter.cpp relativetimedateformat.cpp
                        rollingfileappender.cpp simpledateformat.cpp
                        simplelayout.cpp socketappender.cpp
                        socketappenderskeleton.cpp sockethubappender.cpp
                        socketimpl.cpp strftimedateformat.cpp
                        stringhelper.cpp synchronized.cpp
                        syslogappender.cpp telnetappender.cpp thread.cpp
                        transcoder.cpp ttcclayout.cpp writerappender.cpp
                        xmllayout.cpp xmlsocketappender.cpp
               tests/src asyncappendertestcase.cpp filetestcase.cpp
                        loggertestcase.cpp main.cpp minimumtestcase.cpp
                        patternlayouttest.cpp streamtestcase.cpp
                        vectorappender.cpp vectorappender.h
               tests/src/helpers cacheddateformattestcase.cpp
                        relativetimedateformattestcase.cpp
               tests/src/net socketservertestcase.cpp
               tests/src/util compare.cpp compare.h transformer.cpp
                        transformer.h
               tests/src/varia levelmatchfiltertestcase.cpp
                        levelrangefiltertestcase.cpp
               tests/src/xml xmllayouttestcase.cpp
  Log:
  LOGCXX-10: Unicode rework: Tests no longer crash, broken throw spec, File 
copy constructor
  
  Revision  Changes    Path
  1.46      +2 -1      logging-log4cxx/configure.in
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/configure.in.diff?r1=1.45&r2=1.46
  
  
  1.14      +143 -143  logging-log4cxx/include/log4cxx/appender.h
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/appender.h.diff?r1=1.13&r2=1.14
  
  
  1.18      +3 -3      logging-log4cxx/include/log4cxx/appenderskeleton.h
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/appenderskeleton.h.diff?r1=1.17&r2=1.18
  
  
  1.18      +106 -106  logging-log4cxx/include/log4cxx/asyncappender.h
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/asyncappender.h.diff?r1=1.17&r2=1.18
  
  
  1.12      +57 -57    logging-log4cxx/include/log4cxx/consoleappender.h
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/consoleappender.h.diff?r1=1.11&r2=1.12
  
  
  1.7       +7 -11     logging-log4cxx/include/log4cxx/file.h
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/file.h.diff?r1=1.6&r2=1.7
  
  
  1.20      +224 -224  logging-log4cxx/include/log4cxx/fileappender.h
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/fileappender.h.diff?r1=1.19&r2=1.20
  
  
  1.18      +123 -123  logging-log4cxx/include/log4cxx/htmllayout.h
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/htmllayout.h.diff?r1=1.17&r2=1.18
  
  
  1.14      +90 -90    logging-log4cxx/include/log4cxx/layout.h
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/layout.h.diff?r1=1.13&r2=1.14
  
  
  1.32      +10 -10    logging-log4cxx/include/log4cxx/logger.h
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/logger.h.diff?r1=1.31&r2=1.32
  
  
  1.20      +435 -435  logging-log4cxx/include/log4cxx/patternlayout.h
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/patternlayout.h.diff?r1=1.19&r2=1.20
  
  
  1.14      +1 -1      logging-log4cxx/include/log4cxx/rollingfileappender.h
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/rollingfileappender.h.diff?r1=1.13&r2=1.14
  
  
  1.13      +44 -44    logging-log4cxx/include/log4cxx/simplelayout.h
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/simplelayout.h.diff?r1=1.12&r2=1.13
  
  
  1.7       +3 -7      logging-log4cxx/include/log4cxx/stream.h
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/stream.h.diff?r1=1.6&r2=1.7
  
  
  1.13      +107 -107  logging-log4cxx/include/log4cxx/ttcclayout.h
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/ttcclayout.h.diff?r1=1.12&r2=1.13
  
  
  1.16      +7 -7      logging-log4cxx/include/log4cxx/writerappender.h
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/writerappender.h.diff?r1=1.15&r2=1.16
  
  
  1.14      +101 -101  logging-log4cxx/include/log4cxx/config/propertysetter.h
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/config/propertysetter.h.diff?r1=1.13&r2=1.14
  
  
  1.15      +17 -17    
logging-log4cxx/include/log4cxx/helpers/appenderattachableimpl.h
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/appenderattachableimpl.h.diff?r1=1.14&r2=1.15
  
  
  1.7       +45 -47    logging-log4cxx/include/log4cxx/helpers/aprinitializer.h
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/aprinitializer.h.diff?r1=1.6&r2=1.7
  
  
  1.8       +3 -3      
logging-log4cxx/include/log4cxx/helpers/cacheddateformat.h
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/cacheddateformat.h.diff?r1=1.7&r2=1.8
  
  
  1.14      +46 -50    logging-log4cxx/include/log4cxx/helpers/condition.h
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/condition.h.diff?r1=1.13&r2=1.14
  
  
  1.21      +91 -94    logging-log4cxx/include/log4cxx/helpers/dateformat.h
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/dateformat.h.diff?r1=1.20&r2=1.21
  
  
  1.16      +2 -2      logging-log4cxx/include/log4cxx/helpers/datelayout.h
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/datelayout.h.diff?r1=1.15&r2=1.16
  
  
  1.12      +41 -41    logging-log4cxx/include/log4cxx/helpers/loader.h
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/loader.h.diff?r1=1.11&r2=1.12
  
  
  1.14      +46 -47    logging-log4cxx/include/log4cxx/helpers/mutex.h
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/mutex.h.diff?r1=1.13&r2=1.14
  
  
  1.18      +29 -32    logging-log4cxx/include/log4cxx/helpers/object.h
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/object.h.diff?r1=1.17&r2=1.18
  
  
  1.15      +1 -1      
logging-log4cxx/include/log4cxx/helpers/onlyonceerrorhandler.h
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/onlyonceerrorhandler.h.diff?r1=1.14&r2=1.15
  
  
  1.16      +2 -2      
logging-log4cxx/include/log4cxx/helpers/patternconverter.h
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/patternconverter.h.diff?r1=1.15&r2=1.16
  
  
  1.18      +177 -177  logging-log4cxx/include/log4cxx/helpers/patternparser.h
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/patternparser.h.diff?r1=1.17&r2=1.18
  
  
  1.7       +9 -14     logging-log4cxx/include/log4cxx/helpers/pool.h
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/pool.h.diff?r1=1.6&r2=1.7
  
  
  1.17      +1 -1      
logging-log4cxx/include/log4cxx/helpers/relativetimedateformat.h
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/relativetimedateformat.h.diff?r1=1.16&r2=1.17
  
  
  1.6       +2 -2      
logging-log4cxx/include/log4cxx/helpers/simpledateformat.h
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/simpledateformat.h.diff?r1=1.5&r2=1.6
  
  
  1.5       +1 -1      
logging-log4cxx/include/log4cxx/helpers/strftimedateformat.h
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/strftimedateformat.h.diff?r1=1.4&r2=1.5
  
  
  1.16      +3 -6      logging-log4cxx/include/log4cxx/helpers/stringhelper.h
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/stringhelper.h.diff?r1=1.15&r2=1.16
  
  
  1.2       +42 -42    logging-log4cxx/include/log4cxx/helpers/synchronized.h
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/synchronized.h.diff?r1=1.1&r2=1.2
  
  
  1.24      +71 -70    logging-log4cxx/include/log4cxx/helpers/thread.h
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/thread.h.diff?r1=1.23&r2=1.24
  
  
  1.7       +0 -3      logging-log4cxx/include/log4cxx/helpers/transcoder.h
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/transcoder.h.diff?r1=1.6&r2=1.7
  
  
  1.18      +4 -4      logging-log4cxx/include/log4cxx/net/smtpappender.h
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/net/smtpappender.h.diff?r1=1.17&r2=1.18
  
  
  1.18      +1 -1      logging-log4cxx/include/log4cxx/net/socketappender.h
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/net/socketappender.h.diff?r1=1.17&r2=1.18
  
  
  1.6       +3 -3      
logging-log4cxx/include/log4cxx/net/socketappenderskeleton.h
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/net/socketappenderskeleton.h.diff?r1=1.5&r2=1.6
  
  
  1.17      +2 -2      logging-log4cxx/include/log4cxx/net/sockethubappender.h
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/net/sockethubappender.h.diff?r1=1.16&r2=1.17
  
  
  1.14      +2 -2      logging-log4cxx/include/log4cxx/net/syslogappender.h
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/net/syslogappender.h.diff?r1=1.13&r2=1.14
  
  
  1.18      +15 -15    logging-log4cxx/include/log4cxx/net/telnetappender.h
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/net/telnetappender.h.diff?r1=1.17&r2=1.18
  
  
  1.16      +1 -1      logging-log4cxx/include/log4cxx/net/xmlsocketappender.h
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/net/xmlsocketappender.h.diff?r1=1.15&r2=1.16
  
  
  1.17      +2 -2      logging-log4cxx/include/log4cxx/nt/nteventlogappender.h
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/nt/nteventlogappender.h.diff?r1=1.16&r2=1.17
  
  
  1.6       +1 -1      
logging-log4cxx/include/log4cxx/nt/outputdebugstringappender.h
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/nt/outputdebugstringappender.h.diff?r1=1.5&r2=1.6
  
  
  1.3       +1 -0      logging-log4cxx/include/log4cxx/spi/Makefile.am
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/spi/Makefile.am.diff?r1=1.2&r2=1.3
  
  
  1.15      +24 -24    logging-log4cxx/include/log4cxx/spi/filter.h
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/spi/filter.h.diff?r1=1.14&r2=1.15
  
  
  1.12      +71 -75    logging-log4cxx/include/log4cxx/spi/optionhandler.h
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/spi/optionhandler.h.diff?r1=1.11&r2=1.12
  
  
  1.8       +1 -1      
logging-log4cxx/include/log4cxx/varia/fallbackerrorhandler.h
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/varia/fallbackerrorhandler.h.diff?r1=1.7&r2=1.8
  
  
  1.23      +1 -1      logging-log4cxx/include/log4cxx/xml/domconfigurator.h
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/xml/domconfigurator.h.diff?r1=1.22&r2=1.23
  
  
  1.16      +2 -2      logging-log4cxx/include/log4cxx/xml/xmllayout.h
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/xml/xmllayout.h.diff?r1=1.15&r2=1.16
  
  
  1.7       +11 -11    logging-log4cxx/performance/nullappender.cpp
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/performance/nullappender.cpp.diff?r1=1.6&r2=1.7
  
  
  1.11      +32 -30    logging-log4cxx/performance/nullappender.h
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/performance/nullappender.h.diff?r1=1.10&r2=1.11
  
  
  1.4       +3 -4      logging-log4cxx/simplesocketserver/simplesocketserver.cpp
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/simplesocketserver/simplesocketserver.cpp.diff?r1=1.3&r2=1.4
  
  
  1.11      +144 -143  logging-log4cxx/src/appenderattachableimpl.cpp
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/src/appenderattachableimpl.cpp.diff?r1=1.10&r2=1.11
  
  
  1.14      +64 -63    logging-log4cxx/src/appenderskeleton.cpp
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/src/appenderskeleton.cpp.diff?r1=1.13&r2=1.14
  
  
  1.4       +1 -1      logging-log4cxx/src/aprinitializer.cpp
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/src/aprinitializer.cpp.diff?r1=1.3&r2=1.4
  
  
  1.17      +106 -106  logging-log4cxx/src/asyncappender.cpp
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/src/asyncappender.cpp.diff?r1=1.16&r2=1.17
  
  
  1.8       +4 -4      logging-log4cxx/src/cacheddateformat.cpp
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/src/cacheddateformat.cpp.diff?r1=1.7&r2=1.8
  
  
  1.13      +68 -52    logging-log4cxx/src/condition.cpp
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/src/condition.cpp.diff?r1=1.12&r2=1.13
  
  
  1.11      +37 -36    logging-log4cxx/src/consoleappender.cpp
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/src/consoleappender.cpp.diff?r1=1.10&r2=1.11
  
  
  1.21      +4 -5      logging-log4cxx/src/dateformat.cpp
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/src/dateformat.cpp.diff?r1=1.20&r2=1.21
  
  
  1.14      +16 -16    logging-log4cxx/src/datelayout.cpp
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/src/datelayout.cpp.diff?r1=1.13&r2=1.14
  
  
  1.8       +14 -14    logging-log4cxx/src/fallbackerrorhandler.cpp
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/src/fallbackerrorhandler.cpp.diff?r1=1.7&r2=1.8
  
  
  1.7       +14 -23    logging-log4cxx/src/file.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/file.cpp.diff?r1=1.6&r2=1.7
  
  
  1.18      +2 -2      logging-log4cxx/src/fileappender.cpp
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/src/fileappender.cpp.diff?r1=1.17&r2=1.18
  
  
  1.20      +2 -2      logging-log4cxx/src/hierarchy.cpp
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/src/hierarchy.cpp.diff?r1=1.19&r2=1.20
  
  
  1.16      +3 -3      logging-log4cxx/src/htmllayout.cpp
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/src/htmllayout.cpp.diff?r1=1.15&r2=1.16
  
  
  1.23      +2 -2      logging-log4cxx/src/logger.cpp
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/src/logger.cpp.diff?r1=1.22&r2=1.23
  
  
  1.9       +13 -13    logging-log4cxx/src/loglog.cpp
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/src/loglog.cpp.diff?r1=1.8&r2=1.9
  
  
  1.11      +26 -11    logging-log4cxx/src/mutex.cpp
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/src/mutex.cpp.diff?r1=1.10&r2=1.11
  
  
  1.11      +187 -187  logging-log4cxx/src/nteventlogappender.cpp
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/src/nteventlogappender.cpp.diff?r1=1.10&r2=1.11
  
  
  1.11      +14 -14    logging-log4cxx/src/onlyonceerrorhandler.cpp
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/src/onlyonceerrorhandler.cpp.diff?r1=1.10&r2=1.11
  
  
  1.6       +36 -36    logging-log4cxx/src/outputdebugstringappender.cpp
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/src/outputdebugstringappender.cpp.diff?r1=1.5&r2=1.6
  
  
  1.13      +1 -1      logging-log4cxx/src/patternconverter.cpp
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/src/patternconverter.cpp.diff?r1=1.12&r2=1.13
  
  
  1.13      +30 -26    logging-log4cxx/src/patternlayout.cpp
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/src/patternlayout.cpp.diff?r1=1.12&r2=1.13
  
  
  1.22      +386 -382  logging-log4cxx/src/patternparser.cpp
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/src/patternparser.cpp.diff?r1=1.21&r2=1.22
  
  
  1.4       +20 -3     logging-log4cxx/src/pool.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/pool.cpp.diff?r1=1.3&r2=1.4
  
  
  1.9       +98 -98    logging-log4cxx/src/propertysetter.cpp
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/src/propertysetter.cpp.diff?r1=1.8&r2=1.9
  
  
  1.7       +1 -1      logging-log4cxx/src/relativetimedateformat.cpp
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/src/relativetimedateformat.cpp.diff?r1=1.6&r2=1.7
  
  
  1.14      +1 -1      logging-log4cxx/src/rollingfileappender.cpp
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/src/rollingfileappender.cpp.diff?r1=1.13&r2=1.14
  
  
  1.8       +31 -29    logging-log4cxx/src/simpledateformat.cpp
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/src/simpledateformat.cpp.diff?r1=1.7&r2=1.8
  
  
  1.9       +1 -1      logging-log4cxx/src/simplelayout.cpp
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/src/simplelayout.cpp.diff?r1=1.8&r2=1.9
  
  
  1.15      +4 -4      logging-log4cxx/src/socketappender.cpp
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/src/socketappender.cpp.diff?r1=1.14&r2=1.15
  
  
  1.5       +147 -147  logging-log4cxx/src/socketappenderskeleton.cpp
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/src/socketappenderskeleton.cpp.diff?r1=1.4&r2=1.5
  
  
  1.16      +131 -131  logging-log4cxx/src/sockethubappender.cpp
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/src/sockethubappender.cpp.diff?r1=1.15&r2=1.16
  
  
  1.21      +130 -128  logging-log4cxx/src/socketimpl.cpp
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/src/socketimpl.cpp.diff?r1=1.20&r2=1.21
  
  
  1.6       +1 -1      logging-log4cxx/src/strftimedateformat.cpp
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/src/strftimedateformat.cpp.diff?r1=1.5&r2=1.6
  
  
  1.8       +11 -9     logging-log4cxx/src/stringhelper.cpp
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/src/stringhelper.cpp.diff?r1=1.7&r2=1.8
  
  
  1.4       +40 -46    logging-log4cxx/src/synchronized.cpp
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/src/synchronized.cpp.diff?r1=1.3&r2=1.4
  
  
  1.12      +227 -226  logging-log4cxx/src/syslogappender.cpp
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/src/syslogappender.cpp.diff?r1=1.11&r2=1.12
  
  
  1.14      +118 -118  logging-log4cxx/src/telnetappender.cpp
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/src/telnetappender.cpp.diff?r1=1.13&r2=1.14
  
  
  1.23      +53 -52    logging-log4cxx/src/thread.cpp
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/src/thread.cpp.diff?r1=1.22&r2=1.23
  
  
  1.8       +27 -10    logging-log4cxx/src/transcoder.cpp
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/src/transcoder.cpp.diff?r1=1.7&r2=1.8
  
  
  1.13      +19 -17    logging-log4cxx/src/ttcclayout.cpp
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/src/ttcclayout.cpp.diff?r1=1.12&r2=1.13
  
  
  1.12      +37 -37    logging-log4cxx/src/writerappender.cpp
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/src/writerappender.cpp.diff?r1=1.11&r2=1.12
  
  
  1.19      +68 -68    logging-log4cxx/src/xmllayout.cpp
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/src/xmllayout.cpp.diff?r1=1.18&r2=1.19
  
  
  1.13      +1 -1      logging-log4cxx/src/xmlsocketappender.cpp
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/src/xmlsocketappender.cpp.diff?r1=1.12&r2=1.13
  
  
  1.13      +81 -79    logging-log4cxx/tests/src/asyncappendertestcase.cpp
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/asyncappendertestcase.cpp.diff?r1=1.12&r2=1.13
  
  
  1.5       +29 -0     logging-log4cxx/tests/src/filetestcase.cpp
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/filetestcase.cpp.diff?r1=1.4&r2=1.5
  
  
  1.9       +389 -389  logging-log4cxx/tests/src/loggertestcase.cpp
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/loggertestcase.cpp.diff?r1=1.8&r2=1.9
  
  
  1.11      +1 -122    logging-log4cxx/tests/src/main.cpp
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/main.cpp.diff?r1=1.10&r2=1.11
  
  
  1.12      +248 -240  logging-log4cxx/tests/src/minimumtestcase.cpp
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/minimumtestcase.cpp.diff?r1=1.11&r2=1.12
  
  
  1.11      +542 -534  logging-log4cxx/tests/src/patternlayouttest.cpp
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/patternlayouttest.cpp.diff?r1=1.10&r2=1.11
  
  
  1.4       +9 -1      logging-log4cxx/tests/src/streamtestcase.cpp
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/streamtestcase.cpp.diff?r1=1.3&r2=1.4
  
  
  1.6       +14 -14    logging-log4cxx/tests/src/vectorappender.cpp
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/vectorappender.cpp.diff?r1=1.5&r2=1.6
  
  
  1.6       +34 -34    logging-log4cxx/tests/src/vectorappender.h
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/vectorappender.h.diff?r1=1.5&r2=1.6
  
  
  1.7       +1 -3      
logging-log4cxx/tests/src/helpers/cacheddateformattestcase.cpp
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/helpers/cacheddateformattestcase.cpp.diff?r1=1.6&r2=1.7
  
  
  1.7       +1 -3      
logging-log4cxx/tests/src/helpers/relativetimedateformattestcase.cpp
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/helpers/relativetimedateformattestcase.cpp.diff?r1=1.6&r2=1.7
  
  
  1.14      +380 -371  logging-log4cxx/tests/src/net/socketservertestcase.cpp
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/net/socketservertestcase.cpp.diff?r1=1.13&r2=1.14
  
  
  1.7       +137 -137  logging-log4cxx/tests/src/util/compare.cpp
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/util/compare.cpp.diff?r1=1.6&r2=1.7
  
  
  1.6       +12 -10    logging-log4cxx/tests/src/util/compare.h
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/util/compare.h.diff?r1=1.5&r2=1.6
  
  
  1.6       +20 -20    logging-log4cxx/tests/src/util/transformer.cpp
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/util/transformer.cpp.diff?r1=1.5&r2=1.6
  
  
  1.5       +8 -8      logging-log4cxx/tests/src/util/transformer.h
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/util/transformer.h.diff?r1=1.4&r2=1.5
  
  
  1.7       +167 -158  
logging-log4cxx/tests/src/varia/levelmatchfiltertestcase.cpp
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/varia/levelmatchfiltertestcase.cpp.diff?r1=1.6&r2=1.7
  
  
  1.6       +256 -247  
logging-log4cxx/tests/src/varia/levelrangefiltertestcase.cpp
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/varia/levelrangefiltertestcase.cpp.diff?r1=1.5&r2=1.6
  
  
  1.7       +294 -290  logging-log4cxx/tests/src/xml/xmllayouttestcase.cpp
  
  
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/xml/xmllayouttestcase.cpp.diff?r1=1.6&r2=1.7
  
  

Reply via email to