diff options
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -1,5 +1,19 @@ | |||
1 | CHANGES: | 1 | CHANGES: |
2 | 2 | ||
3 | CHANGE 58: BGe 30-Jan-13 | ||
4 | * version 3.5.0 | ||
5 | * new: API lanes.require(), use it instead of regular require() for modules that export C functions you need to send over. | ||
6 | * new: lanes no longer require 'lanes.core' by default in every created state. Use {required={"lanes.core"}} if you need to transfer lanes functions. | ||
7 | * internal: because of the above, reworked the timer implementation to remove upvalue-dependency on lanes.core | ||
8 | * new: API lanes.timer_lane, to be able to operate on timer lane if need be | ||
9 | * improved: if a module is a full userdata, scan its metatable for function database population | ||
10 | * improved: on_state_create can be a Lua function | ||
11 | * changed: on_state_create is called after the base libraries are loaded | ||
12 | * package[loaders|searchers] is no longer transfered as function naming depends on slot order | ||
13 | * internal: changed separator from '.' to '/' in lookup databases to be able to distinguish search levels and dot coming from module names | ||
14 | * added some mode debug spew | ||
15 | * updated tests to reflect the above changes | ||
16 | |||
3 | CHANGE 57: BGe 28-Jan-13 | 17 | CHANGE 57: BGe 28-Jan-13 |
4 | * More detailed DEBUG_SPEW logs | 18 | * More detailed DEBUG_SPEW logs |
5 | * A bit of code cosmetics | 19 | * A bit of code cosmetics |
@@ -210,7 +224,7 @@ CHANGE 19 BGe 2-Dec-2010: | |||
210 | 224 | ||
211 | CHANGE 18 BGe 6-Oct-2010: | 225 | CHANGE 18 BGe 6-Oct-2010: |
212 | Fixed 'memory leak' in some situations where a free running lane is collected before application shutdown | 226 | Fixed 'memory leak' in some situations where a free running lane is collected before application shutdown |
213 | A bit of code cleanup | 227 | A bit of code cleanup |
214 | 228 | ||
215 | CHANGE 17 BGe 21-Sept-2010: | 229 | CHANGE 17 BGe 21-Sept-2010: |
216 | Fixed stupid compilation errors. | 230 | Fixed stupid compilation errors. |