Roberto Ierusalimschy
|
27c6b4d422
|
each .c file defines its own name
|
2002-12-04 15:38:31 -02:00 |
|
Roberto Ierusalimschy
|
a2b353e044
|
details
|
2002-10-23 16:08:13 -03:00 |
|
Roberto Ierusalimschy
|
6823a2f57f
|
better tokens for error messages
|
2002-10-22 13:45:52 -03:00 |
|
Roberto Ierusalimschy
|
e1d5153a33
|
details
|
2002-10-09 10:00:08 -03:00 |
|
Roberto Ierusalimschy
|
b3d0682fb9
|
use of different buffers for scanner and concatenation
|
2002-10-08 15:46:08 -03:00 |
|
Roberto Ierusalimschy
|
565e6d74e1
|
state's buffer is used only for chars
|
2002-09-19 10:03:53 -03:00 |
|
Roberto Ierusalimschy
|
1bdde38bd2
|
no more newlines at the end of error messages
|
2002-09-05 16:45:42 -03:00 |
|
Roberto Ierusalimschy
|
b2bc3b44b6
|
no more reserved word "global"
|
2002-09-03 08:57:38 -03:00 |
|
Roberto Ierusalimschy
|
da19c436cc
|
cleaning the stage for generational collection
|
2002-08-16 11:45:55 -03:00 |
|
Roberto Ierusalimschy
|
a8c9eec426
|
bug: chunk can end just after a '\' in a string
|
2002-07-10 17:43:53 -03:00 |
|
Roberto Ierusalimschy
|
d2d24f0971
|
details to allow compilation of Lua as a single file
|
2002-07-08 15:14:36 -03:00 |
|
Roberto Ierusalimschy
|
69906cb56f
|
error message ends with `\n' (is already formatted)
|
2002-06-25 16:18:20 -03:00 |
|
Roberto Ierusalimschy
|
1dbe708aa8
|
new protocol for error handling
|
2002-06-18 12:19:27 -03:00 |
|
Roberto Ierusalimschy
|
c398a02110
|
uses `isspace' to recognize space characters
|
2002-06-03 17:12:21 -03:00 |
|
Roberto Ierusalimschy
|
ff91b355f4
|
no more use of stdio inside the core (except for `tostring'...)
|
2002-06-03 11:09:57 -03:00 |
|
Roberto Ierusalimschy
|
955def0348
|
new names for string formating functions
|
2002-05-16 15:39:46 -03:00 |
|
Roberto Ierusalimschy
|
b7a0503c1d
|
new format for error messages
|
2002-05-15 15:57:44 -03:00 |
|
Roberto Ierusalimschy
|
dea6b6da94
|
new function lua_vpushstr' to replace uses of sprintf'
|
2002-05-07 14:36:56 -03:00 |
|
Roberto Ierusalimschy
|
51ad2f1162
|
error message
|
2002-03-08 16:25:24 -03:00 |
|
Roberto Ierusalimschy
|
4db04555f0
|
implementation of long comments
|
2002-03-08 16:07:01 -03:00 |
|
Roberto Ierusalimschy
|
1b6315ba10
|
not all unfinished strings with "..." end in EOF
|
2002-03-04 12:27:14 -03:00 |
|
Roberto Ierusalimschy
|
57a7baafb9
|
error message compatible with incomplete lines of lua.c
|
2002-02-08 20:40:27 -02:00 |
|
Roberto Ierusalimschy
|
b217ae644e
|
details
|
2002-01-25 20:14:09 -02:00 |
|
Roberto Ierusalimschy
|
9aff171f3b
|
new type `boolean'
|
2001-12-11 20:48:44 -02:00 |
|
Roberto Ierusalimschy
|
72659a0605
|
no more explicit support for wide-chars; too much troble...
|
2001-11-28 18:13:13 -02:00 |
|
Roberto Ierusalimschy
|
39395e1211
|
`luaX_syntaxerror' does not need to be public
|
2001-11-16 14:29:10 -02:00 |
|
Roberto Ierusalimschy
|
e1d072571e
|
better syntax for type casts
|
2001-08-31 16:46:07 -03:00 |
|
Roberto Ierusalimschy
|
9fca43f5b0
|
details
|
2001-08-30 17:54:36 -03:00 |
|
Roberto Ierusalimschy
|
45b173cbf8
|
warnings/details
|
2001-07-21 21:59:36 -03:00 |
|
Roberto Ierusalimschy
|
fccadba4b5
|
new reserved words in' and global'
|
2001-06-20 18:07:57 -03:00 |
|
Roberto Ierusalimschy
|
8e586c13fc
|
cleaner way to ensure alignment for strings and userdata
|
2001-06-15 17:36:57 -03:00 |
|
Roberto Ierusalimschy
|
7fae1c17b1
|
detail
|
2001-06-13 11:25:49 -03:00 |
|
Roberto Ierusalimschy
|
ba11831d35
|
smaller structs for udata and for strings
|
2001-06-07 12:01:21 -03:00 |
|
Roberto Ierusalimschy
|
dd3a63c205
|
new way to handle `profiles'
|
2001-03-26 11:31:49 -03:00 |
|
Roberto Ierusalimschy
|
f81b8adb3f
|
string [[...]] ignores initial \n
|
2001-03-07 09:49:37 -03:00 |
|
Roberto Ierusalimschy
|
e9a3820370
|
sizeof(string) != strlen(string)+1 when sizeof(char) != 1
|
2001-03-06 11:46:54 -03:00 |
|
Roberto Ierusalimschy
|
dfd7ce74cf
|
buffer should be void *, as char now is not that neutral...
|
2001-02-23 17:32:16 -03:00 |
|
Roberto Ierusalimschy
|
39b7978329
|
first (big) step to support wide chars
|
2001-02-23 14:17:25 -03:00 |
|
Roberto Ierusalimschy
|
5f37134e64
|
avoid '...' and "..." inside comments
|
2001-02-22 15:59:59 -03:00 |
|
Roberto Ierusalimschy
|
52ee91dd73
|
better encapsulation of some types
|
2001-02-22 14:15:18 -03:00 |
|
Roberto Ierusalimschy
|
d2e340f467
|
string pointers are always fully aligned
|
2001-02-09 18:22:29 -02:00 |
|
Roberto Ierusalimschy
|
4ac58853dc
|
thead-specific state separated from "global" state
|
2001-01-19 11:20:30 -02:00 |
|
Roberto Ierusalimschy
|
619edfd9e4
|
details
|
2001-01-15 16:07:56 -02:00 |
|
Roberto Ierusalimschy
|
08496eea8b
|
small changes in lstring
|
2001-01-10 15:41:50 -02:00 |
|
Roberto Ierusalimschy
|
595e449537
|
tighter size for error buffers
|
2001-01-10 14:40:56 -02:00 |
|
Roberto Ierusalimschy
|
64eecc0b82
|
new macro LUA_API
|
2000-10-20 14:39:03 -02:00 |
|
Roberto Ierusalimschy
|
282ab366f4
|
bug: parser overwrites semantic information when looking ahead
|
2000-09-27 14:41:58 -03:00 |
|
Roberto Ierusalimschy
|
8060193702
|
`lauxlib' is now part of the libraries (not used by core Lua)
|
2000-09-11 17:29:27 -03:00 |
|
Roberto Ierusalimschy
|
787a78f83e
|
new scheme for buffers
|
2000-09-11 14:38:42 -03:00 |
|
Roberto Ierusalimschy
|
5c0e79847c
|
pragmas are no longer supported
|
2000-08-22 17:07:56 -03:00 |
|