gawk-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gawk-diffs] [SCM] gawk branch, master, updated. 5caf2424094016b9a26c5d9


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, master, updated. 5caf2424094016b9a26c5d9d74b25cab39671478
Date: Fri, 05 Oct 2012 10:51:47 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".

The branch, master has been updated
       via  5caf2424094016b9a26c5d9d74b25cab39671478 (commit)
       via  8f187fd7072762e4024afeef074a50c8ab735561 (commit)
      from  738835a65bc8afa60fd2b3df4c98bd0f8020018f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=5caf2424094016b9a26c5d9d74b25cab39671478

commit 5caf2424094016b9a26c5d9d74b25cab39671478
Author: Arnold D. Robbins <address@hidden>
Date:   Fri Oct 5 12:51:14 2012 +0200

    Update mbsupport.h for newer z/OS.

diff --git a/ChangeLog b/ChangeLog
index 862153d..2e13d31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-10-05         Arnold D. Robbins     <address@hidden>
+
+       * mbsupport.h: Add a bunch of undefs for z/OS.
+
 2012-10-04         Arnold D. Robbins     <address@hidden>
 
        * TODO.xgawk: Update.
diff --git a/mbsupport.h b/mbsupport.h
index 1eb1a44..9a62486 100644
--- a/mbsupport.h
+++ b/mbsupport.h
@@ -87,6 +87,17 @@
 #define iswalnum       isalnum
 #define iswalpha       isalpha
 #define iswupper       isupper
+#if defined(ZOS_USS)
+#undef towupper
+#undef towlower
+#undef btowc
+#undef iswalnum
+#undef iswalpha
+#undef iswupper
+#undef wctype
+#undef iswctype
+#undef wcscoll
+#endif
 
 extern wctype_t wctype(const char *name);
 extern int iswctype(wint_t wc, wctype_t desc);

http://git.sv.gnu.org/cgit/gawk.git/commit/?id=8f187fd7072762e4024afeef074a50c8ab735561

commit 8f187fd7072762e4024afeef074a50c8ab735561
Author: Arnold D. Robbins <address@hidden>
Date:   Fri Oct 5 12:47:04 2012 +0200

    Don't make dgawk.1 and pgawk.1 links.

