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
Breadcrumbs
History for
lua
lcode.c
on
v5.3
User selector
All users
All time
Commit history
Commits on Dec 27, 2019
Fixed typos in comments
roberto-ieru
committed
d71a548
View commit details
Copy full SHA for d71a548
View code at this point
Browse repository at this point
Commits on Dec 17, 2018
Lua 5.3.5 ported to git
Show description for 063d4e4
roberto-ieru
committed
063d4e4
View commit details
Copy full SHA for 063d4e4
View code at this point
Browse repository at this point
Commits on Dec 22, 2016
detail (removing spaces at end of lines)
roberto-ieru
committed
2a23531
View commit details
Copy full SHA for 2a23531
View code at this point
Browse repository at this point
Commits on Jul 19, 2016
bug: Lua can generate wrong code in functions with too many constants
roberto-ieru
committed
fc6b32b
View commit details
Copy full SHA for fc6b32b
View code at this point
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
View code at this point
Browse repository at this point
Commits on May 13, 2016
comment (FALLTHROUGH)
roberto-ieru
committed
fbd8614
View commit details
Copy full SHA for fbd8614
View code at this point
Browse repository at this point
Commits on Jan 5, 2016
'getcode' -> 'getinstruction'
roberto-ieru
committed
1f259be
View commit details
Copy full SHA for 1f259be
View code at this point
Browse repository at this point
Commits on Jan 4, 2016
more refactoring
roberto-ieru
committed
b12b635
View commit details
Copy full SHA for b12b635
View code at this point
Browse repository at this point
Commits on Dec 18, 2015
comments (*lots* of them) + asserts
roberto-ieru
committed
384d1b4
View commit details
Copy full SHA for 384d1b4
View code at this point
Browse repository at this point
Commits on Dec 17, 2015
reordering of some functions + 'code_label' renamed to 'code_loadbool'
roberto-ieru
committed
a01eba6
View commit details
Copy full SHA for a01eba6
View code at this point
Browse repository at this point
detail ('while' -> 'for') in 'luaK_patchclose'
roberto-ieru
committed
b7446ea
View commit details
Copy full SHA for b7446ea
View code at this point
Browse repository at this point
Commits on Nov 19, 2015
details (typos in comments)
roberto-ieru
committed
d103312
View commit details
Copy full SHA for d103312
View code at this point
Browse repository at this point
Commits on Oct 26, 2015
use macro 'hasjumps' to test whether expression has jumps...
roberto-ieru
committed
82129b9
View commit details
Copy full SHA for 82129b9
View code at this point
Browse repository at this point
Commits on Apr 29, 2015
error message ("too complex" -> "too many registers") + MAXREGS
Show description for a1935b9
roberto-ieru
committed
a1935b9
View commit details
Copy full SHA for a1935b9
View code at this point
Browse repository at this point
Commits on Mar 28, 2015
details (avoid 'lint' warnings)
roberto-ieru
committed
e723c75
View commit details
Copy full SHA for e723c75
View code at this point
Browse repository at this point
Commits on Dec 29, 2014
all "divisions" (div,idiv,mod) by zero are not folded, to avoid
Show description for 8e5290d
roberto-ieru
committed
8e5290d
View commit details
Copy full SHA for 8e5290d
View code at this point
Browse repository at this point
Commits on Dec 19, 2014
new macro 'nvalue' (to convert an object to a float when we know
Show description for 2b83711
roberto-ieru
committed
2b83711
View commit details
Copy full SHA for 2b83711
View code at this point
Browse repository at this point
Commits on Nov 24, 2014
bug ('#3' causes seg. fault in 5.3-beta) + comments + 'codearith' ->
Show description for bf163ea
roberto-ieru
committed
bf163ea
View commit details
Copy full SHA for bf163ea
View code at this point
Browse repository at this point
Commits on Nov 21, 2014
'x//y' extended to floats
roberto-ieru
committed
5fbd40d
View commit details
Copy full SHA for 5fbd40d
View code at this point
Browse repository at this point
Commits on Nov 2, 2014
added include for 'lprefix.h', for stuff that must be added before
Show description for 28fdbcf
roberto-ieru
committed
28fdbcf
View commit details
Copy full SHA for 28fdbcf
View code at this point
Browse repository at this point
Commits on Oct 30, 2014
comments (a few extra quotes around identifiers)
roberto-ieru
committed
4542fb9
View commit details
Copy full SHA for 4542fb9
View code at this point
Browse repository at this point
Commits on Oct 28, 2014
comment
roberto-ieru
committed
4b52604
View commit details
Copy full SHA for 4b52604
View code at this point
Browse repository at this point
Commits on Oct 27, 2014
'MAXSTACK' -> 'MAXREGS' and moved to 'lcode.c' (there is no reason
Show description for 4911037
roberto-ieru
committed
4911037
View commit details
Copy full SHA for 4911037
View code at this point
Browse repository at this point
Commits on Oct 25, 2014
`name' in comments changed to 'name'
roberto-ieru
committed
bdf566a
View commit details
Copy full SHA for bdf566a
View code at this point
Browse repository at this point
Commits on May 8, 2014
comments
roberto-ieru
committed
42ff788
View commit details
Copy full SHA for 42ff788
View code at this point
Browse repository at this point
Commits on Apr 29, 2014
'setnvalue' -> 'setfltvalue' (for consitency with 'fltvalue')
roberto-ieru
committed
ffa43df
View commit details
Copy full SHA for ffa43df
View code at this point
Browse repository at this point
Commits on Apr 27, 2014
n^-m gives float result (instead of error)
roberto-ieru
committed
e98ba35
View commit details
Copy full SHA for e98ba35
View code at this point
Browse repository at this point
Commits on Apr 2, 2014
LUAI_FUNC is being used only in header files
roberto-ieru
committed
f61ceee
View commit details
Copy full SHA for f61ceee
View code at this point
Browse repository at this point
Commits on Apr 1, 2014
some details to avoid warnings
roberto-ieru
committed
607be77
View commit details
Copy full SHA for 607be77
View code at this point
Browse repository at this point
Commits on Mar 21, 2014
details (typos in comments)
roberto-ieru
committed
da48112
View commit details
Copy full SHA for da48112
View code at this point
Browse repository at this point
Commits on Mar 9, 2014
small bug (from revision 2.80): LUA_OP* constants are not from
Show description for 2aff75f
roberto-ieru
committed
2aff75f
View commit details
Copy full SHA for 2aff75f
View code at this point
Browse repository at this point
Commits on Mar 7, 2014
new macro 'cast_void'
roberto-ieru
committed
cd12410
View commit details
Copy full SHA for cd12410
View code at this point
Browse repository at this point
Commits on Mar 6, 2014
back with 'L' for macros 'luai_num*', but now with a new macro
Show description for 5ff1c18
roberto-ieru
committed
5ff1c18
View commit details
Copy full SHA for 5ff1c18
View code at this point
Browse repository at this point
'constfolding' passes a proper Lua state to 'luaO_arith'
roberto-ieru
committed
99ac4a2
View commit details
Copy full SHA for 99ac4a2
View code at this point
Browse repository at this point
detail ('codearith' uses 'LUA_OP*' constants instead of 'OP_*')
roberto-ieru
committed
fa7e77f
View commit details
Copy full SHA for fa7e77f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.