summaryrefslogtreecommitdiff
path: root/biblio
diff options
context:
space:
mode:
Diffstat (limited to 'biblio')
-rw-r--r--biblio/bibtex/bibtex-x/ChangeLog5
-rw-r--r--biblio/bibtex/bibtex-x/bibtex.c6
-rw-r--r--biblio/bibtex/bibtex-x/sysdep.h5
-rwxr-xr-xbiblio/bibtex/bibtex-x/tests/bibtex8u-mem.test4
-rw-r--r--biblio/ctan-bibdata/ctan.bib16
-rw-r--r--biblio/ctan-bibdata/ctan.pdfbin3699058 -> 3698348 bytes
6 files changed, 20 insertions, 16 deletions
diff --git a/biblio/bibtex/bibtex-x/ChangeLog b/biblio/bibtex/bibtex-x/ChangeLog
index aef597149e..f881b19602 100644
--- a/biblio/bibtex/bibtex-x/ChangeLog
+++ b/biblio/bibtex/bibtex-x/ChangeLog
@@ -1,3 +1,8 @@
+2023-08-20 TANAKA Takuji <ttk@t-lab.opal.ne.jp>
+
+ * bibtex.c, sysdep.h: Avoid compiler warnings on Windows.
+ * tests/bibtex8u-mem.test: Tweak.
+
2023-08-11 TANAKA Takuji <ttk@t-lab.opal.ne.jp>
* tests/bibtex{8,u}.test, tests/bibtex8-{char,sort}.test,
diff --git a/biblio/bibtex/bibtex-x/bibtex.c b/biblio/bibtex/bibtex-x/bibtex.c
index 94ccb742ad..56ad6c0d9d 100644
--- a/biblio/bibtex/bibtex-x/bibtex.c
+++ b/biblio/bibtex/bibtex-x/bibtex.c
@@ -100,12 +100,6 @@
#include <config.h>
#endif
-#ifdef KPATHSEA
-#include <kpathsea/config.h>
-#include <kpathsea/progname.h>
-#include <kpathsea/variable.h>
-#endif
-
#include "sysdep.h"
#include "bibtex.h"
#include "datatype.h"
diff --git a/biblio/bibtex/bibtex-x/sysdep.h b/biblio/bibtex/bibtex-x/sysdep.h
index 7edc3230c5..d137180fe1 100644
--- a/biblio/bibtex/bibtex-x/sysdep.h
+++ b/biblio/bibtex/bibtex-x/sysdep.h
@@ -111,6 +111,11 @@
#include <string.h>
#include <ctype.h>
+#ifdef KPATHSEA
+#include <kpathsea/config.h>
+#include <kpathsea/progname.h>
+#include <kpathsea/variable.h>
+#endif
/*-
**============================================================================
diff --git a/biblio/bibtex/bibtex-x/tests/bibtex8u-mem.test b/biblio/bibtex/bibtex-x/tests/bibtex8u-mem.test
index 7c34b039f7..4e936537a8 100755
--- a/biblio/bibtex/bibtex-x/tests/bibtex8u-mem.test
+++ b/biblio/bibtex/bibtex-x/tests/bibtex8u-mem.test
@@ -69,14 +69,14 @@ for t in 1 2 3; do
TEXMFCNF=$srcdir/../kpathsea \
BSTINPUTS=$srcdir/../web2c/tests'\;'$srcdir/csf \
BIBINPUTS=./tests \
- $_bibtex8 -s tests/memtest$t || exit 1
+ $_bibtex8 -s tests/memtest$t || exit $((10 + t))
cp -p tests/memtest$t.aux tests/memtestu$t.aux
eval $env \
TEXMFCNF=$srcdir/../kpathsea \
BSTINPUTS=$srcdir/../web2c/tests \
BIBINPUTS=./tests \
- $_bibtexu -s tests/memtestu$t || exit 2
+ $_bibtexu -s tests/memtestu$t || exit $((20 + t))
done
diff --git a/biblio/ctan-bibdata/ctan.bib b/biblio/ctan-bibdata/ctan.bib
index 14922f550e..785215a026 100644
--- a/biblio/ctan-bibdata/ctan.bib
+++ b/biblio/ctan-bibdata/ctan.bib
@@ -1,7 +1,7 @@
%% bib file of all CTAN packages
%% (C) Herbert Voß
%%
-%% created at 19-08-2023, 02:00:55
+%% created at 20-08-2023, 02:00:13
%%
%% This file is provided under the terms of the LPPL v1.3 or
@@ -4622,8 +4622,8 @@
title = {The \texttt{babel-greek} package},
subtitle = {Babel support for the Greek language and script},
author = {Apostolos Syropoulos and Javier Bezos López and Johannes L. Braams and Günter Milde},
- date = {2023-06-01},
- version = {1.13.2},
+ date = {2023-08-19},
+ version = {1.14},
license = {lppl1.3},
mirror = {https://mirror.ctan.org/macros/latex/contrib/babel-contrib/greek},
url = {https://ctan.org/pkg/babel-greek},
@@ -16762,8 +16762,8 @@
title = {The \texttt{cweb} package},
subtitle = {A Web system in C},
author = {Donald E. Knuth and Andreas Scherer and Silvio Levy},
- date = {2022-06-06},
- version = {4.8},
+ date = {2023-08-19},
+ version = {4.10},
license = {knuth},
mirror = {https://mirror.ctan.org/web/c_cpp/cweb},
url = {https://ctan.org/pkg/cweb},
@@ -40090,7 +40090,7 @@
title = {The \texttt{logoetalab} package},
subtitle = {Insert Licence Etalab 2.0 logo},
author = {Cédric Pierquet},
- date = {2023-08-18},
+ date = {2023-08-19},
version = {0.1.0},
license = {lppl1.3c,cc-by-2},
mirror = {https://mirror.ctan.org/macros/latex/contrib/logoetalab},
@@ -58243,8 +58243,8 @@
title = {The \texttt{ReadableCV} package},
subtitle = {A highly readable and good looking CV and letter class},
author = {Philip Stone},
- date = {2021-03-24},
- version = {3.0},
+ date = {2023-08-19},
+ version = {4.0},
license = {lppl1.3},
mirror = {https://mirror.ctan.org/macros/latex/contrib/readablecv},
url = {https://ctan.org/pkg/readablecv},
diff --git a/biblio/ctan-bibdata/ctan.pdf b/biblio/ctan-bibdata/ctan.pdf
index 6a45cd182b..cf2f046eb0 100644
--- a/biblio/ctan-bibdata/ctan.pdf
+++ b/biblio/ctan-bibdata/ctan.pdf
Binary files differ