This website requires JavaScript.
Explore
SSH Host Keys
Package Repositories
Git Workflow Documentation
Help
Sign In
pool
/
lua55
SHA256
Watch
16
Star
0
Fork
1
You've already forked lua55
Code
Issues
Pull Requests
Activity
Files
factory
Add File
New File
Apply Patch
lua55
/
baselibs.conf
2 lines
12 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
Start packaging Lua 5.5 line. This time Lua 5.5 beta 1 - Main chnages in the new version: - declarations for global variables - for-loop variables are read only - floats are printed in decimal with enough digits to be read back correctly. - more levels for constructors - table.create - utf8.offset returns also final position of character - external strings (that use memory not managed by Lua) - new functions luaL_openselectedlibs and luaL_makeseed - major collections done incrementally - more compact arrays (large arrays use about 60% less memory) - lua.c loads 'readline' dynamically - static (fixed) binaries (when loading a binary chunk in memory, Lua can reuse its original memory in some of the internal structures) - dump and undump reuse all strings - auxiliary buffer reuses buffer when it creates final string - See the list of incompatibilities with previous versions on https://www.lua.org/work/doc/manual.html#8
2025-07-11 12:14:27 +02:00
liblua5_5-5
Reference in New Issue
Copy Permalink