FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/string.c - dkasak/mruby · GitHub
dkasak
/
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 May 25, 2019
Fix double rounded by negative index
Show description for ecfca8d
dearblue
committed
ecfca8d
View commit details
Copy full SHA for ecfca8d
View code at this point
Browse repository at this point
Name the return value of `mrb_range_beg_len()`
dearblue
committed
56e0e19
View commit details
Copy full SHA for 56e0e19
View code at this point
Browse repository at this point
Commits on May 8, 2019
Use `mrb_string_value_cstr` in `mrb_str_to_dbl`
shuujii
committed
1975ded
View commit details
Copy full SHA for 1975ded
View code at this point
Browse repository at this point
Commits on May 7, 2019
Refactor `mrb_str_to_cstr` and `mrb_string_value_cstr`
Show description for 35943e7
shuujii
committed
35943e7
View commit details
Copy full SHA for 35943e7
View code at this point
Browse repository at this point
Commits on May 2, 2019
Merge pull request #4417 from shuujii/unify-overflow-error-class-for-conversion-to-integer-to-RangeError
Show description for 8c8e6e2
matz
authored
8c8e6e2
View commit details
Copy full SHA for 8c8e6e2
View code at this point
Browse repository at this point
Unify overflow error class for conversion to integer to `RangeError`
shuujii
committed
95a92d3
View commit details
Copy full SHA for 95a92d3
View code at this point
Browse repository at this point
Commits on May 1, 2019
Remove unneeded `argc` check in `mrb_str_aref_m()`
shuujii
committed
1a8f6e7
View commit details
Copy full SHA for 1a8f6e7
View code at this point
Browse repository at this point
Commits on Apr 24, 2019
Remove unnecessary `mrb_regexp_check()` and related functions.
matz
committed
0c5f26e
View commit details
Copy full SHA for 0c5f26e
View code at this point
Browse repository at this point
Commits on Apr 9, 2019
Extract frozen checking to function
shuujii
committed
e3beef0
View commit details
Copy full SHA for e3beef0
View code at this point
Browse repository at this point
Commits on Mar 26, 2019
Fix missing `MRB_API` prefix for functions below; clse #4267
Show description for c2660b8
matz
committed
c2660b8
View commit details
Copy full SHA for c2660b8
View code at this point
Browse repository at this point
Commits on Mar 25, 2019
Use uppercase version of `ctype` macros e.g. `ISSPACE`; fix #4338
matz
committed
a5a6b51
View commit details
Copy full SHA for a5a6b51
View code at this point
Browse repository at this point
Commits on Feb 6, 2019
Reduce invocation of `mrb_convert_type()` from `mrb_str_to_str()`.
matz
committed
905fef2
View commit details
Copy full SHA for 905fef2
View code at this point
Browse repository at this point
Commits on Feb 5, 2019
Fix markup and remove unneeded comment for doc in `src/string.c` [ci skip]
shuujii
committed
7a2865c
View commit details
Copy full SHA for 7a2865c
View code at this point
Browse repository at this point
Commits on Feb 4, 2019
Fix `Symbol#size` for multi-byte characters with `MRB_UTF8_STRING`
Show description for 69fd1a5
shuujii
committed
69fd1a5
View commit details
Copy full SHA for 69fd1a5
View code at this point
Browse repository at this point
Commits on Jan 29, 2019
Remove unused macro in `src/string.c`
shuujii
committed
486154c
View commit details
Copy full SHA for 486154c
View code at this point
Browse repository at this point
Commits on Dec 17, 2018
Recover `String#to_str`; ref #4177
Show description for c03fa0e
matz
committed
c03fa0e
View commit details
Copy full SHA for c03fa0e
View code at this point
Browse repository at this point
Commits on Nov 19, 2018
Call `mrb_str_to_str` from `mrb_string_value_ptr` for compatibility.
matz
committed
65a2c20
View commit details
Copy full SHA for 65a2c20
View code at this point
Browse repository at this point
Use type checking `mrb_to_str` instead of converting `mrb_str_to_str`.
matz
committed
9516731
View commit details
Copy full SHA for 9516731
View code at this point
Browse repository at this point
Remove implicit conversion using `to_str` method; fix #3854
Show description for ff08856
matz
committed
ff08856
View commit details
Copy full SHA for ff08856
View code at this point
Browse repository at this point
Commits on Jun 28, 2018
Use `mrb_raise()` instead of `mrb_raisef()`; ref #4062
matz
committed
adb1eae
View commit details
Copy full SHA for adb1eae
View code at this point
Browse repository at this point
Commits on Jun 27, 2018
Add negative check in `mrb_str_resize`; fix #4062
matz
committed
695f29c
View commit details
Copy full SHA for 695f29c
View code at this point
Browse repository at this point
Commits on May 2, 2018
Need to call `mrb_str_modify()` in `mrb_str_cat_str()`; fix #4018
Show description for 2d4c092
matz
committed
2d4c092
View commit details
Copy full SHA for 2d4c092
View code at this point
Browse repository at this point
Commits on Apr 28, 2018
Fix broken support of `MRB_WITHOUT_FLOAT`; fix #4015
matz
committed
0fee6e1
View commit details
Copy full SHA for 0fee6e1
View code at this point
Browse repository at this point
Commits on Apr 17, 2018
Fallback to float when caompiled binary with 64bit compiler.
Show description for 87ef6ae
take-cheeze
committed
87ef6ae
View commit details
Copy full SHA for 87ef6ae
View code at this point
Browse repository at this point
Commits on Mar 24, 2018
Return nil if type differ in `String#<=>`.
take-cheeze
committed
77a3863
View commit details
Copy full SHA for 77a3863
View code at this point
Browse repository at this point
Commits on Feb 12, 2018
`String#inspect` to use hexadecimal, not octal to print unprintable.
matz
committed
1d55260
View commit details
Copy full SHA for 1d55260
View code at this point
Browse repository at this point
Commits on Dec 23, 2017
Make source compilable with C++17
Show description for 06f90a3
llothar
committed
06f90a3
View commit details
Copy full SHA for 06f90a3
View code at this point
Browse repository at this point
Commits on Dec 12, 2017
Modifying frozen objects will raise `FrozenError`.
Show description for bbb0882
matz
committed
bbb0882
View commit details
Copy full SHA for bbb0882
View code at this point
Browse repository at this point
Commits on Nov 7, 2017
Should allocate memory region before updating `len`; fix #3842
Show description for f723832
matz
committed
f723832
View commit details
Copy full SHA for f723832
View code at this point
Browse repository at this point
Commits on Nov 3, 2017
Merge branch 'master' of github.com:mruby/mruby
pandax381
committed
625f9f6
View commit details
Copy full SHA for 625f9f6
View code at this point
Browse repository at this point
Commits on Nov 2, 2017
Should not use `FSHARED` state for string from `irep` pools; fix #3829
Show description for e4662d7
matz
committed
e4662d7
View commit details
Copy full SHA for e4662d7
View code at this point
Browse repository at this point
Commits on Oct 11, 2017
Add MRB_WITHOUT_FLOAT
pandax381
committed
acdc2d1
View commit details
Copy full SHA for acdc2d1
View code at this point
Browse repository at this point
Commits on Oct 1, 2017
Add new type of shared string: `RSTR_FSHARED`.
Show description for 7edbe42
matz
committed
7edbe42
View commit details
Copy full SHA for 7edbe42
View code at this point
Browse repository at this point
Commits on Sep 27, 2017
fix: src\string.c(2219): warning C4244: 'function': conversion from 'mrb_int' to 'int', possible loss of data
dabroz
committed
53f934a
View commit details
Copy full SHA for 53f934a
View code at this point
Browse repository at this point
fix: src\string.c(1924): warning C4244: '=': conversion from 'mrb_int' to 'int', possible loss of data
dabroz
committed
ef8df49
View commit details
Copy full SHA for ef8df49
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL