~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to vms/ChangeLog

  • Committer: Arnold D. Robbins
  • Date: 2010-07-16 11:49:57 UTC
  • Revision ID: git-v1:6a2caf2157d87b4b582b2494bdd7d6a688dd0b1f
Tags: gawk-3.1.6
Move to gawk-3.1.6.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Mon Oct 22 08:49:05 2007  Arnold D. Robbins  <arnold@skeeve.com>
 
2
 
 
3
        * Release 3.1.6: Release tar file made.
 
4
 
 
5
Wed May 16 19:54:00 2007        Pat Rankin      <rankin@pactechdata.com>
 
6
 
 
7
        * vms-conf.h: re-sync with configh.in.
 
8
 
 
9
Sun Apr 29 18:09:17 2007        Pat Rankin      <rankin@pactechdata.com>
 
10
 
 
11
        * redirect.h: declare snprintf() if CRTL_VER_V732 is defined;
 
12
        redefining __CRTL_VER in config.h causes <stdio.h> to suppress it.
 
13
 
 
14
        * vmstest.com (fnarray): exit code has changed to 2.
 
15
        (pid): target values now passed by command line rather than file.
 
16
 
 
17
Fri Apr 20 16:48:30 2007        Pat Rankin      <rankin@pactechdata.com>
 
18
 
 
19
        * vms-conf.h: #define HAVE_SNPRINTF for V7.3-2 and later CRTL.
 
20
        * redirect.h: #define snprintf to gawk_snprintf if we're using
 
21
          missing_d/snprintf.c; avoids diagnostic about its declaration.
 
22
 
 
23
Thu Apr 12 18:59:33 2007        Pat Rankin      <rankin@pactechdata.com>
 
24
 
 
25
        * vms-conf.h: Leave HAVE_MKSTEMP undefined; we want tmpfile().
 
26
 
 
27
Thu Mar 29 19:30:20 2007        Pat Rankin      <rankin@pactechdata.com>
 
28
 
 
29
        * vms-conf.h: reconcile with configh.in.
 
30
 
 
31
        * descrip.mms: compile floatcomp.c; add pgawk target and build
 
32
        pgawk.exe for `make all'.
 
33
        * vmsbuild.com: compile floatcomp.c; always build pgawk.exe in
 
34
        addition to gawk.exe.
 
35
 
 
36
Wed Jul 27 21:31:14 2005        Pat Rankin      <rankin@pactechdata.com>
 
37
 
 
38
        * vmstest.com: Format test group feedback differently (append "...")
 
39
          to distinguish it from individual test feedback.
 
40
        (manyfiles): Determine the number of files to use dynamically
 
41
          instead of using hardcoded 300 in case user's open file quota
 
42
          is generous enough to support more than that.
 
43
        (longsub): Add error trap so that failure when gawk is built with
 
44
          VAXCRTL doesn't cause testing to terminate.
 
45
        (vms_io1): Invoke with normal Unix-style command line syntax.
 
46
        (vms_cmd): New test; split off DCL-style command line from vms_io1.
 
47
 
1
48
Tue Jul 26 21:46:16 2005  Arnold D. Robbins  <arnold@skeeve.com>
2
49
 
3
50
        * Release 3.1.5: Release tar file made.