FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/string.c - masuidrive/mruby · GitHub
masuidrive
/
mruby
Public
forked from
mruby/mruby
Notifications
You must be signed in to change notification settings
Fork
0
Star
7
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
src
string.c
on
master
User selector
Datepicker
Commit history
Commits on Aug 26, 2013
Merge branch 'mruby' into pr-typeerror-string-start-end-with
Show description for f77dc2e
tsahara
committed
f77dc2e
View commit details
Copy full SHA for f77dc2e
View code at this point
Browse repository at this point
Commits on Aug 23, 2013
Fix a problem of 'z' option and shared string
picoHz
committed
23df879
View commit details
Copy full SHA for 23df879
View code at this point
Browse repository at this point
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 11, 2013
I fix ISO No in String class in comparison with ISO_IEC_30170_2012(E)-Charactor_PDF_document.pdf
suzukaze
committed
d4b2d0a
View commit details
Copy full SHA for d4b2d0a
View code at this point
Browse repository at this point
Commits on Jul 23, 2013
String `=~` and `match` to work with pluggable Regexp; close #1398
matz
committed
8d7e716
View commit details
Copy full SHA for 8d7e716
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 Jul 10, 2013
Replace 0 with '\0' as nul terminated string.
suzukaze
committed
39b78ee
View commit details
Copy full SHA for 39b78ee
View code at this point
Browse repository at this point
Commits on Jun 21, 2013
Cleanup mrb_str_resize().
monaka
committed
e4ae05e
View commit details
Copy full SHA for e4ae05e
View code at this point
Browse repository at this point
make mrb_str_new_cstr DRY
Show description for 967c9cf
cubicdaiya
committed
967c9cf
View commit details
Copy full SHA for 967c9cf
View code at this point
Browse repository at this point
Commits on May 26, 2013
Add MRB_WORD_BOXING mode (represent mrb_value as a word)
kimushu
committed
e720782
View commit details
Copy full SHA for e720782
View code at this point
Browse repository at this point
Commits on Apr 29, 2013
always use unsigned int as mrb_bool even in C++
matz
committed
8890a99
View commit details
Copy full SHA for 8890a99
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 25, 2013
remove unnecessary local variable
matz
committed
fa0e41a
View commit details
Copy full SHA for fa0e41a
View code at this point
Browse repository at this point
Remove sprintf().
monaka
committed
6684b7d
View commit details
Copy full SHA for 6684b7d
View code at this point
Browse repository at this point
remove calling sprintf(); ref #1210
matz
committed
8464cac
View commit details
Copy full SHA for 8464cac
View code at this point
Browse repository at this point
a string may have a lot of non-printable chars.
tsahara
committed
b111448
View commit details
Copy full SHA for b111448
View code at this point
Browse repository at this point
rename every ARGS_XXX to MRB_ARGS_XXX; ref #1206
matz
committed
30d580e
View commit details
Copy full SHA for 30d580e
View code at this point
Browse repository at this point
Commits on Apr 20, 2013
Use memcmp instead of strcmp if it is possible.
monaka
committed
49d945b
View commit details
Copy full SHA for 49d945b
View code at this point
Browse repository at this point
Remove a comment.
monaka
committed
bd7cf9b
View commit details
Copy full SHA for bd7cf9b
View code at this point
Browse repository at this point
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
put spaces after if/while
matz
committed
c79172d
View commit details
Copy full SHA for c79172d
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 Apr 10, 2013
Refactor mrb_str_dump
picoHz
committed
a4d59b4
View commit details
Copy full SHA for a4d59b4
View code at this point
Browse repository at this point
Commits on Apr 4, 2013
factor out redundant Regexp check into functions
matz
committed
492688e
View commit details
Copy full SHA for 492688e
View code at this point
Browse repository at this point
Commits on Mar 29, 2013
Rename mrb_fix2str() to mrb_fixnum_to_str(). This is for naming consistency.
monaka
committed
c260ef8
View commit details
Copy full SHA for c260ef8
View code at this point
Browse repository at this point
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
Rearrange SIZE_MAX. It is supported also VC++ since its version10. And there seems SIZE_MAX is defined in stdint.h. And it possibly (depends on the version of VC++) conflicts with SIZE_MAX in limit…
Show description for 74f0484
monaka
committed
74f0484
View commit details
Copy full SHA for 74f0484
View code at this point
Browse repository at this point
Sort include files. Some redundant includes are removed.
monaka
committed
2b5b161
View commit details
Copy full SHA for 2b5b161
View code at this point
Browse repository at this point
Commits on Mar 27, 2013
use new mrb_format API from mrb_raisef; its only format specifier is "%S" (stringify) and takes mrb_value; close #1062
matz
committed
18b2683
View commit details
Copy full SHA for 18b2683
View code at this point
Browse repository at this point
Commits on Mar 26, 2013
Preprocessor # should be the top of line.
monaka
committed
fd49ae0
View commit details
Copy full SHA for fd49ae0
View code at this point
Browse repository at this point
Remove unused macros.
monaka
committed
eafd5f6
View commit details
Copy full SHA for eafd5f6
View code at this point
Browse repository at this point
Commits on Mar 24, 2013
Adjusted indent, space and tab
matsumotory
committed
7328b68
View commit details
Copy full SHA for 7328b68
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
Previous
Next
Back
|
FazBrowse Home
|
New Git URL