FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/string.c - WaveformDelta/mruby · GitHub
WaveformDelta
/
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 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
fix: src\string.c(1130): warning C4244: '=': conversion from 'mrb_int' to 'int', possible loss of data
dabroz
committed
027b8d8
View commit details
Copy full SHA for 027b8d8
View code at this point
Browse repository at this point
fix: src\string.c(497): warning C4244: '=': conversion from 'mrb_int' to 'long', possible loss of data
dabroz
committed
46ccaba
View commit details
Copy full SHA for 46ccaba
View code at this point
Browse repository at this point
fix: src\hash.c(27): warning C4244: '=': conversion from 'mrb_int' to 'khint_t', possible loss of data
dabroz
committed
3e1d60a
View commit details
Copy full SHA for 3e1d60a
View code at this point
Browse repository at this point
Commits on Aug 21, 2017
`strlen` returns `size_t`; need to cast before assigning to `int`.
matz
committed
ab3b6db
View commit details
Copy full SHA for ab3b6db
View code at this point
Browse repository at this point
(Try to) fix mixture of `int` and `size_t` in UTF-8 conversion.
Show description for 3f90af6
matz
committed
3f90af6
View commit details
Copy full SHA for 3f90af6
View code at this point
Browse repository at this point
Commits on Aug 18, 2017
`mrb_str_cat`: `capa` should not be zero to avoid infinite loops.
matz
committed
a8bd069
View commit details
Copy full SHA for a8bd069
View code at this point
Browse repository at this point
`mrb_str_cat`: `capa` should be bigger than `total`.
matz
committed
a06adb1
View commit details
Copy full SHA for a06adb1
View code at this point
Browse repository at this point
`ARY_CAPA` handles capacity for embedded arrays by itself.
matz
committed
8b5be55
View commit details
Copy full SHA for 8b5be55
View code at this point
Browse repository at this point
Separate `mrb_str_buf_new` and `mrb_str_new_capa`.
Show description for f1767fd
matz
committed
f1767fd
View commit details
Copy full SHA for f1767fd
View code at this point
Browse repository at this point
Remove code duplication in `mrb_str_concat`.
matz
committed
722d123
View commit details
Copy full SHA for 722d123
View code at this point
Browse repository at this point
Merge `str_buf_cat` and `mrb_str_cat`.
matz
committed
4c25738
View commit details
Copy full SHA for 4c25738
View code at this point
Browse repository at this point
Commits on Aug 11, 2017
Silence integer type conversion warnings.
matz
committed
0ff28c9
View commit details
Copy full SHA for 0ff28c9
View code at this point
Browse repository at this point
Commits on Aug 9, 2017
Replaced tabs with spaces
christopheraue
committed
2fadddc
View commit details
Copy full SHA for 2fadddc
View code at this point
Browse repository at this point
Commits on Jul 28, 2017
Added mrb_str_index to the mrb API
christopheraue
committed
c7018ea
View commit details
Copy full SHA for c7018ea
View code at this point
Browse repository at this point
Commits on Jul 12, 2017
Use "$!" specifier of `mrb_get_args`.
matz
committed
a18904a
View commit details
Copy full SHA for a18904a
View code at this point
Browse repository at this point
Commits on Jul 4, 2017
Avoid undefined behavior of signed integer overflow; fix #3728
matz
committed
c377d50
View commit details
Copy full SHA for c377d50
View code at this point
Browse repository at this point
Commits on May 13, 2017
Make string embad from shared
ksss
committed
bdb36b3
View commit details
Copy full SHA for bdb36b3
View code at this point
Browse repository at this point
Commits on May 5, 2017
Adjust to the optimum type
ksss
committed
8cba9a9
View commit details
Copy full SHA for 8cba9a9
View code at this point
Browse repository at this point
Commits on Apr 5, 2017
Make String#replace to check equality before modifying flags.
Show description for 5e79bc9
matz
committed
5e79bc9
View commit details
Copy full SHA for 5e79bc9
View code at this point
Browse repository at this point
Commits on Apr 3, 2017
Unify `else` clause style
matz
committed
77331d1
View commit details
Copy full SHA for 77331d1
View code at this point
Browse repository at this point
String#initialize to make a string empty; ref #3574
matz
committed
d27a3d4
View commit details
Copy full SHA for d27a3d4
View code at this point
Browse repository at this point
Commits on Mar 5, 2017
String#index shouldn't return nil when "".index ""
ksss
committed
76e1035
View commit details
Copy full SHA for 76e1035
View code at this point
Browse repository at this point
Commits on Feb 28, 2017
Fix integer overflow; fix #3473
Show description for 7db0786
matz
committed
7db0786
View commit details
Copy full SHA for 7db0786
View code at this point
Browse repository at this point
Add type check by mrb_get_args(); ref #3476
matz
committed
405f5a2
View commit details
Copy full SHA for 405f5a2
View code at this point
Browse repository at this point
Add check before calling str_substr(); ref #3476
matz
committed
74dbee8
View commit details
Copy full SHA for 74dbee8
View code at this point
Browse repository at this point
Check if the value is fixnum before mrb_funcall(); fix #3476
Show description for bdac7df
matz
committed
bdac7df
View commit details
Copy full SHA for bdac7df
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL