Commit a9e635e
committed
Did the following:
- Updated to 2.0.0
- All versions now have very good dynamic type sizes
- exception: constants report wrong size, will fix in 2.1.0
- Lua5.3 had some symbols named wrong Lua_* for example
- Proof read the code again, found wrong types and bad declarations
- Removed compatibility functions, please write better code
- Added a few missing defines and functions that were purposely ignored
- Structs were NOT valid between each version, they are fully up to date
- Ordered the files to be consistent between all version
- Internally named variables for dll imports
- Fixed bug where lua_version only worked for luajit1 parent 5a9ce54 commit a9e635e
6 files changed
+2249
-2314
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments