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 }}
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
Breadcrumbs
History for
lua
strlib.c
on
oldlua
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 4, 1997
new functionality for "format": "%d$...".
roberto-ieru
committed
da4dbe6
View commit details
Copy full SHA for da4dbe6
View code at this point
Browse repository at this point
Commits on Jun 19, 1997
counter for gsub only when there is a table (to keep full compatibility)
roberto-ieru
committed
c8897f2
View commit details
Copy full SHA for c8897f2
View code at this point
Browse repository at this point
gsub aborts if error occurs.
roberto-ieru
committed
b6adfdd
View commit details
Copy full SHA for b6adfdd
View code at this point
Browse repository at this point
Commits on Jun 18, 1997
using old version functions.
roberto-ieru
committed
f6d9514
View commit details
Copy full SHA for f6d9514
View code at this point
Browse repository at this point
new arguments for gsub
roberto-ieru
committed
ea98620
View commit details
Copy full SHA for ea98620
View code at this point
Browse repository at this point
Commits on Jun 16, 1997
"strsub" accepts negative indices (count from the end of the string).
roberto-ieru
committed
1848bcc
View commit details
Copy full SHA for 1848bcc
View code at this point
Browse repository at this point
Commits on Apr 6, 1997
detail: local names
roberto-ieru
committed
00050b8
View commit details
Copy full SHA for 00050b8
View code at this point
Browse repository at this point
luaL check functions do not need the function name (it can be
Show description for 3a9516f
roberto-ieru
committed
3a9516f
View commit details
Copy full SHA for 3a9516f
View code at this point
Browse repository at this point
Commits on Apr 4, 1997
better error messages;
Show description for 42fa305
roberto-ieru
committed
42fa305
View commit details
Copy full SHA for 42fa305
View code at this point
Browse repository at this point
Commits on Mar 26, 1997
new (internal?) functions to manipulate userdata
roberto-ieru
committed
264f8c5
View commit details
Copy full SHA for 264f8c5
View code at this point
Browse repository at this point
Commits on Mar 18, 1997
new header 'auxlib.h' + new function luaL_verror
roberto-ieru
committed
2de803c
View commit details
Copy full SHA for 2de803c
View code at this point
Browse repository at this point
Commits on Mar 17, 1997
new module 'auxlib' centralizes functions to get/check parameters.
roberto-ieru
committed
eea734a
View commit details
Copy full SHA for eea734a
View code at this point
Browse repository at this point
Commits on Feb 21, 1997
new pattern item ".-";
Show description for 8b7f271
roberto-ieru
committed
8b7f271
View commit details
Copy full SHA for 8b7f271
View code at this point
Browse repository at this point
Commits on Nov 22, 1996
ANSI ctype only works for unsigned chars (or EOF)
roberto-ieru
committed
1f4ee4a
View commit details
Copy full SHA for 1f4ee4a
View code at this point
Browse repository at this point
Commits on Nov 20, 1996
BUG: ISO chars are negative, ISO ints are not.
Show description for 78e454d
roberto-ieru
committed
78e454d
View commit details
Copy full SHA for 78e454d
View code at this point
Browse repository at this point
Commits on Nov 7, 1996
SunOS is not ANSI about the return value of "sprintf".
roberto-ieru
committed
2f19e0b
View commit details
Copy full SHA for 2f19e0b
View code at this point
Browse repository at this point
Commits on Oct 31, 1996
small corrections in error messages
roberto-ieru
committed
a1e41e3
View commit details
Copy full SHA for a1e41e3
View code at this point
Browse repository at this point
"strfind" has an extra parameter to turn off all special characteres.
roberto-ieru
committed
9d0044c
View commit details
Copy full SHA for 9d0044c
View code at this point
Browse repository at this point
Commits on Sep 20, 1996
new function "strrep"
roberto-ieru
committed
3636bba
View commit details
Copy full SHA for 3636bba
View code at this point
Browse repository at this point
Commits on Sep 16, 1996
"strmap" replaced by "strupper" and "strlower" (that's what people will
Show description for c96ad1c
roberto-ieru
committed
c96ad1c
View commit details
Copy full SHA for c96ad1c
View code at this point
Browse repository at this point
Commits on Aug 9, 1996
"[^]]" must mean "not ]".
roberto-ieru
committed
36dd1af
View commit details
Copy full SHA for 36dd1af
View code at this point
Browse repository at this point
Commits on Aug 5, 1996
singlematch and item_end are used by "read", in iolib.
roberto-ieru
committed
25b6dae
View commit details
Copy full SHA for 25b6dae
View code at this point
Browse repository at this point
Commits on Aug 1, 1996
Pattern-Matching!
Show description for 1630c25
roberto-ieru
committed
1630c25
View commit details
Copy full SHA for 1630c25
View code at this point
Browse repository at this point
Commits on May 22, 1996
variables which contain string lengths must be long (if they also may
Show description for 29f0021
roberto-ieru
committed
29f0021
View commit details
Copy full SHA for 29f0021
View code at this point
Browse repository at this point
Commits on Apr 30, 1996
new function "luaI_openlib" to help open libs.
roberto-ieru
committed
3ec9ee0
View commit details
Copy full SHA for 3ec9ee0
View code at this point
Browse repository at this point
Commits on Mar 22, 1996
small "abstraction"
roberto-ieru
committed
df1ee1f
View commit details
Copy full SHA for df1ee1f
View code at this point
Browse repository at this point
Commits on Mar 21, 1996
small bug in strfind.
roberto-ieru
committed
f1d0276
View commit details
Copy full SHA for f1d0276
View code at this point
Browse repository at this point
Commits on Mar 19, 1996
functions "lua_is..." consider coercions.
roberto-ieru
committed
a275d9a
View commit details
Copy full SHA for a275d9a
View code at this point
Browse repository at this point
Commits on Mar 14, 1996
new option 'q' in function "format".
roberto-ieru
committed
2fee7e4
View commit details
Copy full SHA for 2fee7e4
View code at this point
Browse repository at this point
Commits on Feb 12, 1996
old trick in "strsub" does not work with new hash table for strings.
roberto-ieru
committed
f1a1eda
View commit details
Copy full SHA for f1a1eda
View code at this point
Browse repository at this point
Commits on Feb 9, 1996
"lua_check_number" accepts strings convertible to numbers.
roberto-ieru
committed
8017228
View commit details
Copy full SHA for 8017228
View code at this point
Browse repository at this point
Commits on Jan 26, 1996
elimination of function "int2str", as it can be replaced by "format('%c', .)"
roberto-ieru
committed
ca7be1c
View commit details
Copy full SHA for ca7be1c
View code at this point
Browse repository at this point
Commits on Jan 22, 1996
add_char now is global.
Show description for 5b71ab7
roberto-ieru
committed
5b71ab7
View commit details
Copy full SHA for 5b71ab7
View code at this point
Browse repository at this point
Commits on Nov 10, 1995
error functions are shared by all libraries
roberto-ieru
committed
5f664a4
View commit details
Copy full SHA for 5f664a4
View code at this point
Browse repository at this point
Commits on Oct 9, 1995
new functions: "ascii" and "int2str",
Show description for ae80886
roberto-ieru
committed
ae80886
View commit details
Copy full SHA for ae80886
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.