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 }}
bkutil
/
mruby
Public
forked from
mruby/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 Apr 29, 2020
Merge pull request #4986 from dearblue/assert-io
Show description for f32c73a
matz
authored
f32c73a
View commit details
Copy full SHA for f32c73a
Browse repository at this point
Merge pull request #4985 from dearblue/print-gems
Show description for a343439
matz
authored
a343439
View commit details
Copy full SHA for a343439
Browse repository at this point
Avoid comparing pointers and integers
dearblue
committed
49bba6c
View commit details
Copy full SHA for 49bba6c
Browse repository at this point
Makes `mrb_any_to_s()` accept an object whose class is `NULL`
Show description for 49b2e8c
dearblue
committed
49b2e8c
View commit details
Copy full SHA for 49b2e8c
Browse repository at this point
Commits on Apr 28, 2020
Should not use `assert` with expressions with side-effect; ref #4981
Show description for e2ac2a8
matz
committed
e2ac2a8
View commit details
Copy full SHA for e2ac2a8
Browse repository at this point
Fixed wrong condition in #4981.
matz
committed
bb6290a
View commit details
Copy full SHA for bb6290a
Browse repository at this point
Add `#include <string.h>` on all platforms for `strncpy`; #4981
matz
committed
312411d
View commit details
Copy full SHA for 312411d
Browse repository at this point
Remove unused local variable if `MRB_UTF8_STRING` is not set.
Show description for 7277682
matz
committed
7277682
View commit details
Copy full SHA for 7277682
Browse repository at this point
Avoid `snprintf` in `mruby-io` test; ref #4981
matz
committed
0f229bf
View commit details
Copy full SHA for 0f229bf
Browse repository at this point
Remove the temporary file from the `AF_UNIX` socket test; #4981
matz
committed
28b23b4
View commit details
Copy full SHA for 28b23b4
Browse repository at this point
Fix `IO#readchar` to return broken UTF-8 rather than `EOF` error.
Show description for 8627157
matz
committed
8627157
View commit details
Copy full SHA for 8627157
Browse repository at this point
Fix `IO#readchar` to support UTF-8 char reading; fix #4712
Show description for b87268f
matz
committed
b87268f
View commit details
Copy full SHA for b87268f
Browse repository at this point
Rename (and expose) UTF-8 related functions; ref #4712
Show description for a395f8e
matz
committed
a395f8e
View commit details
Copy full SHA for a395f8e
Browse repository at this point
Fix `_read_buf` to be more efficient; fix #4982
Show description for 3ce459f
matz
committed
3ce459f
View commit details
Copy full SHA for 3ce459f
Browse repository at this point
Fix `IO#sysread` to update buffer string on `EOF`; ref #4982
matz
committed
e519237
View commit details
Copy full SHA for e519237
Browse repository at this point
Update `IO#ungetc` to keep `@buf` string; ref #4982
matz
committed
4685781
View commit details
Copy full SHA for 4685781
Browse repository at this point
Fix UTF-8 boundary check; ref #4982
matz
committed
2c32154
View commit details
Copy full SHA for 2c32154
Browse repository at this point
Merge pull request #4981 from udzura/fix-test-mruby-io-on-vboxsf
Show description for 47d9945
matz
authored
47d9945
View commit details
Copy full SHA for 47d9945
Browse repository at this point
Commits on Apr 27, 2020
Fix typo and include location
udzura
committed
88b756b
View commit details
Copy full SHA for 88b756b
Browse repository at this point
Skip socket check on windows
udzura
committed
462ff4c
View commit details
Copy full SHA for 462ff4c
Browse repository at this point
Follow C90 style
udzura
committed
18274e7
View commit details
Copy full SHA for 18274e7
Browse repository at this point
Test mruby-io in tmpdir when AF_UNIX cannot be created on cwd
udzura
committed
7870f74
View commit details
Copy full SHA for 7870f74
Browse repository at this point
Updating `parse.y for recent `bison` (retry).
matz
committed
8dee2e3
View commit details
Copy full SHA for 8dee2e3
Browse repository at this point
Revert "Change obsolete `%pure-parser` to `%define api.pure`."
Show description for 8e86e64
matz
committed
8e86e64
View commit details
Copy full SHA for 8e86e64
Browse repository at this point
Update `.travis.yml` to support newer `bison` on MacOS.
Show description for e79e972
matz
committed
e79e972
View commit details
Copy full SHA for e79e972
Browse repository at this point
Change obsolete `%pure-parser` to `%define api.pure`.
Show description for 682a31f
matz
committed
682a31f
View commit details
Copy full SHA for 682a31f
Browse repository at this point
Merge pull request #4978 from dearblue/test-ensure
Show description for 17974aa
matz
authored
17974aa
View commit details
Copy full SHA for 17974aa
Browse repository at this point
Commits on Apr 26, 2020
Merge pull request #4980 from dearblue/context
Show description for 0a7fd86
matz
authored
0a7fd86
View commit details
Copy full SHA for 0a7fd86
Browse repository at this point
Merge pull request #4979 from dearblue/mruby-bin
Show description for d95d46d
matz
authored
d95d46d
View commit details
Copy full SHA for d95d46d
Browse repository at this point
Integrate class `EnsureYieldBreak` under test
dearblue
committed
81c8352
View commit details
Copy full SHA for 81c8352
Browse repository at this point
Remove unused `mruby-error` in `mruby-bin-mruby`
dearblue
committed
6d80c95
View commit details
Copy full SHA for 6d80c95
Browse repository at this point
Reduce `struct mrb_context`
dearblue
committed
1b0cf6a
View commit details
Copy full SHA for 1b0cf6a
Browse repository at this point
Commits on Apr 24, 2020
Implemented argument forwarding by `...`
matz
committed
954ce53
View commit details
Copy full SHA for 954ce53
Browse repository at this point
Merge pull request #4976 from dearblue/splice-undef
Show description for 8b5c192
matz
authored
8b5c192
View commit details
Copy full SHA for 8b5c192
Browse repository at this point
Merge pull request #4975 from dearblue/io-comment
Show description for f6408c7
matz
authored
f6408c7
View commit details
Copy full SHA for f6408c7
Browse repository at this point
Previous
Next
You can’t perform that action at this time.