Change logs for gawk source package in Breezy

  • gawk (1:3.1.4-2) unstable; urgency=low
    
    
      * 14_io.c-fix-redirect-hang.dpatch: new patch which reverts io.c changes
        that wait() when a redirect hits EOF without checking whether or not
        this is the kind of redirect which would have an orphan to wait() on.
        Closes: #263964
    
      * debian/control (Build-Depends): Add a versioned build-depends on a
        fixed binutils for m68k.  Closes: #278135
    
      * Merge in NMU changes.  Many thanks to Fumitoshi UKAI.  Closes:
        #276206, #277122, #266519, #276201
      
      * 11_dfa.c-ignorecase.dpatch, 12_dfa.c-ignorecase-range.dpath,
        13_dfa.c-charclass-bracket.dpatch: revert to old-style dpatch patch so
        that it works for me.
    
      * 10_dfa.c-no-go_fast.dpatch: replaced...
      * 10_dfa.c-disable-cache.dpatch: ... with this.  Which is upstream's fix
        for the same problem.
    
      * 15_builtin.c-fix-wide-char.dpatch: new patch by Stephen Kasal to fix
        wide-char to{lower,upper}() handling.
      
      * 16_awkgram.y-stop-at-eof.dpatch: new patch by Andreas Schwab to stop
        gawk reading past the end of the file for an awk script that is big
        enough to fill more than a buffer's worth and does not end with a
        newline.
    
      * 17_fix-non-numeric-constants.dpatch: new patch by Aharon Robbins to
        improve handling of non-numeric constants so that numbers like 00.34
        don't get confused as being octal.
    
     -- James Troup <email address hidden>  Fri, 26 Nov 2004 18:30:42 +0000