~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to pc/ChangeLog.0

  • Committer: Andrew J. Schorr
  • Date: 2014-08-03 18:44:47 UTC
  • mfrom: (408.7.1)
  • mto: (408.2.352)
  • mto: This revision was merged to the branch mainline in revision 507.
  • Revision ID: git-v1:ff21da5c7f072a69e9582f1a7ae2039f27f564cf
Merge branch 'gawk-4.1-stable' to get --profile to work with -M.

Show diffs side-by-side

added added

removed removed

Lines of Context:
276
276
        * config.h: Let DEFPATH reflect DJGPP installation directory tree.
277
277
        * Makefile: pkgdatadir variable defined to $(prefix)/lib/awk.
278
278
        * Makefile: In DJGPP section use the DJGPP environment variable to
279
 
        redefine the pkgdatadir variable.
 
279
          redefine the pkgdatadir variable.
280
280
 
281
281
2006-07-22  Eli Zaretskii  <eliz@gnu.org>
282
282
 
488
488
        Updated OS/2 support.
489
489
 
490
490
        * gawkmisc.pc (quote): Use single quote for __EMX__.
491
 
        (os_arg_fixup): new OS/2 code.
492
 
        (os_devopen): for OS/2 return -1.
493
 
        (ispath): check for leading drive letter for __EMX__.
494
 
        (os_close_on_exec): Add check for defined __EMX__.
495
 
        (os_is_setuid): Add real code for __EMX__.
496
 
        (_os2_is_abs_path): new function.
497
 
        (_os2_unixroot): new function.
498
 
        (_os2_unixroot_path): new function.
 
491
          (os_arg_fixup): new OS/2 code.
 
492
          (os_devopen): for OS/2 return -1.
 
493
          (ispath): check for leading drive letter for __EMX__.
 
494
          (os_close_on_exec): Add check for defined __EMX__.
 
495
          (os_is_setuid): Add real code for __EMX__.
 
496
          (_os2_is_abs_path): new function.
 
497
          (_os2_unixroot): new function.
 
498
          (_os2_unixroot_path): new function.
499
499
 
500
500
Tue Sep 25 15:19:53 2001  Arnold D. Robbins  <arnold@skeeve.com>
501
501
 
504
504
Sun Jun  3 13:04:44 2001  Arnold D. Robbins  <arnold@skeeve.com>
505
505
 
506
506
        * Release 3.1.0: Release tar file made.  And there was
507
 
        rejoicing.
 
507
          rejoicing.
508
508
 
509
509
Tue Jan 30 10:56:05 2001  Arnold D. Robbins  <arnold@skeeve.com>
510
510
 
511
511
        * config.h: Per Kay Uwe Rommel, turn on HAVE_FCNTL_H for
512
 
        all PC platforms so that BINMODE works on all.
 
512
          all PC platforms so that BINMODE works on all.
513
513
 
514
514
Sun Jan 28 15:50:02 2001  Eli Zaretskii  <eliz@is.elta.co.il>
515
515
 
524
524
Wed Jan 17 10:59:32 2001  Eli Zaretskii  <eliz@is.elta.co.il>
525
525
 
526
526
        * gawkmisc.pc (os_close_on_exec) [__DJGPP__]: Don't print the
527
 
        warning about failure to set close-on-exec bit, unless it's DJGPP
528
 
        2.04 or later.
 
527
        warning about failure to set close-on-exec bit, unless it's DJGPP
 
528
        2.04 or later.
529
529
 
530
530
Wed Jan  3 19:11:00 2001  Darrel Hankerson  <hankedr@auburn.edu>
531
531
 
532
532
        * popen.c: write script files in binary only if the shell is
533
 
        unix-like.
 
533
          unix-like.
534
534
        * Makefile: set threshold (-Gt) on MSC 16bit versions to obtain
535
 
        sufficient stack.  3.0.91 builtin.c compiles with optimization,
536
 
        in MSC[67], so remove the special compile
 
535
          sufficient stack.  3.0.91 builtin.c compiles with optimization,
 
536
          in MSC[67], so remove the special compile
537
537
 
538
538
Wed Jan  3 19:54:12 2001  Arnold D. Robbins  <arnold@skeeve.com>
539
539
 
551
551
Wed Nov 22 11:47:00 2000  Arnold D. Robbins  <arnold@skeeve.com>
552
552
 
553
553
        * gawk.rsp, pc_popen.c, pc_popen.h, Makefile, Makefile.tst,
554
 
        gawkmisc.pc: Synched with diffs from Scott Deifik.
 
554
          gawkmisc.pc: Synched with diffs from Scott Deifik.
555
555
        * config.h: Updated from main dist, best guess by me, will
556
 
        probably need tweaking.
 
556
          probably need tweaking.
557
557
 
558
558
Tue Nov  7 14:09:14 2000  Arnold D. Robbins  <arnold@skeeve.com>
559
559
 
566
566
Wed Jul 30 19:53:52 1997  Arnold D. Robbins  <arnold@gnu.org>
567
567
 
568
568
        * Close-on-exec changes:
