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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
mruby-debian
/
mruby
Public
forked from
mruby/mruby
Notifications
You must be signed in to change notification settings
Fork
1
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
mruby
include
mruby
string.h
on
upstream
User selector
All users
All time
Commit history
Commits on Aug 28, 2014
Merge pull request #2570 from cubicdaiya/issues/unify_duplicated_functions
Show description for 9e4b012
matz
committed
9e4b012
View commit details
Copy full SHA for 9e4b012
View code at this point
Browse repository at this point
Fix mismatches for MRB_API declarations.
cubicdaiya
authored and
matz
committed
5fa30ae
View commit details
Copy full SHA for 5fa30ae
View code at this point
Browse repository at this point
Rename functions for avoinding symbol confiliction.
Show description for db29a25
cubicdaiya
committed
db29a25
View commit details
Copy full SHA for db29a25
View code at this point
Browse repository at this point
Unify duplicated functions (noregexp() and regexp_check()).
cubicdaiya
committed
d958aa2
View commit details
Copy full SHA for d958aa2
View code at this point
Browse repository at this point
Commits on Aug 5, 2014
Merge pull request #2508 from iij/pr-mrb-str-to-cstr-returns-mutable
Show description for fce644d
matz
committed
fce644d
View commit details
Copy full SHA for fce644d
View code at this point
Browse repository at this point
revert accidental constify.
tsahara
committed
412b9eb
View commit details
Copy full SHA for 412b9eb
View code at this point
Browse repository at this point
Commits on Aug 3, 2014
turn string obsolete functions into macros
matz
committed
db7b01c
View commit details
Copy full SHA for db7b01c
View code at this point
Browse repository at this point
add MRB_API modifiers to mruby API functions
matz
committed
206f89e
View commit details
Copy full SHA for 206f89e
View code at this point
Browse repository at this point
Commits on Jun 10, 2014
Add NOFREE macros
suzukaze
committed
9c259c5
View commit details
Copy full SHA for 9c259c5
View code at this point
Browse repository at this point
Commits on Jun 7, 2014
move STR_* macros to mruby/string.h with renaming
matz
committed
32e4501
View commit details
Copy full SHA for 32e4501
View code at this point
Browse repository at this point
Commits on Jun 5, 2014
move IS_EVSTR macro that should be private to src/string.c
matz
committed
b1dd57e
View commit details
Copy full SHA for b1dd57e
View code at this point
Browse repository at this point
Commits on Apr 29, 2014
remove `mrb_str_offset`
cremno
committed
739b155
View commit details
Copy full SHA for 739b155
View code at this point
Browse repository at this point
Commits on Apr 27, 2014
rename `mrb_str_buf_append` to `mrb_str_cat_str`
Show description for 91c22f3
cremno
committed
91c22f3
View commit details
Copy full SHA for 91c22f3
View code at this point
Browse repository at this point
Commits on Apr 24, 2014
eliminate plain int except for a few cases like arena_index
matz
committed
83c1399
View commit details
Copy full SHA for 83c1399
View code at this point
Browse repository at this point
Commits on Apr 21, 2014
remove `mrb_str_buf_cat`
Show description for bc23a5e
cremno
committed
bc23a5e
View commit details
Copy full SHA for bc23a5e
View code at this point
Browse repository at this point
Commits on Mar 18, 2014
string functions arguments changed from mrb_int to size_t that would take strlen()
matz
committed
792c1ad
View commit details
Copy full SHA for 792c1ad
View code at this point
Browse repository at this point
Commits on Mar 15, 2014
string length type to be mrb_int
matz
committed
048bca4
View commit details
Copy full SHA for 048bca4
View code at this point
Browse repository at this point
Commits on Mar 12, 2014
add mrb_strlen_lit which makes _lit macros safer
Show description for e4afd53
cremno
committed
e4afd53
View commit details
Copy full SHA for e4afd53
View code at this point
Browse repository at this point
Commits on Mar 8, 2014
remove invocation of strlen() on buffer of strings; with refactoring
matz
committed
6423011
View commit details
Copy full SHA for 6423011
View code at this point
Browse repository at this point
Make type casts safer.
monaka
committed
270d25b
View commit details
Copy full SHA for 270d25b
View code at this point
Browse repository at this point
Commits on Mar 7, 2014
use sizeof(void*) instead of mrb_int size and extend embed string size
take-cheeze
committed
c3f3a04
View commit details
Copy full SHA for c3f3a04
View code at this point
Browse repository at this point
Commits on Mar 6, 2014
make embed string when create literals
ksss
committed
54132e4
View commit details
Copy full SHA for 54132e4
View code at this point
Browse repository at this point
embed small string
Show description for 4070b59
ksss
committed
4070b59
View commit details
Copy full SHA for 4070b59
View code at this point
Browse repository at this point
Commits on Feb 25, 2014
introduce mrb_str_cat_lit() to create strings from C string litrals
cubicdaiya
committed
6b3801c
View commit details
Copy full SHA for 6b3801c
View code at this point
Browse repository at this point
Commits on Feb 13, 2014
remove mrb_str_literal declaration
Show description for 5a76288
cremno
committed
5a76288
View commit details
Copy full SHA for 5a76288
View code at this point
Browse repository at this point
Commits on Jan 31, 2014
use mrb_bool, FALSE and TRUE more
Show description for 4507985
cremno
committed
4507985
View commit details
Copy full SHA for 4507985
View code at this point
Browse repository at this point
Commits on Dec 25, 2013
avoid copying when the original string comes with MRB_STR_NOFREE
matz
committed
673d918
View commit details
Copy full SHA for 673d918
View code at this point
Browse repository at this point
Commits on Nov 19, 2013
rename API mrb_str_dup_static() -> mrb_str_pool()
matz
committed
fb38601
View commit details
Copy full SHA for fb38601
View code at this point
Browse repository at this point
irep->pool struct pool -> mrb_value
miura1729
committed
54c5b12
View commit details
Copy full SHA for 54c5b12
View code at this point
Browse repository at this point
Commits on Sep 21, 2013
rename voidp to cptr
matz
committed
3995e7f
View commit details
Copy full SHA for 3995e7f
View code at this point
Browse repository at this point
Commits on Aug 23, 2013
add mrb_string_type().
tsahara
committed
53ff817
View commit details
Copy full SHA for 53ff817
View code at this point
Browse repository at this point
Commits on Aug 7, 2013
rename mrb_value_p() to mrb_ptr() since _p means predicate in mruby source
matz
committed
40e6cdc
View commit details
Copy full SHA for 40e6cdc
View code at this point
Browse repository at this point
Commits on Aug 3, 2013
add read barrier to value.p
Show description for 8dc2fa3
nyuichi
committed
8dc2fa3
View commit details
Copy full SHA for 8dc2fa3
View code at this point
Browse repository at this point
Commits on Jul 15, 2013
Repalace int with mrb_bool because a return value is boolean.
suzukaze
committed
8e42868
View commit details
Copy full SHA for 8e42868
View code at this point
Browse repository at this point
Commits on Apr 28, 2013
fix mrb_string_shared memory leaks
matz
committed
a1df3fd
View commit details
Copy full SHA for a1df3fd
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.