From d8b65ff642f7e0584e57f0286eb65e1ee4adc34b Mon Sep 17 00:00:00 2001 From: tg Date: Sun, 5 Jan 2014 19:14:18 +0000 Subject: [PATCH] =?UTF-8?q?oksh=20bumped=20array=20indic=C4=93s=20again,?= =?UTF-8?q?=20INT=5FMAX=20this=20time,=20still=20less=20than=20mksh?= =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mksh.1 | 6 +++--- sh.h | 4 ++-- var.c | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/mksh.1 b/mksh.1 index 523a0bd..1d06486 100644 --- a/mksh.1 +++ b/mksh.1 @@ -1,5 +1,5 @@ -.\" $MirOS: src/bin/mksh/mksh.1,v 1.326 2013/12/18 16:54:20 tg Exp $ -.\" $OpenBSD: ksh.1,v 1.148 2013/09/04 15:49:18 millert Exp $ +.\" $MirOS: src/bin/mksh/mksh.1,v 1.327 2014/01/05 19:14:16 tg Exp $ +.\" $OpenBSD: ksh.1,v 1.149 2013/12/18 13:53:11 millert Exp $ .\"- .\" Copyright © 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, .\" 2010, 2011, 2012, 2013 @@ -74,7 +74,7 @@ .\" with -mandoc, it might implement .Mx itself, but we want to .\" use our own definition. And .Dd must come *first*, always. .\" -.Dd $Mdocdate: December 18 2013 $ +.Dd $Mdocdate: January 5 2014 $ .\" .\" Check which macro package we use, and do other -mdoc setup. .\" diff --git a/sh.h b/sh.h index abee80d..b49386a 100644 --- a/sh.h +++ b/sh.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sh.h,v 1.32 2013/11/28 10:33:37 sobrado Exp $ */ +/* $OpenBSD: sh.h,v 1.33 2013/12/18 13:53:12 millert Exp $ */ /* $OpenBSD: shf.h,v 1.6 2005/12/11 18:53:51 deraadt Exp $ */ /* $OpenBSD: table.h,v 1.8 2012/02/19 07:52:30 otto Exp $ */ /* $OpenBSD: tree.h,v 1.10 2005/03/28 21:28:22 deraadt Exp $ */ @@ -164,7 +164,7 @@ #endif #ifdef EXTERN -__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.680 2013/11/30 23:20:04 tg Exp $"); +__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.681 2014/01/05 19:14:17 tg Exp $"); #endif #define MKSH_VERSION "R48 2013/11/30" diff --git a/var.c b/var.c index d273d64..fa006c4 100644 --- a/var.c +++ b/var.c @@ -1,4 +1,4 @@ -/* $OpenBSD: var.c,v 1.36 2013/12/17 16:37:06 deraadt Exp $ */ +/* $OpenBSD: var.c,v 1.37 2013/12/18 13:53:12 millert Exp $ */ /*- * Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, @@ -27,7 +27,7 @@ #include #endif -__RCSID("$MirOS: src/bin/mksh/var.c,v 1.174 2014/01/05 19:11:46 tg Exp $"); +__RCSID("$MirOS: src/bin/mksh/var.c,v 1.175 2014/01/05 19:14:18 tg Exp $"); /*- * Variables