569
 
        gawkmisc.pc: (os_close_on_exec, os_isdir): new functions.
 
569
          gawkmisc.pc: (os_close_on_exec, os_isdir): new functions.
570
570
 
571
571
Mon Aug  7 15:23:00 2000  Arnold D. Robbins  <arnold@skeeve.com>
572
572
 
586
586
        * config.h: Define HAVE_LIMITS_H as 1.
587
587
 
588
588
Wed Jun 30 16:14:36 1999  Arnold D. Robbins  <arnold@gnu.org>
589
 
 
 
589
  
590
590
        * Release 3.0.4: Release tar file made.  This time for sure.
591
591
 
592
592
Sun Jun 27 12:27:00 1999   Darrel Hankerson   <hankedr@mail.auburn.edu>
598
598
 
599
599
        * popen.c: MSC (on DOS/Windows32) and MINGW32 now honor SHELL.
600
600
        * io.c: MINGW32 reports errno==0 after failure in redirect();
601
 
        assume close_one() in this case.  
 
601
          assume close_one() in this case.  
602
602
        * io.c: Add HAVE_POPEN_H and let pc/config.h deal with the mess.
603
 
        (Can't move everything to config.h because of popen define.)
 
603
          (Can't move everything to config.h because of popen define.)
604
604
 
605
605
Sun May  9 09:12:33 1999  Darrel Hankerson   <hankedr@mail.auburn.edu>
606
606
 
607
607
        * Add 1999-04-30 changes from Eli Zaretskii <eliz@is.elta.co.il>
608
 
        1. Makefile (TAGS, tags): New targets.
609
 
        2. Makefile.tst (regtes): Pass the value of $CMP to the 
610
 
        regtest script.
 
608
          1. Makefile (TAGS, tags): New targets.
 
609
          2. Makefile.tst (regtes): Pass the value of $CMP to the 
 
610
             regtest script.
611
611
 
612
612
Thu Nov 18 03:48:32 1998  Scott Deifik       <scottd@amgen.com>
613
613
 
616
616
Thu Nov 12 21:01:24 1998  Darrel Hankerson   <hankedr@mail.auburn.edu>
617
617
 
618
618
        * mingw32 target added with corresponding minor changes to getid.c,
619
 
        io.c, and config.h.
 
619
          io.c, and config.h.
620
620
        
621
621
        * vcWin32 needed popen defines in config.h which were inadvertently
622
 
        omitted from 3.0.3.
 
622
          omitted from 3.0.3.
623
623
 
624
624
        * README.pc updated to clarify the procedure for building
625
 
        non-LFN versions on LFN systems, and to note that Windows32 gawk
626
 
        may require Windows32 utilities.
 
625
          non-LFN versions on LFN systems, and to note that Windows32 gawk
 
626
          may require Windows32 utilities.
627
627
 
628
628
        * emxbnd target modified to accomodate older versions of emx.
629
629
 
630
630
Thu Nov 08 09:11:44 1998  Scott Deifik       <scottd@amgen.com>
631
631
 
632
632
        * pc/Makefile: Stack reduced again for 16bit MSC versions.
633
 
        
 
633
          
634
634
        * pc/Makefile.tst: Updated to keep in sync with new
635
 
        test/Makefile.in.  In addition, made to work in Windows 9x
636
 
        with non-LFN tools.
 
635
          test/Makefile.in.  In addition, made to work in Windows 9x
 
636
          with non-LFN tools.
637
637
 
638
638
Thu May 15 12:49:08 1997  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>
639
639
 
642
642
Tue May 13 20:06:09 1997  Darrel Hankerson  <hankedr@mail.auburn.edu>
643
643
 
644
644
        * vcWin32 target added.  Some new tests for WIN32 in gawkmisc.c
645
 
        io.c, and regex.c.  Makefile changes for nmake, which can't 
646
 
        expand $($x).
 
645
          io.c, and regex.c.  Makefile changes for nmake, which can't 
 
646
          expand $($x).
647
647
 
648
648
        * config.h updated for BITOPS and NONDECDATA (also in Makefile).
649
649
 
654
654
Fri Jan 17 19:20:45 1997  Darrel Hankerson  <hankedr@mail.auburn.edu>
655
655
 
656
656
        * Makefile: add KUR's emxnt target for emx+RSXNT.  Create awk.exe
657
 
        "link" to gawk.exe for djgpp target.  (Suggested by Eli Zaretskii.
658
 
        Should be done as part of a smarter install, since awk.exe only
659
 
        works with djgpp gawk.exe.)  Separate djgpp-v1 into djgppv1 
660
 
        target.  Install awk.exe if present.
 
657
          "link" to gawk.exe for djgpp target.  (Suggested by Eli Zaretskii.
 
658
          Should be done as part of a smarter install, since awk.exe only
 
659
          works with djgpp gawk.exe.)  Separate djgpp-v1 into djgppv1 
 
660
          target.  Install awk.exe if present.
661
661
 
662
662
        * install.awk: install awk.exe if present (only for djgpp)
663
663