Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jul 2002 02:35:57 -0700 (PDT)
From:      "Tim J. Robbins" <tjr@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/sed compile.c extern.h main.c misc.c process.c src/usr.bin/sed/TEST hanoi.sed
Message-ID:  <200207170935.g6H9Zvhl022389@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
tjr         2002/07/17 02:35:57 PDT

  Modified files:        (Branch: RELENG_4)
    usr.bin/sed          compile.c extern.h main.c misc.c 
                         process.c 
    usr.bin/sed/TEST     hanoi.sed 
  Log:
  MFC: Avoid checking whether each line is the last line of the file when we
  don't need to know. Instead, check when we are trying to match a "$" address.
  This does not change the way sed processes regular files, but makes it behave
  more sensibly when used interactively.
  + style changes to sync with HEAD.
  
  PR:             40101
  
  Revision      Changes    Path
  1.1.1.1.14.1  +4 -3      src/usr.bin/sed/TEST/hanoi.sed
  1.13.2.7      +4 -5      src/usr.bin/sed/compile.c
  1.3.6.4       +2 -2      src/usr.bin/sed/extern.h
  1.9.2.6       +33 -30    src/usr.bin/sed/main.c
  1.3.2.2       +5 -6      src/usr.bin/sed/misc.c
  1.10.2.8      +8 -8      src/usr.bin/sed/process.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207170935.g6H9Zvhl022389>