mksh: Update TaC
This commit is contained in:
parent
0d2ece6158
commit
88873ccef3
2 changed files with 7 additions and 5 deletions
|
@ -12,7 +12,7 @@ if any are found. We don't think so though.)
|
||||||
All paths are relative to The MirOS Project's CVS repository.
|
All paths are relative to The MirOS Project's CVS repository.
|
||||||
|
|
||||||
|
|
||||||
The following files form The MirBSD Korn Shell R48:
|
The following files form The MirBSD Korn Shell R49:
|
||||||
- build system
|
- build system
|
||||||
* mksh/Build.sh
|
* mksh/Build.sh
|
||||||
- testsuite driver
|
- testsuite driver
|
||||||
|
@ -39,9 +39,11 @@ The following files form The MirBSD Korn Shell R48:
|
||||||
* mksh/lalloc.c
|
* mksh/lalloc.c
|
||||||
* mksh/lex.c
|
* mksh/lex.c
|
||||||
* mksh/main.c
|
* mksh/main.c
|
||||||
|
* mksh/mirhash.h
|
||||||
* mksh/misc.c
|
* mksh/misc.c
|
||||||
|
* mksh/rlimits.opt
|
||||||
* mksh/sh.h
|
* mksh/sh.h
|
||||||
* mksh/sh_flags.h
|
* mksh/sh_flags.opt
|
||||||
* mksh/shf.c
|
* mksh/shf.c
|
||||||
* mksh/syn.c
|
* mksh/syn.c
|
||||||
* mksh/tree.c
|
* mksh/tree.c
|
||||||
|
@ -124,7 +126,7 @@ Appendix A - The MirOS Licence (OSI approved)
|
||||||
|
|
||||||
The MirBSD Korn Shell (mksh) is
|
The MirBSD Korn Shell (mksh) is
|
||||||
Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
|
Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
|
||||||
2011, 2012, 2013
|
2011, 2012, 2013, 2014
|
||||||
Thorsten "mirabilos" Glaser <tg@mirbsd.org>
|
Thorsten "mirabilos" Glaser <tg@mirbsd.org>
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
|
@ -243,4 +245,4 @@ possible, the text shown above is to be included.
|
||||||
|
|
||||||
|
|
||||||
__________________________________________________________________
|
__________________________________________________________________
|
||||||
$MirOS: www/files/TaC-mksh.txt,v 1.18 2013/09/10 16:12:59 tg Exp $
|
$MirOS: www/files/TaC-mksh.txt,v 1.20 2014/01/11 19:49:55 tg Exp $
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'mksh'
|
# Template file for 'mksh'
|
||||||
pkgname=mksh
|
pkgname=mksh
|
||||||
version=R49
|
version=R49
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc=mksh
|
wrksrc=mksh
|
||||||
register_shell="/bin/mksh"
|
register_shell="/bin/mksh"
|
||||||
short_desc="The MirBSD Korn Shell"
|
short_desc="The MirBSD Korn Shell"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue