Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Oct 2000 03:00:54 -0700 (PDT)
From:      "David E. O'Brien" <obrien@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/window Makefile cmd3.c cmd6.c cmd7.c context.c lcmd1.c lcmd2.c main.c parser.h string.c string.h var.c
Message-ID:  <200010261000.DAA90445@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
obrien      2000/10/26 03:00:54 PDT

  Modified files:
    usr.bin/window       Makefile cmd3.c cmd6.c cmd7.c context.c 
                         lcmd1.c lcmd2.c main.c parser.h string.c 
                         string.h var.c 
  Log:
  Having a local `string.h' is just asking for trouble.  As is having a
  `struct string'.  Rename the struct and effectively rename the header
  to `mystring.h'
  
  Revision  Changes    Path
  1.4       +10 -0     src/usr.bin/window/Makefile
  1.2       +2 -1      src/usr.bin/window/cmd3.c
  1.2       +3 -2      src/usr.bin/window/cmd6.c
  1.3       +2 -1      src/usr.bin/window/cmd7.c
  1.2       +2 -1      src/usr.bin/window/context.c
  1.3       +2 -1      src/usr.bin/window/lcmd1.c
  1.3       +2 -1      src/usr.bin/window/lcmd2.c
  1.6       +2 -1      src/usr.bin/window/main.c
  1.2       +2 -1      src/usr.bin/window/parser.h
  1.3       +5 -4      src/usr.bin/window/string.c
  1.2       +6 -5      src/usr.bin/window/string.h
  1.3       +2 -1      src/usr.bin/window/var.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?200010261000.DAA90445>