Revision: 42338
          http://brlcad.svn.sourceforge.net/brlcad/?rev=42338&view=rev
Author:   starseeker
Date:     2011-01-16 21:52:01 +0000 (Sun, 16 Jan 2011)

Log Message:
-----------
No significant differences here, but sync to avoid cluttering diffs.

Modified Paths:
--------------
    brlcad/branches/cmake/src/other/libz/adler32.c
    brlcad/branches/cmake/src/other/libz/compress.c
    brlcad/branches/cmake/src/other/libz/crc32.c
    brlcad/branches/cmake/src/other/libz/deflate.c
    brlcad/branches/cmake/src/other/libz/deflate.h
    brlcad/branches/cmake/src/other/libz/example.c
    brlcad/branches/cmake/src/other/libz/minigzip.c
    brlcad/branches/cmake/src/other/libz/trees.c
    brlcad/branches/cmake/src/other/libz/uncompr.c
    brlcad/branches/cmake/src/other/libz/zconf.h
    brlcad/branches/cmake/src/other/libz/zutil.c
    brlcad/branches/cmake/src/other/libz/zutil.h

Modified: brlcad/branches/cmake/src/other/libz/adler32.c
===================================================================
--- brlcad/branches/cmake/src/other/libz/adler32.c      2011-01-16 21:51:15 UTC 
(rev 42337)
+++ brlcad/branches/cmake/src/other/libz/adler32.c      2011-01-16 21:52:01 UTC 
(rev 42338)
@@ -3,7 +3,7 @@
  * For conditions of distribution and use, see copyright notice in zlib.h
  */
 
-/* @(#) $Id$ */
+/* @(#) $Id: adler32.c 41871 2010-12-30 20:03:59Z starseeker $ */
 
 #include "zutil.h"
 

Modified: brlcad/branches/cmake/src/other/libz/compress.c
===================================================================
--- brlcad/branches/cmake/src/other/libz/compress.c     2011-01-16 21:51:15 UTC 
(rev 42337)
+++ brlcad/branches/cmake/src/other/libz/compress.c     2011-01-16 21:52:01 UTC 
(rev 42338)
@@ -3,7 +3,7 @@
  * For conditions of distribution and use, see copyright notice in zlib.h
  */
 
-/* @(#) $Id$ */
+/* @(#) $Id: compress.c 41871 2010-12-30 20:03:59Z starseeker $ */
 
 #define ZLIB_INTERNAL
 #include "zlib.h"

Modified: brlcad/branches/cmake/src/other/libz/crc32.c
===================================================================
--- brlcad/branches/cmake/src/other/libz/crc32.c        2011-01-16 21:51:15 UTC 
(rev 42337)
+++ brlcad/branches/cmake/src/other/libz/crc32.c        2011-01-16 21:52:01 UTC 
(rev 42338)
@@ -9,7 +9,7 @@
  * factor of two increase in speed on a Power PC G4 (PPC7455) using gcc -O3.
  */
 
-/* @(#) $Id$ */
+/* @(#) $Id: crc32.c 41871 2010-12-30 20:03:59Z starseeker $ */
 
 /*
   Note on the use of DYNAMIC_CRC_TABLE: there is no mutex or semaphore

Modified: brlcad/branches/cmake/src/other/libz/deflate.c
===================================================================
--- brlcad/branches/cmake/src/other/libz/deflate.c      2011-01-16 21:51:15 UTC 
(rev 42337)
+++ brlcad/branches/cmake/src/other/libz/deflate.c      2011-01-16 21:52:01 UTC 
(rev 42338)
@@ -47,7 +47,7 @@
  *
  */
 
-/* @(#) $Id$ */
+/* @(#) $Id: deflate.c 41871 2010-12-30 20:03:59Z starseeker $ */
 
 #include "deflate.h"
 

Modified: brlcad/branches/cmake/src/other/libz/deflate.h
===================================================================
--- brlcad/branches/cmake/src/other/libz/deflate.h      2011-01-16 21:51:15 UTC 
(rev 42337)
+++ brlcad/branches/cmake/src/other/libz/deflate.h      2011-01-16 21:52:01 UTC 
(rev 42338)
@@ -8,7 +8,7 @@
    subject to change. Applications should only use zlib.h.
  */
 
-/* @(#) $Id$ */
+/* @(#) $Id: deflate.h 41871 2010-12-30 20:03:59Z starseeker $ */
 
 #ifndef DEFLATE_H
 #define DEFLATE_H

