FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/string.c - not-a-cube/mruby · GitHub
not-a-cube
/
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
src
string.c
on
master
User selector
Datepicker
Commit history
Commits on Apr 16, 2021
feat(CI): add the GitHub Super Linter
Show description for 9d32d44
jbampton
authored and
matz
committed
9d32d44
View commit details
Copy full SHA for 9d32d44
View code at this point
Browse repository at this point
Commits on Jan 26, 2021
Revert "Minimize the changes in #5277"
Show description for 17ecf14
matz
committed
17ecf14
View commit details
Copy full SHA for 17ecf14
View code at this point
Browse repository at this point
Commits on Jan 22, 2021
Minimize the changes in #5277
Show description for dc51d89
matz
committed
dc51d89
View commit details
Copy full SHA for dc51d89
View code at this point
Browse repository at this point
Commits on Jan 11, 2021
Avoid including `presym.inc` in existing header files
Show description for 90b53f4
shuujii
committed
90b53f4
View commit details
Copy full SHA for 90b53f4
View code at this point
Browse repository at this point
Commits on Jan 9, 2021
Detect invalid first byte of UTF-8 char; fix #5269
Show description for f81591c
matz
committed
f81591c
View commit details
Copy full SHA for f81591c
View code at this point
Browse repository at this point
Commits on Jan 2, 2021
Use Jenkins One At A Time Hash for `mrb_str_hash()`.
matz
committed
392aff7
View commit details
Copy full SHA for 392aff7
View code at this point
Browse repository at this point
Avoid `uint64_t` in string-to-integer conversion; ref #5201
matz
committed
c1f05a7
View commit details
Copy full SHA for c1f05a7
View code at this point
Browse repository at this point
Reduce strength of the hash function; ref #5201
Show description for 4ac7330
matz
committed
4ac7330
View commit details
Copy full SHA for 4ac7330
View code at this point
Browse repository at this point
Commits on Dec 23, 2020
Fix the integer overflow in `mrb_str_len_to_inum()`.
matz
committed
0bb4afe
View commit details
Copy full SHA for 0bb4afe
View code at this point
Browse repository at this point
Commits on Dec 13, 2020
Fix spelling
jbampton
committed
940dec5
View commit details
Copy full SHA for 940dec5
View code at this point
Browse repository at this point
Commits on Nov 22, 2020
Remove `mrb_str_buf_new()` and `MRB_STR_BUF_MIN_SIZE`; close #5171
matz
committed
39a11f3
View commit details
Copy full SHA for 39a11f3
View code at this point
Browse repository at this point
Commits on Nov 18, 2020
Use `mrb_int_value()` instead of `mrb_fixnum_value()`; fix #5142
matz
committed
e7d0baa
View commit details
Copy full SHA for e7d0baa
View code at this point
Browse repository at this point
Commits on Nov 17, 2020
Revert half of 9fbf0ef8.
Show description for 7c80edb
matz
committed
7c80edb
View commit details
Copy full SHA for 7c80edb
View code at this point
Browse repository at this point
Refactoring integer ranges.
Show description for 9fbf0ef
matz
committed
9fbf0ef
View commit details
Copy full SHA for 9fbf0ef
View code at this point
Browse repository at this point
Commits on Oct 12, 2020
Unify `mrb_str_to_str` to `mrb_obj_as_string`.
Show description for 896338e
matz
committed
896338e
View commit details
Copy full SHA for 896338e
View code at this point
Browse repository at this point
Restore old function names for compatibility; fix #5070
Show description for 30424df
matz
committed
30424df
View commit details
Copy full SHA for 30424df
View code at this point
Browse repository at this point
Reorganize `Integer` system.
Show description for 2b188ed
matz
committed
2b188ed
View commit details
Copy full SHA for 2b188ed
View code at this point
Browse repository at this point
Rename `MRB_TT_FIXNUM` to `MRB_TT_INTEGER`.
Show description for 55163a8
matz
committed
55163a8
View commit details
Copy full SHA for 55163a8
View code at this point
Browse repository at this point
Integrate `Fixnum` class into `Integer` class
Show description for 80fe983
dearblue
authored and
matz
committed
80fe983
View commit details
Copy full SHA for 80fe983
View code at this point
Browse repository at this point
Rename float configuration option names.
Show description for 8a87549
matz
committed
8a87549
View commit details
Copy full SHA for 8a87549
View code at this point
Browse repository at this point
Replace entire `irep->pool`.
Show description for d428fa0
matz
committed
d428fa0
View commit details
Copy full SHA for d428fa0
View code at this point
Browse repository at this point
Change the arguments of following implicit conversion functions:
Show description for b67955b
matz
committed
b67955b
View commit details
Copy full SHA for b67955b
View code at this point
Browse repository at this point
Commits on Sep 18, 2020
Remove redundant type-check
Show description for 4375bff
wataash
committed
4375bff
View commit details
Copy full SHA for 4375bff
View code at this point
Browse repository at this point
Commits on Aug 11, 2020
Fix `mrb_int` and `size_t` combination warnings.
matz
committed
5e55b61
View commit details
Copy full SHA for 5e55b61
View code at this point
Browse repository at this point
Commits on Aug 8, 2020
Reintroduce `mrb_static_assert`; #5051
Show description for c849b89
matz
committed
c849b89
View commit details
Copy full SHA for c849b89
View code at this point
Browse repository at this point
Commits on Aug 6, 2020
Remove `mrb_static_assert` from the core; #5051
matz
committed
8f99689
View commit details
Copy full SHA for 8f99689
View code at this point
Browse repository at this point
Commits on Jul 6, 2020
Avoid infinite loop when converting objects to strings.
matz
committed
01a8d84
View commit details
Copy full SHA for 01a8d84
View code at this point
Browse repository at this point
Commits on Jun 24, 2020
Use `mrb_get_argc()` to improve performance.
matz
committed
03c2b86
View commit details
Copy full SHA for 03c2b86
View code at this point
Browse repository at this point
Commits on Jun 20, 2020
Add `mrb_get_arg1()` that retrieves single (and only) argument.
Show description for 49ae2a6
matz
committed
49ae2a6
View commit details
Copy full SHA for 49ae2a6
View code at this point
Browse repository at this point
Commits on Apr 29, 2020
Makes `mrb_any_to_s()` accept an object whose class is `NULL`
Show description for 49b2e8c
dearblue
committed
49b2e8c
View commit details
Copy full SHA for 49b2e8c
View code at this point
Browse repository at this point
Commits on Apr 28, 2020
Rename (and expose) UTF-8 related functions; ref #4712
Show description for a395f8e
matz
committed
a395f8e
View commit details
Copy full SHA for a395f8e
View code at this point
Browse repository at this point
Fix UTF-8 boundary check; ref #4982
matz
committed
2c32154
View commit details
Copy full SHA for 2c32154
View code at this point
Browse repository at this point
Commits on Feb 3, 2020
Add explicit type cast to return value from `mrmchr`; ref #4940
Show description for ffb55e5
matz
committed
ffb55e5
View commit details
Copy full SHA for ffb55e5
View code at this point
Browse repository at this point
Use simple search for short strings in `mrb_memsearch_qs`; close #4940
Show description for 6d9109b
matz
committed
6d9109b
View commit details
Copy full SHA for 6d9109b
View code at this point
Browse repository at this point
Commits on Jan 8, 2020
Fix buffer overflow in `mrb_str_len_to_dbl`.
Show description for 2124b9b
matz
committed
2124b9b
View commit details
Copy full SHA for 2124b9b
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL