-
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.
- Loading branch information
Showing
19 changed files
with
731 additions
and
495 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#! /bin/sh | ||
# Wrapper for compilers which do not understand '-c -o'. | ||
|
||
scriptversion=2024-06-19.01; # UTC | ||
scriptversion=2024-12-03.03; # UTC | ||
|
||
# Copyright (C) 1999-2024 Free Software Foundation, Inc. | ||
# Written by Tom Tromey <[email protected]>. | ||
|
@@ -343,7 +343,7 @@ exit $ret | |
# Local Variables: | ||
# mode: shell-script | ||
# sh-indentation: 2 | ||
# eval: (add-hook 'before-save-hook 'time-stamp) | ||
# eval: (add-hook 'before-save-hook 'time-stamp nil t) | ||
# time-stamp-start: "scriptversion=" | ||
# time-stamp-format: "%:y-%02m-%02d.%02H" | ||
# time-stamp-time-zone: "UTC0" | ||
|
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,7 @@ | ||
2024-12-08 Karl Berry <[email protected]> | ||
|
||
* tlbuild.texi (Linked scripts): document new scripts-targets.lst file. | ||
|
||
2024-07-12 Karl Berry <[email protected]> | ||
|
||
* build-tools.txt: automake 1.17.5 | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
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,9 @@ | ||
2024-12-10 Florian Schmaus <[email protected]> | ||
|
||
* configure.ac: remove MPFI_CONFIGS, not defined anywhere. | ||
https://bugs.gentoo.org/945908 | ||
https://github.com/TeX-Live/texlive-source/pull/74 | ||
|
||
2024-02-01 Luigi Scarso <[email protected]> | ||
|
||
* import mpfi-1.5.4, first integration into TL/mpost. |
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,24 @@ | ||
2024-12-08 Karl Berry <[email protected]> | ||
|
||
* Makefile.am (linkfile): new variable, scripts-targets.lst. | ||
(install-data-hook): create it, en passant, with all link names | ||
and target names, including special cases memoize* and | ||
listings-ext.sh. scripts.lst has only the link names. | ||
* scripts-targets.lst: new file. | ||
tldistro threads around 4 Jul 2024 16:27:36 and now. | ||
|
||
2024-12-07 Karl Berry <[email protected]> | ||
|
||
* Makefile.am (check-make-vs-files): new target to compare | ||
list in Makefile[.am] with files on filesystem. | ||
* texlive/extractbb.lua, | ||
* texlive/mktexlsr.pl: remove, not listed. | ||
tldistro thread around 4 Jul 2024 16:27:36. | ||
|
||
2024-11-24 Karl Berry <[email protected]> | ||
|
||
* Makefile.am (texmf_other_scripts): no more texlive/extractbb.lua. | ||
|
||
2024-07-04 Karl Berry <[email protected]> | ||
|
||
* xput/xput, | ||
|
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 @@ | ||
2024-12-01 Karl Berry <[email protected]> | ||
|
||
* tex.ch (error): do @<Put help message on the transcript file@> | ||
before exiting if halt_on_error_p, to be closer to behavior of TeX | ||
without -halt-on-error. Suggestion from jfbu: | ||
https://tug.org/pipermail/tex-live/2024-July/050741.html | ||
|
||
2024-11-24 David Fuchs <[email protected]> | ||
|
||
* tex.ch (Initialize the input routines): also initialize | ||
buffer[0]:=0 for uninitialized virtex read, in the | ||
cases of printing garbage fixed by Kitagawa-san on 2021-07-19. | ||
|
||
2024-11-13 Karl Berry <[email protected]> | ||
|
||
* mf.ch (Calculate integers $\alpha$...): comment out erroneous | ||
|
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
Binary file not shown.
Binary file not shown.
Oops, something went wrong.