FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/string.c - taiz/mruby · GitHub
taiz
/
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 Mar 13, 2013
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
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 #984 from monaka/pr-make-mrb_str_new2-obsolete
Show description for e53628e
matz
committed
e53628e
View commit details
Copy full SHA for e53628e
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 str_alloc(). Use mrb_obj_alloc_string instead.
monaka
committed
588f515
View commit details
Copy full SHA for 588f515
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
Remove mrb_str_new2(). Use mrb_str_new_cstr() instead.
Show description for be506de
monaka
committed
be506de
View commit details
Copy full SHA for be506de
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 11, 2013
Fix indent in string.c
kano4
committed
0751faf
View commit details
Copy full SHA for 0751faf
View code at this point
Browse repository at this point
Commits on Mar 5, 2013
Replace tabs with spaces
kano4
committed
fbbe630
View commit details
Copy full SHA for fbbe630
View code at this point
Browse repository at this point
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
Include stdio.h in mrbconf.h instead of C extension sources.
monaka
committed
5a02581
View commit details
Copy full SHA for 5a02581
View code at this point
Browse repository at this point
Commits on Mar 3, 2013
The variable len isn't used anywhere.
carsonmcdonald
committed
a306ac7
View commit details
Copy full SHA for a306ac7
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 26, 2013
Simplify mrb_range_beg_len(). Don't use OTHER macro.
monaka
committed
cb7cf4e
View commit details
Copy full SHA for cb7cf4e
View code at this point
Browse repository at this point
Commits on Feb 24, 2013
Merge pull request #878 from monaka/pr-reduce-sprintf
Show description for bbd50cc
matz
committed
bbd50cc
View commit details
Copy full SHA for bbd50cc
View code at this point
Browse repository at this point
Commits on Feb 23, 2013
Remove commented out code. Remove redundant function calls.
monaka
committed
b833df3
View commit details
Copy full SHA for b833df3
View code at this point
Browse repository at this point
Reduce sprintf() calls. Remove mrb_int_to_str() and MRB_INT_FORMAT.
monaka
committed
dd62349
View commit details
Copy full SHA for dd62349
View code at this point
Browse repository at this point
Commits on Feb 18, 2013
String#split should honor limit arg
matz
committed
7ce9cc3
View commit details
Copy full SHA for 7ce9cc3
View code at this point
Browse repository at this point
Commits on Feb 15, 2013
REGEXP_CLASS
mattn
committed
55ef8c5
View commit details
Copy full SHA for 55ef8c5
View code at this point
Browse repository at this point
Should be OP_LOADL
mattn
committed
6aee048
View commit details
Copy full SHA for 6aee048
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
Restore arena in `String#split`.
masamitsu-murase
committed
eaf32e0
View commit details
Copy full SHA for eaf32e0
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 Jan 11, 2013
remove mrb_str_each_line form src/string.c
skandhas
committed
15c96cf
View commit details
Copy full SHA for 15c96cf
View code at this point
Browse repository at this point
Commits on Dec 19, 2012
Modify String#bytes.
Show description for 72ae215
masamitsu-murase
committed
72ae215
View commit details
Copy full SHA for 72ae215
View code at this point
Browse repository at this point
Commits on Dec 9, 2012
Fix memory leak in String#to_i and String#to_f.
masamitsu-murase
committed
a7182c2
View commit details
Copy full SHA for a7182c2
View code at this point
Browse repository at this point
Commits on Dec 1, 2012
Fix typos: invalide -> invalid; patch from @darashi; close #577
matz
committed
1d3f4b3
View commit details
Copy full SHA for 1d3f4b3
View code at this point
Browse repository at this point
Commits on Nov 16, 2012
int and mrb_int should not be mixed under -DMRB_INT64; may fix #557
matz
committed
7cea9d7
View commit details
Copy full SHA for 7cea9d7
View code at this point
Browse repository at this point
Commits on Nov 8, 2012
adjust string length after String#chomp!
Akira Yumiyama
committed
d090f3e
View commit details
Copy full SHA for d090f3e
View code at this point
Browse repository at this point
Commits on Nov 4, 2012
replace RBASIC by mrb_basic
matz
committed
c903910
View commit details
Copy full SHA for c903910
View code at this point
Browse repository at this point
Commits on Nov 3, 2012
add new predicates mrb_string_p(),mrb_array_p(),mrb_hash_p()
matz
committed
d2d2e9f
View commit details
Copy full SHA for d2d2e9f
View code at this point
Browse repository at this point
Commits on Oct 31, 2012
add String#bytes to return bytes in a string
matz
committed
fe36bdb
View commit details
Copy full SHA for fe36bdb
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL