Changeset 270

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

restore old keywords

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/lua51/lapi.c

    r269 r270  
    11/* 
    2 ** $Id: lapi.c 266 2006-07-09 20:58:32Z goodea
     2** $Id: lapi.c,v 2.55 2006/06/07 12:37:17 roberto Exp
    33** Lua API 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/lauxlib.c

    r269 r270  
    11/* 
    2 ** $Id: lauxlib.c 266 2006-07-09 20:58:32Z goodea
     2** $Id: lauxlib.c,v 1.159 2006/03/21 19:31:09 roberto Exp
    33** Auxiliary functions for building Lua libraries 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/lauxlib.h

    r269 r270  
    11/* 
    2 ** $Id: lauxlib.h 266 2006-07-09 20:58:32Z goodea
     2** $Id: lauxlib.h,v 1.88 2006/04/12 20:31:15 roberto Exp
    33** Auxiliary functions for building Lua libraries 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/lcode.c

    r269 r270  
    11/* 
    2 ** $Id: lcode.c 266 2006-07-09 20:58:32Z goodea
     2** $Id: lcode.c,v 2.25 2006/03/21 19:28:49 roberto Exp
    33** Code generator for Lua 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/lcode.h

    r269 r270  
    11/* 
    2 ** $Id: lcode.h 266 2006-07-09 20:58:32Z goodea
     2** $Id: lcode.h,v 1.48 2006/03/21 19:28:03 roberto Exp
    33** Code generator for Lua 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/ldo.c

    r269 r270  
    11/* 
    2 ** $Id: ldo.c 266 2006-07-09 20:58:32Z goodea
     2** $Id: ldo.c,v 2.38 2006/06/05 19:36:14 roberto Exp
    33** Stack and Call structure of Lua 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/lgc.c

    r269 r270  
    11/* 
    2 ** $Id: lgc.c 266 2006-07-09 20:58:32Z goodea
     2** $Id: lgc.c,v 2.38 2006/05/24 14:34:06 roberto Exp
    33** Garbage Collector 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/linit.c

    r269 r270  
    11/* 
    2 ** $Id: linit.c 268 2006-07-09 21:05:12Z goodea
     2** $Id: linit.c,v 1.14 2005/12/29 15:32:11 roberto Exp
    33** Initialization of libraries for lua.c 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/liolib.c

    r269 r270  
    11/* 
    2 ** $Id: liolib.c 266 2006-07-09 20:58:32Z goodea
     2** $Id: liolib.c,v 2.73 2006/05/08 20:14:16 roberto Exp
    33** Standard I/O (and system) library 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/llex.c

    r269 r270  
    11/* 
    2 ** $Id: llex.c 266 2006-07-09 20:58:32Z goodea
     2** $Id: llex.c,v 2.20 2006/03/09 18:14:31 roberto Exp
    33** Lexical Analyzer 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/llex.h

    r269 r270  
    11/* 
    2 ** $Id: llex.h 266 2006-07-09 20:58:32Z goodea
     2** $Id: llex.h,v 1.58 2006/03/23 18:23:32 roberto Exp
    33** Lexical Analyzer 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/lmathlib.c

    r269 r270  
    11/* 
    2 ** $Id: lmathlib.c 268 2006-07-09 21:05:12Z goodea
     2** $Id: lmathlib.c,v 1.67 2005/08/26 17:36:32 roberto Exp
    33** Standard mathematical library 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/loadlib.c

    r269 r270  
    11/* 
    2 ** $Id: loadlib.c 266 2006-07-09 20:58:32Z goodea
     2** $Id: loadlib.c,v 1.52 2006/04/10 18:27:23 roberto Exp
    33** Dynamic library loader for Lua 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/lopcodes.h

    r269 r270  
    11/* 
    2 ** $Id: lopcodes.h 266 2006-07-09 20:58:32Z goodea
     2** $Id: lopcodes.h,v 1.125 2006/03/14 19:04:44 roberto Exp
    33** Opcodes for Lua virtual machine 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/loslib.c

    r269 r270  
    11/* 
    2 ** $Id: loslib.c 268 2006-07-09 21:05:12Z goodea
     2** $Id: loslib.c,v 1.19 2006/04/26 18:19:49 roberto Exp
    33** Standard Operating System library 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/lparser.c

    r269 r270  
    11/* 
    2 ** $Id: lparser.c 266 2006-07-09 20:58:32Z goodea
     2** $Id: lparser.c,v 2.42 2006/06/05 15:57:59 roberto Exp
    33** Lua Parser 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/lparser.h

    r269 r270  
    11/* 
    2 ** $Id: lparser.h 266 2006-07-09 20:58:32Z goodea
     2** $Id: lparser.h,v 1.57 2006/03/09 18:14:31 roberto Exp
    33** Lua Parser 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/lstate.c

    r269 r270  
    11/* 
    2 ** $Id: lstate.c 266 2006-07-09 20:58:32Z goodea
     2** $Id: lstate.c,v 2.36 2006/05/24 14:15:50 roberto Exp
    33** Global State 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/lstrlib.c

    r269 r270  
    11/* 
    2 ** $Id: lstrlib.c 268 2006-07-09 21:05:12Z goodea
     2** $Id: lstrlib.c,v 1.132 2006/04/26 20:41:19 roberto Exp
    33** Standard library for string operations and pattern-matching 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/lua.c

    r269 r270  
    11/* 
    2 ** $Id: lua.c 266 2006-07-09 20:58:32Z goodea
     2** $Id: lua.c,v 1.160 2006/06/02 15:34:00 roberto Exp
    33** Lua stand-alone interpreter 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/lua.h

    r269 r270  
    11/* 
    2 ** $Id: lua.h 266 2006-07-09 20:58:32Z goodea
     2** $Id: lua.h,v 1.218 2006/06/02 15:34:00 roberto Exp
    33** Lua - An Extensible Extension Language 
    44** Lua.org, PUC-Rio, Brazil (http://www.lua.org) 
  • trunk/lib/lua51/luac.c

    r269 r270  
    11/* 
    2 ** $Id: luac.c 266 2006-07-09 20:58:32Z goodea
     2** $Id: luac.c,v 1.54 2006/06/02 17:37:11 lhf Exp
    33** Lua compiler (saves bytecodes to files; also list bytecodes) 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/luaconf.h

    r269 r270  
    11/* 
    2 ** $Id: luaconf.h 268 2006-07-09 21:05:12Z goodea
     2** $Id: luaconf.h,v 1.82 2006/04/10 18:27:23 roberto Exp
    33** Configuration file for Lua 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/lvm.c

    r269 r270  
    11/* 
    2 ** $Id: lvm.c 268 2006-07-09 21:05:12Z goodea
     2** $Id: lvm.c,v 2.63 2006/06/05 15:58:59 roberto Exp
    33** Lua virtual machine 
    44** See Copyright Notice in lua.h 
  • trunk/lib/lua51/print.c

    r269 r270  
    11/* 
    2 ** $Id: print.c 266 2006-07-09 20:58:32Z goodea
     2** $Id: print.c,v 1.55 2006/05/31 13:30:05 lhf Exp
    33** print bytecodes 
    44** See Copyright Notice in lua.h