r2616 - in trunk/libmutil: . debian examples include include/libmutil m4 source win32

mikma at minisip.org mikma at minisip.org
Sun Jun 4 12:53:57 CEST 2006


Author: mikma
Date: 2006-06-04 12:53:57 +0200 (Sun, 04 Jun 2006)
New Revision: 2616

Modified:
   trunk/libmutil/AUTHORS
   trunk/libmutil/COPYING.LIB
   trunk/libmutil/ChangeLog
   trunk/libmutil/INSTALL
   trunk/libmutil/Makefile.W32
   trunk/libmutil/Makefile.am
   trunk/libmutil/NEWS
   trunk/libmutil/README
   trunk/libmutil/bootstrap
   trunk/libmutil/configure.ac
   trunk/libmutil/debian/Makefile.am
   trunk/libmutil/debian/changelog
   trunk/libmutil/debian/compat
   trunk/libmutil/debian/control
   trunk/libmutil/debian/control.maemo
   trunk/libmutil/debian/copyright
   trunk/libmutil/debian/docs
   trunk/libmutil/debian/libmutil-dev.dirs
   trunk/libmutil/debian/libmutil-dev.install
   trunk/libmutil/debian/libmutil0.dirs
   trunk/libmutil/debian/libmutil0.install
   trunk/libmutil/debian/rules
   trunk/libmutil/examples/Makefile.am
   trunk/libmutil/examples/build-examples.sh.in
   trunk/libmutil/examples/mutextest.cxx
   trunk/libmutil/examples/run-example.sh.in
   trunk/libmutil/examples/semaphoretest.cxx
   trunk/libmutil/examples/test-examples.sh.in
   trunk/libmutil/examples/threadtest.cxx
   trunk/libmutil/include/Makefile.am
   trunk/libmutil/include/compilation_config_w32_wce.h
   trunk/libmutil/include/config.h
   trunk/libmutil/include/libmutil/CircularBuffer.h
   trunk/libmutil/include/libmutil/CommandString.h
   trunk/libmutil/include/libmutil/CondVar.h
   trunk/libmutil/include/libmutil/Exception.h
   trunk/libmutil/include/libmutil/IString.h
   trunk/libmutil/include/libmutil/Library.h
   trunk/libmutil/include/libmutil/MPlugin.h
   trunk/libmutil/include/libmutil/MSingleton.h
   trunk/libmutil/include/libmutil/MemObject.h
   trunk/libmutil/include/libmutil/MessageRouter.h
   trunk/libmutil/include/libmutil/Mutex.h
   trunk/libmutil/include/libmutil/Semaphore.h
   trunk/libmutil/include/libmutil/StateMachine.h
   trunk/libmutil/include/libmutil/TextUI.h
   trunk/libmutil/include/libmutil/Thread.h
   trunk/libmutil/include/libmutil/TimeoutProvider.h
   trunk/libmutil/include/libmutil/Timestamp.h
   trunk/libmutil/include/libmutil/XMLParser.h
   trunk/libmutil/include/libmutil/dbg.h
   trunk/libmutil/include/libmutil/itoa.h
   trunk/libmutil/include/libmutil/libmutil_config.h
   trunk/libmutil/include/libmutil/massert.h
   trunk/libmutil/include/libmutil/merror.h
   trunk/libmutil/include/libmutil/minilist.h
   trunk/libmutil/include/libmutil/mtime.h
   trunk/libmutil/include/libmutil/mtypes.h
   trunk/libmutil/include/libmutil/print_hex.h
   trunk/libmutil/include/libmutil/split_in_lines.h
   trunk/libmutil/include/libmutil/termmanip.h
   trunk/libmutil/include/libmutil/trim.h
   trunk/libmutil/include/libmutil/vmd5.h
   trunk/libmutil/libmutil.cpp
   trunk/libmutil/libmutil.h
   trunk/libmutil/libmutil.pc.in
   trunk/libmutil/libmutil.spec
   trunk/libmutil/m4/Makefile.am
   trunk/libmutil/m4/libmutil.m4
   trunk/libmutil/source/CircularBuffer.cxx
   trunk/libmutil/source/CommandString.cxx
   trunk/libmutil/source/CondVarPosix.cxx
   trunk/libmutil/source/CondVarWin32.cxx
   trunk/libmutil/source/Exception.cxx
   trunk/libmutil/source/IString.cxx
   trunk/libmutil/source/Library.cxx
   trunk/libmutil/source/MPlugin.cxx
   trunk/libmutil/source/MemObject.cxx
   trunk/libmutil/source/MessageRouter.cxx
   trunk/libmutil/source/MutexPosix.cxx
   trunk/libmutil/source/MutexWin32.cxx
   trunk/libmutil/source/SemaphorePosix.cxx
   trunk/libmutil/source/SemaphoreWin32.cxx
   trunk/libmutil/source/TextUI.cxx
   trunk/libmutil/source/ThreadPosix.cxx
   trunk/libmutil/source/ThreadWin32.cxx
   trunk/libmutil/source/Timestamp.cxx
   trunk/libmutil/source/XMLParser.cxx
   trunk/libmutil/source/dbg.cxx
   trunk/libmutil/source/itoa.cxx
   trunk/libmutil/source/massert.cxx
   trunk/libmutil/source/merror.cxx
   trunk/libmutil/source/mtimePosix.cxx
   trunk/libmutil/source/mtimeWin32.cxx
   trunk/libmutil/source/print_hex.cxx
   trunk/libmutil/source/split_in_lines.cxx
   trunk/libmutil/source/trim.cxx
   trunk/libmutil/source/vmd5.cxx
   trunk/libmutil/stdafx.cpp
   trunk/libmutil/stdafx.h
   trunk/libmutil/win32/Makefile.am
   trunk/libmutil/win32/libmutil-res.rc.in