Modified: brlcad/branches/cmake/src/other/libz/example.c
===================================================================
--- brlcad/branches/cmake/src/other/libz/example.c      2011-01-16 21:51:15 UTC 
(rev 42337)
+++ brlcad/branches/cmake/src/other/libz/example.c      2011-01-16 21:52:01 UTC 
(rev 42338)
@@ -3,7 +3,7 @@
  * For conditions of distribution and use, see copyright notice in zlib.h
  */
 
-/* @(#) $Id$ */
+/* @(#) $Id: example.c 41871 2010-12-30 20:03:59Z starseeker $ */
 
 #include "zlib.h"
 #include <stdio.h>

Modified: brlcad/branches/cmake/src/other/libz/minigzip.c
===================================================================
--- brlcad/branches/cmake/src/other/libz/minigzip.c     2011-01-16 21:51:15 UTC 
(rev 42337)
+++ brlcad/branches/cmake/src/other/libz/minigzip.c     2011-01-16 21:52:01 UTC 
(rev 42338)
@@ -13,7 +13,7 @@
  * or in pipe mode.
  */
 
-/* @(#) $Id$ */
+/* @(#) $Id: minigzip.c 41871 2010-12-30 20:03:59Z starseeker $ */
 
 #include "zlib.h"
 #include <stdio.h>

Modified: brlcad/branches/cmake/src/other/libz/trees.c
===================================================================
--- brlcad/branches/cmake/src/other/libz/trees.c        2011-01-16 21:51:15 UTC 
(rev 42337)
+++ brlcad/branches/cmake/src/other/libz/trees.c        2011-01-16 21:52:01 UTC 
(rev 42338)
@@ -30,7 +30,7 @@
  *          Addison-Wesley, 1983. ISBN 0-201-06672-6.
  */
 
-/* @(#) $Id$ */
+/* @(#) $Id: trees.c 41871 2010-12-30 20:03:59Z starseeker $ */
 
 /* #define GEN_TREES_H */
 

Modified: brlcad/branches/cmake/src/other/libz/uncompr.c
===================================================================
--- brlcad/branches/cmake/src/other/libz/uncompr.c      2011-01-16 21:51:15 UTC 
(rev 42337)
+++ brlcad/branches/cmake/src/other/libz/uncompr.c      2011-01-16 21:52:01 UTC 
(rev 42338)
@@ -3,7 +3,7 @@
  * For conditions of distribution and use, see copyright notice in zlib.h
  */
 
-/* @(#) $Id$ */
+/* @(#) $Id: uncompr.c 41871 2010-12-30 20:03:59Z starseeker $ */
 
 #define ZLIB_INTERNAL
 #include "zlib.h"

Modified: brlcad/branches/cmake/src/other/libz/zconf.h
===================================================================
--- brlcad/branches/cmake/src/other/libz/zconf.h        2011-01-16 21:51:15 UTC 
(rev 42337)
+++ brlcad/branches/cmake/src/other/libz/zconf.h        2011-01-16 21:52:01 UTC 
(rev 42338)
@@ -3,7 +3,7 @@
  * For conditions of distribution and use, see copyright notice in zlib.h
  */
 
-/* @(#) $Id: zconf.h 41871 2010-12-30 20:03:59Z starseeker $ */
+/* @(#) $Id: zconf.h 41902 2011-01-02 14:47:37Z brlcad $ */
 
 #ifndef ZCONF_H
 #define ZCONF_H

Modified: brlcad/branches/cmake/src/other/libz/zutil.c
===================================================================
--- brlcad/branches/cmake/src/other/libz/zutil.c        2011-01-16 21:51:15 UTC 
(rev 42337)
+++ brlcad/branches/cmake/src/other/libz/zutil.c        2011-01-16 21:52:01 UTC 
(rev 42338)
@@ -3,7 +3,7 @@
  * For conditions of distribution and use, see copyright notice in zlib.h
  */
 
-/* @(#) $Id$ */
+/* @(#) $Id: zutil.c 41871 2010-12-30 20:03:59Z starseeker $ */
 
 #include "zutil.h"
 

Modified: brlcad/branches/cmake/src/other/libz/zutil.h
===================================================================
--- brlcad/branches/cmake/src/other/libz/zutil.h        2011-01-16 21:51:15 UTC 
(rev 42337)
+++ brlcad/branches/cmake/src/other/libz/zutil.h        2011-01-16 21:52:01 UTC 
(rev 42338)
@@ -8,7 +8,7 @@
    subject to change. Applications should only use zlib.h.
  */
 
-/* @(#) $Id$ */
+/* @(#) $Id: zutil.h 41871 2010-12-30 20:03:59Z starseeker $ */
 
 #ifndef ZUTIL_H
 #define ZUTIL_H


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to