index
:
lua
master
v5-2
v5.3
v5.4
A mirror of https://github.com/lua/lua
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lstring.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
added LUAI_FUNC to functions not in the API
Roberto Ierusalimschy
2005-04-25
1
-4
/
+4
*
details
Roberto Ierusalimschy
2005-02-23
1
-2
/
+2
*
C functions and userdata also have environments
Roberto Ierusalimschy
2005-02-18
1
-2
/
+2
*
better control over memory-size overflows
Roberto Ierusalimschy
2004-11-19
1
-4
/
+3
*
first implementation of generational GC
Roberto Ierusalimschy
2004-08-24
1
-2
/
+1
*
cleaner code for manipulation of `marked' field
Roberto Ierusalimschy
2003-11-17
1
-3
/
+3
*
cleaning the stage for generational collection
Roberto Ierusalimschy
2002-08-16
1
-10
/
+2
*
new macro to `fix' strings
Roberto Ierusalimschy
2002-04-30
1
-1
/
+3
*
no more explicit support for wide-chars; too much troble...
Roberto Ierusalimschy
2001-11-28
1
-5
/
+5
*
better syntax for type casts
Roberto Ierusalimschy
2001-08-31
1
-4
/
+4
*
cleaner way to ensure alignment for strings and userdata
Roberto Ierusalimschy
2001-06-15
1
-13
/
+3
*
new implementation for userdatas, without `keys'
Roberto Ierusalimschy
2001-06-06
1
-6
/
+14
*
first (big) step to support wide chars
Roberto Ierusalimschy
2001-02-23
1
-5
/
+5
*
better separation between basic types
Roberto Ierusalimschy
2001-02-20
1
-4
/
+6
*
string pointers are always fully aligned
Roberto Ierusalimschy
2001-02-09
1
-13
/
+2
*
new semantics for pushuserdata (no more different userdatas with same value)
Roberto Ierusalimschy
2001-02-09
1
-2
/
+2
*
small changes in lstring
Roberto Ierusalimschy
2001-01-10
1
-3
/
+3
*
`free' gets size of the block: complete control over memory use
Roberto Ierusalimschy
2000-12-28
1
-1
/
+14
*
better support for 64-bit machines (avoid excessive use of longs)
Roberto Ierusalimschy
2000-11-24
1
-3
/
+3
*
subtelties in layout of TString
Roberto Ierusalimschy
2000-10-30
1
-2
/
+3
*
new API function `createuserdata'
Roberto Ierusalimschy
2000-10-26
1
-2
/
+2
*
new way to count `nblocks' for GC (try to count bytes).
Roberto Ierusalimschy
2000-09-29
1
-3
/
+3
*
code cleaner for 16 bits.
Roberto Ierusalimschy
2000-05-24
1
-2
/
+2
*
string hash uses one single hash table
Roberto Ierusalimschy
2000-05-10
1
-7
/
+5
*
global variables are stored in a Lua table
Roberto Ierusalimschy
2000-05-08
1
-5
/
+2
*
some name changes
Roberto Ierusalimschy
2000-03-10
1
-7
/
+7
*
small optimizations.
Roberto Ierusalimschy
2000-03-10
1
-2
/
+2
*
many details (most by lhf).
Roberto Ierusalimschy
2000-03-03
1
-3
/
+3
*
luaS_newfixedstring renamed to luaS_newfixed
Roberto Ierusalimschy
1999-12-14
1
-2
/
+2
*
table sizes don't need to be primes; power of 2 gives the same performance.
Roberto Ierusalimschy
1999-11-26
1
-2
/
+2
*
first implementation of multiple states (reentrant code).
Roberto Ierusalimschy
1999-11-22
1
-13
/
+13
*
new implementation for global variable values (separated from strings)
Roberto Ierusalimschy
1999-11-04
1
-2
/
+3
*
new implementation of hash tables.
Roberto Ierusalimschy
1999-10-14
1
-1
/
+3
*
new implementation for string hashing, with chaining.
Roberto Ierusalimschy
1999-10-11
1
-4
/
+10
*
simplified version of `gc' tag method (only for userdata now).
Roberto Ierusalimschy
1999-10-04
1
-7
/
+11
*
"const" !!!
Roberto Ierusalimschy
1999-08-16
1
-6
/
+6
*
support for strings with '\0'
Roberto Ierusalimschy
1998-03-06
1
-1
/
+2
*
first version of "lua_close"
Roberto Ierusalimschy
1997-12-01
1
-1
/
+4
*
small details by lint.
Roberto Ierusalimschy
1997-11-26
1
-2
/
+1
*
first implementation of centralized global state.
Roberto Ierusalimschy
1997-11-19
1
-3
/
+1
*
"lua_open": now lua has an explicit open operation.
Roberto Ierusalimschy
1997-11-04
1
-1
/
+3
*
new implementation for globals: Global value is stored in TaggedString
Roberto Ierusalimschy
1997-09-26
1
-1
/
+5
*
String table (keep all strings handled by Lua)
Roberto Ierusalimschy
1997-09-16
1
-0
/
+21