detail (cleaning trailing spaces)

This commit is contained in:
Roberto Ierusalimschy 2011-01-26 14:30:02 -02:00
parent 7106c491dd
commit c4ea0c3b29
10 changed files with 24 additions and 24 deletions

View File

@ -1,5 +1,5 @@
/*
** $Id: lbaselib.c,v 1.257 2010/12/27 18:00:38 roberto Exp roberto $
** $Id: lbaselib.c,v 1.258 2011/01/07 12:41:48 roberto Exp roberto $
** Basic library
** See Copyright Notice in lua.h
*/

View File

@ -1,5 +1,5 @@
/*
** $Id: ldblib.c,v 1.127 2010/12/20 17:24:15 roberto Exp roberto $
** $Id: ldblib.c,v 1.128 2011/01/10 15:51:19 roberto Exp roberto $
** Interface from Lua to its debug API
** See Copyright Notice in lua.h
*/

View File

@ -1,5 +1,5 @@
/*
** $Id: ldebug.c,v 2.74 2010/10/11 20:24:42 roberto Exp roberto $
** $Id: ldebug.c,v 2.75 2010/11/30 17:17:51 roberto Exp roberto $
** Debug Interface
** See Copyright Notice in lua.h
*/

2
lgc.h
View File

@ -1,5 +1,5 @@
/*
** $Id: lgc.h,v 2.48 2010/12/20 18:17:46 roberto Exp roberto $
** $Id: lgc.h,v 2.49 2010/12/29 18:00:23 roberto Exp roberto $
** Garbage Collector
** See Copyright Notice in lua.h
*/

View File

@ -1,5 +1,5 @@
/*
** $Id: linit.c,v 1.29 2010/10/25 14:32:36 roberto Exp roberto $
** $Id: linit.c,v 1.30 2010/11/12 15:48:30 roberto Exp roberto $
** Initialization of libraries for lua.c and other clients
** See Copyright Notice in lua.h
*/

View File

@ -1,5 +1,5 @@
/*
** $Id: liolib.c,v 2.94 2010/11/09 16:57:49 roberto Exp roberto $
** $Id: liolib.c,v 2.95 2010/11/10 18:05:36 roberto Exp roberto $
** Standard I/O (and system) library
** See Copyright Notice in lua.h
*/

2
llex.c
View File

@ -1,5 +1,5 @@
/*
** $Id: llex.c,v 2.42 2010/12/06 21:08:36 roberto Exp roberto $
** $Id: llex.c,v 2.43 2010/12/10 14:53:15 roberto Exp roberto $
** Lexical Analyzer
** See Copyright Notice in lua.h
*/

View File

@ -1,5 +1,5 @@
/*
** $Id: loslib.c,v 1.31 2010/07/02 12:01:53 roberto Exp roberto $
** $Id: loslib.c,v 1.32 2010/10/05 12:18:03 roberto Exp roberto $
** Standard Operating System library
** See Copyright Notice in lua.h
*/

View File

@ -1,5 +1,5 @@
/*
** $Id: lparser.c,v 2.93 2010/12/15 19:13:29 roberto Exp roberto $
** $Id: lparser.c,v 2.94 2010/12/17 12:03:41 roberto Exp roberto $
** Lua Parser
** See Copyright Notice in lua.h
*/

View File

@ -1,5 +1,5 @@
/*
** $Id: lstrlib.c,v 1.161 2010/12/20 17:25:36 roberto Exp roberto $
** $Id: lstrlib.c,v 1.162 2011/01/12 20:36:01 roberto Exp roberto $
** Standard library for string operations and pattern-matching
** See Copyright Notice in lua.h
*/