Date: Sun, 4 Mar 2001 21:50:14 -0800 (PST) From: "David E. O'Brien" <obrien@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/tcsh config.guess config.sub configure configure.in FAQ Fixes Imakefile Makefile.in Makefile.std Makefile.vms Ported README complete.tcsh config_f.h ed.chared.c ed.decls.h ed.defns.c ed.h ed.init.c ed.inputl.c ed.refresh.c ... Message-ID: <200103050550.f255oEZ25219@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
obrien 2001/03/04 21:50:14 PST Modified files: (Branch: RELENG_4) contrib/tcsh FAQ Fixes Imakefile Makefile.in Makefile.std Makefile.vms Ported README complete.tcsh config_f.h ed.chared.c ed.decls.h ed.defns.c ed.h ed.init.c ed.inputl.c ed.refresh.c ed.screen.c ed.term.c ed.xmap.c glob.c host.defs mi.termios.c patchlevel.h sh.c sh.char.c sh.char.h sh.dir.c sh.dol.c sh.err.c sh.exec.c sh.file.c sh.func.c sh.glob.c sh.h sh.lex.c sh.print.c sh.proc.c sh.sem.c sh.set.c sh.types.h tc.alloc.c tc.bind.c tc.const.c tc.decls.h tc.func.c tc.os.c tc.os.h tc.prompt.c tc.sched.c tc.sig.c tc.sig.h tc.wait.h tc.who.c tcsh.man tw.color.c tw.decls.h tw.h tw.init.c tw.parse.c vms.termcap.c Added files: (Branch: RELENG_4) contrib/tcsh config.guess config.sub configure configure.in contrib/tcsh/config bsd4.4 contrib/tcsh/nls/ukrainian set1 set10 set11 set12 set13 set14 set15 set16 set17 set18 set19 set2 set20 set21 set22 set23 set24 set25 set26 set27 set29 set3 set30 set31 set4 set5 set6 set7 set8 set9 Removed files: (Branch: RELENG_4) contrib/tcsh Copyright Log: MFC: update to version 6.10 Revision Changes Path 1.1.1.1.2.2 +5 -1 src/contrib/tcsh/FAQ 1.1.1.2.2.2 +64 -15 src/contrib/tcsh/Fixes 1.1.1.2.2.2 +3 -3 src/contrib/tcsh/Imakefile 1.1.1.2.2.2 +14 -13 src/contrib/tcsh/Makefile.in 1.1.1.2.2.2 +5 -2 src/contrib/tcsh/Makefile.std 1.1.1.2.2.2 +2 -2 src/contrib/tcsh/Makefile.vms 1.1.1.2.2.2 +13 -0 src/contrib/tcsh/Ported 1.1.1.2.2.2 +10 -7 src/contrib/tcsh/README 1.1.1.2.2.2 +232 -21 src/contrib/tcsh/complete.tcsh 1.1.1.1.2.2 +2 -2 src/contrib/tcsh/config_f.h 1.1.1.2.2.2 +20 -80 src/contrib/tcsh/ed.chared.c 1.1.1.1.2.2 +3 -1 src/contrib/tcsh/ed.decls.h 1.1.1.1.2.2 +23 -10 src/contrib/tcsh/ed.defns.c 1.1.1.1.2.2 +6 -8 src/contrib/tcsh/ed.h 1.1.1.2.2.2 +17 -17 src/contrib/tcsh/ed.init.c 1.1.1.2.2.2 +10 -10 src/contrib/tcsh/ed.inputl.c 1.1.1.2.2.2 +16 -16 src/contrib/tcsh/ed.refresh.c 1.1.1.1.2.2 +67 -29 src/contrib/tcsh/ed.screen.c 1.1.1.1.2.2 +5 -5 src/contrib/tcsh/ed.term.c 1.1.1.1.2.2 +18 -18 src/contrib/tcsh/ed.xmap.c 1.1.1.2.2.2 +2 -3 src/contrib/tcsh/glob.c 1.1.1.2.2.2 +10 -3 src/contrib/tcsh/host.defs 1.1.1.1.2.2 +4 -4 src/contrib/tcsh/mi.termios.c 1.1.1.2.2.2 +4 -4 src/contrib/tcsh/patchlevel.h 1.1.1.2.2.3 +40 -34 src/contrib/tcsh/sh.c 1.1.1.1.2.2 +77 -2 src/contrib/tcsh/sh.char.c 1.1.1.1.2.2 +26 -25 src/contrib/tcsh/sh.char.h 1.1.1.1.2.3 +7 -6 src/contrib/tcsh/sh.dir.c 1.1.1.3.2.3 +9 -5 src/contrib/tcsh/sh.dol.c 1.1.1.1.2.2 +3 -3 src/contrib/tcsh/sh.err.c 1.1.1.2.2.2 +36 -103 src/contrib/tcsh/sh.exec.c 1.1.1.1.2.2 +5 -5 src/contrib/tcsh/sh.file.c 1.1.1.3.2.2 +40 -43 src/contrib/tcsh/sh.func.c 1.1.1.2.2.2 +9 -6 src/contrib/tcsh/sh.glob.c 1.1.1.3.2.2 +51 -36 src/contrib/tcsh/sh.h 1.1.1.2.2.2 +24 -24 src/contrib/tcsh/sh.lex.c 1.1.1.2.2.2 +5 -5 src/contrib/tcsh/sh.print.c 1.1.1.1.2.2 +12 -12 src/contrib/tcsh/sh.proc.c 1.1.1.1.2.2 +10 -9 src/contrib/tcsh/sh.sem.c 1.1.1.2.2.2 +12 -2 src/contrib/tcsh/sh.set.c 1.1.1.2.2.2 +3 -3 src/contrib/tcsh/sh.types.h 1.1.1.1.2.2 +4 -4 src/contrib/tcsh/tc.alloc.c 1.1.1.1.2.2 +27 -26 src/contrib/tcsh/tc.bind.c 1.1.1.2.2.2 +16 -4 src/contrib/tcsh/tc.const.c 1.1.1.1.2.2 +5 -4 src/contrib/tcsh/tc.decls.h 1.1.1.2.2.2 +106 -20 src/contrib/tcsh/tc.func.c 1.1.1.1.2.2 +8 -8 src/contrib/tcsh/tc.os.c 1.1.1.1.2.2 +19 -14 src/contrib/tcsh/tc.os.h 1.1.1.5.2.2 +5 -5 src/contrib/tcsh/tc.prompt.c 1.1.1.1.2.2 +4 -4 src/contrib/tcsh/tc.sched.c 1.1.1.1.2.2 +3 -3 src/contrib/tcsh/tc.sig.c 1.1.1.1.2.2 +9 -6 src/contrib/tcsh/tc.sig.h 1.1.1.1.2.2 +3 -3 src/contrib/tcsh/tc.wait.h 1.1.1.2.2.2 +30 -15 src/contrib/tcsh/tc.who.c 1.1.1.3.2.2 +8 -3 src/contrib/tcsh/tcsh.man 1.1.1.2.2.2 +6 -6 src/contrib/tcsh/tw.color.c 1.1.1.1.2.2 +3 -1 src/contrib/tcsh/tw.decls.h 1.1.1.1.2.2 +2 -2 src/contrib/tcsh/tw.h 1.1.1.1.2.2 +28 -18 src/contrib/tcsh/tw.init.c 1.1.1.2.2.2 +16 -12 src/contrib/tcsh/tw.parse.c 1.1.1.1.2.2 +3 -3 src/contrib/tcsh/vms.termcap.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?200103050550.f255oEZ25219>