imported Lua 5.3 work3

This commit is contained in:
lneto 2014-07-20 23:17:27 +00:00
parent 48be462740
commit e40402f997
5 changed files with 10 additions and 18 deletions

View File

@ -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
*/

View File

@ -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

View File

@ -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 */

View File

@ -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"

View File

@ -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