[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-171
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-171-g664868f |
Date: |
Fri, 10 Jan 2014 10:30:56 +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, gawk-4.1-stable has been updated
via 664868f72b741ba448398d609e18a4cbb1ca20be (commit)
via da0b4cf9b7eac0c0e9b8b47f456c748c8b1d3720 (commit)
via 4eee688d1ff5059db3d40af26df188b90368589c (commit)
via e7214165a06bc1f4d9c6bdffc6b2b060beb6afee (commit)
via b66997935edae4d5881b11422c6f284d0627cebe (commit)
via dad5f25058c4ecf69ebe4543a13281d3f28c69bc (commit)
via cbd2cf7f926f960fab1b5004e42c35515c1c8d9f (commit)
via 2be545982a05f13cff1300dfa7d8ff45943a4a48 (commit)
via a26ea21bba35f0118c7d5c4414c6f6c7fa74b16b (commit)
via 434a743610b2856078b120cb50bfe92155f8c49c (commit)
via f8e1959fbeb1a983ae1f096b405528b5ee3fb8a0 (commit)
via 6182b49e9a485720bd607f54ab6ec9e5ff1fd522 (commit)
via 87d4e23af6d43fe3ad0a7898688c4c1320808fc7 (commit)
via 9beee977ccb0703656504c070ab85e54537f8f95 (commit)
via d3e8016ffd4de45fb8ea5a76a1aa2048f3facaa9 (commit)
via 1f5da7abf7a21b00aef859a8b9f584d7d07ce450 (commit)
via dea0ddff4762a6d485cd95c07fd2d58aba99e74b (commit)
via 4fe032a32469509d548919624f1eaa459f82a160 (commit)
via f2967e7bacc594ebcd7d33401ef220393d6fac05 (commit)
via 1f502d9a39c5b3b3df1b943fcae79b162a7ea74d (commit)
via 4ea6e0780fbbd34d2f0d8e6b43c15c14d28b5d55 (commit)
via b754902e81384e9c66d022f31d01ed8de3b2ad4d (commit)
via 07296693d0b748f6e6040f988099177d877f1229 (commit)
via 25e276741ea0a8fb6503a4c060610827dac55825 (commit)
via 9953f4cee02f2781ee5da2e42bcb837c1a849cb0 (commit)
from 56213f42462dc91f4de5a509095dd8bfc4aeef84 (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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 9 +
NEWS | 5 +
README | 5 +-
README_d/ChangeLog | 17 +
README_d/README.VMS | 152 ++++-
doc/ChangeLog | 13 +
doc/gawk.info | 1207 +++++++++++++++------------
doc/gawk.texi | 171 ++++-
doc/gawktexi.in | 171 ++++-
extension/ChangeLog | 16 +
extension/filefuncs.c | 28 +
extension/fnmatch.c | 14 +
extension/gawkdirfd.h | 4 +
extension/gawkfts.c | 4 +-
extension/time.c | 24 +
io.c | 22 +-
main.c | 1 -
old-extension/spec_array.c | 2 +-
test/ChangeLog | 5 +
test/fts.awk | 31 +-
test/rwarray.awk | 25 +-
vms/ChangeLog | 102 +++
vms/backup_gawk_src.com | 113 +++
vms/build_gawk_pcsi_desc.com | 428 ++++++++++
vms/build_gawk_pcsi_text.com | 179 ++++
vms/build_gawk_release_notes.com | 67 ++
vms/compare_gawk_source.com | 367 ++++++++
vms/config_h.com | 1661 ++++++++++++++++++++++++++++++++++++
vms/descrip.mms | 165 ++++-
vms/fcntl.h | 10 -
vms/gawk.hlp | 34 +-
vms/gawk_alias_setup.com | 110 +++
vms/gawk_build_steps.txt | 220 +++++
vms/gawk_ident.com | 21 +
vms/gawk_plugin.opt | 5 +
vms/gawk_release_note_start.txt | 189 ++++
vms/gawk_verb.com | 26 +
vms/gawkmisc.vms | 457 ++++++++++-
vms/generate_config_vms_h_gawk.com | 286 +++++++
vms/gnv_gawk_startup.com | 75 ++
vms/make_pcsi_gawk_kit_name.com | 189 ++++
vms/pcsi_gawk_file_list.txt | 120 +++
vms/pcsi_product_gawk.com | 187 ++++
vms/remove_old_gawk.com | 113 +++
vms/stage_gawk_install.com | 300 +++++++
vms/vax/ChangeLog | 7 +
vms/vax/gawk_plugin_xfer.mar_exact | 13 +
vms/vax/gawk_plugin_xfer.opt | 5 +
vms/vax/macro32_exactcase.com | 16 +
vms/vax/macro32_exactcase.patch | 11 +
vms/vms-conf.h | 678 ---------------
vms/vms-notes | 1140 +++++++++++++++++++++++++
vms/vms.h | 24 +-
vms/vms_args.c | 24 +-
vms/vms_cli.c | 32 +-
vms/vms_crtl_init.c | 470 ++++++++++
vms/vms_fwrite.c | 14 +-
vms/vms_gawk.c | 17 +-
vms/vms_misc.c | 29 +-
vms/vms_popen.c | 17 +-
vms/vmsbuild.com | 51 +-
vms/vmstest.com | 161 +++-
62 files changed, 8632 insertions(+), 1427 deletions(-)
create mode 100644 vms/backup_gawk_src.com
create mode 100644 vms/build_gawk_pcsi_desc.com
create mode 100644 vms/build_gawk_pcsi_text.com
create mode 100644 vms/build_gawk_release_notes.com
create mode 100644 vms/compare_gawk_source.com
create mode 100644 vms/config_h.com
delete mode 100644 vms/fcntl.h
create mode 100644 vms/gawk_alias_setup.com
create mode 100644 vms/gawk_build_steps.txt
create mode 100644 vms/gawk_ident.com
create mode 100644 vms/gawk_plugin.opt
create mode 100644 vms/gawk_release_note_start.txt
create mode 100644 vms/gawk_verb.com
create mode 100644 vms/generate_config_vms_h_gawk.com
create mode 100644 vms/gnv_gawk_startup.com
create mode 100644 vms/make_pcsi_gawk_kit_name.com
create mode 100644 vms/pcsi_gawk_file_list.txt
create mode 100644 vms/pcsi_product_gawk.com
create mode 100644 vms/remove_old_gawk.com
create mode 100644 vms/stage_gawk_install.com
create mode 100644 vms/vax/ChangeLog
create mode 100644 vms/vax/gawk_plugin_xfer.mar_exact
create mode 100644 vms/vax/gawk_plugin_xfer.opt
create mode 100644 vms/vax/macro32_exactcase.com
create mode 100644 vms/vax/macro32_exactcase.patch
delete mode 100644 vms/vms-conf.h
create mode 100644 vms/vms_crtl_init.c
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-171-g664868f,
Arnold Robbins <=