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
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 }}
NorthMaster
/
lua
Public
forked from
lua/lua
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 22, 2016
release 5.3.4 (year 2017)
roberto-ieru
committed
08199ad
View commit details
Copy full SHA for 08199ad
Browse repository at this point
detail (removing spaces at end of lines)
roberto-ieru
committed
2a23531
View commit details
Copy full SHA for 2a23531
Browse repository at this point
Commits on Dec 20, 2016
Using LUAI_UAC* types more consistently on vararg calls
roberto-ieru
committed
9903dd5
View commit details
Copy full SHA for 9903dd5
Browse repository at this point
Commits on Dec 13, 2016
'moveresults' and 'luaD_poscall' moved up in the file
roberto-ieru
committed
24f6e23
View commit details
Copy full SHA for 24f6e23
Browse repository at this point
LUA_PATHSUFFIX -> LUA_VERSUFFIX + LUA_VERSUFFIX used in the
Show description for 9f594ca
roberto-ieru
committed
9f594ca
View commit details
Copy full SHA for 9f594ca
Browse repository at this point
Commits on Dec 6, 2016
detail (wrong comment)
roberto-ieru
committed
4df4560
View commit details
Copy full SHA for 4df4560
Browse repository at this point
Commits on Dec 4, 2016
using constants for "_LOADED" and "PRELOAD"
roberto-ieru
committed
b2aa2ba
View commit details
Copy full SHA for b2aa2ba
Browse repository at this point
'luaL_tolstring' uses metatable's "__name" when available
roberto-ieru
committed
beec5af
View commit details
Copy full SHA for beec5af
Browse repository at this point
Commits on Nov 7, 2016
using 'lastfree == NULL' to signal that table is using the dummy
Show description for 7b1fba6
roberto-ieru
committed
7b1fba6
View commit details
Copy full SHA for 7b1fba6
Browse repository at this point
Commits on Oct 19, 2016
bug: When a coroutine tries to resume a non-suspended coroutine,
Show description for 697593d
roberto-ieru
committed
697593d
View commit details
Copy full SHA for 697593d
Browse repository at this point
check whether function is finalizer when finding a name for it +
Show description for e2dc807
roberto-ieru
committed
e2dc807
View commit details
Copy full SHA for e2dc807
Browse repository at this point
new flag in 'CallInfo.callstatus' to tell whether function is running
Show description for 138d001
roberto-ieru
committed
138d001
View commit details
Copy full SHA for 138d001
Browse repository at this point
Commits on Sep 20, 2016
detail (ANSI C does not accept empty arguments to macros)
roberto-ieru
committed
8edbf57
View commit details
Copy full SHA for 8edbf57
Browse repository at this point
Commits on Sep 8, 2016
cleaner and more correct code for 'luaD_shrinkstack' (the old
Show description for 7fe1a4c
roberto-ieru
committed
7fe1a4c
View commit details
Copy full SHA for 7fe1a4c
Browse repository at this point
Commits on Sep 5, 2016
bug (with compat on): 'ipairs' can work with any type that provides
Show description for dbb6f11
roberto-ieru
committed
dbb6f11
View commit details
Copy full SHA for dbb6f11
Browse repository at this point
comments + removed unused variable
roberto-ieru
committed
aeb4c6f
View commit details
Copy full SHA for aeb4c6f
Browse repository at this point
Commits on Sep 1, 2016
detail (macro 'l_checkmode' reimplemented as function)
roberto-ieru
committed
3b91b07
View commit details
Copy full SHA for 3b91b07
Browse repository at this point
Commits on Aug 22, 2016
wrong test in '#if' for floating-point type
roberto-ieru
committed
349bada
View commit details
Copy full SHA for 349bada
Browse repository at this point
Commits on Aug 1, 2016
do not eliminate varargs from functions that do not use varargs
Show description for e4a9e6f
roberto-ieru
committed
e4a9e6f
View commit details
Copy full SHA for e4a9e6f
Browse repository at this point
Commits on Jul 29, 2016
bug: When a coroutine tries to resume a non-suspended coroutine,
Show description for 9de2bb0
roberto-ieru
committed
9de2bb0
View commit details
Copy full SHA for 9de2bb0
Browse repository at this point
Commits on Jul 19, 2016
redefine MAXINDEXRK (for debugging, to force most values to
Show description for d55fd34
roberto-ieru
committed
d55fd34
View commit details
Copy full SHA for d55fd34
Browse repository at this point
MAXINDEXRK can be redefined (for debugging, to force most values to
Show description for 0d1c6f4
roberto-ieru
committed
0d1c6f4
View commit details
Copy full SHA for 0d1c6f4
Browse repository at this point
bug: Lua can generate wrong code in functions with too many constants
roberto-ieru
committed
fc6b32b
View commit details
Copy full SHA for fc6b32b
Browse repository at this point
Commits on Jul 18, 2016
bug: 'checkoption' could read past end of string + 'os.date' can
Show description for de96e26
roberto-ieru
committed
de96e26
View commit details
Copy full SHA for de96e26
Browse repository at this point
Handling of LUA_PATH/LUA_CPATH moved from package library to stand
Show description for de3fd8a
roberto-ieru
committed
de3fd8a
View commit details
Copy full SHA for de3fd8a
Browse repository at this point
Commits on Jul 15, 2016
new bug: Checking a format for 'os.date' may read pass the format string
roberto-ieru
committed
788109a
View commit details
Copy full SHA for 788109a
Browse repository at this point
Commits on Jun 27, 2016
small corrections for C++ compliance
roberto-ieru
committed
09c9fa3
View commit details
Copy full SHA for 09c9fa3
Browse repository at this point
Commits on Jun 22, 2016
bug: expression list with four or more expressions in
Show description for dcb2998
roberto-ieru
committed
dcb2998
View commit details
Copy full SHA for dcb2998
Browse repository at this point
Commits on Jun 21, 2016
bug: expression list with four or more expressions in
Show description for fac00ca
roberto-ieru
committed
fac00ca
View commit details
Copy full SHA for fac00ca
Browse repository at this point
Commits on Jun 20, 2016
all 'static' variables should be 'const'
roberto-ieru
committed
6487fb1
View commit details
Copy full SHA for 6487fb1
Browse repository at this point
Commits on Jun 16, 2016
allow more bits in 'callstatus' (use no extra space due to alignments)
roberto-ieru
committed
6447995
View commit details
Copy full SHA for 6447995
Browse repository at this point
Commits on May 30, 2016
'lua_pushglobaltable' returns 'void'
roberto-ieru
committed
aa66ca7
View commit details
Copy full SHA for aa66ca7
Browse repository at this point
Commits on May 20, 2016
'string.format("%q")' writes 'math.mininteger' in hexa, to ensure
Show description for 707b0ba
roberto-ieru
committed
707b0ba
View commit details
Copy full SHA for 707b0ba
Browse repository at this point
do not convert decimal constants with overflow to integers.
Show description for 10b0b09
roberto-ieru
committed
10b0b09
View commit details
Copy full SHA for 10b0b09
Browse repository at this point
Commits on May 18, 2016
'string.pack("cn")' does not accept strings longer than 'n'
roberto-ieru
committed
4d5ab9b
View commit details
Copy full SHA for 4d5ab9b
Browse repository at this point
Previous
Next
You can’t perform that action at this time.