Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jul 2010 15:14:52 +0000 (UTC)
From:      Mark Peek <mp@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/contrib/tcsh Fixes Imakefile Makefile.ADMIN Makefile.in README RELEASE-PROCEDURE complete.tcsh config.guess config.h.in config.rpath config.sub config_f.h configure configure.in ed.chared.c ed.decls.h ed.h ed.inputl.c ed.screen.c ...
Message-ID:  <201007141515.o6EFF3Yg057908@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mp          2010-07-14 15:14:52 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    contrib/tcsh         Fixes Imakefile Makefile.in README 
                         complete.tcsh config.guess config.h.in 
                         config.sub config_f.h configure 
                         configure.in ed.chared.c ed.decls.h ed.h 
                         ed.inputl.c ed.screen.c ed.term.h 
                         ed.xmap.c glob.c host.defs ma.setp.c 
                         patchlevel.h sh.c sh.char.c sh.char.h 
                         sh.decls.h sh.dir.c sh.dol.c sh.err.c 
                         sh.exec.c sh.exp.c sh.file.c sh.func.c 
                         sh.glob.c sh.h sh.lex.c sh.proc.c 
                         sh.proc.h sh.sem.c sh.set.c snames.h 
                         tc.bind.c tc.const.c tc.decls.h tc.func.c 
                         tc.os.h tc.sig.h tc.str.c tcsh.man 
                         tw.color.c tw.comp.c tw.parse.c 
  Added files:           (Branch: RELENG_7)
    contrib/tcsh         config.rpath 
  Removed files:         (Branch: RELENG_7)
    contrib/tcsh         Makefile.ADMIN RELEASE-PROCEDURE 
  Log:
  SVN rev 210059 on 2010-07-14 15:14:52Z by mp
  
  MFC: Update to tcsh 6.17.00.
  
  Requested by: gnn
  
  Revision      Changes      Path
  1.1.1.8.2.1   +71 -0       src/contrib/tcsh/Fixes
  1.1.1.8.2.1   +5 -1        src/contrib/tcsh/Imakefile
  1.1.1.1.26.1  +0 -20       src/contrib/tcsh/Makefile.ADMIN (dead)
  1.1.1.8.2.1   +12 -7       src/contrib/tcsh/Makefile.in
  1.1.1.8.2.1   +1 -1        src/contrib/tcsh/README
  1.1.1.1.26.1  +0 -27       src/contrib/tcsh/RELEASE-PROCEDURE (dead)
  1.1.1.8.2.1   +68 -36      src/contrib/tcsh/complete.tcsh
  1.1.1.3.24.1  +550 -368    src/contrib/tcsh/config.guess
  1.1.1.3.2.1   +2 -2        src/contrib/tcsh/config.h.in
  1.1.8.2       +571 -0      src/contrib/tcsh/config.rpath (new)
  1.1.1.3.24.1  +328 -95     src/contrib/tcsh/config.sub
  1.1.1.6.2.1   +3 -3        src/contrib/tcsh/config_f.h
  1.1.1.6.2.1   +3694 -3637  src/contrib/tcsh/configure
  1.1.1.6.2.1   +16 -1       src/contrib/tcsh/configure.in
  1.1.1.7.2.1   +36 -16      src/contrib/tcsh/ed.chared.c
  1.1.1.6.2.1   +3 -1        src/contrib/tcsh/ed.decls.h
  1.1.1.6.2.1   +6 -1        src/contrib/tcsh/ed.h
  1.1.1.6.2.1   +78 -69      src/contrib/tcsh/ed.inputl.c
  1.1.1.6.2.1   +5 -5        src/contrib/tcsh/ed.screen.c
  1.1.1.4.2.1   +2 -2        src/contrib/tcsh/ed.term.h
  1.1.1.6.2.1   +8 -6        src/contrib/tcsh/ed.xmap.c
  1.1.1.7.2.1   +2 -2        src/contrib/tcsh/glob.c
  1.1.1.8.2.1   +20 -2       src/contrib/tcsh/host.defs
  1.1.1.4.2.1   +4 -4        src/contrib/tcsh/ma.setp.c
  1.1.1.8.2.1   +3 -3        src/contrib/tcsh/patchlevel.h
  1.1.1.9.2.3   +43 -29      src/contrib/tcsh/sh.c
  1.1.1.5.2.1   +6 -203      src/contrib/tcsh/sh.char.c
  1.1.1.6.2.1   +43 -3       src/contrib/tcsh/sh.char.h
  1.1.1.6.2.1   +3 -2        src/contrib/tcsh/sh.decls.h
  1.1.1.8.2.1   +8 -8        src/contrib/tcsh/sh.dir.c
  1.1.1.10.2.1  +79 -69      src/contrib/tcsh/sh.dol.c
  1.1.1.5.2.1   +12 -11      src/contrib/tcsh/sh.err.c
  1.1.1.7.2.1   +4 -7        src/contrib/tcsh/sh.exec.c
  1.1.1.4.2.1   +85 -38      src/contrib/tcsh/sh.exp.c
  1.1.1.6.2.1   +9 -3        src/contrib/tcsh/sh.file.c
  1.1.1.9.2.1   +180 -28     src/contrib/tcsh/sh.func.c
  1.1.1.8.2.1   +5 -4        src/contrib/tcsh/sh.glob.c
  1.1.1.9.2.1   +19 -9       src/contrib/tcsh/sh.h
  1.1.1.8.2.1   +8 -8        src/contrib/tcsh/sh.lex.c
  1.1.1.7.2.2   +38 -22      src/contrib/tcsh/sh.proc.c
  1.1.1.4.2.1   +2 -4        src/contrib/tcsh/sh.proc.h
  1.1.1.7.2.1   +16 -9       src/contrib/tcsh/sh.sem.c
  1.1.1.9.2.1   +19 -3       src/contrib/tcsh/sh.set.c
  1.1.1.2.2.1   +2 -1        src/contrib/tcsh/snames.h
  1.1.1.5.2.1   +22 -22      src/contrib/tcsh/tc.bind.c
  1.1.1.9.2.3   +12 -5       src/contrib/tcsh/tc.const.c
  1.1.1.7.2.1   +7 -1        src/contrib/tcsh/tc.decls.h
  1.1.1.8.2.2   +11 -11      src/contrib/tcsh/tc.func.c
  1.1.1.6.2.1   +8 -1        src/contrib/tcsh/tc.os.h
  1.1.1.5.2.1   +2 -2        src/contrib/tcsh/tc.sig.h
  1.1.1.5.2.1   +39 -4       src/contrib/tcsh/tc.str.c
  1.1.1.9.2.1   +28 -13      src/contrib/tcsh/tcsh.man
  1.1.1.8.2.1   +3 -2        src/contrib/tcsh/tw.color.c
  1.1.1.5.2.1   +4 -2        src/contrib/tcsh/tw.comp.c
  1.1.1.8.2.1   +3 -3        src/contrib/tcsh/tw.parse.c



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