diff --git a/source/libs/README b/source/libs/README index 355403d7c..9afbe1ac0 100644 --- a/source/libs/README +++ b/source/libs/README @@ -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/ diff --git a/source/texk/.gitattributes b/source/texk/.gitattributes index f41e66cb8..35823af00 100644 --- a/source/texk/.gitattributes +++ b/source/texk/.gitattributes @@ -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 diff --git a/source/texk/texlive/ChangeLog b/source/texk/texlive/ChangeLog index 48868735a..28432fb3f 100644 --- a/source/texk/texlive/ChangeLog +++ b/source/texk/texlive/ChangeLog @@ -1,3 +1,11 @@ +2023-09-10 TANAKA Takuji + + * 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 * Makefile.am (EXTRA_DIST): now just windows_wrapper. diff --git a/source/texk/web2c/ChangeLog b/source/texk/web2c/ChangeLog index 486e2fe4d..3664c9e6b 100644 --- a/source/texk/web2c/ChangeLog +++ b/source/texk/web2c/ChangeLog @@ -1,3 +1,7 @@ +2023-09-04 Andreas Scherer + + * tangle.ch: Fix typo as in weave.web. + 2023-09-03 TANAKA Takuji * {tangle,dvicopy,dvitype,gftodvi,gftopk,gftype,mft, diff --git a/source/texk/web2c/mplibdir/ChangeLog b/source/texk/web2c/mplibdir/ChangeLog index d549ebf82..749c01682 100644 --- a/source/texk/web2c/mplibdir/ChangeLog +++ b/source/texk/web2c/mplibdir/ChangeLog @@ -1,3 +1,8 @@ +2023-09-10 TANAKA Takuji + + * decContext.{c,h}, decNumber.{c,h}, decNumberLocal.h: + Convert newline from CRLF to LF. + 2023-08-20 TANAKA Takuji * {dvitomp,mptraptest}.test: diff --git a/source/texk/web2c/tangle.ch b/source/texk/web2c/tangle.ch index abd35170d..644373e99 100644 --- a/source/texk/web2c/tangle.ch +++ b/source/texk/web2c/tangle.ch @@ -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