Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/mit/lua/dist/src imported Lua 5.3 work3
details: https://anonhg.NetBSD.org/src/rev/1e969baac6a3
branches: trunk
changeset: 330785:1e969baac6a3
user: lneto <lneto%NetBSD.org@localhost>
date: Sun Jul 20 23:17:27 2014 +0000
description:
imported Lua 5.3 work3
diffstat:
external/mit/lua/dist/src/lbitlib.c | 4 ++--
external/mit/lua/dist/src/lcorolib.c | 6 ++----
external/mit/lua/dist/src/lctype.c | 6 ++----
external/mit/lua/dist/src/lctype.h | 6 ++----
external/mit/lua/dist/src/lutf8lib.c | 6 ++----
5 files changed, 10 insertions(+), 18 deletions(-)
diffs (103 lines):
diff -r 9b7625605911 -r 1e969baac6a3 external/mit/lua/dist/src/lbitlib.c
--- a/external/mit/lua/dist/src/lbitlib.c Sun Jul 20 23:08:43 2014 +0000
+++ b/external/mit/lua/dist/src/lbitlib.c Sun Jul 20 23:17:27 2014 +0000
@@ -1,7 +1,7 @@
-/* $NetBSD: lbitlib.c,v 1.1 2014/07/19 18:38:34 lneto Exp $ */
+/* $NetBSD: lbitlib.c,v 1.1.1.1 2014/07/20 23:17:33 lneto Exp $ */
/*
-** $Id: lbitlib.c,v 1.1 2014/07/19 18:38:34 lneto Exp $
+** Id: lbitlib.c,v 1.26 2014/05/15 19:28:34 roberto Exp
** Standard library for bitwise operations
** See Copyright Notice in lua.h
*/
diff -r 9b7625605911 -r 1e969baac6a3 external/mit/lua/dist/src/lcorolib.c
--- a/external/mit/lua/dist/src/lcorolib.c Sun Jul 20 23:08:43 2014 +0000
+++ b/external/mit/lua/dist/src/lcorolib.c Sun Jul 20 23:17:27 2014 +0000
@@ -1,15 +1,13 @@
-/* $NetBSD: lcorolib.c,v 1.1 2014/07/19 18:38:34 lneto Exp $ */
+/* $NetBSD: lcorolib.c,v 1.1.1.1 2014/07/20 23:17:33 lneto Exp $ */
/*
-** $Id: lcorolib.c,v 1.1 2014/07/19 18:38:34 lneto Exp $
+** Id: lcorolib.c,v 1.6 2014/05/08 13:52:20 roberto Exp
** Coroutine Library
** See Copyright Notice in lua.h
*/
-#ifndef _KERNEL
#include <stdlib.h>
-#endif
#define lcorolib_c
diff -r 9b7625605911 -r 1e969baac6a3 external/mit/lua/dist/src/lctype.c
--- a/external/mit/lua/dist/src/lctype.c Sun Jul 20 23:08:43 2014 +0000
+++ b/external/mit/lua/dist/src/lctype.c Sun Jul 20 23:17:27 2014 +0000
@@ -1,7 +1,7 @@
-/* $NetBSD: lctype.c,v 1.1 2014/07/19 18:38:34 lneto Exp $ */
+/* $NetBSD: lctype.c,v 1.1.1.1 2014/07/20 23:17:33 lneto Exp $ */
/*
-** $Id: lctype.c,v 1.1 2014/07/19 18:38:34 lneto Exp $
+** Id: lctype.c,v 1.11 2011/10/03 16:19:23 roberto Exp
** 'ctype' functions for Lua
** See Copyright Notice in lua.h
*/
@@ -13,9 +13,7 @@
#if !LUA_USE_CTYPE /* { */
-#ifndef _KERNEL
#include <limits.h>
-#endif
LUAI_DDEF const lu_byte luai_ctype_[UCHAR_MAX + 2] = {
0x00, /* EOZ */
diff -r 9b7625605911 -r 1e969baac6a3 external/mit/lua/dist/src/lctype.h
--- a/external/mit/lua/dist/src/lctype.h Sun Jul 20 23:08:43 2014 +0000
+++ b/external/mit/lua/dist/src/lctype.h Sun Jul 20 23:17:27 2014 +0000
@@ -1,7 +1,7 @@
-/* $NetBSD: lctype.h,v 1.1 2014/07/19 18:38:34 lneto Exp $ */
+/* $NetBSD: lctype.h,v 1.1.1.1 2014/07/20 23:17:33 lneto Exp $ */
/*
-** $Id: lctype.h,v 1.1 2014/07/19 18:38:34 lneto Exp $
+** Id: lctype.h,v 1.12 2011/07/15 12:50:29 roberto Exp
** 'ctype' functions for Lua
** See Copyright Notice in lua.h
*/
@@ -33,9 +33,7 @@
#if !LUA_USE_CTYPE /* { */
-#ifndef _KERNEL
#include <limits.h>
-#endif
#include "llimits.h"
diff -r 9b7625605911 -r 1e969baac6a3 external/mit/lua/dist/src/lutf8lib.c
--- a/external/mit/lua/dist/src/lutf8lib.c Sun Jul 20 23:08:43 2014 +0000
+++ b/external/mit/lua/dist/src/lutf8lib.c Sun Jul 20 23:17:27 2014 +0000
@@ -1,17 +1,15 @@
-/* $NetBSD: lutf8lib.c,v 1.1 2014/07/19 18:38:34 lneto Exp $ */
+/* $NetBSD: lutf8lib.c,v 1.1.1.1 2014/07/20 23:17:39 lneto Exp $ */
/*
-** $Id: lutf8lib.c,v 1.1 2014/07/19 18:38:34 lneto Exp $
+** Id: lutf8lib.c,v 1.9 2014/05/14 18:33:37 roberto Exp
** Standard library for UTF-8 manipulation
** See Copyright Notice in lua.h
*/
-#ifndef _KERNEL
#include <assert.h>
#include <stdlib.h>
#include <string.h>
-#endif
#define lutf8lib_c
#define LUA_LIB
Home |
Main Index |
Thread Index |
Old Index