toolchains: branch master updated. bb8b6345eba7ed075fab7168ce63a71e12aa4086
by NetSurf Browser Project
Gitweb links:
...log http://git.netsurf-browser.org/toolchains.git/shortlog/bb8b6345eba7ed075f...
...commit http://git.netsurf-browser.org/toolchains.git/commit/bb8b6345eba7ed075fab...
...tree http://git.netsurf-browser.org/toolchains.git/tree/bb8b6345eba7ed075fab71...
The branch, master has been updated
via bb8b6345eba7ed075fab7168ce63a71e12aa4086 (commit)
from a03b3225192dbb9836ea8088cd77161d64254e8e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff http://git.netsurf-browser.org/toolchains.git/commit/?id=bb8b6345eba7ed07...
commit bb8b6345eba7ed075fab7168ce63a71e12aa4086
Author: Vincent Sanders <vince(a)kyllikki.org>
Commit: Vincent Sanders <vince(a)kyllikki.org>
update amiga patches to new curl version
diff --git a/sdk/recipes/patches/libcurl/m68k-unknown-amigaos/src.tool_operate.c.p b/sdk/recipes/patches/libcurl/m68k-unknown-amigaos/src.tool_operate.c.p
index 3f521af..945f8a5 100644
--- a/sdk/recipes/patches/libcurl/m68k-unknown-amigaos/src.tool_operate.c.p
+++ b/sdk/recipes/patches/libcurl/m68k-unknown-amigaos/src.tool_operate.c.p
@@ -1,11 +1,11 @@
---- src/tool_operate.c.old 2012-10-19 21:42:57.000000000 +0100
-+++ src/tool_operate.c 2012-10-19 21:43:27.000000000 +0100
-@@ -1731,15 +1731,6 @@
+--- src/tool_operate.c.orig 2015-02-24 21:49:02.000000000 +0000
++++ src/tool_operate.c 2015-03-19 22:13:50.477958123 +0000
+@@ -1620,15 +1620,6 @@
}
}
-#ifdef __AMIGA__
-- if(!res && outs.s_isreg && outs.filename) {
+- if(!result && outs.s_isreg && outs.filename) {
- /* Set the url (up to 80 chars) as comment for the file */
- if(strlen(url) > 78)
- url[79] = '\0';
@@ -15,4 +15,4 @@
-
#ifdef HAVE_UTIME
/* File time can only be set _after_ the file has been closed */
- if(!res && config->remote_time && outs.s_isreg && outs.filename) {
+ if(!result && config->remote_time && outs.s_isreg && outs.filename) {
diff --git a/sdk/recipes/patches/libcurl/ppc-amigaos/src.tool_operate.c.p b/sdk/recipes/patches/libcurl/ppc-amigaos/src.tool_operate.c.p
index 3f521af..945f8a5 100644
--- a/sdk/recipes/patches/libcurl/ppc-amigaos/src.tool_operate.c.p
+++ b/sdk/recipes/patches/libcurl/ppc-amigaos/src.tool_operate.c.p
@@ -1,11 +1,11 @@
---- src/tool_operate.c.old 2012-10-19 21:42:57.000000000 +0100
-+++ src/tool_operate.c 2012-10-19 21:43:27.000000000 +0100
-@@ -1731,15 +1731,6 @@
+--- src/tool_operate.c.orig 2015-02-24 21:49:02.000000000 +0000
++++ src/tool_operate.c 2015-03-19 22:13:50.477958123 +0000
+@@ -1620,15 +1620,6 @@
}
}
-#ifdef __AMIGA__
-- if(!res && outs.s_isreg && outs.filename) {
+- if(!result && outs.s_isreg && outs.filename) {
- /* Set the url (up to 80 chars) as comment for the file */
- if(strlen(url) > 78)
- url[79] = '\0';
@@ -15,4 +15,4 @@
-
#ifdef HAVE_UTIME
/* File time can only be set _after_ the file has been closed */
- if(!res && config->remote_time && outs.s_isreg && outs.filename) {
+ if(!result && config->remote_time && outs.s_isreg && outs.filename) {
-----------------------------------------------------------------------
Summary of changes:
.../libcurl/m68k-unknown-amigaos/src.tool_operate.c.p | 10 +++++-----
sdk/recipes/patches/libcurl/ppc-amigaos/src.tool_operate.c.p | 10 +++++-----
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/sdk/recipes/patches/libcurl/m68k-unknown-amigaos/src.tool_operate.c.p b/sdk/recipes/patches/libcurl/m68k-unknown-amigaos/src.tool_operate.c.p
index 3f521af..945f8a5 100644
--- a/sdk/recipes/patches/libcurl/m68k-unknown-amigaos/src.tool_operate.c.p
+++ b/sdk/recipes/patches/libcurl/m68k-unknown-amigaos/src.tool_operate.c.p
@@ -1,11 +1,11 @@
---- src/tool_operate.c.old 2012-10-19 21:42:57.000000000 +0100
-+++ src/tool_operate.c 2012-10-19 21:43:27.000000000 +0100
-@@ -1731,15 +1731,6 @@
+--- src/tool_operate.c.orig 2015-02-24 21:49:02.000000000 +0000
++++ src/tool_operate.c 2015-03-19 22:13:50.477958123 +0000
+@@ -1620,15 +1620,6 @@
}
}
-#ifdef __AMIGA__
-- if(!res && outs.s_isreg && outs.filename) {
+- if(!result && outs.s_isreg && outs.filename) {
- /* Set the url (up to 80 chars) as comment for the file */
- if(strlen(url) > 78)
- url[79] = '\0';
@@ -15,4 +15,4 @@
-
#ifdef HAVE_UTIME
/* File time can only be set _after_ the file has been closed */
- if(!res && config->remote_time && outs.s_isreg && outs.filename) {
+ if(!result && config->remote_time && outs.s_isreg && outs.filename) {
diff --git a/sdk/recipes/patches/libcurl/ppc-amigaos/src.tool_operate.c.p b/sdk/recipes/patches/libcurl/ppc-amigaos/src.tool_operate.c.p
index 3f521af..945f8a5 100644
--- a/sdk/recipes/patches/libcurl/ppc-amigaos/src.tool_operate.c.p
+++ b/sdk/recipes/patches/libcurl/ppc-amigaos/src.tool_operate.c.p
@@ -1,11 +1,11 @@
---- src/tool_operate.c.old 2012-10-19 21:42:57.000000000 +0100
-+++ src/tool_operate.c 2012-10-19 21:43:27.000000000 +0100
-@@ -1731,15 +1731,6 @@
+--- src/tool_operate.c.orig 2015-02-24 21:49:02.000000000 +0000
++++ src/tool_operate.c 2015-03-19 22:13:50.477958123 +0000
+@@ -1620,15 +1620,6 @@
}
}
-#ifdef __AMIGA__
-- if(!res && outs.s_isreg && outs.filename) {
+- if(!result && outs.s_isreg && outs.filename) {
- /* Set the url (up to 80 chars) as comment for the file */
- if(strlen(url) > 78)
- url[79] = '\0';
@@ -15,4 +15,4 @@
-
#ifdef HAVE_UTIME
/* File time can only be set _after_ the file has been closed */
- if(!res && config->remote_time && outs.s_isreg && outs.filename) {
+ if(!result && config->remote_time && outs.s_isreg && outs.filename) {
--
Cross-compilation toolchains and environments
7 years, 10 months
toolchains: branch master updated. a03b3225192dbb9836ea8088cd77161d64254e8e
by NetSurf Browser Project
Gitweb links:
...log http://git.netsurf-browser.org/toolchains.git/shortlog/a03b3225192dbb9836...
...commit http://git.netsurf-browser.org/toolchains.git/commit/a03b3225192dbb9836ea...
...tree http://git.netsurf-browser.org/toolchains.git/tree/a03b3225192dbb9836ea80...
The branch, master has been updated
via a03b3225192dbb9836ea8088cd77161d64254e8e (commit)
from a7b434369f441a5adf6543bf6d8390e3bdbbec9d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff http://git.netsurf-browser.org/toolchains.git/commit/?id=a03b3225192dbb98...
commit a03b3225192dbb9836ea8088cd77161d64254e8e
Author: John-Mark Bell <jmb(a)netsurf-browser.org>
Commit: John-Mark Bell <jmb(a)netsurf-browser.org>
Fix up context in OpenSSL patches
diff --git a/sdk/recipes/patches/openssl/m68k-unknown-amigaos/apps.apps.c.p b/sdk/recipes/patches/openssl/m68k-unknown-amigaos/apps.apps.c.p
index 25afe8f..947eeca 100644
--- a/sdk/recipes/patches/openssl/m68k-unknown-amigaos/apps.apps.c.p
+++ b/sdk/recipes/patches/openssl/m68k-unknown-amigaos/apps.apps.c.p
@@ -1,6 +1,6 @@
--- apps.c 2014-10-15 13:53:39.000000000 +0100
+++ apps/apps.c 2015-01-05 21:02:13.650018727 +0000
-@@ -2872,11 +2872,12 @@ double app_tminterval(int stop,int usert
+@@ -2872,10 +2872,11 @@ double app_tminterval(int stop, int user
struct rusage rus;
struct timeval now;
static struct timeval tmstart;
diff --git a/sdk/recipes/patches/openssl/m68k-unknown-amigaos/no-term.p b/sdk/recipes/patches/openssl/m68k-unknown-amigaos/no-term.p
index b83f0dd..890cef3 100644
--- a/sdk/recipes/patches/openssl/m68k-unknown-amigaos/no-term.p
+++ b/sdk/recipes/patches/openssl/m68k-unknown-amigaos/no-term.p
@@ -1,7 +1,7 @@
--- crypto/ui/ui_openssl.c.orig 2011-03-08 22:37:51.000000000 +0000
+++ crypto/ui/ui_openssl.c 2011-03-08 22:39:00.000000000 +0000
-@@ -220,6 +220,12 @@
- #undef SGTTY
+@@ -218,6 +218,12 @@
+
#endif
+#if defined(OPENSSL_SYS_AMIGAOS3)
@@ -13,7 +13,7 @@
#ifdef TERMIOS
# include <termios.h>
# define TTY_STRUCT struct termios
-@@ -268,7 +274,7 @@
+@@ -266,7 +272,7 @@
typedef int sig_atomic_t;
#endif
diff --git a/sdk/recipes/patches/openssl/ppc-amigaos/no-alarm.p b/sdk/recipes/patches/openssl/ppc-amigaos/no-alarm.p
index 3f5bf17..1a287b1 100644
--- a/sdk/recipes/patches/openssl/ppc-amigaos/no-alarm.p
+++ b/sdk/recipes/patches/openssl/ppc-amigaos/no-alarm.p
@@ -10,4 +10,4 @@
+
# undef BUFSIZE
# define BUFSIZE ((long)1024*8+1)
- static volatile int run=0;
+ static volatile int run = 0;
diff --git a/sdk/recipes/patches/openssl/ppc-amigaos/no-term.p b/sdk/recipes/patches/openssl/ppc-amigaos/no-term.p
index 24bdb86..d8d4d1c 100644
--- a/sdk/recipes/patches/openssl/ppc-amigaos/no-term.p
+++ b/sdk/recipes/patches/openssl/ppc-amigaos/no-term.p
@@ -1,7 +1,7 @@
--- crypto/ui/ui_openssl.c.orig 2011-03-08 22:37:51.000000000 +0000
+++ crypto/ui/ui_openssl.c 2011-03-08 22:39:00.000000000 +0000
-@@ -220,6 +220,12 @@
- #undef SGTTY
+@@ -218,6 +218,12 @@
+
#endif
+#if defined(OPENSSL_SYS_AMIGAOS4)
@@ -13,7 +13,7 @@
#ifdef TERMIOS
# include <termios.h>
# define TTY_STRUCT struct termios
-@@ -268,7 +274,7 @@
+@@ -266,7 +272,7 @@
typedef int sig_atomic_t;
#endif
-----------------------------------------------------------------------
Summary of changes:
sdk/recipes/patches/openssl/m68k-unknown-amigaos/apps.apps.c.p | 2 +-
sdk/recipes/patches/openssl/m68k-unknown-amigaos/no-term.p | 6 +++---
sdk/recipes/patches/openssl/ppc-amigaos/no-alarm.p | 2 +-
sdk/recipes/patches/openssl/ppc-amigaos/no-term.p | 6 +++---
4 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/sdk/recipes/patches/openssl/m68k-unknown-amigaos/apps.apps.c.p b/sdk/recipes/patches/openssl/m68k-unknown-amigaos/apps.apps.c.p
index 25afe8f..947eeca 100644
--- a/sdk/recipes/patches/openssl/m68k-unknown-amigaos/apps.apps.c.p
+++ b/sdk/recipes/patches/openssl/m68k-unknown-amigaos/apps.apps.c.p
@@ -1,6 +1,6 @@
--- apps.c 2014-10-15 13:53:39.000000000 +0100
+++ apps/apps.c 2015-01-05 21:02:13.650018727 +0000
-@@ -2872,11 +2872,12 @@ double app_tminterval(int stop,int usert
+@@ -2872,10 +2872,11 @@ double app_tminterval(int stop, int user
struct rusage rus;
struct timeval now;
static struct timeval tmstart;
diff --git a/sdk/recipes/patches/openssl/m68k-unknown-amigaos/no-term.p b/sdk/recipes/patches/openssl/m68k-unknown-amigaos/no-term.p
index b83f0dd..890cef3 100644
--- a/sdk/recipes/patches/openssl/m68k-unknown-amigaos/no-term.p
+++ b/sdk/recipes/patches/openssl/m68k-unknown-amigaos/no-term.p
@@ -1,7 +1,7 @@
--- crypto/ui/ui_openssl.c.orig 2011-03-08 22:37:51.000000000 +0000
+++ crypto/ui/ui_openssl.c 2011-03-08 22:39:00.000000000 +0000
-@@ -220,6 +220,12 @@
- #undef SGTTY
+@@ -218,6 +218,12 @@
+
#endif
+#if defined(OPENSSL_SYS_AMIGAOS3)
@@ -13,7 +13,7 @@
#ifdef TERMIOS
# include <termios.h>
# define TTY_STRUCT struct termios
-@@ -268,7 +274,7 @@
+@@ -266,7 +272,7 @@
typedef int sig_atomic_t;
#endif
diff --git a/sdk/recipes/patches/openssl/ppc-amigaos/no-alarm.p b/sdk/recipes/patches/openssl/ppc-amigaos/no-alarm.p
index 3f5bf17..1a287b1 100644
--- a/sdk/recipes/patches/openssl/ppc-amigaos/no-alarm.p
+++ b/sdk/recipes/patches/openssl/ppc-amigaos/no-alarm.p
@@ -10,4 +10,4 @@
+
# undef BUFSIZE
# define BUFSIZE ((long)1024*8+1)
- static volatile int run=0;
+ static volatile int run = 0;
diff --git a/sdk/recipes/patches/openssl/ppc-amigaos/no-term.p b/sdk/recipes/patches/openssl/ppc-amigaos/no-term.p
index 24bdb86..d8d4d1c 100644
--- a/sdk/recipes/patches/openssl/ppc-amigaos/no-term.p
+++ b/sdk/recipes/patches/openssl/ppc-amigaos/no-term.p
@@ -1,7 +1,7 @@
--- crypto/ui/ui_openssl.c.orig 2011-03-08 22:37:51.000000000 +0000
+++ crypto/ui/ui_openssl.c 2011-03-08 22:39:00.000000000 +0000
-@@ -220,6 +220,12 @@
- #undef SGTTY
+@@ -218,6 +218,12 @@
+
#endif
+#if defined(OPENSSL_SYS_AMIGAOS4)
@@ -13,7 +13,7 @@
#ifdef TERMIOS
# include <termios.h>
# define TTY_STRUCT struct termios
-@@ -268,7 +274,7 @@
+@@ -266,7 +272,7 @@
typedef int sig_atomic_t;
#endif
--
Cross-compilation toolchains and environments
7 years, 10 months
toolchains: branch master updated. a7b434369f441a5adf6543bf6d8390e3bdbbec9d
by NetSurf Browser Project
Gitweb links:
...log http://git.netsurf-browser.org/toolchains.git/shortlog/a7b434369f441a5adf...
...commit http://git.netsurf-browser.org/toolchains.git/commit/a7b434369f441a5adf65...
...tree http://git.netsurf-browser.org/toolchains.git/tree/a7b434369f441a5adf6543...
The branch, master has been updated
via a7b434369f441a5adf6543bf6d8390e3bdbbec9d (commit)
from 96ebcbd5cfa0859079a06de9013ecac3bfcd21a0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff http://git.netsurf-browser.org/toolchains.git/commit/?id=a7b434369f441a5a...
commit a7b434369f441a5adf6543bf6d8390e3bdbbec9d
Author: John-Mark Bell <jmb(a)netsurf-browser.org>
Commit: John-Mark Bell <jmb(a)netsurf-browser.org>
Refresh patches for OpenSSL 1.0.1m
diff --git a/sdk/recipes/patches/openssl/m68k-unknown-amigaos/apps.apps.c.p b/sdk/recipes/patches/openssl/m68k-unknown-amigaos/apps.apps.c.p
index 3f3a4ec..25afe8f 100644
--- a/sdk/recipes/patches/openssl/m68k-unknown-amigaos/apps.apps.c.p
+++ b/sdk/recipes/patches/openssl/m68k-unknown-amigaos/apps.apps.c.p
@@ -1,16 +1,15 @@
--- apps.c 2014-10-15 13:53:39.000000000 +0100
+++ apps/apps.c 2015-01-05 21:02:13.650018727 +0000
-@@ -3009,9 +3009,11 @@ double app_tminterval(int stop,int usert
- struct rusage rus;
- struct timeval now;
- static struct timeval tmstart;
+@@ -2872,11 +2872,12 @@ double app_tminterval(int stop,int usert
+ struct rusage rus;
+ struct timeval now;
+ static struct timeval tmstart;
-
+#if !defined(OPENSSL_SYS_AMIGAOS3)
- if (usertime) getrusage(RUSAGE_SELF,&rus), now = rus.ru_utime;
-- else gettimeofday(&now,NULL);
-+ else
+ if (usertime)
+ getrusage(RUSAGE_SELF, &rus), now = rus.ru_utime;
+ else
+#endif
-+ gettimeofday(&now,NULL);
+ gettimeofday(&now, NULL);
- if (stop==TM_START) tmstart = now;
- else ret = ( (now.tv_sec+now.tv_usec*1e-6)
+ if (stop == TM_START)
diff --git a/sdk/recipes/patches/openssl/m68k-unknown-amigaos/no-term.p b/sdk/recipes/patches/openssl/m68k-unknown-amigaos/no-term.p
index 337dc87..b83f0dd 100644
--- a/sdk/recipes/patches/openssl/m68k-unknown-amigaos/no-term.p
+++ b/sdk/recipes/patches/openssl/m68k-unknown-amigaos/no-term.p
@@ -12,9 +12,9 @@
+
#ifdef TERMIOS
# include <termios.h>
- # define TTY_STRUCT struct termios
+ # define TTY_STRUCT struct termios
@@ -268,7 +274,7 @@
- typedef int sig_atomic_t;
+ typedef int sig_atomic_t;
#endif
-#if defined(OPENSSL_SYS_MACINTOSH_CLASSIC) || defined(MAC_OS_GUSI_SOURCE) || defined(OPENSSL_SYS_NETWARE)
diff --git a/sdk/recipes/patches/openssl/ppc-amigaos/memory.h.p b/sdk/recipes/patches/openssl/ppc-amigaos/memory.h.p
index 898748b..4da5a6d 100644
--- a/sdk/recipes/patches/openssl/ppc-amigaos/memory.h.p
+++ b/sdk/recipes/patches/openssl/ppc-amigaos/memory.h.p
@@ -1,5 +1,5 @@
---- crypto/jpake/jpake.c.orig 2011-03-08 22:19:36.000000000 +0000
-+++ crypto/jpake/jpake.c 2011-03-08 22:19:49.000000000 +0000
+--- crypto/jpake/jpake.c.orig 2011-03-08 22:19:36.000000000 +0000
++++ crypto/jpake/jpake.c 2011-03-08 22:19:49.000000000 +0000
@@ -3,7 +3,7 @@
#include <openssl/crypto.h>
#include <openssl/sha.h>
@@ -11,12 +11,12 @@
* In the definition, (xa, xb, xc, xd) are Alice's (x1, x2, x3, x4) or
--- crypto/pkcs7/bio_pk7.c.orig 2011-03-08 22:21:16.000000000 +0000
+++ crypto/pkcs7/bio_pk7.c 2011-03-08 22:21:23.000000000 +0000
-@@ -57,7 +57,7 @@
+@@ -58,7 +58,7 @@
#include <openssl/bio.h>
#if !defined(OPENSSL_SYSNAME_NETWARE) && !defined(OPENSSL_SYSNAME_VXWORKS)
--#include <memory.h>
-+#include <string.h>
+-# include <memory.h>
++# include <string.h>
#endif
#include <stdio.h>
diff --git a/sdk/recipes/patches/openssl/ppc-amigaos/no-alarm.p b/sdk/recipes/patches/openssl/ppc-amigaos/no-alarm.p
index 96d339f..3f5bf17 100644
--- a/sdk/recipes/patches/openssl/ppc-amigaos/no-alarm.p
+++ b/sdk/recipes/patches/openssl/ppc-amigaos/no-alarm.p
@@ -1,13 +1,13 @@
--- apps/speed.c.orig 2011-03-08 22:44:56.000000000 +0000
+++ apps/speed.c 2011-03-08 22:48:10.000000000 +0000
-@@ -223,6 +223,10 @@
- #define NO_FORK
- #endif
+@@ -225,6 +225,10 @@
+ # define NO_FORK
+ # endif
-+#ifdef OPENSSL_SYS_AMIGAOS4
-+#undef SIGALRM
-+#endif
++# ifdef OPENSSL_SYS_AMIGAOS4
++# undef SIGALRM
++# endif
+
- #undef BUFSIZE
- #define BUFSIZE ((long)1024*8+1)
+ # undef BUFSIZE
+ # define BUFSIZE ((long)1024*8+1)
static volatile int run=0;
diff --git a/sdk/recipes/patches/openssl/ppc-amigaos/no-term.p b/sdk/recipes/patches/openssl/ppc-amigaos/no-term.p
index 606e3f1..24bdb86 100644
--- a/sdk/recipes/patches/openssl/ppc-amigaos/no-term.p
+++ b/sdk/recipes/patches/openssl/ppc-amigaos/no-term.p
@@ -12,9 +12,9 @@
+
#ifdef TERMIOS
# include <termios.h>
- # define TTY_STRUCT struct termios
+ # define TTY_STRUCT struct termios
@@ -268,7 +274,7 @@
- typedef int sig_atomic_t;
+ typedef int sig_atomic_t;
#endif
-#if defined(OPENSSL_SYS_MACINTOSH_CLASSIC) || defined(MAC_OS_GUSI_SOURCE) || defined(OPENSSL_SYS_NETWARE)
-----------------------------------------------------------------------
Summary of changes:
.../openssl/m68k-unknown-amigaos/apps.apps.c.p | 19 +++++++++----------
.../patches/openssl/m68k-unknown-amigaos/no-term.p | 4 ++--
sdk/recipes/patches/openssl/ppc-amigaos/memory.h.p | 10 +++++-----
sdk/recipes/patches/openssl/ppc-amigaos/no-alarm.p | 16 ++++++++--------
sdk/recipes/patches/openssl/ppc-amigaos/no-term.p | 4 ++--
5 files changed, 26 insertions(+), 27 deletions(-)
diff --git a/sdk/recipes/patches/openssl/m68k-unknown-amigaos/apps.apps.c.p b/sdk/recipes/patches/openssl/m68k-unknown-amigaos/apps.apps.c.p
index 3f3a4ec..25afe8f 100644
--- a/sdk/recipes/patches/openssl/m68k-unknown-amigaos/apps.apps.c.p
+++ b/sdk/recipes/patches/openssl/m68k-unknown-amigaos/apps.apps.c.p
@@ -1,16 +1,15 @@
--- apps.c 2014-10-15 13:53:39.000000000 +0100
+++ apps/apps.c 2015-01-05 21:02:13.650018727 +0000
-@@ -3009,9 +3009,11 @@ double app_tminterval(int stop,int usert
- struct rusage rus;
- struct timeval now;
- static struct timeval tmstart;
+@@ -2872,11 +2872,12 @@ double app_tminterval(int stop,int usert
+ struct rusage rus;
+ struct timeval now;
+ static struct timeval tmstart;
-
+#if !defined(OPENSSL_SYS_AMIGAOS3)
- if (usertime) getrusage(RUSAGE_SELF,&rus), now = rus.ru_utime;
-- else gettimeofday(&now,NULL);
-+ else
+ if (usertime)
+ getrusage(RUSAGE_SELF, &rus), now = rus.ru_utime;
+ else
+#endif
-+ gettimeofday(&now,NULL);
+ gettimeofday(&now, NULL);
- if (stop==TM_START) tmstart = now;
- else ret = ( (now.tv_sec+now.tv_usec*1e-6)
+ if (stop == TM_START)
diff --git a/sdk/recipes/patches/openssl/m68k-unknown-amigaos/no-term.p b/sdk/recipes/patches/openssl/m68k-unknown-amigaos/no-term.p
index 337dc87..b83f0dd 100644
--- a/sdk/recipes/patches/openssl/m68k-unknown-amigaos/no-term.p
+++ b/sdk/recipes/patches/openssl/m68k-unknown-amigaos/no-term.p
@@ -12,9 +12,9 @@
+
#ifdef TERMIOS
# include <termios.h>
- # define TTY_STRUCT struct termios
+ # define TTY_STRUCT struct termios
@@ -268,7 +274,7 @@
- typedef int sig_atomic_t;
+ typedef int sig_atomic_t;
#endif
-#if defined(OPENSSL_SYS_MACINTOSH_CLASSIC) || defined(MAC_OS_GUSI_SOURCE) || defined(OPENSSL_SYS_NETWARE)
diff --git a/sdk/recipes/patches/openssl/ppc-amigaos/memory.h.p b/sdk/recipes/patches/openssl/ppc-amigaos/memory.h.p
index 898748b..4da5a6d 100644
--- a/sdk/recipes/patches/openssl/ppc-amigaos/memory.h.p
+++ b/sdk/recipes/patches/openssl/ppc-amigaos/memory.h.p
@@ -1,5 +1,5 @@
---- crypto/jpake/jpake.c.orig 2011-03-08 22:19:36.000000000 +0000
-+++ crypto/jpake/jpake.c 2011-03-08 22:19:49.000000000 +0000
+--- crypto/jpake/jpake.c.orig 2011-03-08 22:19:36.000000000 +0000
++++ crypto/jpake/jpake.c 2011-03-08 22:19:49.000000000 +0000
@@ -3,7 +3,7 @@
#include <openssl/crypto.h>
#include <openssl/sha.h>
@@ -11,12 +11,12 @@
* In the definition, (xa, xb, xc, xd) are Alice's (x1, x2, x3, x4) or
--- crypto/pkcs7/bio_pk7.c.orig 2011-03-08 22:21:16.000000000 +0000
+++ crypto/pkcs7/bio_pk7.c 2011-03-08 22:21:23.000000000 +0000
-@@ -57,7 +57,7 @@
+@@ -58,7 +58,7 @@
#include <openssl/bio.h>
#if !defined(OPENSSL_SYSNAME_NETWARE) && !defined(OPENSSL_SYSNAME_VXWORKS)
--#include <memory.h>
-+#include <string.h>
+-# include <memory.h>
++# include <string.h>
#endif
#include <stdio.h>
diff --git a/sdk/recipes/patches/openssl/ppc-amigaos/no-alarm.p b/sdk/recipes/patches/openssl/ppc-amigaos/no-alarm.p
index 96d339f..3f5bf17 100644
--- a/sdk/recipes/patches/openssl/ppc-amigaos/no-alarm.p
+++ b/sdk/recipes/patches/openssl/ppc-amigaos/no-alarm.p
@@ -1,13 +1,13 @@
--- apps/speed.c.orig 2011-03-08 22:44:56.000000000 +0000
+++ apps/speed.c 2011-03-08 22:48:10.000000000 +0000
-@@ -223,6 +223,10 @@
- #define NO_FORK
- #endif
+@@ -225,6 +225,10 @@
+ # define NO_FORK
+ # endif
-+#ifdef OPENSSL_SYS_AMIGAOS4
-+#undef SIGALRM
-+#endif
++# ifdef OPENSSL_SYS_AMIGAOS4
++# undef SIGALRM
++# endif
+
- #undef BUFSIZE
- #define BUFSIZE ((long)1024*8+1)
+ # undef BUFSIZE
+ # define BUFSIZE ((long)1024*8+1)
static volatile int run=0;
diff --git a/sdk/recipes/patches/openssl/ppc-amigaos/no-term.p b/sdk/recipes/patches/openssl/ppc-amigaos/no-term.p
index 606e3f1..24bdb86 100644
--- a/sdk/recipes/patches/openssl/ppc-amigaos/no-term.p
+++ b/sdk/recipes/patches/openssl/ppc-amigaos/no-term.p
@@ -12,9 +12,9 @@
+
#ifdef TERMIOS
# include <termios.h>
- # define TTY_STRUCT struct termios
+ # define TTY_STRUCT struct termios
@@ -268,7 +274,7 @@
- typedef int sig_atomic_t;
+ typedef int sig_atomic_t;
#endif
-#if defined(OPENSSL_SYS_MACINTOSH_CLASSIC) || defined(MAC_OS_GUSI_SOURCE) || defined(OPENSSL_SYS_NETWARE)
--
Cross-compilation toolchains and environments
7 years, 10 months
netsurf-all: branch master updated. release/3.3-1-g123b6ed
by NetSurf Browser Project
Gitweb links:
...log http://git.netsurf-browser.org/netsurf-all.git/shortlog/123b6ed1dc51a1cba...
...commit http://git.netsurf-browser.org/netsurf-all.git/commit/123b6ed1dc51a1cba9a...
...tree http://git.netsurf-browser.org/netsurf-all.git/tree/123b6ed1dc51a1cba9a67...
The branch, master has been updated
via 123b6ed1dc51a1cba9a6719dacb7110c7bbdc887 (commit)
from 3d64cbf8e8eb9ba01779f2cca30ed03efc07bd60 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff http://git.netsurf-browser.org/netsurf-all.git/commit/?id=123b6ed1dc51a1c...
commit 123b6ed1dc51a1cba9a6719dacb7110c7bbdc887
Author: Vincent Sanders <vince(a)kyllikki.org>
Commit: Vincent Sanders <vince(a)kyllikki.org>
Improve all makefile to pass verbose build flags
diff --git a/Makefile b/Makefile
index dfb9230..1c4e821 100644
--- a/Makefile
+++ b/Makefile
@@ -49,6 +49,15 @@ BUILD ?= $(shell cc -dumpmachine)
# The host we are targetting
HOST ?= $(BUILD)
+# build verbosity.
+# NetSurf uses the kernel style quiet Q variable but we also need to cope with thr GNU V=1 style
+ifeq ($(V),1)
+ Q:=
+else
+ Q=@
+endif
+
+
# only build what we require for the target
ifeq ($(TARGET),riscos)
NSLIB_TARG := $(NSLIB_ALL_TARG) $(NSLIB_SVGTINY_TARG) $(NSLIB_RO_TARG)
@@ -83,25 +92,25 @@ endif
# clean macro for each sub target
define do_clean
- $(MAKE) distclean --directory=$1 HOST=$(HOST) NSSHARED=$(TMP_NSSHARED)
+ $(MAKE) distclean --directory=$1 HOST=$(HOST) NSSHARED=$(TMP_NSSHARED) Q=$(Q)
endef
# clean macro for each host sub target
define do_build_clean
- $(MAKE) distclean --directory=$1 HOST=$(HOST) NSSHARED=$(TMP_NSSHARED)
+ $(MAKE) distclean --directory=$1 HOST=$(HOST) NSSHARED=$(TMP_NSSHARED) Q=$(Q)
endef
# prefixed install macro for each sub target
define do_prefix_install
- $(MAKE) install --directory=$1 HOST=$(HOST) PREFIX=$(TMP_PREFIX) DESTDIR=
+ $(MAKE) install --directory=$1 HOST=$(HOST) PREFIX=$(TMP_PREFIX) Q=$(Q) DESTDIR=
endef
# prefixed install macro for each host sub target
define do_build_prefix_install
- $(MAKE) install --directory=$1 HOST=$(BUILD) PREFIX=$(TMP_PREFIX) DESTDIR=
+ $(MAKE) install --directory=$1 HOST=$(BUILD) PREFIX=$(TMP_PREFIX) Q=$(Q) DESTDIR=
endef
-----------------------------------------------------------------------
Summary of changes:
Makefile | 17 +++++++++++++----
1 file changed, 13 insertions(+), 4 deletions(-)
diff --git a/Makefile b/Makefile
index dfb9230..1c4e821 100644
--- a/Makefile
+++ b/Makefile
@@ -49,6 +49,15 @@ BUILD ?= $(shell cc -dumpmachine)
# The host we are targetting
HOST ?= $(BUILD)
+# build verbosity.
+# NetSurf uses the kernel style quiet Q variable but we also need to cope with thr GNU V=1 style
+ifeq ($(V),1)
+ Q:=
+else
+ Q=@
+endif
+
+
# only build what we require for the target
ifeq ($(TARGET),riscos)
NSLIB_TARG := $(NSLIB_ALL_TARG) $(NSLIB_SVGTINY_TARG) $(NSLIB_RO_TARG)
@@ -83,25 +92,25 @@ endif
# clean macro for each sub target
define do_clean
- $(MAKE) distclean --directory=$1 HOST=$(HOST) NSSHARED=$(TMP_NSSHARED)
+ $(MAKE) distclean --directory=$1 HOST=$(HOST) NSSHARED=$(TMP_NSSHARED) Q=$(Q)
endef
# clean macro for each host sub target
define do_build_clean
- $(MAKE) distclean --directory=$1 HOST=$(HOST) NSSHARED=$(TMP_NSSHARED)
+ $(MAKE) distclean --directory=$1 HOST=$(HOST) NSSHARED=$(TMP_NSSHARED) Q=$(Q)
endef
# prefixed install macro for each sub target
define do_prefix_install
- $(MAKE) install --directory=$1 HOST=$(HOST) PREFIX=$(TMP_PREFIX) DESTDIR=
+ $(MAKE) install --directory=$1 HOST=$(HOST) PREFIX=$(TMP_PREFIX) Q=$(Q) DESTDIR=
endef
# prefixed install macro for each host sub target
define do_build_prefix_install
- $(MAKE) install --directory=$1 HOST=$(BUILD) PREFIX=$(TMP_PREFIX) DESTDIR=
+ $(MAKE) install --directory=$1 HOST=$(BUILD) PREFIX=$(TMP_PREFIX) Q=$(Q) DESTDIR=
endef
--
NetSurf 'all' tree. Typically used for releases
7 years, 10 months
netsurf: branch master updated. release/3.3-12-g07634ee
by NetSurf Browser Project
Gitweb links:
...log http://git.netsurf-browser.org/netsurf.git/shortlog/07634ee58c5142f1be003...
...commit http://git.netsurf-browser.org/netsurf.git/commit/07634ee58c5142f1be003ea...
...tree http://git.netsurf-browser.org/netsurf.git/tree/07634ee58c5142f1be003eac4...
The branch, master has been updated
via 07634ee58c5142f1be003eac4171f3c5cd6ed657 (commit)
from a1f45dcf121abe51c09ed94fbcc7a19079468fcb (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff http://git.netsurf-browser.org/netsurf.git/commit/?id=07634ee58c5142f1be0...
commit 07634ee58c5142f1be003eac4171f3c5cd6ed657
Author: Vincent Sanders <vince(a)kyllikki.org>
Commit: Vincent Sanders <vince(a)kyllikki.org>
Update Shared Unix Library support module to version 1.12
diff --git a/riscos/distribution/!System/310/Modules/SharedULib,ffa b/riscos/distribution/!System/310/Modules/SharedULib,ffa
index 8854968..d0b735a 100644
Binary files a/riscos/distribution/!System/310/Modules/SharedULib,ffa and b/riscos/distribution/!System/310/Modules/SharedULib,ffa differ
-----------------------------------------------------------------------
Summary of changes:
riscos/distribution/!System/310/Modules/SharedULib,ffa | Bin 2852 -> 3096 bytes
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/riscos/distribution/!System/310/Modules/SharedULib,ffa b/riscos/distribution/!System/310/Modules/SharedULib,ffa
index 8854968..d0b735a 100644
Binary files a/riscos/distribution/!System/310/Modules/SharedULib,ffa and b/riscos/distribution/!System/310/Modules/SharedULib,ffa differ
--
NetSurf Browser
7 years, 10 months
netsurf: branch master updated. release/3.3-11-ga1f45dc
by NetSurf Browser Project
Gitweb links:
...log http://git.netsurf-browser.org/netsurf.git/shortlog/a1f45dcf121abe51c09ed...
...commit http://git.netsurf-browser.org/netsurf.git/commit/a1f45dcf121abe51c09ed94...
...tree http://git.netsurf-browser.org/netsurf.git/tree/a1f45dcf121abe51c09ed94fb...
The branch, master has been updated
via a1f45dcf121abe51c09ed94fbcc7a19079468fcb (commit)
from e7f1ad318f85d54bee0bd3e18e8a86cb6688622c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff http://git.netsurf-browser.org/netsurf.git/commit/?id=a1f45dcf121abe51c09...
commit a1f45dcf121abe51c09ed94fbcc7a19079468fcb
Author: David Gee <dr_d_gee(a)blueyonder.co.uk>
Commit: Vincent Sanders <vince(a)kyllikki.org>
Stop unneccessary closure of menu tree when asked for clipboard data.
Currently, when asked for clipboard data, Netsurf unconditionally closes the
menu tree of the requesting application. This occurs in the routine
ro_gui_send_datasave. There is no reason to close the menu tree: this function
is called in only one place, amd the code path is through Wimp user messages--
the highest priority type of message, so other interactions cannot interfere.
The fix removes the line which closes the menu tree in this particular function.
diff --git a/riscos/save.c b/riscos/save.c
index 69a8fe1..7b60239 100644
--- a/riscos/save.c
+++ b/riscos/save.c
@@ -723,7 +723,7 @@ void ro_gui_send_datasave(gui_save_type save_type,
{
/* Close the save window because otherwise we need two contexts
*/
- xwimp_create_menu(wimp_CLOSE_MENU, 0, 0);
+
ro_gui_dialog_close(dialog_saveas);
if (ro_message_send_message(wimp_USER_MESSAGE_RECORDED, (wimp_message*)message,
-----------------------------------------------------------------------
Summary of changes:
riscos/save.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/riscos/save.c b/riscos/save.c
index 69a8fe1..7b60239 100644
--- a/riscos/save.c
+++ b/riscos/save.c
@@ -723,7 +723,7 @@ void ro_gui_send_datasave(gui_save_type save_type,
{
/* Close the save window because otherwise we need two contexts
*/
- xwimp_create_menu(wimp_CLOSE_MENU, 0, 0);
+
ro_gui_dialog_close(dialog_saveas);
if (ro_message_send_message(wimp_USER_MESSAGE_RECORDED, (wimp_message*)message,
--
NetSurf Browser
7 years, 10 months
netsurf: branch master updated. release/3.3-10-ge7f1ad3
by NetSurf Browser Project
Gitweb links:
...log http://git.netsurf-browser.org/netsurf.git/shortlog/e7f1ad318f85d54bee0bd...
...commit http://git.netsurf-browser.org/netsurf.git/commit/e7f1ad318f85d54bee0bd3e...
...tree http://git.netsurf-browser.org/netsurf.git/tree/e7f1ad318f85d54bee0bd3e18...
The branch, master has been updated
via e7f1ad318f85d54bee0bd3e18e8a86cb6688622c (commit)
from f4d173b7ee6e99b5f20790a19f87bff358e073d3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff http://git.netsurf-browser.org/netsurf.git/commit/?id=e7f1ad318f85d54bee0...
commit e7f1ad318f85d54bee0bd3e18e8a86cb6688622c
Author: Vincent Sanders <vince(a)kyllikki.org>
Commit: Vincent Sanders <vince(a)kyllikki.org>
Create an empty !RunImage file in RISC OS page save apps
RISC OS apps take their creation date from the !RunImage apparently
and loose the data if the application directory gets copied without
one. Fixes #1970
diff --git a/riscos/save.c b/riscos/save.c
index 7090a91..69a8fe1 100644
--- a/riscos/save.c
+++ b/riscos/save.c
@@ -1069,6 +1069,15 @@ bool ro_gui_save_complete(hlcache_handle *h, char *path)
return false;
}
+ /* create an empty !Runimage so the date gets correctly set */
+ snprintf(buf, sizeof buf, "%s.!RunImage", path);
+ fp = fopen(buf, "w");
+ if (!fp) {
+ LOG(("Creating !RunImage failed: errno = %i", errno));
+ } else {
+ fclose(fp);
+ }
+
/* Make sure the sprite name matches the directory name, because
the user may have renamed the directory since we created the
thumbnail sprite */
-----------------------------------------------------------------------
Summary of changes:
riscos/save.c | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/riscos/save.c b/riscos/save.c
index 7090a91..69a8fe1 100644
--- a/riscos/save.c
+++ b/riscos/save.c
@@ -1069,6 +1069,15 @@ bool ro_gui_save_complete(hlcache_handle *h, char *path)
return false;
}
+ /* create an empty !Runimage so the date gets correctly set */
+ snprintf(buf, sizeof buf, "%s.!RunImage", path);
+ fp = fopen(buf, "w");
+ if (!fp) {
+ LOG(("Creating !RunImage failed: errno = %i", errno));
+ } else {
+ fclose(fp);
+ }
+
/* Make sure the sprite name matches the directory name, because
the user may have renamed the directory since we created the
thumbnail sprite */
--
NetSurf Browser
7 years, 10 months
netsurf: branch master updated. release/3.3-9-gf4d173b
by NetSurf Browser Project
Gitweb links:
...log http://git.netsurf-browser.org/netsurf.git/shortlog/f4d173b7ee6e99b5f2079...
...commit http://git.netsurf-browser.org/netsurf.git/commit/f4d173b7ee6e99b5f20790a...
...tree http://git.netsurf-browser.org/netsurf.git/tree/f4d173b7ee6e99b5f20790a19...
The branch, master has been updated
via f4d173b7ee6e99b5f20790a19f87bff358e073d3 (commit)
from 8657bc563a32235c9b99ade4c0009e71c681f62f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff http://git.netsurf-browser.org/netsurf.git/commit/?id=f4d173b7ee6e99b5f20...
commit f4d173b7ee6e99b5f20790a19f87bff358e073d3
Author: Michael Drake <tlsa(a)netsurf-browser.org>
Commit: Michael Drake <tlsa(a)netsurf-browser.org>
Remove unused #defines.
diff --git a/riscos/save.c b/riscos/save.c
index ee8bfc5..7090a91 100644
--- a/riscos/save.c
+++ b/riscos/save.c
@@ -1029,10 +1029,6 @@ static void ro_gui_save_set_file_type(const char *path, lwc_string *mime_type)
* \return true on success, false on error and error reported
*/
-#define WIDTH 64
-#define HEIGHT 64
-#define SPRITE_SIZE (16 + 44 + ((WIDTH / 2 + 3) & ~3) * HEIGHT / 2)
-
bool ro_gui_save_complete(hlcache_handle *h, char *path)
{
void *spr = ((byte *) saveas_area) + saveas_area->first;
-----------------------------------------------------------------------
Summary of changes:
riscos/save.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/riscos/save.c b/riscos/save.c
index ee8bfc5..7090a91 100644
--- a/riscos/save.c
+++ b/riscos/save.c
@@ -1029,10 +1029,6 @@ static void ro_gui_save_set_file_type(const char *path, lwc_string *mime_type)
* \return true on success, false on error and error reported
*/
-#define WIDTH 64
-#define HEIGHT 64
-#define SPRITE_SIZE (16 + 44 + ((WIDTH / 2 + 3) & ~3) * HEIGHT / 2)
-
bool ro_gui_save_complete(hlcache_handle *h, char *path)
{
void *spr = ((byte *) saveas_area) + saveas_area->first;
--
NetSurf Browser
7 years, 10 months
netsurf-website: branch master updated. 185e9f5e9ceb27a950bd578770d71065e98d8341
by NetSurf Browser Project
Gitweb links:
...log http://git.netsurf-browser.org/netsurf-website.git/shortlog/185e9f5e9ceb2...
...commit http://git.netsurf-browser.org/netsurf-website.git/commit/185e9f5e9ceb27a...
...tree http://git.netsurf-browser.org/netsurf-website.git/tree/185e9f5e9ceb27a95...
The branch, master has been updated
via 185e9f5e9ceb27a950bd578770d71065e98d8341 (commit)
from 760bc9886b58caaf5394b27a19d367049ecd17da (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff http://git.netsurf-browser.org/netsurf-website.git/commit/?id=185e9f5e9ce...
commit 185e9f5e9ceb27a950bd578770d71065e98d8341
Author: Michael Drake <tlsa(a)netsurf-browser.org>
Commit: Michael Drake <tlsa(a)netsurf-browser.org>
LibCSS 0.5.0 released.
diff --git a/projects/libcss/index.html b/projects/libcss/index.html
index bb5122a..e21991a 100644
--- a/projects/libcss/index.html
+++ b/projects/libcss/index.html
@@ -65,6 +65,8 @@
<p>Most recent first:</p>
<dl class="releases">
+<dt>LibCSS 0.5.0</dt>
+<dd><a href="http://download.netsurf-browser.org/libs/releases/libcss-0.5.0-src.tar.gz">Tarball</a> – <a href="#changes-0.5.0">Changes</a></dd>
<dt>LibCSS 0.4.0</dt>
<dd><a href="http://download.netsurf-browser.org/libs/releases/libcss-0.4.0-src.tar.gz">Tarball</a> – <a href="#changes-0.4.0">Changes</a></dd>
<dt>LibCSS 0.3.0</dt>
@@ -86,6 +88,26 @@
<h2>Changes</h2>
<dl class="changes">
+<dt id="changes-0.5.0">LibCSS 0.5.0</dt>
+<dd><ul>
+<li>Added selection support for CSS3 column-count property</li>
+<li>Added selection support for CSS3 column-fill property</li>
+<li>Added selection support for CSS3 column-gap property</li>
+<li>Added selection support for CSS3 column-rule-color property</li>
+<li>Added selection support for CSS3 column-rule-style property</li>
+<li>Added selection support for CSS3 column-rule-width property</li>
+<li>Added selection support for CSS3 column-span property</li>
+<li>Added selection support for CSS3 column-width property</li>
+<li>Added selection support for CSS3 break-after property</li>
+<li>Added selection support for CSS3 break-before property</li>
+<li>Added selection support for CSS3 break-inside property</li>
+<li>Improved and fixed absolute value conversion of computed styles</li>
+<li>Minor optimisations</li>
+<li>Updated buildsystem</li>
+<li>Improved selection tests</li>
+<li>Code tidying</li>
+<li>Many minor improvements and fixes</li>
+</ul></dd>
<dt id="changes-0.4.0">LibCSS 0.4.0</dt>
<dd><ul>
<li>Added support for CSS3 overflow-x and overflow-y properties.</li>
-----------------------------------------------------------------------
Summary of changes:
projects/libcss/index.html | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/projects/libcss/index.html b/projects/libcss/index.html
index bb5122a..e21991a 100644
--- a/projects/libcss/index.html
+++ b/projects/libcss/index.html
@@ -65,6 +65,8 @@
<p>Most recent first:</p>
<dl class="releases">
+<dt>LibCSS 0.5.0</dt>
+<dd><a href="http://download.netsurf-browser.org/libs/releases/libcss-0.5.0-src.tar.gz">Tarball</a> – <a href="#changes-0.5.0">Changes</a></dd>
<dt>LibCSS 0.4.0</dt>
<dd><a href="http://download.netsurf-browser.org/libs/releases/libcss-0.4.0-src.tar.gz">Tarball</a> – <a href="#changes-0.4.0">Changes</a></dd>
<dt>LibCSS 0.3.0</dt>
@@ -86,6 +88,26 @@
<h2>Changes</h2>
<dl class="changes">
+<dt id="changes-0.5.0">LibCSS 0.5.0</dt>
+<dd><ul>
+<li>Added selection support for CSS3 column-count property</li>
+<li>Added selection support for CSS3 column-fill property</li>
+<li>Added selection support for CSS3 column-gap property</li>
+<li>Added selection support for CSS3 column-rule-color property</li>
+<li>Added selection support for CSS3 column-rule-style property</li>
+<li>Added selection support for CSS3 column-rule-width property</li>
+<li>Added selection support for CSS3 column-span property</li>
+<li>Added selection support for CSS3 column-width property</li>
+<li>Added selection support for CSS3 break-after property</li>
+<li>Added selection support for CSS3 break-before property</li>
+<li>Added selection support for CSS3 break-inside property</li>
+<li>Improved and fixed absolute value conversion of computed styles</li>
+<li>Minor optimisations</li>
+<li>Updated buildsystem</li>
+<li>Improved selection tests</li>
+<li>Code tidying</li>
+<li>Many minor improvements and fixes</li>
+</ul></dd>
<dt id="changes-0.4.0">LibCSS 0.4.0</dt>
<dd><ul>
<li>Added support for CSS3 overflow-x and overflow-y properties.</li>
--
NetSurf website source for *.netsurf-browser.org
7 years, 10 months