FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for include/mruby/string.h - dsisnero/mruby · GitHub
dsisnero
/
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
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
mruby
include
mruby
string.h
on
stable
User selector
Datepicker
Commit history
Commits on Sep 14, 2019
Add argument names to C function prototypes.
matz
committed
28bbd3e
View commit details
Copy full SHA for 28bbd3e
View code at this point
Browse repository at this point
Commits on Aug 25, 2019
fix lots of warnings and make logo not so big
davidsiaw
committed
6375639
View commit details
Copy full SHA for 6375639
View code at this point
Browse repository at this point
Commits on Aug 20, 2019
Use `RBasic` padding for embedded string on 64-bit CPU
Show description for 8157672
shuujii
committed
8157672
View commit details
Copy full SHA for 8157672
View code at this point
Browse repository at this point
Commits on Aug 18, 2019
Merge pull request #4636 from davidsiaw/doxygen
Show description for b5e2d20
matz
authored
b5e2d20
View commit details
Copy full SHA for b5e2d20
View code at this point
Browse repository at this point
fix up documentation for values
davidsiaw
committed
b5299b1
View commit details
Copy full SHA for b5299b1
View code at this point
Browse repository at this point
Commits on Aug 17, 2019
Refactor set/unset string type flags
Show description for caba5fe
shuujii
committed
caba5fe
View commit details
Copy full SHA for caba5fe
View code at this point
Browse repository at this point
Commits on Aug 11, 2019
`mrb_str_modify_keep_ascii` can embed one more byte
Show description for 450684a
shuujii
committed
450684a
View commit details
Copy full SHA for 450684a
View code at this point
Browse repository at this point
Commits on Aug 7, 2019
Reorganize `mrb_string_value_cstr` and related functions.
Show description for 98fc887
matz
committed
98fc887
View commit details
Copy full SHA for 98fc887
View code at this point
Browse repository at this point
Commits on Jul 17, 2019
Avoid `MRB_INLINE` for `mrb_str_modify()`; ref #4579
Show description for b22bde6
matz
committed
b22bde6
View commit details
Copy full SHA for b22bde6
View code at this point
Browse repository at this point
Commits on Jul 14, 2019
Add `MRB_API` to `mrb_str_modify_keep_ascii()`
shuujii
committed
9093f34
View commit details
Copy full SHA for 9093f34
View code at this point
Browse repository at this point
Keep `MRB_STR_ASCII` flag in some methods of `String`
shuujii
committed
380805e
View commit details
Copy full SHA for 380805e
View code at this point
Browse repository at this point
Commits on Jul 5, 2019
Read/write `MRB_STR_ASCII` flag only when `MRB_UTF8_STRING` is defined
shuujii
committed
f9bf2d9
View commit details
Copy full SHA for f9bf2d9
View code at this point
Browse repository at this point
Commits on Jul 4, 2019
Rename `MRB_STR_NO_UTF` to 'MRB_STR_ASCII`; close #4550
Show description for 991bdd4
matz
committed
991bdd4
View commit details
Copy full SHA for 991bdd4
View code at this point
Browse repository at this point
Commits on Jun 25, 2019
Fix `String#byteslice` with `MRB_UTF8_STRING` and some edge cases
Show description for 75df13a
shuujii
committed
75df13a
View commit details
Copy full SHA for 75df13a
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 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 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 Dec 18, 2018
Fix macro arguments with paren
dearblue
committed
14133f4
View commit details
Copy full SHA for 14133f4
View code at this point
Browse repository at this point
Commits on Nov 19, 2018
Restore `mrb_string_type` function for compatibility.
matz
committed
53e2df3
View commit details
Copy full SHA for 53e2df3
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 Sep 7, 2018
Fix typo for concatenate
dearblue
committed
9da9e5e
View commit details
Copy full SHA for 9da9e5e
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 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\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 18, 2017
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
Commits on Jul 28, 2017
Extended Module#const_get to support class paths
christopheraue
committed
f937af5
View commit details
Copy full SHA for f937af5
View code at this point
Browse repository at this point
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 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
Commits on Jan 11, 2017
Fix a typo.
hhc0null
committed
af4f6e8
View commit details
Copy full SHA for af4f6e8
View code at this point
Browse repository at this point
Commits on Dec 10, 2016
Implement Object#freeze
k0kubun
committed
10bb7ad
View commit details
Copy full SHA for 10bb7ad
View code at this point
Browse repository at this point
Commits on Nov 27, 2016
replace _cstr by _lit for litral C strings; ref #3300
matz
committed
f9f19f3
View commit details
Copy full SHA for f9f19f3
View code at this point
Browse repository at this point
Commits on Sep 28, 2016
Removed trailing spaces
nobu
committed
6511bfd
View commit details
Copy full SHA for 6511bfd
View code at this point
Browse repository at this point
Commits on Sep 27, 2016
mrb_str_strlen() should be MRB_API; ref #3216
matz
committed
afbe211
View commit details
Copy full SHA for afbe211
View code at this point
Browse repository at this point
Commits on Jul 23, 2016
yard docs for string.h
Ralph Desir(Mav7)
committed
189ad47
View commit details
Copy full SHA for 189ad47
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL