Add new upstream Lua patches and rename all patches for consistency
authorFrancois Perrad <francois.perrad@gadz.org>
Thu, 5 Aug 2010 20:58:10 +0000 (22:58 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 24 Aug 2010 13:04:57 +0000 (15:04 +0200)
commit66ab67661607bda03f5f2e31da9239048becbfba
tree4a05d86df41f2e44bcdd7b9e8ea789bfaed1d759
parent0b876d39776fdec69762b988216e5ed64dbe6ba8
Add new upstream Lua patches and rename all patches for consistency

Several new upstream patches against the latest version of Lua have
appeared on http://www.lua.org/bugs.html. This commit adds them to
Buildroot, and also renames the other patches to have a coherent patch
naming: lua-bugX, where X is the identifier of the bug as visible on
http://www.lua.org/bugs.html. Note that bug 1 and 2 are not associated
with patches, which explains why the first patch is labeled lua-bug3.

Fixes bug #2365.

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/lua/lua-boolean_expression.patch [deleted file]
package/lua/lua-bug3-boolean_expression.patch [new file with mode: 0644]
package/lua/lua-bug4-table.patch [new file with mode: 0644]
package/lua/lua-bug5-debug_getfenv.patch [new file with mode: 0644]
package/lua/lua-bug6-gc_performance.patch [new file with mode: 0644]
package/lua/lua-bug7-string_format.patch [new file with mode: 0644]
package/lua/lua-bug8-io_read.patch [new file with mode: 0644]
package/lua/lua-debug_getfenv.patch [deleted file]
package/lua/lua-gc_performance.patch [deleted file]
package/lua/lua-table.patch [deleted file]