Skip to content

Commit

Permalink
Merge branch 'texlive-trunk' r68230
Browse files Browse the repository at this point in the history
  • Loading branch information
t-tk committed Sep 10, 2023
2 parents 752343b + 24e2568 commit 0d227bf
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 6 deletions.
4 changes: 2 additions & 2 deletions source/libs/README
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ graphite2 1.3.14 - checked 10apr20
http://sourceforge.net/projects/silgraphite/files/graphite2/
(requires C++11)

harfbuzz 8.1.1 - checked 03aug23
https://github.com/harfbuzz/harfbuzz/releases/tag/8.1.1
harfbuzz 8.2.0 - checked 09sep23
https://github.com/harfbuzz/harfbuzz/releases/tag/8.2.0

icu 72.1 - checked 07jan23
https://github.com/unicode-org/icu/releases/
Expand Down
4 changes: 0 additions & 4 deletions source/texk/.gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,3 @@
*.bad text eol=lf
*.gasp text eol=lf
*.maxp text eol=lf

# for windows_wrapper
/texlive/windows_wrapper/**/*.c text eol=crlf
/texlive/windows_wrapper/**/*.txt text eol=crlf
8 changes: 8 additions & 0 deletions source/texk/texlive/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2023-09-10 TANAKA Takuji <[email protected]>

* windows_wrapper/{calldll,callexe,runscript_dll,runscript_exe,
wrunscript_exe}.c, windows_wrapper/{readme,tlmgr-gui}.txt,
windows_wrapper/context/mtxrun_{dll,exe}.c,
windows_wrapper/context/readme.txt:
Convert newline from CRLF to LF.

2023-02-28 Luigi Scarso <[email protected]>

* Makefile.am (EXTRA_DIST): now just windows_wrapper.
Expand Down
4 changes: 4 additions & 0 deletions source/texk/web2c/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2023-09-04 Andreas Scherer <https://ascherer.github.io>

* tangle.ch: Fix typo as in weave.web.

2023-09-03 TANAKA Takuji <[email protected]>

* {tangle,dvicopy,dvitype,gftodvi,gftopk,gftype,mft,
Expand Down
5 changes: 5 additions & 0 deletions source/texk/web2c/mplibdir/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2023-09-10 TANAKA Takuji <[email protected]>

* decContext.{c,h}, decNumber.{c,h}, decNumberLocal.h:
Convert newline from CRLF to LF.

2023-08-20 TANAKA Takuji <[email protected]>

* {dvitomp,mptraptest}.test:
Expand Down
6 changes: 6 additions & 0 deletions source/texk/web2c/tangle.ch
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,12 @@ rewrite (Pascal_file, pascal_name);
begin while not eoln(f) do vgetc(f);
@z

@x [31] Fix typo as in weave.web.
procedure error; {prints '\..' and location of error message}
@y
procedure error; {prints `\..' and location of error message}
@z
@x [34] Fix `jump_out'.
and jumps out of the program. This is the only non-local |goto| statement
in \.{TANGLE}. It is used when no recovery from a particular error has
Expand Down

0 comments on commit 0d227bf

Please sign in to comment.