Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
drylua
/
lua
Public
forked from
lua/lua
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Commits
Branch selector
oldlua
User selector
All users
All time
Commit history
Commits on Sep 16, 1997
very small corrections...
roberto-ieru
committed
e18f681
View commit details
Copy full SHA for e18f681
Browse repository at this point
Commits on Aug 4, 1997
small optimization in opcodes for "and" and "or"
roberto-ieru
committed
dd1aa28
View commit details
Copy full SHA for dd1aa28
Browse repository at this point
Commits on Jul 31, 1997
small optimizations; try to find previous use when coding a real constant.
roberto-ieru
committed
abbf14c
View commit details
Copy full SHA for abbf14c
Browse repository at this point
new dependencies
roberto-ieru
committed
e8292f0
View commit details
Copy full SHA for e8292f0
Browse repository at this point
prime numbers spread better.
roberto-ieru
committed
3037dcc
View commit details
Copy full SHA for 3037dcc
Browse repository at this point
correct support for changing real to double (optional)
roberto-ieru
committed
a779346
View commit details
Copy full SHA for a779346
Browse repository at this point
Commits on Jul 30, 1997
"random" accepts an 'n' to return between 1 and 'n'.
roberto-ieru
committed
caa987f
View commit details
Copy full SHA for caa987f
Browse repository at this point
BIG CHANGE: functions have their own "constant table".
roberto-ieru
committed
0892f0e
View commit details
Copy full SHA for 0892f0e
Browse repository at this point
free(b) is equivalent to realloc(b, 0)
roberto-ieru
committed
1d7857b
View commit details
Copy full SHA for 1d7857b
Browse repository at this point
Commits on Jul 29, 1997
bug: lua_getlocal breaks when called with a CFunction.
roberto-ieru
committed
72a1d81
View commit details
Copy full SHA for 72a1d81
Browse repository at this point
new way to handle global state during compilation.
roberto-ieru
committed
2c580a0
View commit details
Copy full SHA for 2c580a0
Browse repository at this point
new opcode, ENDCODE, to signal end of code vector.
roberto-ieru
committed
05e8b0a
View commit details
Copy full SHA for 05e8b0a
Browse repository at this point
unused field "size" in struct TFunc.
roberto-ieru
committed
16dd77e
View commit details
Copy full SHA for 16dd77e
Browse repository at this point
BUG: LUA_COMPAT2_5 written wrong...
roberto-ieru
committed
0600f96
View commit details
Copy full SHA for 0600f96
Browse repository at this point
bug log. Most of the log is done automatically by RCS, and not in
Show description for 971b1d5
roberto-ieru
committed
971b1d5
View commit details
Copy full SHA for 971b1d5
Browse repository at this point
skipping of '#' in first line is done by lex.c.
roberto-ieru
committed
11d97c3
View commit details
Copy full SHA for 11d97c3
Browse repository at this point
Commits on Jul 7, 1997
BUG: files starting with '#' get wrong line numbers
roberto-ieru
committed
66be425
View commit details
Copy full SHA for 66be425
Browse repository at this point
"next" & "nextvar" check if argument is a result of previous calls
roberto-ieru
committed
067db30
View commit details
Copy full SHA for 067db30
Browse repository at this point
Commits on Jul 4, 1997
new functionality for "format": "%d$...".
roberto-ieru
committed
da4dbe6
View commit details
Copy full SHA for da4dbe6
Browse repository at this point
error inside an error method could break the stack.
roberto-ieru
committed
4321fde
View commit details
Copy full SHA for 4321fde
Browse repository at this point
Commits on Jul 2, 1997
small details.
roberto-ieru
committed
8f3df1d
View commit details
Copy full SHA for 8f3df1d
Browse repository at this point
auxliar support for "locale" (to avoid portability problems)
roberto-ieru
committed
1a17211
View commit details
Copy full SHA for 1a17211
Browse repository at this point
"locale" support + better uniformity in formating
roberto-ieru
committed
d56e3a6
View commit details
Copy full SHA for d56e3a6
Browse repository at this point
Commits on Jul 1, 1997
LOCALE support
roberto-ieru
committed
7820a47
View commit details
Copy full SHA for 7820a47
Browse repository at this point
more uniform source (more macros...)
roberto-ieru
committed
88b185a
View commit details
Copy full SHA for 88b185a
Browse repository at this point
Commits on Jun 27, 1997
for security reasons, one cannot change the tag of a udata
Show description for ef3c45d
roberto-ieru
committed
ef3c45d
View commit details
Copy full SHA for ef3c45d
Browse repository at this point
a file handle must be a userdata.
roberto-ieru
committed
20a48a8
View commit details
Copy full SHA for 20a48a8
Browse repository at this point
small corrections.
roberto-ieru
committed
c9e6ed1
View commit details
Copy full SHA for c9e6ed1
Browse repository at this point
Commits on Jun 26, 1997
believe it or not, this makes a difference...
roberto-ieru
committed
56fdab6
View commit details
Copy full SHA for 56fdab6
Browse repository at this point
new name for _VERSION (standard of _UPPERCASES for pre-defined
Show description for 3a98c86
roberto-ieru
committed
3a98c86
View commit details
Copy full SHA for 3a98c86
Browse repository at this point
new method to handle current files, with global variables
Show description for da58578
roberto-ieru
committed
da58578
View commit details
Copy full SHA for da58578
Browse repository at this point
Commits on Jun 23, 1997
new #define LUA_COMPAT2_5 to select "compatibility mode".
roberto-ieru
committed
e81f184
View commit details
Copy full SHA for e81f184
Browse repository at this point
Commits on Jun 20, 1997
incompatibilities with 2.5 + restrictions on tag methods
roberto-ieru
committed
3e43275
View commit details
Copy full SHA for 3e43275
Browse repository at this point
zio should not care about how a user creates a FILE (pipe, socket, popen,
Show description for f97307b
roberto-ieru
committed
f97307b
View commit details
Copy full SHA for f97307b
Browse repository at this point
better error message for dostring (2nd argument)
roberto-ieru
committed
6402bfb
View commit details
Copy full SHA for 6402bfb
Browse repository at this point
Previous
Next
You can’t perform that action at this time.