David Manura
|
817d47df42
|
lpr.lua: fix invalid string escape sequence \?
Not valid in 5.2 and luajit.
|
2013-04-17 23:35:56 -04:00 |
|
Gerardo Marset
|
56893e9dcd
|
Use the length operator (#) instead of table.getn.
table.getn was deprecated in Lua 5.1 in favor of #, the length operator.
See: http://www.lua.org/manual/5.1/manual.html#7.2
|
2013-02-25 20:28:28 -02:00 |
|
Diego Nehab
|
d55a5826e8
|
Few tweaks in installation, some missing files, etc.
|
2005-11-22 08:33:29 +00:00 |
|
Diego Nehab
|
5e09779c7f
|
In pre release mode!
|
2005-11-20 08:56:19 +00:00 |
|
Diego Nehab
|
1e5e8b5ce5
|
Fine tunned modules scheme.
Adjusted client modules.
Fixed proxy bug in http.
|
2004-10-11 06:18:57 +00:00 |
|
Diego Nehab
|
471334c3d0
|
Fixed stupid bugs.
|
2004-07-02 23:47:52 +00:00 |
|
Diego Nehab
|
596602f2ca
|
Seems good.
|
2004-07-01 03:47:22 +00:00 |
|
Diego Nehab
|
7115c12fbc
|
Moving on to beta2.
|
2004-07-01 03:32:09 +00:00 |
|