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.0
User selector
All users
All time
Commit history
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
Commits on Feb 6, 2014
C++ needs casts for arithmetic with enums
roberto-ieru
committed
19ad78d
View commit details
Copy full SHA for 19ad78d
View code at this point
Browse repository at this point
Commits on Jan 27, 2014
no more 'L' in macros "luai_num*" (several places that use those macros
Show description for 86dd8bf
roberto-ieru
committed
86dd8bf
View commit details
Copy full SHA for 86dd8bf
View code at this point
Browse repository at this point
Commits on Dec 30, 2013
first implementation of '<<', '>>', and '~' (bitwise not)
roberto-ieru
committed
1ea2d20
View commit details
Copy full SHA for 1ea2d20
View code at this point
Browse repository at this point
Commits on Dec 18, 2013
small change in handling of unary operations
roberto-ieru
committed
f5133aa
View commit details
Copy full SHA for f5133aa
View code at this point
Browse repository at this point
first implementation of bitwise operators '&' (band), '|' (bor),
Show description for c0edab0
roberto-ieru
committed
c0edab0
View commit details
Copy full SHA for c0edab0
View code at this point
Browse repository at this point
Commits on Dec 16, 2013
new order for binary operations (grouping them by type of result)
roberto-ieru
committed
a948054
View commit details
Copy full SHA for a948054
View code at this point
Browse repository at this point
integer exponentiation with negative exponent is invalid
roberto-ieru
committed
a8f8c7f
View commit details
Copy full SHA for a8f8c7f
View code at this point
Browse repository at this point
Commits on Aug 30, 2013
bug (GC can collect long identifier during parser) + change (using
Show description for 8ef9e84
roberto-ieru
committed
8ef9e84
View commit details
Copy full SHA for 8ef9e84
View code at this point
Browse repository at this point
Commits on Jun 25, 2013
avoid using raw representation of numbers for hashing, as number may
Show description for 483c2cc
roberto-ieru
committed
483c2cc
View commit details
Copy full SHA for 483c2cc
View code at this point
Browse repository at this point
Commits on Jun 20, 2013
In the table that hashes constants, use a light userdata as keys
Show description for f45177f
roberto-ieru
committed
f45177f
View commit details
Copy full SHA for f45177f
View code at this point
Browse repository at this point
Commits on May 6, 2013
correct way to avoid compile-time errors in integer divisions
roberto-ieru
committed
1f2b82b
View commit details
Copy full SHA for 1f2b82b
View code at this point
Browse repository at this point
Commits on May 2, 2013
constant folding and API arithmetic with integers
roberto-ieru
committed
67532d5
View commit details
Copy full SHA for 67532d5
View code at this point
Browse repository at this point
Commits on Apr 29, 2013
'luaO_arith' -> 'luaO_numarith'
roberto-ieru
committed
00744a2
View commit details
Copy full SHA for 00744a2
View code at this point
Browse repository at this point
Commits on Apr 26, 2013
new operation '//' (integer division)
roberto-ieru
committed
a2f5c28
View commit details
Copy full SHA for a2f5c28
View code at this point
Browse repository at this point
Commits on Apr 25, 2013
default increment for 'for' loop is an integer (1, not 1.0)
roberto-ieru
committed
5951c79
View commit details
Copy full SHA for 5951c79
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.