You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mt...@apache.org on 2005/05/24 11:24:40 UTC

cvs commit: jakarta-tomcat-connectors/jni/native/src dir.c error.c file.c info.c jnilib.c lock.c misc.c mmap.c network.c os.c poll.c pool.c proc.c shm.c ssl.c stdlib.c user.c

mturk       2005/05/24 02:24:40

  Modified:    jni/native/include ssl_private.h tcn.h tcn_version.h
               jni/native/src dir.c error.c file.c info.c jnilib.c lock.c
                        misc.c mmap.c network.c os.c poll.c pool.c proc.c
                        shm.c ssl.c stdlib.c user.c
  Log:
  Add CVS version tags.
  
  Revision  Changes    Path
  1.3       +6 -0      jakarta-tomcat-connectors/jni/native/include/ssl_private.h
  
  Index: ssl_private.h
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/native/include/ssl_private.h,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ssl_private.h	23 May 2005 11:50:30 -0000	1.2
  +++ ssl_private.h	24 May 2005 09:24:39 -0000	1.3
  @@ -13,6 +13,12 @@
    * limitations under the License.
    */
   
  +/*
  + *
  + * @author Mladen Turk
  + * @version $Revision$, $Date$
  + */
  + 
   #ifndef SSL_PRIVATE_H
   #define SSL_PRIVATE_H
   
  
  
  
  1.5       +6 -1      jakarta-tomcat-connectors/jni/native/include/tcn.h
  
  Index: tcn.h
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/native/include/tcn.h,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- tcn.h	24 May 2005 09:17:49 -0000	1.4
  +++ tcn.h	24 May 2005 09:24:39 -0000	1.5
  @@ -13,7 +13,12 @@
    * limitations under the License.
    */
   
  -
  +/*
  + *
  + * @author Mladen Turk
  + * @version $Revision$, $Date$
  + */
  + 
   #ifndef TCN_H
   #define TCN_H
   
  
  
  
  1.2       +6 -0      jakarta-tomcat-connectors/jni/native/include/tcn_version.h
  
  Index: tcn_version.h
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/native/include/tcn_version.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- tcn_version.h	14 Jan 2005 13:47:23 -0000	1.1
  +++ tcn_version.h	24 May 2005 09:24:39 -0000	1.2
  @@ -13,6 +13,12 @@
    * limitations under the License.
    */
   
  +/*
  + *
  + * @author Mladen Turk
  + * @version $Revision$, $Date$
  + */
  + 
   #ifndef TCN_VERSION_H
   #define TCN_VERSION_H
   
  
  
  
  1.3       +6 -0      jakarta-tomcat-connectors/jni/native/src/dir.c
  
  Index: dir.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/native/src/dir.c,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- dir.c	17 Jan 2005 07:21:13 -0000	1.2
  +++ dir.c	24 May 2005 09:24:40 -0000	1.3
  @@ -13,6 +13,12 @@
    * limitations under the License.
    */
   
  +/*
  + *
  + * @author Mladen Turk
  + * @version $Revision$, $Date$
  + */
  + 
   #include "apr.h"
   #include "apr_pools.h"
   #include "apr_file_io.h"
  
  
  
  1.7       +6 -0      jakarta-tomcat-connectors/jni/native/src/error.c
  
  Index: error.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/native/src/error.c,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- error.c	19 Apr 2005 19:55:42 -0000	1.6
  +++ error.c	24 May 2005 09:24:40 -0000	1.7
  @@ -13,6 +13,12 @@
    * limitations under the License.
    */
   
  +/*
  + *
  + * @author Mladen Turk
  + * @version $Revision$, $Date$
  + */
  + 
   #include "apr.h"
   #include "apr_pools.h"
   #include "tcn.h"
  
  
  
  1.6       +6 -0      jakarta-tomcat-connectors/jni/native/src/file.c
  
  Index: file.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/native/src/file.c,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- file.c	19 May 2005 17:19:45 -0000	1.5
  +++ file.c	24 May 2005 09:24:40 -0000	1.6
  @@ -13,6 +13,12 @@
    * limitations under the License.
    */
   
  +/*
  + *
  + * @author Mladen Turk
  + * @version $Revision$, $Date$
  + */
  + 
   #include "apr.h"
   #include "apr_pools.h"
   #include "apr_file_io.h"
  
  
  
  1.6       +6 -0      jakarta-tomcat-connectors/jni/native/src/info.c
  
  Index: info.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/native/src/info.c,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- info.c	24 May 2005 09:19:55 -0000	1.5
  +++ info.c	24 May 2005 09:24:40 -0000	1.6
  @@ -13,6 +13,12 @@
    * limitations under the License.
    */
   
  +/*
  + *
  + * @author Mladen Turk
  + * @version $Revision$, $Date$
  + */
  + 
   #include "apr.h"
   #include "apr_pools.h"
   #include "apr_file_io.h"
  
  
  
  1.4       +6 -0      jakarta-tomcat-connectors/jni/native/src/jnilib.c
  
  Index: jnilib.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/native/src/jnilib.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- jnilib.c	24 May 2005 09:19:55 -0000	1.3
  +++ jnilib.c	24 May 2005 09:24:40 -0000	1.4
  @@ -13,6 +13,12 @@
    * limitations under the License.
    */
   
  +/*
  + *
  + * @author Mladen Turk
  + * @version $Revision$, $Date$
  + */
  + 
   #include "apr.h"
   #include "apr_pools.h"
   #include "apr_version.h"
  
  
  
  1.3       +6 -0      jakarta-tomcat-connectors/jni/native/src/lock.c
  
  Index: lock.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/native/src/lock.c,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- lock.c	17 Jan 2005 07:21:13 -0000	1.2
  +++ lock.c	24 May 2005 09:24:40 -0000	1.3
  @@ -13,6 +13,12 @@
    * limitations under the License.
    */
   
  +/*
  + *
  + * @author Mladen Turk
  + * @version $Revision$, $Date$
  + */
  + 
   #include "apr.h"
   #include "apr_pools.h"
   #include "apr_proc_mutex.h"
  
  
  
  1.2       +6 -0      jakarta-tomcat-connectors/jni/native/src/misc.c
  
  Index: misc.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/native/src/misc.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- misc.c	14 Jan 2005 13:47:58 -0000	1.1
  +++ misc.c	24 May 2005 09:24:40 -0000	1.2
  @@ -13,6 +13,12 @@
    * limitations under the License.
    */
   
  +/*
  + *
  + * @author Mladen Turk
  + * @version $Revision$, $Date$
  + */
  + 
   #include "apr.h"
   #include "apr_pools.h"
   #include "apr_portable.h"
  
  
  
  1.2       +6 -0      jakarta-tomcat-connectors/jni/native/src/mmap.c
  
  Index: mmap.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/native/src/mmap.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mmap.c	14 Jan 2005 13:47:58 -0000	1.1
  +++ mmap.c	24 May 2005 09:24:40 -0000	1.2
  @@ -13,6 +13,12 @@
    * limitations under the License.
    */
   
  +/*
  + *
  + * @author Mladen Turk
  + * @version $Revision$, $Date$
  + */
  + 
   #include "apr.h"
   #include "apr_pools.h"
   #include "apr_mmap.h"
  
  
  
  1.20      +6 -0      jakarta-tomcat-connectors/jni/native/src/network.c
  
  Index: network.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/native/src/network.c,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- network.c	19 May 2005 18:30:13 -0000	1.19
  +++ network.c	24 May 2005 09:24:40 -0000	1.20
  @@ -13,6 +13,12 @@
    * limitations under the License.
    */
   
  +/*
  + *
  + * @author Mladen Turk
  + * @version $Revision$, $Date$
  + */
  + 
   #include "apr.h"
   #include "apr_pools.h"
   #include "apr_network_io.h"
  
  
  
  1.2       +6 -0      jakarta-tomcat-connectors/jni/native/src/os.c
  
  Index: os.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/native/src/os.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- os.c	14 Jan 2005 13:47:58 -0000	1.1
  +++ os.c	24 May 2005 09:24:40 -0000	1.2
  @@ -13,6 +13,12 @@
    * limitations under the License.
    */
   
  +/*
  + *
  + * @author Mladen Turk
  + * @version $Revision$, $Date$
  + */
  + 
   #include "apr.h"
   #include "apr_pools.h"
   #include "apr_portable.h"
  
  
  
  1.14      +6 -0      jakarta-tomcat-connectors/jni/native/src/poll.c
  
  Index: poll.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/native/src/poll.c,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- poll.c	19 May 2005 14:55:28 -0000	1.13
  +++ poll.c	24 May 2005 09:24:40 -0000	1.14
  @@ -13,6 +13,12 @@
    * limitations under the License.
    */
   
  +/*
  + *
  + * @author Mladen Turk
  + * @version $Revision$, $Date$
  + */
  + 
   #include "apr.h"
   #include "apr_pools.h"
   #include "apr_poll.h"
  
  
  
  1.4       +6 -0      jakarta-tomcat-connectors/jni/native/src/pool.c
  
  Index: pool.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/native/src/pool.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- pool.c	18 Apr 2005 12:31:13 -0000	1.3
  +++ pool.c	24 May 2005 09:24:40 -0000	1.4
  @@ -13,6 +13,12 @@
    * limitations under the License.
    */
   
  +/*
  + *
  + * @author Mladen Turk
  + * @version $Revision$, $Date$
  + */
  + 
   #include "apr.h"
   #include "apr_pools.h"
   #include "tcn.h"
  
  
  
  1.3       +6 -0      jakarta-tomcat-connectors/jni/native/src/proc.c
  
  Index: proc.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/native/src/proc.c,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- proc.c	17 Jan 2005 07:56:13 -0000	1.2
  +++ proc.c	24 May 2005 09:24:40 -0000	1.3
  @@ -13,6 +13,12 @@
    * limitations under the License.
    */
   
  +/*
  + *
  + * @author Mladen Turk
  + * @version $Revision$, $Date$
  + */
  + 
   #include "apr.h"
   #include "apr_pools.h"
   #include "apr_thread_proc.h"
  
  
  
  1.4       +6 -0      jakarta-tomcat-connectors/jni/native/src/shm.c
  
  Index: shm.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/native/src/shm.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- shm.c	12 May 2005 19:28:03 -0000	1.3
  +++ shm.c	24 May 2005 09:24:40 -0000	1.4
  @@ -13,6 +13,12 @@
    * limitations under the License.
    */
   
  +/*
  + *
  + * @author Mladen Turk
  + * @version $Revision$, $Date$
  + */
  + 
   #include "apr.h"
   #include "apr_pools.h"
   #include "apr_shm.h"
  
  
  
  1.11      +6 -0      jakarta-tomcat-connectors/jni/native/src/ssl.c
  
  Index: ssl.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/native/src/ssl.c,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- ssl.c	24 May 2005 09:19:12 -0000	1.10
  +++ ssl.c	24 May 2005 09:24:40 -0000	1.11
  @@ -13,6 +13,12 @@
    * limitations under the License.
    */
   
  +/*
  + *
  + * @author Mladen Turk
  + * @version $Revision$, $Date$
  + */
  + 
   #include "apr.h"
   #include "apr_pools.h"
   #include "apr_file_io.h"
  
  
  
  1.2       +6 -0      jakarta-tomcat-connectors/jni/native/src/stdlib.c
  
  Index: stdlib.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/native/src/stdlib.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- stdlib.c	14 Jan 2005 13:47:58 -0000	1.1
  +++ stdlib.c	24 May 2005 09:24:40 -0000	1.2
  @@ -13,6 +13,12 @@
    * limitations under the License.
    */
   
  +/*
  + *
  + * @author Mladen Turk
  + * @version $Revision$, $Date$
  + */
  + 
   #include "apr.h"
   #include "apr_pools.h"
   #include "tcn.h"
  
  
  
  1.3       +6 -0      jakarta-tomcat-connectors/jni/native/src/user.c
  
  Index: user.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/native/src/user.c,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- user.c	24 May 2005 09:18:29 -0000	1.2
  +++ user.c	24 May 2005 09:24:40 -0000	1.3
  @@ -13,6 +13,12 @@
    * limitations under the License.
    */
   
  +/*
  + *
  + * @author Mladen Turk
  + * @version $Revision$, $Date$
  + */
  + 
   #include "apr.h"
   #include "apr_pools.h"
   #include "apr_user.h"
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org