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 }}
codegate
/
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
v5.3.3
User selector
All users
All time
Commit history
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
Commits on May 13, 2016
'singlevaraux' returns result only in 'var->k'
roberto-ieru
committed
b65252b
View commit details
Copy full SHA for b65252b
Browse repository at this point
comment (FALLTHROUGH)
roberto-ieru
committed
fbd8614
View commit details
Copy full SHA for fbd8614
Browse repository at this point
Commits on May 2, 2016
'io.read("n")' accepts both a dot and the locale point as its
Show description for f3b52a6
roberto-ieru
committed
f3b52a6
View commit details
Copy full SHA for f3b52a6
Browse repository at this point
now that 'luaO_str2num' always accepts a dot as a radix character,
Show description for 0232fbf
roberto-ieru
committed
0232fbf
View commit details
Copy full SHA for 0232fbf
Browse repository at this point
'luaO_str2num' (and, therefore, 'lua_stringtonumber', 'number',
Show description for ed110f6
roberto-ieru
committed
ed110f6
View commit details
Copy full SHA for ed110f6
Browse repository at this point
'string.format("%q", number)' ensures a dot as decimal point
roberto-ieru
committed
22093f9
View commit details
Copy full SHA for 22093f9
Browse repository at this point
Commits on May 1, 2016
detail (macro should "use" all its arguments)
roberto-ieru
committed
792ffac
View commit details
Copy full SHA for 792ffac
Browse repository at this point
Commits on Apr 22, 2016
no more time limits to pattern matching (at least for now)
roberto-ieru
committed
57cdb60
View commit details
Copy full SHA for 57cdb60
Browse repository at this point
Commits on Apr 19, 2016
match time limit defined by variable 'string.pattlimit'
roberto-ieru
committed
89c09c8
View commit details
Copy full SHA for 89c09c8
Browse repository at this point
Commits on Apr 18, 2016
'os.time(t)' normalizes 't' fields
roberto-ieru
committed
48baa5e
View commit details
Copy full SHA for 48baa5e
Browse repository at this point
Commits on Apr 11, 2016
error handling in 'wrap' does not coerce numbers into string messages
roberto-ieru
committed
fdd7209
View commit details
Copy full SHA for fdd7209
Browse repository at this point
details ('error' does not coerce numbers to strings + comments)
roberto-ieru
committed
82a8e06
View commit details
Copy full SHA for 82a8e06
Browse repository at this point
diff for last bug was against wrong version
roberto-ieru
committed
c258870
View commit details
Copy full SHA for c258870
Browse repository at this point
Commits on Apr 8, 2016
'string.format"%q"' now works for all basic types (nil, boolean,
Show description for e8e39a2
roberto-ieru
committed
e8e39a2
View commit details
Copy full SHA for e8e39a2
Browse repository at this point
Commits on Apr 7, 2016
LUA_PACKPADBYTE -> LUAL_PACKPADBYTE (it is an internal library
Show description for fff7d42
roberto-ieru
committed
fff7d42
View commit details
Copy full SHA for fff7d42
Browse repository at this point
Commits on Mar 31, 2016
new way to avoid infinite loops in empty matches: "Python rule"
Show description for 783aa8a
roberto-ieru
committed
783aa8a
View commit details
Copy full SHA for 783aa8a
Browse repository at this point
do not try to ensure that 'sweepgc' points to a live object
Show description for 8d4feb5
roberto-ieru
committed
8d4feb5
View commit details
Copy full SHA for 8d4feb5
Browse repository at this point
detail (comment)
roberto-ieru
committed
d77a7a8
View commit details
Copy full SHA for d77a7a8
Browse repository at this point
Commits on Mar 23, 2016
comments
roberto-ieru
committed
e747491
View commit details
Copy full SHA for e747491
Browse repository at this point
bug: 'gmatch' iterator fails when called from a coroutine different
Show description for acff3ad
roberto-ieru
committed
acff3ad
View commit details
Copy full SHA for acff3ad
Browse repository at this point
Commits on Mar 7, 2016
bug: label between local definitions can mix-up their initializations
roberto-ieru
committed
e7b2e01
View commit details
Copy full SHA for e7b2e01
Browse repository at this point
Commits on Feb 29, 2016
call 'checkGC' *after* creating new objects (this is how 'execute'
Show description for 03ca638
roberto-ieru
committed
03ca638
View commit details
Copy full SHA for 03ca638
Browse repository at this point
Commits on Feb 26, 2016
When available, use metafield '__name' in error messages
roberto-ieru
committed
7777b41
View commit details
Copy full SHA for 7777b41
Browse repository at this point
Commits on Feb 25, 2016
'\0' is a control character, no need to check it explicitly
roberto-ieru
committed
c3e9b14
View commit details
Copy full SHA for c3e9b14
Browse repository at this point
in 'table.move', destination table can be source table even if
Show description for 7d6b78e
roberto-ieru
committed
7d6b78e
View commit details
Copy full SHA for 7d6b78e
Browse repository at this point
Commits on Feb 9, 2016
simpler yet definition for 'checkoption'
roberto-ieru
committed
5f3ad57
View commit details
Copy full SHA for 5f3ad57
Browse repository at this point
Commits on Feb 8, 2016
simpler code for 'checkoption' + added conversion specifiers specific
Show description for 494e9ba
roberto-ieru
committed
494e9ba
View commit details
Copy full SHA for 494e9ba
Browse repository at this point
details (removed silly use of 'luaL_opt' + better error messages
Show description for f79b456
roberto-ieru
committed
f79b456
View commit details
Copy full SHA for f79b456
Browse repository at this point
Commits on Feb 5, 2016
new macro 'vmfetch' to help changing code to computed goto's (macro
Show description for fd51651
roberto-ieru
committed
fd51651
View commit details
Copy full SHA for fd51651
Browse repository at this point
Commits on Jan 13, 2016
new release number + new year
roberto-ieru
committed
994374c
View commit details
Copy full SHA for 994374c
Browse repository at this point
Commits on Jan 8, 2016
no more extra space in 'luaL_checkstack'. (It was already useless
Show description for 62f6652
roberto-ieru
committed
62f6652
View commit details
Copy full SHA for 62f6652
Browse repository at this point
Previous
Next
You can’t perform that action at this time.