diff --git a/doc/ChangeLog b/doc/ChangeLog
index e7531a9..8d19b09 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2012-10-05         Arnold D. Robbins     <address@hidden>
+
+       * Makefile.am (LN, install-data-hook, uninstall-hook): Removed. No
+       longer needed since dgawk and pgawk are gone.
+
 2012-10-02         Arnold D. Robbins     <address@hidden>
 
        * gawk.texi (Glossary). Correct the full name for `ISO' per
diff --git a/doc/Makefile.am b/doc/Makefile.am
index d1e15ab..0e4c85a 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -61,23 +61,6 @@ AWKCARD = awkcard.ps
 # to ensure that awkcard.tr is processed by tbl.
 #AWKCARD = awkcard.nc
 
-# The following is patterned after the main Makefile.am.  The point is to
-# make pgawk.1 a link to gawk.1 in the installed man directory.
-
-# We want hard links for install-data-hook, below
-LN= ln -f
-
-# Link gawk.1 to pgawk.1
-install-data-hook:
-       (cd $(DESTDIR)$(man1dir); \
-       $(LN) gawk.1 pgawk.1 2>/dev/null ; \
-       $(LN) gawk.1 dgawk.1 2>/dev/null ; \
-       exit 0)
-
-# Undo the above when uninstalling
-uninstall-hook:
-       cd $(DESTDIR)$(man1dir); rm -f pgawk.1 dgawk.1 ; exit 0
-
 postscript: gawk.ps gawkinet.ps gawk.1.ps igawk.1.ps $(AWKCARD)
 
 pdf: postscript gawk.pdf gawkinet.pdf awkcard.pdf gawk.1.pdf igawk.1.pdf
diff --git a/doc/Makefile.in b/doc/Makefile.in
index 85ca9ab..6ec65cc 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -296,18 +296,6 @@ CARDFILES = $(CARDSRC) ad.block awkcard.in setter.outline
 
 # Use this if your troff can correctly handle macros from 'colors' file
 AWKCARD = awkcard.ps
-
-# Uncomment the following definition of AWKCARD if your troff can produce
-# Postscript but still has troubles with macros from 'colors'.  As this
-# is not groff you will have to change TROFF macro as well.  Do not forget
-# to ensure that awkcard.tr is processed by tbl.
-#AWKCARD = awkcard.nc
-
-# The following is patterned after the main Makefile.am.  The point is to
-# make pgawk.1 a link to gawk.1 in the installed man directory.
-
-# We want hard links for install-data-hook, below
-LN = ln -f
 all: all-am
 
 .SUFFIXES:
@@ -653,8 +641,7 @@ info: info-am
 info-am: $(INFO_DEPS)
 
 install-data-am: install-info-am install-man
-       @$(NORMAL_INSTALL)
-       $(MAKE) $(AM_MAKEFLAGS) install-data-hook
+
 install-dvi: install-dvi-am
 
 install-dvi-am: $(DVIS)
@@ -789,38 +776,31 @@ ps-am: $(PSS)
 
 uninstall-am: uninstall-dvi-am uninstall-html-am uninstall-info-am \
        uninstall-man uninstall-pdf-am uninstall-ps-am
-       @$(NORMAL_INSTALL)
-       $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
+
 uninstall-man: uninstall-man1
 
-.MAKE: install-am install-data-am install-strip uninstall-am
+.MAKE: install-am install-strip
 
 .PHONY: all all-am check check-am clean clean-aminfo clean-generic \
        dist-info distclean distclean-generic distdir dvi dvi-am html \
        html-am info info-am install install-am install-data \
-       install-data-am install-data-hook install-dvi install-dvi-am \
-       install-exec install-exec-am install-html install-html-am \
-       install-info install-info-am install-man install-man1 \
-       install-pdf install-pdf-am install-ps install-ps-am \
-       install-strip installcheck installcheck-am installdirs \
-       maintainer-clean maintainer-clean-aminfo \
-       maintainer-clean-generic mostlyclean mostlyclean-aminfo \
-       mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
-       uninstall-dvi-am uninstall-hook uninstall-html-am \
+       install-data-am install-dvi install-dvi-am install-exec \
+       install-exec-am install-html install-html-am install-info \
+       install-info-am install-man install-man1 install-pdf \
+       install-pdf-am install-ps install-ps-am install-strip \
+       installcheck installcheck-am installdirs maintainer-clean \
+       maintainer-clean-aminfo maintainer-clean-generic mostlyclean \
+       mostlyclean-aminfo mostlyclean-generic pdf pdf-am ps ps-am \
+       uninstall uninstall-am uninstall-dvi-am uninstall-html-am \
        uninstall-info-am uninstall-man uninstall-man1 \
        uninstall-pdf-am uninstall-ps-am
 
 
-# Link gawk.1 to pgawk.1
-install-data-hook:
-       (cd $(DESTDIR)$(man1dir); \
-       $(LN) gawk.1 pgawk.1 2>/dev/null ; \
-       $(LN) gawk.1 dgawk.1 2>/dev/null ; \
-       exit 0)
-
-# Undo the above when uninstalling
-uninstall-hook:
-       cd $(DESTDIR)$(man1dir); rm -f pgawk.1 dgawk.1 ; exit 0
+# Uncomment the following definition of AWKCARD if your troff can produce
+# Postscript but still has troubles with macros from 'colors'.  As this
+# is not groff you will have to change TROFF macro as well.  Do not forget
+# to ensure that awkcard.tr is processed by tbl.
+#AWKCARD = awkcard.nc
 
 postscript: gawk.ps gawkinet.ps gawk.1.ps igawk.1.ps $(AWKCARD)
 

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog       |    4 ++++
 doc/ChangeLog   |    5 +++++
 doc/Makefile.am |   17 -----------------
 doc/Makefile.in |   52 ++++++++++++++++------------------------------------
 mbsupport.h     |   11 +++++++++++
 5 files changed, 36 insertions(+), 53 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

[Prev in Thread] Current Thread [Next in Thread]