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
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 }}
allen1995
/
mruby
Public
forked from
CodeIQ/mruby
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 Feb 12, 2013
Merge pull request #839 from masuidrive/string_sub_gsub
Show description for 8578cd6
matz
committed
8578cd6
View commit details
Copy full SHA for 8578cd6
Browse repository at this point
Merge pull request #838 from brainopia/patch-1
Show description for 4b9853a
matz
committed
4b9853a
View commit details
Copy full SHA for 4b9853a
Browse repository at this point
Added String#sub/sub! and String#gsub/gsub!
masuidrive
committed
0ee2c71
View commit details
Copy full SHA for 0ee2c71
Browse repository at this point
Update doc/compile/README.md
Ravil Bayramgalin
committed
30accc2
View commit details
Copy full SHA for 30accc2
Browse repository at this point
Commits on Feb 11, 2013
Merge pull request #836 from iij/pr-mrb_str_to_cstr
Show description for 3e021b8
matz
committed
3e021b8
View commit details
Copy full SHA for 3e021b8
Browse repository at this point
add mrb_str_to_cstr
akiray03
committed
397d1e7
View commit details
Copy full SHA for 397d1e7
Browse repository at this point
Commits on Feb 10, 2013
should adjust stack size when irep->nregs is larger than allocate size; close #835
matz
committed
75ae568
View commit details
Copy full SHA for 75ae568
Browse repository at this point
Commits on Feb 9, 2013
Merge branch 'master' of github.com:mruby/mruby
matz
committed
06c06d5
View commit details
Copy full SHA for 06c06d5
Browse repository at this point
Merge pull request #831 from carsonmcdonald/ciidxfix
Show description for 9a43924
matz
committed
9a43924
View commit details
Copy full SHA for 9a43924
Browse repository at this point
Merge pull request #833 from iij/pr-mrbtest-verbose
Show description for f2f16d6
matz
committed
f2f16d6
View commit details
Copy full SHA for f2f16d6
Browse repository at this point
Merge pull request #832 from bovi/compile-readme
Show description for 3cad69c
matz
committed
3cad69c
View commit details
Copy full SHA for 3cad69c
Browse repository at this point
"for i in (1..12/5); p i ; end" should not print "3"
matz
committed
84a7c9e
View commit details
Copy full SHA for 84a7c9e
Browse repository at this point
add mrbtest verbose mode ('-v' option)
Akira Yumiyama
committed
7c67bfe
View commit details
Copy full SHA for 7c67bfe
Browse repository at this point
Commits on Feb 8, 2013
Add documentation for Android toolchain
bovi
committed
750256c
View commit details
Copy full SHA for 750256c
Browse repository at this point
Don't overwrite ciidx if it is already set.
carsonmcdonald
committed
92eb282
View commit details
Copy full SHA for 92eb282
Browse repository at this point
Merge pull request #830 from carsonmcdonald/warncheckfix
Show description for 9420408
matz
committed
9420408
View commit details
Copy full SHA for 9420408
Browse repository at this point
Commits on Feb 7, 2013
Fix incorrect index use. nerr was being used for warning buffer check.
carsonmcdonald
committed
2ce3b31
View commit details
Copy full SHA for 2ce3b31
Browse repository at this point
Merge pull request #825 from carsonmcdonald/gembuildfix
Show description for d3c7755
matz
committed
d3c7755
View commit details
Copy full SHA for d3c7755
Browse repository at this point
Merge pull request #828 from mattn/ignore_empty_gem
Show description for ab2431e
matz
committed
ab2431e
View commit details
Copy full SHA for ab2431e
Browse repository at this point
Ignore empty gem
mattn
committed
c7031d8
View commit details
Copy full SHA for c7031d8
Browse repository at this point
Commits on Feb 6, 2013
Change task rule based on build_dir so main rules don't clobber gem rules.
carsonmcdonald
committed
42b7fe6
View commit details
Copy full SHA for 42b7fe6
Browse repository at this point
changing Make_Data_Struct API; you need to modify your code that uses Make_Data_Struct; close #821
matz
committed
d98ad06
View commit details
Copy full SHA for d98ad06
Browse repository at this point
Merge pull request #824 from monaka/pr-add-semicolon
Show description for 4786d53
matz
committed
4786d53
View commit details
Copy full SHA for 4786d53
Browse repository at this point
Add semi-colon after the statement.
monaka
committed
c23057e
View commit details
Copy full SHA for c23057e
Browse repository at this point
Merge pull request #823 from cremno/mrb_any_to_s-rewrite
Show description for 6f4d3a4
matz
committed
6f4d3a4
View commit details
Copy full SHA for 6f4d3a4
Browse repository at this point
Commits on Feb 5, 2013
rewrote mrb_any_to_s
Show description for 11869a4
cremno
committed
11869a4
View commit details
Copy full SHA for 11869a4
Browse repository at this point
Commits on Feb 4, 2013
Merge pull request #813 from masuidrive/generate_mrbtest_a
Show description for 913faa4
matz
committed
913faa4
View commit details
Copy full SHA for 913faa4
Browse repository at this point
Merge pull request #812 from shtirlic/androideabi
Show description for baa5ed9
matz
committed
baa5ed9
View commit details
Copy full SHA for baa5ed9
Browse repository at this point
Merge pull request #815 from masamitsu-murase/modify_handling_of_large_fixnum
Show description for 70eaa9d
matz
committed
70eaa9d
View commit details
Copy full SHA for 70eaa9d
Browse repository at this point
Merge pull request #816 from masamitsu-murase/modify_potential_error_of_hash
Show description for e887059
matz
committed
e887059
View commit details
Copy full SHA for e887059
Browse repository at this point
Merge pull request #817 from masamitsu-murase/restore_arena_in_string_split
Show description for 0f68b90
matz
committed
0f68b90
View commit details
Copy full SHA for 0f68b90
Browse repository at this point
Merge pull request #820 from cremno/unused-stuff
Show description for d3626f6
matz
committed
d3626f6
View commit details
Copy full SHA for d3626f6
Browse repository at this point
Commits on Feb 3, 2013
removed declarations of undefined functions
cremno
committed
feaff10
View commit details
Copy full SHA for feaff10
Browse repository at this point
Restore arena in `String#split`.
masamitsu-murase
committed
eaf32e0
View commit details
Copy full SHA for eaf32e0
Browse repository at this point
Fix potential bug about Hash.
masamitsu-murase
committed
aeb8e2e
View commit details
Copy full SHA for aeb8e2e
Browse repository at this point
Previous
Next
You can’t perform that action at this time.