Log:
Set svn:mime-type=text/plain and svn:eol-style on all text files
in libmutil.
It will prevent eol style changes in the future.



Property changes on: trunk/libmutil/AUTHORS
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/COPYING.LIB
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/ChangeLog
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/INSTALL
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/Makefile.W32
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + CRLF


Property changes on: trunk/libmutil/Makefile.am
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/NEWS
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/README
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/bootstrap
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/configure.ac
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/debian/Makefile.am
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/debian/changelog
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/debian/compat
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/debian/control
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/debian/control.maemo
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/debian/copyright
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/debian/docs
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/debian/libmutil-dev.dirs
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/debian/libmutil-dev.install
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/debian/libmutil0.dirs
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/debian/libmutil0.install
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/debian/rules
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/examples/Makefile.am
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/examples/build-examples.sh.in
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/examples/mutextest.cxx
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + CRLF


Property changes on: trunk/libmutil/examples/run-example.sh.in
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/examples/semaphoretest.cxx
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + CRLF


Property changes on: trunk/libmutil/examples/test-examples.sh.in
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/examples/threadtest.cxx
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + CRLF


Property changes on: trunk/libmutil/include/Makefile.am
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/include/compilation_config_w32_wce.h
___________________________________________________________________
Name: svn:mime-type
   + text/plain


Property changes on: trunk/libmutil/include/config.h
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/include/libmutil/CircularBuffer.h
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + CRLF


Property changes on: trunk/libmutil/include/libmutil/CommandString.h
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/include/libmutil/CondVar.h
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/include/libmutil/Exception.h
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/include/libmutil/IString.h
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/include/libmutil/Library.h
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/include/libmutil/MPlugin.h
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/include/libmutil/MSingleton.h
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/include/libmutil/MemObject.h
___________________________________________________________________
Name: svn:mime-type
   + text/plain


Property changes on: trunk/libmutil/include/libmutil/MessageRouter.h
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/include/libmutil/Mutex.h
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/include/libmutil/Semaphore.h
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/include/libmutil/StateMachine.h
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/include/libmutil/TextUI.h
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/include/libmutil/Thread.h
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/include/libmutil/TimeoutProvider.h
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/include/libmutil/Timestamp.h
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/include/libmutil/XMLParser.h
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/include/libmutil/dbg.h
___________________________________________________________________
Name: svn:mime-type
   + text/plain


Property changes on: trunk/libmutil/include/libmutil/itoa.h
___________________________________________________________________
Name: svn:mime-type
   + text/plain


Property changes on: trunk/libmutil/include/libmutil/libmutil_config.h
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/include/libmutil/massert.h
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/include/libmutil/merror.h
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/include/libmutil/minilist.h
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/include/libmutil/mtime.h
___________________________________________________________________
Name: svn:mime-type
   + text/plain


Property changes on: trunk/libmutil/include/libmutil/mtypes.h
___________________________________________________________________
Name: svn:mime-type
   + text/plain


Property changes on: trunk/libmutil/include/libmutil/print_hex.h
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/include/libmutil/split_in_lines.h
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/include/libmutil/termmanip.h
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/include/libmutil/trim.h
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/include/libmutil/vmd5.h
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/libmutil.cpp
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + CRLF


Property changes on: trunk/libmutil/libmutil.h
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + CRLF


Property changes on: trunk/libmutil/libmutil.pc.in
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/libmutil.spec
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/m4/Makefile.am
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/m4/libmutil.m4
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/source/CircularBuffer.cxx
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + CRLF


Property changes on: trunk/libmutil/source/CommandString.cxx
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/source/CondVarPosix.cxx
___________________________________________________________________
Name: svn:mime-type
   + text/plain


Property changes on: trunk/libmutil/source/CondVarWin32.cxx
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/source/Exception.cxx
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/source/IString.cxx
___________________________________________________________________
Name: svn:mime-type
   + text/plain


Property changes on: trunk/libmutil/source/Library.cxx
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/source/MPlugin.cxx
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/source/MemObject.cxx
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/source/MessageRouter.cxx
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/source/MutexPosix.cxx
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/source/MutexWin32.cxx
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/source/SemaphorePosix.cxx
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/source/SemaphoreWin32.cxx
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/source/TextUI.cxx
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/source/ThreadPosix.cxx
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/source/ThreadWin32.cxx
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/source/Timestamp.cxx
___________________________________________________________________
Name: svn:mime-type
   + text/plain


Property changes on: trunk/libmutil/source/XMLParser.cxx
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/source/dbg.cxx
___________________________________________________________________
Name: svn:mime-type
   + text/plain


Property changes on: trunk/libmutil/source/itoa.cxx
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/source/massert.cxx
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/source/merror.cxx
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/source/mtimePosix.cxx
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + CRLF


Property changes on: trunk/libmutil/source/mtimeWin32.cxx
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + CRLF


Property changes on: trunk/libmutil/source/print_hex.cxx
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/source/split_in_lines.cxx
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/source/trim.cxx
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/source/vmd5.cxx
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/stdafx.cpp
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + CRLF


Property changes on: trunk/libmutil/stdafx.h
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + CRLF


Property changes on: trunk/libmutil/win32/Makefile.am
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


Property changes on: trunk/libmutil/win32/libmutil-res.rc.in
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native



More information about the Minisip-devel mailing list