FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for include/mruby/string.h - hatemogi/mruby · GitHub
hatemogi
/
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
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
mruby
include
mruby
string.h
on
master
User selector
Datepicker
Commit history
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
move mrb_shared_string definition to src/string.c
matz
committed
5077f9e
View commit details
Copy full SHA for 5077f9e
View code at this point
Browse repository at this point
Commits on Apr 27, 2013
mrb_str_new_static(): zero copy string creation
matz
committed
5c68195
View commit details
Copy full SHA for 5c68195
View code at this point
Browse repository at this point
Commits on Apr 20, 2013
Clean up variable types and type casts.
monaka
committed
2613e5d
View commit details
Copy full SHA for 2613e5d
View code at this point
Browse repository at this point
Remove useless comments.
monaka
committed
ff0cd6c
View commit details
Copy full SHA for ff0cd6c
View code at this point
Browse repository at this point
Commits on Apr 18, 2013
Make str_modify public
picoHz
committed
b9674c7
View commit details
Copy full SHA for b9674c7
View code at this point
Browse repository at this point
Commits on Mar 29, 2013
Remove API mrb_string_value(). There have mrb_str_to_str() in the core. And mrb_string_value() is no merit to keep using.
monaka
committed
05ad690
View commit details
Copy full SHA for 05ad690
View code at this point
Browse repository at this point
Commits on Mar 23, 2013
rename mrb_ptr_as_string() to mrb_ptr_to_str()
matz
committed
0940e4d
View commit details
Copy full SHA for 0940e4d
View code at this point
Browse repository at this point
Add new API mrb_ptr_as_string().
monaka
committed
bbb3678
View commit details
Copy full SHA for bbb3678
View code at this point
Browse repository at this point
Rename API mrb_str_cat2() to mrb_str_cat_cstr(). This is for naming orthogonality. mrb_str_cat2() is also left for backward compatibility.
monaka
committed
0cedf8f
View commit details
Copy full SHA for 0cedf8f
View code at this point
Browse repository at this point
Commits on Mar 14, 2013
use size_t for string length C API
matz
committed
9d0bbdb
View commit details
Copy full SHA for 9d0bbdb
View code at this point
Browse repository at this point
Commits on Mar 13, 2013
Merge pull request #985 from monaka/pr-remove-unused-code-20130312
Show description for 3f4c2d4
matz
committed
3f4c2d4
View commit details
Copy full SHA for 3f4c2d4
View code at this point
Browse repository at this point
Merge pull request #982 from monaka/pr-make-MRB_STR_BUF_MIN_SIZE-configurable
Show description for 7ba3096
matz
committed
7ba3096
View commit details
Copy full SHA for 7ba3096
View code at this point
Browse repository at this point
Commits on Mar 12, 2013
Use suitable types for variables.
monaka
committed
e7fe4ed
View commit details
Copy full SHA for e7fe4ed
View code at this point
Browse repository at this point
Remove mrb_str_sublen() as it is not used.
monaka
committed
3af128c
View commit details
Copy full SHA for 3af128c
View code at this point
Browse repository at this point
Rename STR_BUF_MIN_SIZE to MRB_STR_BUF_MIN_SIZE. Make it configurable.
monaka
committed
e2d31ba
View commit details
Copy full SHA for e2d31ba
View code at this point
Browse repository at this point
Commits on Mar 5, 2013
Remove RB_GC_GUARD(x) macro. See also mruby/mruby#948.
monaka
committed
95c34a9
View commit details
Copy full SHA for 95c34a9
View code at this point
Browse repository at this point
Commits on Mar 4, 2013
use mrb_int for RString len
matz
committed
7e910bd
View commit details
Copy full SHA for 7e910bd
View code at this point
Browse repository at this point
Commits on Mar 1, 2013
Add typedef to structures that have mrb_ prefix. Use typedef-ed type instead of struct directly.
monaka
committed
e4231a0
View commit details
Copy full SHA for e4231a0
View code at this point
Browse repository at this point
Commits on Feb 14, 2013
Pluggable Regexp
mattn
committed
b1a5146
View commit details
Copy full SHA for b1a5146
View code at this point
Browse repository at this point
Commits on Feb 11, 2013
add mrb_str_to_cstr
akiray03
committed
397d1e7
View commit details
Copy full SHA for 397d1e7
View code at this point
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
View code at this point
Browse repository at this point
Commits on Jan 29, 2013
Remove API mrb_str_catf().
monaka
committed
3ab1afa
View commit details
Copy full SHA for 3ab1afa
View code at this point
Browse repository at this point
Commits on Aug 18, 2012
rename MRUBY_OBJECT_HEADER to MRB_OBJECT_HEADER
matz
committed
97b7eb6
View commit details
Copy full SHA for 97b7eb6
View code at this point
Browse repository at this point
Commits on Aug 14, 2012
NaN boxing
matz
committed
7d02df3
View commit details
Copy full SHA for 7d02df3
View code at this point
Browse repository at this point
Commits on Jul 29, 2012
Remove unimplemented declarations.
monaka
committed
7ac4b56
View commit details
Copy full SHA for 7ac4b56
View code at this point
Browse repository at this point
Commits on Jun 5, 2012
mruby/string.h: rename buf to ptr
matz
committed
e3d17e5
View commit details
Copy full SHA for e3d17e5
View code at this point
Browse repository at this point
Commits on Jun 3, 2012
should decref shared string body on gc_free
matz
committed
28b9619
View commit details
Copy full SHA for 28b9619
View code at this point
Browse repository at this point
Commits on Jun 2, 2012
make shared string to reference-counted C structure to reduce GC pressure
matz
committed
12d7522
View commit details
Copy full SHA for 12d7522
View code at this point
Browse repository at this point
Commits on May 31, 2012
correctly share string bodies
matz
committed
ae9d9a0
View commit details
Copy full SHA for ae9d9a0
View code at this point
Browse repository at this point
remove unused prototypes
matz
committed
a61fe54
View commit details
Copy full SHA for a61fe54
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL