From 5ef2fb04a27cd5ef7c85fbefec889b2503259290 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 13 Feb 2017 18:43:14 +0000 Subject: rename foo/foo-PATCHES to foo/TLPATCHES for better completion git-svn-id: svn://tug.org/texlive/trunk@43212 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/utils/pmx/TLPATCHES/ChangeLog | 83 +++++++++++++++++++++++++++ Build/source/utils/pmx/TLPATCHES/TL-Changes | 11 ++++ Build/source/utils/pmx/pmx-PATCHES/ChangeLog | 83 --------------------------- Build/source/utils/pmx/pmx-PATCHES/TL-Changes | 11 ---- 4 files changed, 94 insertions(+), 94 deletions(-) create mode 100644 Build/source/utils/pmx/TLPATCHES/ChangeLog create mode 100644 Build/source/utils/pmx/TLPATCHES/TL-Changes delete mode 100644 Build/source/utils/pmx/pmx-PATCHES/ChangeLog delete mode 100644 Build/source/utils/pmx/pmx-PATCHES/TL-Changes (limited to 'Build/source/utils/pmx') diff --git a/Build/source/utils/pmx/TLPATCHES/ChangeLog b/Build/source/utils/pmx/TLPATCHES/ChangeLog new file mode 100644 index 00000000000..c6f4cfebb39 --- /dev/null +++ b/Build/source/utils/pmx/TLPATCHES/ChangeLog @@ -0,0 +1,83 @@ +2016-12-09 Akira Kakuto + + * import pmx-2.7.6. + +2016-02-10 Akira Kakuto + + * import pmx-2.7.3. + * patch-01-ptr-to-int: Removed. Now included upstream. + +2013-11-25 Peter Breitenlohner + + Updated pmx-2.7.0 source tree from a modifies version of + pmx-2.7.0.tar.gz (dated 2014-11-22) again from: + http://www.ctan.org/tex-archive/support/pmx/ + + * patch-01-common (removed): Now included upstream. + + * patch-01-ptr-to-int (new): Avoid cast from pointer to integer + of different size. + +2013-04-12 Peter Breitenlohner + + * patch-01-common: Make sure f2c can convert pmx270.for, i.e., + avoid name conflict between formal subroutine parameter and + common block member. From Bob Tennent . + +2013-04-11 Peter Breitenlohner + + Imported pmx-2.7.0 source tree from: + http://www.ctan.org/tex-archive/support/pmx/ + + * patch-01-common (new): Fix inconsistent common blocks. + +2013-03-14 Peter Breitenlohner + + Imported pmx-2.6.21 source tree from: + http://www.ctan.org/tex-archive/support/pmx/ + +2013-01-18 Peter Breitenlohner + + Imported pmx-2.6.19 source tree from: + http://www.ctan.org/tex-archive/support/pmx/ + * patch-01-binary, patch-03-DOS-line-endings, + patch-04-MSVC-complex, patch-05-FreeBSD-off_t, patch-06-WIN32, + patch-07-test (removed): Obsolete. + +2012-07-12 Peter Breitenlohner + + * patch-07-test (new): Use the same test script in TeX Live and + for the stand-alone version. + +2012-07-11 Peter Breitenlohner + + * patch-06-WIN32 (new): Build fix for MSVC (from W32TeX). + We pass -DMSDOS to MSVC or -DUSE_CLOCK to the MinGW compiler. + +2012-05-19 Peter Breitenlohner + + Imported pmx-2.6.18 source tree from: + http://www.ctan.org/tex-archive/support/pmx/ + * patch-02-bugfix (removed): Obsolete. + * patch-01-binary, patch-03-DOS-line-endings, + patch-04-MSVC-complex, patch-05-FreeBSD-off_t: Adapted. + +2012-04-01 Peter Breitenlohner + + * patch-05-FreeBSD-off_t (new): Build fix for FreeBSD. + Mail from Nikola Lecic [tlbuild] 21 Apr 2012 20:40:21. + +2012-04-01 Peter Breitenlohner + + * patch-03-DOS-line-endings, patch-04-MSVC-complex (new): WIN32. + Mail from Akira, 31 Mar 2012 21:36:26. + +2012-03-28 Peter Breitenlohner + + * patch-01-binary (new): Always use binary mode for WIN32. + Mail from Akira, 29 Mar 2012 23:50:53. + + * patch-02-bugfix (new): Bug fix, should be fixed in Fortran. + +Copyright (C) 2012 Peter Breitenlohner +You may freely use, modify and/or distribute this file. diff --git a/Build/source/utils/pmx/TLPATCHES/TL-Changes b/Build/source/utils/pmx/TLPATCHES/TL-Changes new file mode 100644 index 00000000000..16641f4a0a5 --- /dev/null +++ b/Build/source/utils/pmx/TLPATCHES/TL-Changes @@ -0,0 +1,11 @@ +Changes applied to the pmx-2.7.6 tree as obtained from: + http://www.ctan.org/tex-archive/support/pmx/ + +Remove: + Makefile.in + aclocal.m4 + arith.h + configure + depcomp + install-sh + missing diff --git a/Build/source/utils/pmx/pmx-PATCHES/ChangeLog b/Build/source/utils/pmx/pmx-PATCHES/ChangeLog deleted file mode 100644 index c6f4cfebb39..00000000000 --- a/Build/source/utils/pmx/pmx-PATCHES/ChangeLog +++ /dev/null @@ -1,83 +0,0 @@ -2016-12-09 Akira Kakuto - - * import pmx-2.7.6. - -2016-02-10 Akira Kakuto - - * import pmx-2.7.3. - * patch-01-ptr-to-int: Removed. Now included upstream. - -2013-11-25 Peter Breitenlohner - - Updated pmx-2.7.0 source tree from a modifies version of - pmx-2.7.0.tar.gz (dated 2014-11-22) again from: - http://www.ctan.org/tex-archive/support/pmx/ - - * patch-01-common (removed): Now included upstream. - - * patch-01-ptr-to-int (new): Avoid cast from pointer to integer - of different size. - -2013-04-12 Peter Breitenlohner - - * patch-01-common: Make sure f2c can convert pmx270.for, i.e., - avoid name conflict between formal subroutine parameter and - common block member. From Bob Tennent . - -2013-04-11 Peter Breitenlohner - - Imported pmx-2.7.0 source tree from: - http://www.ctan.org/tex-archive/support/pmx/ - - * patch-01-common (new): Fix inconsistent common blocks. - -2013-03-14 Peter Breitenlohner - - Imported pmx-2.6.21 source tree from: - http://www.ctan.org/tex-archive/support/pmx/ - -2013-01-18 Peter Breitenlohner - - Imported pmx-2.6.19 source tree from: - http://www.ctan.org/tex-archive/support/pmx/ - * patch-01-binary, patch-03-DOS-line-endings, - patch-04-MSVC-complex, patch-05-FreeBSD-off_t, patch-06-WIN32, - patch-07-test (removed): Obsolete. - -2012-07-12 Peter Breitenlohner - - * patch-07-test (new): Use the same test script in TeX Live and - for the stand-alone version. - -2012-07-11 Peter Breitenlohner - - * patch-06-WIN32 (new): Build fix for MSVC (from W32TeX). - We pass -DMSDOS to MSVC or -DUSE_CLOCK to the MinGW compiler. - -2012-05-19 Peter Breitenlohner - - Imported pmx-2.6.18 source tree from: - http://www.ctan.org/tex-archive/support/pmx/ - * patch-02-bugfix (removed): Obsolete. - * patch-01-binary, patch-03-DOS-line-endings, - patch-04-MSVC-complex, patch-05-FreeBSD-off_t: Adapted. - -2012-04-01 Peter Breitenlohner - - * patch-05-FreeBSD-off_t (new): Build fix for FreeBSD. - Mail from Nikola Lecic [tlbuild] 21 Apr 2012 20:40:21. - -2012-04-01 Peter Breitenlohner - - * patch-03-DOS-line-endings, patch-04-MSVC-complex (new): WIN32. - Mail from Akira, 31 Mar 2012 21:36:26. - -2012-03-28 Peter Breitenlohner - - * patch-01-binary (new): Always use binary mode for WIN32. - Mail from Akira, 29 Mar 2012 23:50:53. - - * patch-02-bugfix (new): Bug fix, should be fixed in Fortran. - -Copyright (C) 2012 Peter Breitenlohner -You may freely use, modify and/or distribute this file. diff --git a/Build/source/utils/pmx/pmx-PATCHES/TL-Changes b/Build/source/utils/pmx/pmx-PATCHES/TL-Changes deleted file mode 100644 index 16641f4a0a5..00000000000 --- a/Build/source/utils/pmx/pmx-PATCHES/TL-Changes +++ /dev/null @@ -1,11 +0,0 @@ -Changes applied to the pmx-2.7.6 tree as obtained from: - http://www.ctan.org/tex-archive/support/pmx/ - -Remove: - Makefile.in - aclocal.m4 - arith.h - configure - depcomp - install-sh - missing -- cgit v1.2.3