FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/string.c - NaokiM03/mruby · GitHub
NaokiM03
/
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 Nov 19, 2022
small cosmetic changes.
Show description for 9c5dc42
matz
committed
9c5dc42
View commit details
Copy full SHA for 9c5dc42
View code at this point
Browse repository at this point
Commits on Nov 7, 2022
readfloat.c (mrb_read_float): a new function.
Show description for 4a888a3
matz
committed
4a888a3
View commit details
Copy full SHA for 4a888a3
View code at this point
Browse repository at this point
Commits on Nov 4, 2022
Reduce memory copy in `mrb_str_inspect()` with UTF-8
dearblue
committed
97c075a
View commit details
Copy full SHA for 97c075a
View code at this point
Browse repository at this point
Commits on Aug 5, 2022
string.c (mrb_byte_hash): separate byte hashing functions.
matz
committed
61f447e
View commit details
Copy full SHA for 61f447e
View code at this point
Browse repository at this point
Commits on Jul 25, 2022
string.c: new configuration MRB_STR_LENGTH_MAX.
Show description for c4cb416
matz
committed
c4cb416
View commit details
Copy full SHA for c4cb416
View code at this point
Browse repository at this point
Commits on Jun 30, 2022
string.c: keep values in local variables to reduce member access.
matz
committed
03ae46e
View commit details
Copy full SHA for 03ae46e
View code at this point
Browse repository at this point
Commits on Jun 27, 2022
string.c (str_rindex): use more local variables; ref #5734
matz
committed
0b78225
View commit details
Copy full SHA for 0b78225
View code at this point
Browse repository at this point
Commits on Jun 25, 2022
Fix out of bounds access by memcmp in String#rindex
sjothen
committed
103f8bc
View commit details
Copy full SHA for 103f8bc
View code at this point
Browse repository at this point
Commits on May 29, 2022
string.c (mrb_utf8len): retry 7cdef2b0.
Show description for 82b87be
matz
committed
82b87be
View commit details
Copy full SHA for 82b87be
View code at this point
Browse repository at this point
Commits on May 25, 2022
Revert "string.c: share UTF-8 length table with mruby-string-ext."
Show description for 82f0ba1
matz
committed
82f0ba1
View commit details
Copy full SHA for 82f0ba1
View code at this point
Browse repository at this point
string.c: share UTF-8 length table with mruby-string-ext.
matz
committed
7cdef2b
View commit details
Copy full SHA for 7cdef2b
View code at this point
Browse repository at this point
Commits on May 24, 2022
string.c (mrb_utf8len): reduce UTF-8 table size.
matz
committed
bb99d7b
View commit details
Copy full SHA for bb99d7b
View code at this point
Browse repository at this point
Commits on May 23, 2022
string.c (mrb_str_rindex_m): avoid RSTRING_CHAR_LEN() if possible.
Show description for d7731a9
matz
committed
d7731a9
View commit details
Copy full SHA for d7731a9
View code at this point
Browse repository at this point
string.c (char_adjust): simplify and unroll function.
matz
committed
9475521
View commit details
Copy full SHA for 9475521
View code at this point
Browse repository at this point
string.c (char_backtrack): simplify the code using utf8_islead().
matz
committed
4769ace
View commit details
Copy full SHA for 4769ace
View code at this point
Browse repository at this point
Commits on May 21, 2022
string.c (mrb_utf8len): unroll a for loop.
matz
committed
916fd64
View commit details
Copy full SHA for 916fd64
View code at this point
Browse repository at this point
Commits on May 20, 2022
string.c (index,rindex) use single byte version for ASCII strings.
matz
committed
54bbc06
View commit details
Copy full SHA for 54bbc06
View code at this point
Browse repository at this point
Commits on May 19, 2022
strinc.rb (sub, gsub): use byte index instead of char index.
matz
committed
038aa6b
View commit details
Copy full SHA for 038aa6b
View code at this point
Browse repository at this point
Commits on May 16, 2022
string.c: add `byteindex` and `byterindex` methods.
matz
committed
c2648ad
View commit details
Copy full SHA for c2648ad
View code at this point
Browse repository at this point
string.c (mrb_str_index_m): no need to align the position; ref #4569
matz
committed
8c985ff
View commit details
Copy full SHA for 8c985ff
View code at this point
Browse repository at this point
Commits on Apr 25, 2022
string.c: move compilation condition to remove unreachable code.
matz
committed
f225db4
View commit details
Copy full SHA for f225db4
View code at this point
Browse repository at this point
Commits on Apr 14, 2022
string.c: avoid a local variable.
matz
committed
eba74c0
View commit details
Copy full SHA for eba74c0
View code at this point
Browse repository at this point
Commits on Apr 9, 2022
src/bigint.c: implement multi-precision integer.
Show description for dcaf408
matz
committed
dcaf408
View commit details
Copy full SHA for dcaf408
View code at this point
Browse repository at this point
Commits on Apr 2, 2022
internal.h: aggregate internal functions.
Show description for b99c389
matz
committed
b99c389
View commit details
Copy full SHA for b99c389
View code at this point
Browse repository at this point
Commits on Mar 15, 2022
string.h: replace obsolete functions with macros.
Show description for 4e1cf32
matz
committed
4e1cf32
View commit details
Copy full SHA for 4e1cf32
View code at this point
Browse repository at this point
Commits on Mar 14, 2022
string.c: remove unused API `mrb_str_strlen()`.
Show description for 37d6506
matz
committed
37d6506
View commit details
Copy full SHA for 37d6506
View code at this point
Browse repository at this point
Commits on Mar 9, 2022
string.c: remove unnecessary `goto`.
matz
committed
19b9184
View commit details
Copy full SHA for 19b9184
View code at this point
Browse repository at this point
Commits on Mar 6, 2022
string.c: small refactoring regarding `check_null_byte`.
matz
committed
dc98988
View commit details
Copy full SHA for dc98988
View code at this point
Browse repository at this point
Commits on Mar 4, 2022
string.c: remove unnecessary `mrb_assert_int_fit()`.
matz
committed
7528c25
View commit details
Copy full SHA for 7528c25
View code at this point
Browse repository at this point
string.c: improve size/capacity check before allocations.
matz
committed
31d4bbc
View commit details
Copy full SHA for 31d4bbc
View code at this point
Browse repository at this point
Commits on Mar 3, 2022
string.c: avoid integer type mixture in mrb_str_cat().
matz
committed
876bcba
View commit details
Copy full SHA for 876bcba
View code at this point
Browse repository at this point
string.c: remove code duplication using `str_init_modifiable()`.
matz
committed
c3f0f84
View commit details
Copy full SHA for c3f0f84
View code at this point
Browse repository at this point
Commits on Mar 2, 2022
string.c: remove unnecessary size check before string initialization.
matz
committed
1a9991f
View commit details
Copy full SHA for 1a9991f
View code at this point
Browse repository at this point
string.c: small refactoring (open `else` clause after `return`).
matz
committed
a9bde42
View commit details
Copy full SHA for a9bde42
View code at this point
Browse repository at this point
string.c: use `mrb_int` instead of `size_t`.
matz
committed
a4f740f
View commit details
Copy full SHA for a4f740f
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL