FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/string.c - tapickell/mruby · GitHub
tapickell
/
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
src
string.c
on
master
User selector
Datepicker
Commit history
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
Merge branch 'pr-add-mrb_ptr_as_string' of https://github.com/monaka/mruby into monaka-pr-add-mrb_ptr_as_string
matz
committed
d8f48e9
View commit details
Copy full SHA for d8f48e9
View code at this point
Browse repository at this point
Remove _obj_classname() as unused.
monaka
committed
d5b135a
View commit details
Copy full SHA for d5b135a
View code at this point
Browse repository at this point
Use mrb_obj_classname() instead of _obj_classname(). They are complietely same.
monaka
committed
9268636
View commit details
Copy full SHA for 9268636
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 22, 2013
Use mrb_intern2() instead of mrb_intern(). This is for avoiding overhead by strlen().
monaka
committed
f8fa56d
View commit details
Copy full SHA for f8fa56d
View code at this point
Browse repository at this point
Commits on Mar 19, 2013
rename mrb_true_or_false_value() to mrb_bool_value()
matz
committed
d0d920e
View commit details
Copy full SHA for d0d920e
View code at this point
Browse repository at this point
Use mrb_true_or_false_value() / in mrb_str_include().
monaka
committed
68652da
View commit details
Copy full SHA for 68652da
View code at this point
Browse repository at this point
Use mrb_true_or_false_value() / in mrb_str_eql().
monaka
committed
02a6334
View commit details
Copy full SHA for 02a6334
View code at this point
Browse repository at this point
Use mrb_true_or_false_value() / in mrb_str_empty_p().
monaka
committed
055cad0
View commit details
Copy full SHA for 055cad0
View code at this point
Browse repository at this point
Use mrb_true_or_false_value() / in mrb_str_equal_m().
monaka
committed
be5e5fd
View commit details
Copy full SHA for be5e5fd
View code at this point
Browse repository at this point
Commits on Mar 16, 2013
Fix a warning happens on MRB_INT64 enabled.
monaka
committed
11ed7a6
View commit details
Copy full SHA for 11ed7a6
View code at this point
Browse repository at this point
Remove stdlib.h from mruby.h. It is for portability (care for freestanding environments).
Show description for 3aa3b4a
monaka
committed
3aa3b4a
View commit details
Copy full SHA for 3aa3b4a
View code at this point
Browse repository at this point
Remove unnecessory stdint.h.
monaka
committed
6ba298e
View commit details
Copy full SHA for 6ba298e
View code at this point
Browse repository at this point
Commits on Mar 14, 2013
add mrb_int overflow check for mrb_int
matz
committed
08a0c9f
View commit details
Copy full SHA for 08a0c9f
View code at this point
Browse repository at this point
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
remove PARANOID from comments
matz
committed
535a548
View commit details
Copy full SHA for 535a548
View code at this point
Browse repository at this point
Commits on Mar 13, 2013
Add the type check in mrb_str_to_cstr().
monaka
committed
fe057fa
View commit details
Copy full SHA for fe057fa
View code at this point
Browse repository at this point
Merge pull request #986 from monaka/pr-use-mrb_obj_alloc_string-instead-of-str_alloc
Show description for c9f3fd4
matz
committed
c9f3fd4
View commit details
Copy full SHA for c9f3fd4
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL