bug-gnu-utils
[Top][All Lists]
Advanced

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

a bug in gawk-3.1.4


From: Masahiko Furuichi
Subject: a bug in gawk-3.1.4
Date: Fri, 27 May 2005 20:20:45 +0900

I have a problem with gawk-3.1.4. gawk-3.1.3 seems OK.
Both gawk is compiled by gcc-3.3.4 + Solaris 8(SPARC). 

Here is the sample.

fs12{sbsoft}: cat sample
! 1
a b
! 2
c d
fs12{sbsoft}: ../gawk-3.1.3/gawk '/^[^!]/{printf("%s\n", $1)}' sample
a
c
fs12{sbsoft}: ../gawk-3.1.4/gawk '/^[^!]/{printf("%s\n", $1)}' sample
fs12{sbsoft}:

fs12{sbsoft}: ../gawk-3.1.3/gawk --version
GNU Awk 3.1.3
Copyright (C) 1989, 1991-2003 Free Software Foundation.

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
fs12{sbsoft}: ../gawk-3.1.4/gawk --version
GNU Awk 3.1.4
Copyright (C) 1989, 1991-2003 Free Software Foundation.

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
fs12{sbsoft}:

-- 
Masahiko Furuichi <address@hidden>

__________________________________
Do You Yahoo!?
Upgrade Your Life
http://bb.yahoo.co.jp/





reply via email to

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