FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for mrbgems/mruby-string-utf8 - bencode/mruby · GitHub
bencode
/
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
mrbgems
mruby-string-utf8
on
master
User selector
Datepicker
Commit history
Commits on Aug 28, 2014
Rename functions for avoinding symbol confiliction.
Show description for db29a25
cubicdaiya
committed
db29a25
View commit details
Copy full SHA for db29a25
View code at this point
Browse repository at this point
Unify duplicated functions (noregexp() and regexp_check()).
cubicdaiya
committed
d958aa2
View commit details
Copy full SHA for d958aa2
View code at this point
Browse repository at this point
Commits on Jul 12, 2014
use C style comments instead of C++ style comments
cubicdaiya
committed
5b5313e
View commit details
Copy full SHA for 5b5313e
View code at this point
Browse repository at this point
Commits on Jun 24, 2014
add a few const qualifier
santazhang
authored and
matz
committed
17ecbaa
View commit details
Copy full SHA for 17ecbaa
View code at this point
Browse repository at this point
Commits on Jun 7, 2014
move STR_* macros to mruby/string.h with renaming
matz
committed
32e4501
View commit details
Copy full SHA for 32e4501
View code at this point
Browse repository at this point
Commits on Jun 5, 2014
don't (re-)define `ascii_isspace` and `isascii`
Show description for f9f864d
cremno
committed
f9f864d
View commit details
Copy full SHA for f9f864d
View code at this point
Browse repository at this point
Commits on Jun 4, 2014
Merge pull request #2356 from mattn/string-codepoints
Show description for e3074ef
matz
committed
e3074ef
View commit details
Copy full SHA for e3074ef
View code at this point
Browse repository at this point
Refactor variable definitions
mattn
committed
6d0388c
View commit details
Copy full SHA for 6d0388c
View code at this point
Browse repository at this point
arena save/restore
mattn
committed
5410b9c
View commit details
Copy full SHA for 5410b9c
View code at this point
Browse repository at this point
Add String#chars, String#each_char, String#codepoints, String#each_codepoint
mattn
committed
f18771e
View commit details
Copy full SHA for f18771e
View code at this point
Browse repository at this point
add dependency from mruby-string-utf8 to mruby-string-ext to ensure loading order
matz
committed
9763eee
View commit details
Copy full SHA for 9763eee
View code at this point
Browse repository at this point
Merge pull request #2352 from suzukaze/fix-indent
Show description for c31c6c0
matz
committed
c31c6c0
View commit details
Copy full SHA for c31c6c0
View code at this point
Browse repository at this point
Merge pull request #2353 from suzukaze/refactor-string-utf8
Show description for 8251572
matz
committed
8251572
View commit details
Copy full SHA for 8251572
View code at this point
Browse repository at this point
Commits on Jun 3, 2014
Refactor mrb_utf8_strlen() in mruby-string-utf8
suzukaze
committed
ce45304
View commit details
Copy full SHA for ce45304
View code at this point
Browse repository at this point
Fix indents in mruby-string-utf8
suzukaze
committed
73874f4
View commit details
Copy full SHA for 73874f4
View code at this point
Browse repository at this point
Add test
mattn
committed
1fab966
View commit details
Copy full SHA for 1fab966
View code at this point
Browse repository at this point
Implement String#chr for utf-8
mattn
committed
ab0b1c4
View commit details
Copy full SHA for ab0b1c4
View code at this point
Browse repository at this point
Commits on Apr 30, 2014
remove trailing spaces
nobu
committed
ab67c57
View commit details
Copy full SHA for ab67c57
View code at this point
Browse repository at this point
Commits on Apr 26, 2014
mruby-string-utf8: use mrb_int instead of size_t
matz
committed
0584551
View commit details
Copy full SHA for 0584551
View code at this point
Browse repository at this point
Commits on Apr 25, 2014
Use mrb_int in mrbgem rest argument getting.
take-cheeze
committed
b502842
View commit details
Copy full SHA for b502842
View code at this point
Browse repository at this point
Commits on Apr 19, 2014
Fix typos in tests for mruby-string-utf8
suzukaze
committed
cd948b0
View commit details
Copy full SHA for cd948b0
View code at this point
Browse repository at this point
Commits on Apr 18, 2014
Add tests for utf8-string#rindex
suzukaze
committed
29bbeb1
View commit details
Copy full SHA for 29bbeb1
View code at this point
Browse repository at this point
mruby-string-utf8: update UTF-8 tests; ref #2076
matz
committed
73c0ea5
View commit details
Copy full SHA for 73c0ea5
View code at this point
Browse repository at this point
mruby-string-utf8: str_subseq takes UTF-8 index, not byte index; ref #2076
matz
committed
b2422cf
View commit details
Copy full SHA for b2422cf
View code at this point
Browse repository at this point
Add one more test
mattn
committed
280f9df
View commit details
Copy full SHA for 280f9df
View code at this point
Browse repository at this point
Add test for String#ord, String#split for mruby-string-utf8
mattn
committed
1d5e100
View commit details
Copy full SHA for 1d5e100
View code at this point
Browse repository at this point
Commits on Apr 17, 2014
Implement String#ord, String#split for mruby-string-utf8
mattn
committed
d72b8c2
View commit details
Copy full SHA for d72b8c2
View code at this point
Browse repository at this point
mruby-string-utf8: String#reverse! may leak memory when mrb_str_modify() raises exception
matz
committed
7c1b3f8
View commit details
Copy full SHA for 7c1b3f8
View code at this point
Browse repository at this point
Cosmetic change
mattn
committed
db88af8
View commit details
Copy full SHA for db88af8
View code at this point
Browse repository at this point
Handle utf-8 code in index/rindex
mattn
committed
ba5a995
View commit details
Copy full SHA for ba5a995
View code at this point
Browse repository at this point
Implement String#index, fixes #2073
mattn
committed
9d520ae
View commit details
Copy full SHA for 9d520ae
View code at this point
Browse repository at this point
Use mrb_regexp_p to check regexp.
take-cheeze
committed
699964a
View commit details
Copy full SHA for 699964a
View code at this point
Browse repository at this point
Commits on Apr 16, 2014
Use mruby/re.h instead of duplicate definition.
take-cheeze
committed
b5824f3
View commit details
Copy full SHA for b5824f3
View code at this point
Browse repository at this point
Commits on Apr 15, 2014
Add test for UTF-8 string String#size .
take-cheeze
committed
96f40c9
View commit details
Copy full SHA for 96f40c9
View code at this point
Browse repository at this point
Commits on Mar 26, 2014
use suitable type
cubicdaiya
committed
e157c63
View commit details
Copy full SHA for e157c63
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL