-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into build/work000 r67993 #158
- Loading branch information
Showing
136 changed files
with
1,677 additions
and
916 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
2023-08-20 TANAKA Takuji <[email protected]> | ||
|
||
* bibtex.c, sysdep.h: Avoid compiler warnings on Windows. | ||
* tests/bibtex8u-mem.test: Tweak. | ||
|
||
2023-08-11 TANAKA Takuji <[email protected]> | ||
|
||
* tests/bibtex{8,u}.test, tests/bibtex8-{char,sort}.test, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
2023-08-20 TANAKA Takuji <[email protected]> | ||
|
||
* {mftraptest,triptest}.test: | ||
Filter Web2C year in banner. | ||
* {mftraptest,triptest,bibtex}.test, | ||
tests/{bibtex-{auxinclude,bibauth,mem},tex-closeout}.test: | ||
Make easier to test on Windows. | ||
* Makefile.in: Add tests {,e}uptexdir/wcfname0.test. | ||
|
||
2023-08-19 Andreas Scherer <https://ascherer.github.io> | ||
|
||
* ctangleboot.cin: CWEB 4.10 release. | ||
|
||
2023-06-28 Andreas Scherer <https://ascherer.github.io> | ||
|
||
* ctangleboot.cin, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,16 +4,20 @@ | |
# Copyright 2009 Peter Breitenlohner <[email protected]> | ||
# You may freely use, modify and/or distribute this file. | ||
|
||
BinDir=${BinDir:-.} | ||
ExeExt=${ExeExt:-} | ||
_bibtex=$BinDir/bibtex$ExeExt | ||
|
||
test -d tests || mkdir -p tests | ||
rm -f tests/xexampl.* | ||
|
||
./bibtex -version || exit 100 | ||
$_bibtex -version || exit 100 | ||
|
||
cp $srcdir/tests/exampl.aux tests/xexampl.aux | ||
|
||
TEXMFCNF=$srcdir/../kpathsea \ | ||
BSTINPUTS=$srcdir/tests \ | ||
BIBINPUTS=$srcdir/tests \ | ||
./bibtex tests/xexampl || exit 1 | ||
$_bibtex tests/xexampl || exit 1 | ||
diff $srcdir/tests/exampl.bbl tests/xexampl.bbl || exit 2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.