Date: Mon, 8 Oct 2001 14:11:01 -0700 (PDT) From: Mark Peek <mp@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/tcsh Makefile.ADMIN RELEASE-PROCEDURE FAQ Fixes Imakefile Makefile.in Makefile.std Makefile.vms README WishList complete.tcsh config.guess config.sub configure configure.in ed.chared.c ed.decls.h ed.defns.c ed.h ed.init.c ... Message-ID: <200110082111.f98LB1r94472@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
mp 2001/10/08 14:11:01 PDT
Modified files: (Branch: RELENG_4)
contrib/tcsh FAQ Fixes Imakefile Makefile.in
Makefile.std Makefile.vms README WishList
complete.tcsh config.guess config.sub
configure configure.in ed.chared.c
ed.decls.h ed.defns.c ed.h ed.init.c
ed.term.c ed.xmap.c glob.3 glob.h
host.defs patchlevel.h sh.c sh.char.c
sh.char.h sh.decls.h sh.dir.c sh.dol.c
sh.func.c sh.glob.c sh.h sh.proc.c
sh.sem.c sh.set.c sh.time.c tc.const.c
tc.decls.h tc.func.c tc.printf.c tcsh.man
tcsh.man2html tw.color.c tw.parse.c
contrib/tcsh/config bsd4.4
contrib/tcsh/nls Makefile
contrib/tcsh/nls/C set17 set3
contrib/tcsh/nls/finnish set22 set3 set30
contrib/tcsh/nls/french set3
contrib/tcsh/nls/german set10 set3
contrib/tcsh/nls/greek set3
contrib/tcsh/nls/italian set3
contrib/tcsh/nls/spanish set20 set3
contrib/tcsh/nls/ukrainian set3
bin/csh config.h host.defs
bin/csh/nls Makefile
Added files: (Branch: RELENG_4)
contrib/tcsh Makefile.ADMIN RELEASE-PROCEDURE
contrib/tcsh/nls/et 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
contrib/tcsh/nls/pl README 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
contrib/tcsh/nls/russian 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
bin/csh/nls/et Makefile
bin/csh/nls/russian Makefile
Log:
MFC: update to version 6.11
Revision Changes Path
1.5.2.3 +2 -1 src/bin/csh/config.h
1.1.2.2 +13 -5 src/bin/csh/host.defs
1.5.2.3 +2 -2 src/bin/csh/nls/Makefile
1.1.2.1 +16 -0 src/bin/csh/nls/et/Makefile (new)
1.1.2.1 +16 -0 src/bin/csh/nls/russian/Makefile (new)
1.1.1.1.2.3 +205 -158 src/contrib/tcsh/FAQ
1.1.1.2.2.3 +44 -0 src/contrib/tcsh/Fixes
1.1.1.2.2.3 +3 -3 src/contrib/tcsh/Imakefile
1.1.1.1.2.1 +20 -0 src/contrib/tcsh/Makefile.ADMIN (new)
1.1.1.2.2.3 +2 -2 src/contrib/tcsh/Makefile.in
1.1.1.2.2.3 +2 -2 src/contrib/tcsh/Makefile.std
1.1.1.2.2.3 +2 -2 src/contrib/tcsh/Makefile.vms
1.1.1.2.2.3 +1 -1 src/contrib/tcsh/README
1.1.1.1.2.1 +27 -0 src/contrib/tcsh/RELEASE-PROCEDURE (new)
1.1.1.1.2.2 +62 -37 src/contrib/tcsh/WishList
1.1.1.2.2.3 +68 -44 src/contrib/tcsh/complete.tcsh
1.1.1.1.2.2 +269 -120 src/contrib/tcsh/config.guess
1.1.1.1.2.2 +304 -41 src/contrib/tcsh/config.sub
1.1.1.1.2.2 +1 -0 src/contrib/tcsh/config/bsd4.4
1.1.1.1.2.2 +52 -47 src/contrib/tcsh/configure
1.1.1.1.2.2 +6 -1 src/contrib/tcsh/configure.in
1.1.1.2.2.3 +275 -148 src/contrib/tcsh/ed.chared.c
1.1.1.1.2.3 +3 -1 src/contrib/tcsh/ed.decls.h
1.1.1.1.2.3 +37 -21 src/contrib/tcsh/ed.defns.c
1.1.1.1.2.3 +6 -3 src/contrib/tcsh/ed.h
1.1.1.2.2.3 +24 -6 src/contrib/tcsh/ed.init.c
1.1.1.1.2.3 +14 -7 src/contrib/tcsh/ed.term.c
1.1.1.1.2.3 +5 -2 src/contrib/tcsh/ed.xmap.c
1.1.1.1.2.2 +370 -210 src/contrib/tcsh/glob.3
1.1.1.1.2.2 +51 -27 src/contrib/tcsh/glob.h
1.1.1.2.2.3 +15 -5 src/contrib/tcsh/host.defs
1.1.1.1.2.2 +2 -2 src/contrib/tcsh/nls/C/set17
1.1.1.1.2.2 +8 -1 src/contrib/tcsh/nls/C/set3
1.1.1.2.2.2 +2 -1 src/contrib/tcsh/nls/Makefile
1.1.1.1.2.1 +140 -0 src/contrib/tcsh/nls/et/set1 (new)
1.1.1.1.2.1 +8 -0 src/contrib/tcsh/nls/et/set10 (new)
1.1.1.1.2.1 +10 -0 src/contrib/tcsh/nls/et/set11 (new)
1.1.1.1.2.1 +4 -0 src/contrib/tcsh/nls/et/set12 (new)
1.1.1.1.2.1 +13 -0 src/contrib/tcsh/nls/et/set13 (new)
1.1.1.1.2.1 +6 -0 src/contrib/tcsh/nls/et/set14 (new)
1.1.1.1.2.1 +7 -0 src/contrib/tcsh/nls/et/set15 (new)
1.1.1.1.2.1 +13 -0 src/contrib/tcsh/nls/et/set16 (new)
1.1.1.1.2.1 +16 -0 src/contrib/tcsh/nls/et/set17 (new)
1.1.1.1.2.1 +4 -0 src/contrib/tcsh/nls/et/set18 (new)
1.1.1.1.2.1 +15 -0 src/contrib/tcsh/nls/et/set19 (new)
1.1.1.1.2.1 +111 -0 src/contrib/tcsh/nls/et/set2 (new)
1.1.1.1.2.1 +41 -0 src/contrib/tcsh/nls/et/set20 (new)
1.1.1.1.2.1 +5 -0 src/contrib/tcsh/nls/et/set21 (new)
1.1.1.1.2.1 +17 -0 src/contrib/tcsh/nls/et/set22 (new)
1.1.1.1.2.1 +34 -0 src/contrib/tcsh/nls/et/set23 (new)
1.1.1.1.2.1 +4 -0 src/contrib/tcsh/nls/et/set24 (new)
1.1.1.1.2.1 +6 -0 src/contrib/tcsh/nls/et/set25 (new)
1.1.1.1.2.1 +15 -0 src/contrib/tcsh/nls/et/set26 (new)
1.1.1.1.2.1 +8 -0 src/contrib/tcsh/nls/et/set27 (new)
1.1.1.1.2.1 +4 -0 src/contrib/tcsh/nls/et/set29 (new)
1.1.1.1.2.1 +124 -0 src/contrib/tcsh/nls/et/set3 (new)
1.1.1.1.2.1 +16 -0 src/contrib/tcsh/nls/et/set30 (new)
1.1.1.1.2.1 +7 -0 src/contrib/tcsh/nls/et/set31 (new)
1.1.1.1.2.1 +45 -0 src/contrib/tcsh/nls/et/set4 (new)
1.1.1.1.2.1 +4 -0 src/contrib/tcsh/nls/et/set5 (new)
1.1.1.1.2.1 +11 -0 src/contrib/tcsh/nls/et/set6 (new)
1.1.1.1.2.1 +30 -0 src/contrib/tcsh/nls/et/set7 (new)
1.1.1.1.2.1 +5 -0 src/contrib/tcsh/nls/et/set8 (new)
1.1.1.1.2.1 +12 -0 src/contrib/tcsh/nls/et/set9 (new)
1.1.1.1.2.2 +2 -3 src/contrib/tcsh/nls/finnish/set22
1.1.1.1.2.2 +8 -2 src/contrib/tcsh/nls/finnish/set3
1.1.1.1.2.2 +2 -2 src/contrib/tcsh/nls/finnish/set30
1.1.1.1.2.2 +8 -1 src/contrib/tcsh/nls/french/set3
1.1.1.1.2.2 +1 -2 src/contrib/tcsh/nls/german/set10
1.1.1.1.2.2 +8 -1 src/contrib/tcsh/nls/german/set3
1.1.1.1.2.2 +8 -2 src/contrib/tcsh/nls/greek/set3
1.1.1.1.2.2 +8 -1 src/contrib/tcsh/nls/italian/set3
1.1.1.1.2.1 +3 -0 src/contrib/tcsh/nls/pl/README (new)
1.1.1.1.2.1 +1 -0 src/contrib/tcsh/nls/pl/set1 (new)
1.1.1.1.2.1 +8 -0 src/contrib/tcsh/nls/pl/set10 (new)
1.1.1.1.2.1 +10 -0 src/contrib/tcsh/nls/pl/set11 (new)
1.1.1.1.2.1 +4 -0 src/contrib/tcsh/nls/pl/set12 (new)
1.1.1.1.2.1 +13 -0 src/contrib/tcsh/nls/pl/set13 (new)
1.1.1.1.2.1 +6 -0 src/contrib/tcsh/nls/pl/set14 (new)
1.1.1.1.2.1 +7 -0 src/contrib/tcsh/nls/pl/set15 (new)
1.1.1.1.2.1 +13 -0 src/contrib/tcsh/nls/pl/set16 (new)
1.1.1.1.2.1 +16 -0 src/contrib/tcsh/nls/pl/set17 (new)
1.1.1.1.2.1 +4 -0 src/contrib/tcsh/nls/pl/set18 (new)
1.1.1.1.2.1 +15 -0 src/contrib/tcsh/nls/pl/set19 (new)
1.1.1.1.2.1 +111 -0 src/contrib/tcsh/nls/pl/set2 (new)
1.1.1.1.2.1 +41 -0 src/contrib/tcsh/nls/pl/set20 (new)
1.1.1.1.2.1 +5 -0 src/contrib/tcsh/nls/pl/set21 (new)
1.1.1.1.2.1 +17 -0 src/contrib/tcsh/nls/pl/set22 (new)
1.1.1.1.2.1 +34 -0 src/contrib/tcsh/nls/pl/set23 (new)
1.1.1.1.2.1 +4 -0 src/contrib/tcsh/nls/pl/set24 (new)
1.1.1.1.2.1 +6 -0 src/contrib/tcsh/nls/pl/set25 (new)
1.1.1.1.2.1 +15 -0 src/contrib/tcsh/nls/pl/set26 (new)
1.1.1.1.2.1 +8 -0 src/contrib/tcsh/nls/pl/set27 (new)
1.1.1.1.2.1 +4 -0 src/contrib/tcsh/nls/pl/set29 (new)
1.1.1.1.2.1 +14 -0 src/contrib/tcsh/nls/pl/set3 (new)
1.1.1.1.2.1 +16 -0 src/contrib/tcsh/nls/pl/set30 (new)
1.1.1.1.2.1 +7 -0 src/contrib/tcsh/nls/pl/set31 (new)
1.1.1.1.2.1 +45 -0 src/contrib/tcsh/nls/pl/set4 (new)
1.1.1.1.2.1 +4 -0 src/contrib/tcsh/nls/pl/set5 (new)
1.1.1.1.2.1 +11 -0 src/contrib/tcsh/nls/pl/set6 (new)
1.1.1.1.2.1 +30 -0 src/contrib/tcsh/nls/pl/set7 (new)
1.1.1.1.2.1 +5 -0 src/contrib/tcsh/nls/pl/set8 (new)
1.1.1.1.2.1 +12 -0 src/contrib/tcsh/nls/pl/set9 (new)
1.1.1.1.2.1 +140 -0 src/contrib/tcsh/nls/russian/set1 (new)
1.1.1.1.2.1 +8 -0 src/contrib/tcsh/nls/russian/set10 (new)
1.1.1.1.2.1 +10 -0 src/contrib/tcsh/nls/russian/set11 (new)
1.1.1.1.2.1 +4 -0 src/contrib/tcsh/nls/russian/set12 (new)
1.1.1.1.2.1 +13 -0 src/contrib/tcsh/nls/russian/set13 (new)
1.1.1.1.2.1 +6 -0 src/contrib/tcsh/nls/russian/set14 (new)
1.1.1.1.2.1 +7 -0 src/contrib/tcsh/nls/russian/set15 (new)
1.1.1.1.2.1 +13 -0 src/contrib/tcsh/nls/russian/set16 (new)
1.1.1.1.2.1 +16 -0 src/contrib/tcsh/nls/russian/set17 (new)
1.1.1.1.2.1 +4 -0 src/contrib/tcsh/nls/russian/set18 (new)
1.1.1.1.2.1 +15 -0 src/contrib/tcsh/nls/russian/set19 (new)
1.1.1.1.2.1 +111 -0 src/contrib/tcsh/nls/russian/set2 (new)
1.1.1.1.2.1 +41 -0 src/contrib/tcsh/nls/russian/set20 (new)
1.1.1.1.2.1 +5 -0 src/contrib/tcsh/nls/russian/set21 (new)
1.1.1.1.2.1 +17 -0 src/contrib/tcsh/nls/russian/set22 (new)
1.1.1.1.2.1 +34 -0 src/contrib/tcsh/nls/russian/set23 (new)
1.1.1.1.2.1 +4 -0 src/contrib/tcsh/nls/russian/set24 (new)
1.1.1.1.2.1 +6 -0 src/contrib/tcsh/nls/russian/set25 (new)
1.1.1.1.2.1 +15 -0 src/contrib/tcsh/nls/russian/set26 (new)
1.1.1.1.2.1 +8 -0 src/contrib/tcsh/nls/russian/set27 (new)
1.1.1.1.2.1 +4 -0 src/contrib/tcsh/nls/russian/set29 (new)
1.1.1.1.2.1 +124 -0 src/contrib/tcsh/nls/russian/set3 (new)
1.1.1.1.2.1 +16 -0 src/contrib/tcsh/nls/russian/set30 (new)
1.1.1.1.2.1 +7 -0 src/contrib/tcsh/nls/russian/set31 (new)
1.1.1.1.2.1 +45 -0 src/contrib/tcsh/nls/russian/set4 (new)
1.1.1.1.2.1 +4 -0 src/contrib/tcsh/nls/russian/set5 (new)
1.1.1.1.2.1 +11 -0 src/contrib/tcsh/nls/russian/set6 (new)
1.1.1.1.2.1 +30 -0 src/contrib/tcsh/nls/russian/set7 (new)
1.1.1.1.2.1 +5 -0 src/contrib/tcsh/nls/russian/set8 (new)
1.1.1.1.2.1 +12 -0 src/contrib/tcsh/nls/russian/set9 (new)
1.1.1.1.2.2 +1 -2 src/contrib/tcsh/nls/spanish/set20
1.1.1.1.2.2 +8 -1 src/contrib/tcsh/nls/spanish/set3
1.1.1.1.2.2 +8 -1 src/contrib/tcsh/nls/ukrainian/set3
1.1.1.2.2.3 +3 -3 src/contrib/tcsh/patchlevel.h
1.1.1.2.2.4 +15 -2 src/contrib/tcsh/sh.c
1.1.1.1.2.3 +64 -2 src/contrib/tcsh/sh.char.c
1.1.1.1.2.3 +2 -1 src/contrib/tcsh/sh.char.h
1.1.1.1.2.2 +2 -1 src/contrib/tcsh/sh.decls.h
1.1.1.1.2.4 +3 -3 src/contrib/tcsh/sh.dir.c
1.1.1.3.2.4 +4 -4 src/contrib/tcsh/sh.dol.c
1.1.1.3.2.3 +9 -3 src/contrib/tcsh/sh.func.c
1.1.1.2.2.3 +6 -8 src/contrib/tcsh/sh.glob.c
1.1.1.3.2.3 +5 -5 src/contrib/tcsh/sh.h
1.1.1.1.2.3 +39 -7 src/contrib/tcsh/sh.proc.c
1.1.1.1.2.3 +17 -3 src/contrib/tcsh/sh.sem.c
1.1.1.2.2.3 +15 -2 src/contrib/tcsh/sh.set.c
1.1.1.3.2.2 +4 -3 src/contrib/tcsh/sh.time.c
1.1.1.2.2.3 +21 -3 src/contrib/tcsh/tc.const.c
1.1.1.1.2.3 +2 -1 src/contrib/tcsh/tc.decls.h
1.1.1.2.2.4 +54 -7 src/contrib/tcsh/tc.func.c
1.1.1.1.2.2 +4 -2 src/contrib/tcsh/tc.printf.c
1.1.1.3.2.3 +46 -14 src/contrib/tcsh/tcsh.man
1.1.1.2.2.2 +3 -3 src/contrib/tcsh/tcsh.man2html
1.1.1.2.2.3 +4 -3 src/contrib/tcsh/tw.color.c
1.1.1.2.2.3 +18 -3 src/contrib/tcsh/tw.parse.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?200110082111.f98LB1r94472>
