diff --git a/check.pl b/check.pl index fd9fa0f..a80d4e1 100644 --- a/check.pl +++ b/check.pl @@ -1,9 +1,9 @@ -# $MirOS: src/bin/mksh/check.pl,v 1.41 2015/09/05 19:19:01 tg Exp $ +# $MirOS: src/bin/mksh/check.pl,v 1.42 2015/11/29 17:05:00 tg Exp $ # $OpenBSD: th,v 1.1 2013/12/02 20:39:44 millert Exp $ #- # Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2011, # 2012, 2013, 2014, 2015 -# mirabilos +# mirabilos # # Provided that these terms and disclaimer and all copyright notices # are retained or reproduced in an accompanying document, permission diff --git a/expr.c b/expr.c index 8a4bb31..9030389 100644 --- a/expr.c +++ b/expr.c @@ -3,7 +3,7 @@ /*- * Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, * 2011, 2012, 2013, 2014 - * mirabilos + * mirabilos * * Provided that these terms and disclaimer and all copyright notices * are retained or reproduced in an accompanying document, permission @@ -23,7 +23,7 @@ #include "sh.h" -__RCSID("$MirOS: src/bin/mksh/expr.c,v 1.79 2015/10/24 19:45:23 tg Exp $"); +__RCSID("$MirOS: src/bin/mksh/expr.c,v 1.80 2015/11/29 17:05:00 tg Exp $"); /* the order of these enums is constrained by the order of opinfo[] */ enum token { diff --git a/histrap.c b/histrap.c index 8b5cc9a..eae9e9d 100644 --- a/histrap.c +++ b/histrap.c @@ -4,7 +4,7 @@ /*- * Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, * 2011, 2012, 2014, 2015 - * mirabilos + * mirabilos * * Provided that these terms and disclaimer and all copyright notices * are retained or reproduced in an accompanying document, permission @@ -27,7 +27,7 @@ #include #endif -__RCSID("$MirOS: src/bin/mksh/histrap.c,v 1.150 2015/09/05 19:19:05 tg Exp $"); +__RCSID("$MirOS: src/bin/mksh/histrap.c,v 1.151 2015/11/29 17:05:01 tg Exp $"); Trap sigtraps[ksh_NSIG + 1]; static struct sigaction Sigact_ign; diff --git a/lalloc.c b/lalloc.c index 32bed3c..4eca6a5 100644 --- a/lalloc.c +++ b/lalloc.c @@ -1,6 +1,6 @@ /*- * Copyright (c) 2009, 2010, 2011, 2013, 2014 - * mirabilos + * mirabilos * * Provided that these terms and disclaimer and all copyright notices * are retained or reproduced in an accompanying document, permission @@ -20,7 +20,7 @@ #include "sh.h" -__RCSID("$MirOS: src/bin/mksh/lalloc.c,v 1.22 2015/09/05 19:19:06 tg Exp $"); +__RCSID("$MirOS: src/bin/mksh/lalloc.c,v 1.23 2015/11/29 17:05:01 tg Exp $"); /* build with CPPFLAGS+= -DUSE_REALLOC_MALLOC=0 on ancient systems */ #if defined(USE_REALLOC_MALLOC) && (USE_REALLOC_MALLOC == 0) diff --git a/mirhash.h b/mirhash.h index 7836aee..0105b22 100644 --- a/mirhash.h +++ b/mirhash.h @@ -1,6 +1,6 @@ /*- * Copyright © 2011, 2014, 2015 - * mirabilos + * mirabilos * * Provided that these terms and disclaimer and all copyright notices * are retained or reproduced in an accompanying document, permission @@ -44,7 +44,7 @@ #include -__RCSID("$MirOS: src/bin/mksh/mirhash.h,v 1.5 2015/09/05 19:19:07 tg Exp $"); +__RCSID("$MirOS: src/bin/mksh/mirhash.h,v 1.6 2015/11/29 17:05:02 tg Exp $"); /*- * BAFH itself is defined by the following primitives: diff --git a/strlcpy.c b/strlcpy.c index 991e3ed..ba8581e 100644 --- a/strlcpy.c +++ b/strlcpy.c @@ -1,6 +1,6 @@ /*- * Copyright (c) 2006, 2008, 2009, 2013 - * mirabilos + * mirabilos * Copyright (c) 1998 Todd C. Miller * * Permission to use, copy, modify, and distribute this software for any @@ -18,7 +18,7 @@ #include "sh.h" -__RCSID("$MirOS: src/bin/mksh/strlcpy.c,v 1.9 2015/09/05 19:19:11 tg Exp $"); +__RCSID("$MirOS: src/bin/mksh/strlcpy.c,v 1.10 2015/11/29 17:05:02 tg Exp $"); /* * Copy src to string dst of size siz. At most siz-1 characters