[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

kocienda kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 06:14:02 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit e98828e7a045f71ab241c7dfa069d9ff2884b559
Author: kocienda <kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue May 21 14:50:11 2002 +0000

    2002-05-21  Kenneth Kocienda  <kocienda at apple.com>
    
            Merged these four include files into the precompiled header.
            These are used for the enhanced assertion/debuggin support I
            added yesterday.
    
            <signal.h>
            <sys/types.h>
            <sys/time.h>
            <sys/resource.h>
    
            * WebCore/WebCorePrefix.h
            * WebFoundation/WebFoundationPrefix.h
            * WebKit/WebFoundationPrefix.h
    
            * WebFoundation/WebFoundation.pbproj/project.pbxproj: PB decided that this file
            changed in some cryptic way.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1186 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2002-12-03 b/WebCore/ChangeLog-2002-12-03
index 878a602..3981e73 100644
--- a/WebCore/ChangeLog-2002-12-03
+++ b/WebCore/ChangeLog-2002-12-03
@@ -1,3 +1,16 @@
+2002-05-21  Kenneth Kocienda  <kocienda at apple.com>
+
+        Merged these four include files into the precompiled header.
+        These are used for the enhanced assertion/debuggin support I
+        added yesterday.
+
+        <signal.h>
+        <sys/types.h>
+        <sys/time.h>
+        <sys/resource.h>
+
+	* WebCorePrefix.h
+
 2002-05-20  Darin Adler  <darin at apple.com>
 
 	Forgot one file.
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index 878a602..3981e73 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,3 +1,16 @@
+2002-05-21  Kenneth Kocienda  <kocienda at apple.com>
+
+        Merged these four include files into the precompiled header.
+        These are used for the enhanced assertion/debuggin support I
+        added yesterday.
+
+        <signal.h>
+        <sys/types.h>
+        <sys/time.h>
+        <sys/resource.h>
+
+	* WebCorePrefix.h
+
 2002-05-20  Darin Adler  <darin at apple.com>
 
 	Forgot one file.
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 878a602..3981e73 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,16 @@
+2002-05-21  Kenneth Kocienda  <kocienda at apple.com>
+
+        Merged these four include files into the precompiled header.
+        These are used for the enhanced assertion/debuggin support I
+        added yesterday.
+
+        <signal.h>
+        <sys/types.h>
+        <sys/time.h>
+        <sys/resource.h>
+
+	* WebCorePrefix.h
+
 2002-05-20  Darin Adler  <darin at apple.com>
 
 	Forgot one file.
diff --git a/WebCore/WebCorePrefix.h b/WebCore/WebCorePrefix.h
index 5416b2f..d7567bc 100644
--- a/WebCore/WebCorePrefix.h
+++ b/WebCore/WebCorePrefix.h
@@ -25,6 +25,9 @@
 #include <sys/types.h>
 #include <sys/param.h>
 #include <sys/stat.h>
+#include <sys/time.h>
+#include <sys/resource.h>
+
 #include <time.h>
 
 #include <CoreFoundation/CoreFoundation.h>
diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 998ed96..8d3f19d 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,16 @@
+2002-05-21  Kenneth Kocienda  <kocienda at apple.com>
+
+        Merged these four include files into the precompiled header.
+        These are used for the enhanced assertion/debuggin support I
+        added yesterday.
+
+        <signal.h>
+        <sys/types.h>
+        <sys/time.h>
+        <sys/resource.h>
+
+	* WebKitPrefix.h
+
 2002-05-20  Chris Blumenberg  <cblu at apple.com>
 
 	Added support for plug-ins to send URL requests to certain targets.
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index 998ed96..8d3f19d 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,3 +1,16 @@
+2002-05-21  Kenneth Kocienda  <kocienda at apple.com>
+
+        Merged these four include files into the precompiled header.
+        These are used for the enhanced assertion/debuggin support I
+        added yesterday.
+
+        <signal.h>
+        <sys/types.h>
+        <sys/time.h>
+        <sys/resource.h>
+
+	* WebKitPrefix.h
+
 2002-05-20  Chris Blumenberg  <cblu at apple.com>
 
 	Added support for plug-ins to send URL requests to certain targets.
diff --git a/WebKit/WebKitPrefix.h b/WebKit/WebKitPrefix.h
index 605ccf9..f228924 100644
--- a/WebKit/WebKitPrefix.h
+++ b/WebKit/WebKitPrefix.h
@@ -5,6 +5,10 @@
 #import <fcntl.h>
 #import <errno.h>
 #import <unistd.h>
+#import <signal.h>
+#import <sys/types.h>
+#import <sys/time.h>
+#import <sys/resource.h>
 
 #import <pthread.h>
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list