FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/string.c - bggd/mruby · GitHub
bggd
/
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 Feb 5, 2016
[cppcheck] mrb_str_rindex() remove unnecessary len update by chars2bytes()
matz
committed
62b06ab
View commit details
Copy full SHA for 62b06ab
View code at this point
Browse repository at this point
Commits on Feb 4, 2016
cache UTF8 status for utf8_strlen(); ref #980
matz
committed
25e4ec3
View commit details
Copy full SHA for 25e4ec3
View code at this point
Browse repository at this point
Commits on Jan 14, 2016
Fix all zero string case
syohex
committed
787685a
View commit details
Copy full SHA for 787685a
View code at this point
Browse repository at this point
Commits on Jan 5, 2016
bytes2chars() conversion to fail if target byte offset is not on the character boundary; ref #3067
Show description for 9145aed
matz
committed
9145aed
View commit details
Copy full SHA for 9145aed
View code at this point
Browse repository at this point
Commits on Dec 31, 2015
Use memchr for performance
Show description for 6c1b6ef
ksss
committed
6c1b6ef
View commit details
Copy full SHA for 6c1b6ef
View code at this point
Browse repository at this point
Commits on Dec 22, 2015
fix build on VS2012
mattn
committed
7cc33af
View commit details
Copy full SHA for 7cc33af
View code at this point
Browse repository at this point
Commits on Dec 16, 2015
mrb_str_len_to_inum(): fixed a bug with MRB_INT_MIN conversion; fix #3048
matz
committed
f54a98f
View commit details
Copy full SHA for f54a98f
View code at this point
Browse repository at this point
mrb_str_len_to_inum(): fixed a bug with underscores in digits; fix #3049
matz
committed
d18c55f
View commit details
Copy full SHA for d18c55f
View code at this point
Browse repository at this point
Commits on Dec 14, 2015
mrb_str_len_to_inum(): string may not be NUL terminated; ref #3043
matz
committed
2a234a9
View commit details
Copy full SHA for 2a234a9
View code at this point
Browse repository at this point
mrb_str_len_to_inum(): fixed a bug with separating _ in the digits; ref #3043
matz
committed
19c744e
View commit details
Copy full SHA for 19c744e
View code at this point
Browse repository at this point
Commits on Dec 12, 2015
mrb_str_len_to_inum: should not raise "string contains null byte" error on "0x"; fix #3043
matz
committed
26a25e1
View commit details
Copy full SHA for 26a25e1
View code at this point
Browse repository at this point
mrb_str_len_to_inum: converting may not be terminated by NUL; fix #3044
matz
committed
ad333cd
View commit details
Copy full SHA for ad333cd
View code at this point
Browse repository at this point
Commits on Dec 1, 2015
preserve original string for error message
matz
committed
9a21aa2
View commit details
Copy full SHA for 9a21aa2
View code at this point
Browse repository at this point
mrb_str_len_to_inum(): inspect string in error message
matz
committed
ca417da
View commit details
Copy full SHA for ca417da
View code at this point
Browse repository at this point
new API function mrb_string_value_len()
matz
committed
36fabe1
View commit details
Copy full SHA for 36fabe1
View code at this point
Browse repository at this point
mrb_str_to_inum(): should treat null byte in strings properly; fix #3040
matz
committed
0701236
View commit details
Copy full SHA for 0701236
View code at this point
Browse repository at this point
mrb_cstr_to_inum(): should ignore trailing white spaces even when badcheck set
matz
committed
d3a56a6
View commit details
Copy full SHA for d3a56a6
View code at this point
Browse repository at this point
mrb_str_to_inum(): should raise error when string contains null byte
matz
committed
dbb8cf6
View commit details
Copy full SHA for dbb8cf6
View code at this point
Browse repository at this point
mrb_str_to_inum(): no need to call mrb_string_value_cstr() here; ref 05411ee
matz
committed
9f2fca6
View commit details
Copy full SHA for 9f2fca6
View code at this point
Browse repository at this point
mrb_string_value_cstr() should not raise error for frozen strings
Show description for 05411ee
matz
committed
05411ee
View commit details
Copy full SHA for 05411ee
View code at this point
Browse repository at this point
Commits on Nov 27, 2015
include changed from by quotes ("") to by brackets (<>); close #3032
matz
committed
5c405de
View commit details
Copy full SHA for 5c405de
View code at this point
Browse repository at this point
Commits on Oct 20, 2015
Increasing docs coverage
sagmor
committed
e871b77
View commit details
Copy full SHA for e871b77
View code at this point
Browse repository at this point
Commits on Sep 29, 2015
chop with utf-8. fix #2967
mattn
committed
d5f1450
View commit details
Copy full SHA for d5f1450
View code at this point
Browse repository at this point
Commits on Sep 27, 2015
fix String#inspect with MRB_UTF8_STRING
Show description for 074c6e2
takahashim
committed
074c6e2
View commit details
Copy full SHA for 074c6e2
View code at this point
Browse repository at this point
Commits on Sep 25, 2015
inspect prints valid UTF-8 character without escaping
matz
committed
524a038
View commit details
Copy full SHA for 524a038
View code at this point
Browse repository at this point
add boundary check to utf8len() to avoid oob memory access
matz
committed
c069e5f
View commit details
Copy full SHA for c069e5f
View code at this point
Browse repository at this point
Commits on Sep 23, 2015
UTF-8 string support in core
Show description for 798ec3a
matz
committed
798ec3a
View commit details
Copy full SHA for 798ec3a
View code at this point
Browse repository at this point
Commits on Sep 22, 2015
String#rindex should no longer take integer argument
matz
committed
6a06a3e
View commit details
Copy full SHA for 6a06a3e
View code at this point
Browse repository at this point
String#index should no longer take integer argument
matz
committed
2cb6c27
View commit details
Copy full SHA for 2cb6c27
View code at this point
Browse repository at this point
Commits on Sep 18, 2015
Fix indents
suzukaze
committed
ce6297a
View commit details
Copy full SHA for ce6297a
View code at this point
Browse repository at this point
Commits on Sep 11, 2015
Support windows locale
Show description for 8277e95
mattn
committed
8277e95
View commit details
Copy full SHA for 8277e95
View code at this point
Browse repository at this point
Commits on Sep 2, 2015
unsigned long may be smaller than mrb_int; use uint64_t instead; fix #2935
matz
committed
e35c3af
View commit details
Copy full SHA for e35c3af
View code at this point
Browse repository at this point
update string.h.md; ref #2931
matz
committed
14f0e4a
View commit details
Copy full SHA for 14f0e4a
View code at this point
Browse repository at this point
Commits on Aug 27, 2015
add String#freeze to the core
matz
committed
1a45447
View commit details
Copy full SHA for 1a45447
View code at this point
Browse repository at this point
Commits on Jul 6, 2015
Merge pull request #2877 from cremno/fix-dangling-ptr
Show description for 5cfc0d0
matz
committed
5cfc0d0
View commit details
Copy full SHA for 5cfc0d0
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL