From 2344b11599ce696ebc0bd7773befada44246897c Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sun, 16 Apr 2023 12:59:50 +0300 Subject: updated Scintilla to v5.3.4, Scinterm to v4.1 and Lexilla to v5.2.4 * actually everything is updated to their current HEADs but the aforementioned versions are close. * Scintilla uses threads now, so we added checks for pthread. To be on the safe side, we imported AX_PTHREAD from the Autoconf archives. The flags are kept out of the ordinary build system, though and used only for compiling Scintilla and for linking. SciTECO may also use threads, but via Glib. * Scinterm removed SCI_COLOR_PAIR(), so we re-added it to src/interface-curses/interface.c. * There is an Asciidoc lexer now. * The interruption bug (see TODO) is not fixed by this upgrade. Perhaps the Mac OS version runs better now. Feedback is needed (refs #12). --- contrib/lexilla | 2 +- contrib/scinterm | 2 +- contrib/scintilla | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'contrib') diff --git a/contrib/lexilla b/contrib/lexilla index 7d7426e..43ea736 160000 --- a/contrib/lexilla +++ b/contrib/lexilla @@ -1 +1 @@ -Subproject commit 7d7426e4bf4aa9ffea4ecdde34aa9f751c1bdc02 +Subproject commit 43ea736569d52ba6cf7e7325cf39009409e7282b diff --git a/contrib/scinterm b/contrib/scinterm index cf61a46..ebb79cb 160000 --- a/contrib/scinterm +++ b/contrib/scinterm @@ -1 +1 @@ -Subproject commit cf61a4616b011f60aabbc7d7b038fda2b0fe2317 +Subproject commit ebb79cb1d0103ec58f94e83d2d278f91cddc1076 diff --git a/contrib/scintilla b/contrib/scintilla index fab670c..85ea187 160000 --- a/contrib/scintilla +++ b/contrib/scintilla @@ -1 +1 @@ -Subproject commit fab670c471c7eea28d43ebaeed14b3c886e2c6e5 +Subproject commit 85ea187540b421d3d99c91019ed484c70d9d1d1a -- cgit v1.2.3