From f66c194f29ff85bc579ce3745e89106b647620b9 Mon Sep 17 00:00:00 2001 From: tg Date: Mon, 15 Dec 2014 23:26:36 +0000 Subject: [PATCH] =?UTF-8?q?oksh=20sync=20RCSIDs=20only:=20=E2=80=A2=20expr?= =?UTF-8?q?.c=20long=20done=20already=20=E2=80=A2=20mksh.1=20does=20not=20?= =?UTF-8?q?apply=20to=20us=20(no=20character=20classes)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- expr.c | 4 ++-- mksh.1 | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/expr.c b/expr.c index 057666e..ef544df 100644 --- a/expr.c +++ b/expr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: expr.c,v 1.23 2013/12/17 16:37:06 deraadt Exp $ */ +/* $OpenBSD: expr.c,v 1.24 2014/12/08 14:26:31 otto Exp $ */ /*- * Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, @@ -23,7 +23,7 @@ #include "sh.h" -__RCSID("$MirOS: src/bin/mksh/expr.c,v 1.76 2014/06/24 19:53:19 tg Exp $"); +__RCSID("$MirOS: src/bin/mksh/expr.c,v 1.77 2014/12/15 23:26:36 tg Exp $"); /* the order of these enums is constrained by the order of opinfo[] */ enum token { diff --git a/mksh.1 b/mksh.1 index 8b45c76..3543536 100644 --- a/mksh.1 +++ b/mksh.1 @@ -1,5 +1,5 @@ -.\" $MirOS: src/bin/mksh/mksh.1,v 1.345 2014/11/25 22:46:47 tg Exp $ -.\" $OpenBSD: ksh.1,v 1.153 2014/08/17 07:15:41 jmc Exp $ +.\" $MirOS: src/bin/mksh/mksh.1,v 1.346 2014/12/15 23:26:36 tg Exp $ +.\" $OpenBSD: ksh.1,v 1.155 2014/12/09 15:37:13 schwarze Exp $ .\"- .\" Copyright © 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, .\" 2010, 2011, 2012, 2013, 2014 @@ -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: November 25 2014 $ +.Dd $Mdocdate: December 15 2014 $ .\" .\" Check which macro package we use, and do other -mdoc setup. .\"