Changeset 269

Show
Ignore:
Timestamp:
07/09/06 17:08:37 (2 years ago)
Author:
goodea
Message:

remove keywords, update makefile

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/lua51/Makefile

    • Property svn:keywords deleted
    r267 r269  
    66           lparser.c  lstrlib.c  ltm.c      lundump.c  print.c \ 
    77           lbaselib.c  ldebug.c  lfunc.c  liolib.c  lmem.c      lopcodes.c \ 
    8            lstate.c   ltable.c   lvm.c    lpow.c 
     8           lstate.c   ltable.c   lvm.c  
    99 
    1010 
     
    1313           lstate.h   ltm.h      lualib.h   lzio.h \ 
    1414           lcode.h    lfunc.h   llimits.h  lopcodes.h  lstring.h  \ 
    15            luaconf.h  lundump.h lpow.h 
     15           luaconf.h  lundump.h  
    1616 
    1717 
  • trunk/lib/lua51/Makefile.orig

    • Property svn:keywords deleted
  • trunk/lib/lua51/README.txt

    • Property svn:keywords deleted
    r267 r269  
    1 This is based on Lua 5.1. 
     1This is based on Lua 5.1.1. 
    22 
    33Please see the copyright notice in lua.h. 
  • trunk/lib/lua51/lapi.c

    • Property svn:keywords deleted
    r266 r269  
    11/* 
    2 ** $Id
     2** $Id: lapi.c 266 2006-07-09 20:58:32Z goodea
    33** Lua API 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/lapi.h

    • Property svn:keywords deleted
    r199 r269  
    11/* 
    2 ** $Id
     2** $Id: lapi.h,v 2.2 2005/04/25 19:24:10 roberto Exp
    33** Auxiliary functions from Lua API 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/lauxlib.c

    • Property svn:keywords deleted
    r266 r269  
    11/* 
    2 ** $Id
     2** $Id: lauxlib.c 266 2006-07-09 20:58:32Z goodea
    33** Auxiliary functions for building Lua libraries 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/lauxlib.h

    • Property svn:keywords deleted
    r266 r269  
    11/* 
    2 ** $Id
     2** $Id: lauxlib.h 266 2006-07-09 20:58:32Z goodea
    33** Auxiliary functions for building Lua libraries 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/lbaselib.c

    • Property svn:keywords deleted
    r198 r269  
    11/* 
    2 ** $Id
     2** $Id: lbaselib.c,v 1.191 2006/06/02 15:34:00 roberto Exp
    33** Basic library 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/lcode.c

    • Property svn:keywords deleted
    r266 r269  
    11/* 
    2 ** $Id
     2** $Id: lcode.c 266 2006-07-09 20:58:32Z goodea
    33** Code generator for Lua 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/lcode.h

    • Property svn:keywords deleted
    r266 r269  
    11/* 
    2 ** $Id
     2** $Id: lcode.h 266 2006-07-09 20:58:32Z goodea
    33** Code generator for Lua 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/ldblib.c

    • Property svn:keywords deleted
    r198 r269  
    11/* 
    2 ** $Id
     2** $Id: ldblib.c,v 1.104 2005/12/29 15:32:11 roberto Exp
    33** Interface from Lua to its debug API 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/ldebug.c

    • Property svn:keywords deleted
    r198 r269  
    11/* 
    2 ** $Id
     2** $Id: ldebug.c,v 2.29 2005/12/22 16:19:56 roberto Exp
    33** Debug Interface 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/ldebug.h

    • Property svn:keywords deleted
    r199 r269  
    11/* 
    2 ** $Id
     2** $Id: ldebug.h,v 2.3 2005/04/25 19:24:10 roberto Exp
    33** Auxiliary functions from Debug Interface module 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/ldo.c

    • Property svn:keywords deleted
    r266 r269  
    11/* 
    2 ** $Id
     2** $Id: ldo.c 266 2006-07-09 20:58:32Z goodea
    33** Stack and Call structure of Lua 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/ldo.h

    • Property svn:keywords deleted
    r199 r269  
    11/* 
    2 ** $Id
     2** $Id: ldo.h,v 2.7 2005/08/24 16:15:49 roberto Exp
    33** Stack and Call structure of Lua 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/ldump.c

    • Property svn:keywords deleted
    r198 r269  
    11/* 
    2 ** $Id
     2** $Id: ldump.c,v 1.15 2006/02/16 15:53:49 lhf Exp
    33** save precompiled Lua chunks 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/lfunc.c

    • Property svn:keywords deleted
    r198 r269  
    11/* 
    2 ** $Id
     2** $Id: lfunc.c,v 2.12 2005/12/22 16:19:56 roberto Exp
    33** Auxiliary functions to manipulate prototypes and closures 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/lfunc.h

    • Property svn:keywords deleted
    r199 r269  
    11/* 
    2 ** $Id
     2** $Id: lfunc.h,v 2.4 2005/04/25 19:24:10 roberto Exp
    33** Auxiliary functions to manipulate prototypes and closures 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/lgc.c

    • Property svn:keywords deleted
    r266 r269  
    11/* 
    2 ** $Id
     2** $Id: lgc.c 266 2006-07-09 20:58:32Z goodea
    33** Garbage Collector 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/lgc.h

    • Property svn:keywords deleted
    r199 r269  
    11/* 
    2 ** $Id
     2** $Id: lgc.h,v 2.15 2005/08/24 16:15:49 roberto Exp
    33** Garbage Collector 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/linit.c

    • Property svn:keywords deleted
    r268 r269  
    11/* 
    2 ** $Id
     2** $Id: linit.c 268 2006-07-09 21:05:12Z goodea
    33** Initialization of libraries for lua.c 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/liolib.c

    • Property svn:keywords deleted
    r266 r269  
    11/* 
    2 ** $Id
     2** $Id: liolib.c 266 2006-07-09 20:58:32Z goodea
    33** Standard I/O (and system) library 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/llex.c

    • Property svn:keywords deleted
    r266 r269  
    11/* 
    2 ** $Id
     2** $Id: llex.c 266 2006-07-09 20:58:32Z goodea
    33** Lexical Analyzer 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/llex.h

    • Property svn:keywords deleted
    r266 r269  
    11/* 
    2 ** $Id
     2** $Id: llex.h 266 2006-07-09 20:58:32Z goodea
    33** Lexical Analyzer 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/llimits.h

    • Property svn:keywords deleted
    r199 r269  
    11/* 
    2 ** $Id
     2** $Id: llimits.h,v 1.69 2005/12/27 17:12:00 roberto Exp
    33** Limits, basic types, and some other `installation-dependent' definitions 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/lmathlib.c

    • Property svn:keywords deleted
    r268 r269  
    11/* 
    2 ** $Id
     2** $Id: lmathlib.c 268 2006-07-09 21:05:12Z goodea
    33** Standard mathematical library 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/lmem.c

    • Property svn:keywords deleted
    r198 r269  
    11/* 
    2 ** $Id
     2** $Id: lmem.c,v 1.70 2005/12/26 13:35:47 roberto Exp
    33** Interface to Memory Manager 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/lmem.h

    • Property svn:keywords deleted
    r199 r269  
    11/* 
    2 ** $Id
     2** $Id: lmem.h,v 1.31 2005/04/25 19:24:10 roberto Exp
    33** Interface to Memory Manager 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/loadlib.c

    • Property svn:keywords deleted
    r266 r269  
    11/* 
    2 ** $Id
     2** $Id: loadlib.c 266 2006-07-09 20:58:32Z goodea
    33** Dynamic library loader for Lua 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/lobject.c

    • Property svn:keywords deleted
    r198 r269  
    11/* 
    2 ** $Id
     2** $Id: lobject.c,v 2.22 2006/02/10 17:43:52 roberto Exp
    33** Some generic functions over Lua objects 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/lobject.h

    • Property svn:keywords deleted
    r199 r269  
    11/* 
    2 ** $Id
     2** $Id: lobject.h,v 2.20 2006/01/18 11:37:34 roberto Exp
    33** Type definitions for Lua objects 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/lopcodes.c

    • Property svn:keywords deleted
    r198 r269  
    11/* 
    2 ** $Id
     2** $Id: lopcodes.c,v 1.37 2005/11/08 19:45:36 roberto Exp
    33** See Copyright Notice in lua.h 
    44*/ 
  • trunk/lib/lua51/lopcodes.h

    • Property svn:keywords deleted
    r266 r269  
    11/* 
    2 ** $Id
     2** $Id: lopcodes.h 266 2006-07-09 20:58:32Z goodea
    33** Opcodes for Lua virtual machine 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/loslib.c

    • Property svn:keywords deleted
    r268 r269  
    11/* 
    2 ** $Id
     2** $Id: loslib.c 268 2006-07-09 21:05:12Z goodea
    33** Standard Operating System library 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/lparser.c

    • Property svn:keywords deleted
    r266 r269  
    11/* 
    2 ** $Id
     2** $Id: lparser.c 266 2006-07-09 20:58:32Z goodea
    33** Lua Parser 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/lparser.h

    • Property svn:keywords deleted
    r266 r269  
    11/* 
    2 ** $Id
     2** $Id: lparser.h 266 2006-07-09 20:58:32Z goodea
    33** Lua Parser 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/lstate.c

    • Property svn:keywords deleted
    r266 r269  
    11/* 
    2 ** $Id
     2** $Id: lstate.c 266 2006-07-09 20:58:32Z goodea
    33** Global State 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/lstate.h

    • Property svn:keywords deleted
    r199 r269  
    11/* 
    2 ** $Id
     2** $Id: lstate.h,v 2.24 2006/02/06 18:27:59 roberto Exp
    33** Global State 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/lstring.c

    • Property svn:keywords deleted
    r198 r269  
    11/* 
    2 ** $Id
     2** $Id: lstring.c,v 2.8 2005/12/22 16:19:56 roberto Exp
    33** String table (keeps all strings handled by Lua) 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/lstring.h

    • Property svn:keywords deleted
    r199 r269  
    11/* 
    2 ** $Id
     2** $Id: lstring.h,v 1.43 2005/04/25 19:24:10 roberto Exp
    33** String table (keep all strings handled by Lua) 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/lstrlib.c

    • Property svn:keywords deleted
    r268 r269  
    11/* 
    2 ** $Id
     2** $Id: lstrlib.c 268 2006-07-09 21:05:12Z goodea
    33** Standard library for string operations and pattern-matching 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/ltable.c

    • Property svn:keywords deleted
    r198 r269  
    11/* 
    2 ** $Id
     2** $Id: ltable.c,v 2.32 2006/01/18 11:49:02 roberto Exp
    33** Lua tables (hash) 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/ltable.h

    • Property svn:keywords deleted
    r199 r269  
    11/* 
    2 ** $Id
     2** $Id: ltable.h,v 2.10 2006/01/10 13:13:06 roberto Exp
    33** Lua tables (hash) 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/ltablib.c

    • Property svn:keywords deleted
    r198 r269  
    11/* 
    2 ** $Id
     2** $Id: ltablib.c,v 1.38 2005/10/23 17:38:15 roberto Exp
    33** Library for Table Manipulation 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/ltm.c

    • Property svn:keywords deleted
    r198 r269  
    11/* 
    2 ** $Id
     2** $Id: ltm.c,v 2.8 2006/01/10 12:50:00 roberto Exp
    33** Tag methods 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/ltm.h

    • Property svn:keywords deleted
    r199 r269  
    11/* 
    2 ** $Id
     2** $Id: ltm.h,v 2.6 2005/06/06 13:30:25 roberto Exp
    33** Tag methods 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/lua.c

    • Property svn:keywords deleted
    r266 r269  
    11/* 
    2 ** $Id
     2** $Id: lua.c 266 2006-07-09 20:58:32Z goodea
    33** Lua stand-alone interpreter 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/lua.h

    • Property svn:keywords deleted
    r266 r269  
    11/* 
    2 ** $Id
     2** $Id: lua.h 266 2006-07-09 20:58:32Z goodea
    33** Lua - An Extensible Extension Language 
    44** Lua.org, PUC-Rio, Brazil (http://www.lua.org) 
  • trunk/lib/lua51/luac.c

    • Property svn:keywords deleted
    r266 r269  
    11/* 
    2 ** $Id
     2** $Id: luac.c 266 2006-07-09 20:58:32Z goodea
    33** Lua compiler (saves bytecodes to files; also list bytecodes) 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/luaconf.h

    • Property svn:keywords deleted
    r268 r269  
    11/* 
    2 ** $Id
     2** $Id: luaconf.h 268 2006-07-09 21:05:12Z goodea
    33** Configuration file for Lua 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/lualib.h

    • Property svn:keywords deleted
    r199 r269  
    11/* 
    2 ** $Id
     2** $Id: lualib.h,v 1.36 2005/12/27 17:12:00 roberto Exp
    33** Lua standard libraries 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/lundump.c

    • Property svn:keywords deleted
    r198 r269  
    11/* 
    2 ** $Id
     2** $Id: lundump.c,v 1.60 2006/02/16 15:53:49 lhf Exp
    33** load precompiled Lua chunks 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/lundump.h

    • Property svn:keywords deleted
    r199 r269  
    11/* 
    2 ** $Id
     2** $Id: lundump.h,v 1.40 2005/11/11 14:03:13 lhf Exp
    33** load precompiled Lua chunks 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/lvm.c

    • Property svn:keywords deleted
    r268 r269  
    11/* 
    2 ** $Id
     2** $Id: lvm.c 268 2006-07-09 21:05:12Z goodea
    33** Lua virtual machine 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/lvm.h

    • Property svn:keywords deleted
    r199 r269  
    11/* 
    2 ** $Id
     2** $Id: lvm.h,v 2.5 2005/08/22 18:54:49 roberto Exp
    33** Lua virtual machine 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/lzio.c

    • Property svn:keywords deleted
    r198 r269  
    11/* 
    2 ** $Id
     2** $Id: lzio.c,v 1.31 2005/06/03 20:15:29 roberto Exp
    33** a generic input stream interface 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/lzio.h

    • Property svn:keywords deleted
    r199 r269  
    11/* 
    2 ** $Id
     2** $Id: lzio.h,v 1.21 2005/05/17 19:49:15 roberto Exp
    33** Buffered streams 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/print.c

    • Property svn:keywords deleted
    r266 r269  
    11/* 
    2 ** $Id
     2** $Id: print.c 266 2006-07-09 20:58:32Z goodea
    33** print bytecodes 
    44** See Copyright Notice in lua.h