FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for include/mruby/string.h - SavantEnvs/mruby · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
SavantEnvs
/
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
master
User selector
Datepicker
Commit history
Commits on Aug 15, 2026
Merge pull request #7181 from takumin/string-drop-modify-keep-ascii
Show description for 03e66d9
matz
authored
03e66d9
View commit details
Copy full SHA for 03e66d9
View code at this point
Browse repository at this point
string.h: drop `mrb_str_modify_keep_ascii()`
Show description for 2cefbfc
takumin
committed
2cefbfc
View commit details
Copy full SHA for 2cefbfc
View code at this point
Browse repository at this point
internal.h: move writing a string's encoding and coderange inside
Show description for 7bb5927
takumin
committed
7bb5927
View commit details
Copy full SHA for 7bb5927
View code at this point
Browse repository at this point
string.h: name what makes a character index a byte index
Show description for 33723b6
takumin
committed
33723b6
View commit details
Copy full SHA for 33723b6
View code at this point
Browse repository at this point
Commits on Aug 14, 2026
string.h: say what an embedded length has to fit
Show description for 2a16846
takumin
committed
2a16846
View commit details
Copy full SHA for 2a16846
View code at this point
Browse repository at this point
string.h: carry the encoding and the coderange across in one mask
Show description for 67e8321
takumin
committed
67e8321
View commit details
Copy full SHA for 67e8321
View code at this point
Browse repository at this point
string.h: give the flags word its final field order
Show description for 55962c1
takumin
committed
55962c1
View commit details
Copy full SHA for 55962c1
View code at this point
Browse repository at this point
string.h: fold the coderange's three bits into a two-bit field
Show description for e6eaf48
takumin
committed
e6eaf48
View commit details
Copy full SHA for e6eaf48
View code at this point
Browse repository at this point
string.h: keep an out-of-range encoding index out of the bits beside it
Show description for f90657d
matz
and
claude
committed
f90657d
View commit details
Copy full SHA for f90657d
View code at this point
Browse repository at this point
string.h: hold a string's encoding as an index, not as one bit
Show description for 839b164
takumin
committed
839b164
View commit details
Copy full SHA for 839b164
View code at this point
Browse repository at this point
string.c: keep one answer about a string's bytes, not three flags
Show description for f51a52e
takumin
committed
f51a52e
View commit details
Copy full SHA for f51a52e
View code at this point
Browse repository at this point
string.c: ask a string what encoding it is, not whether a bit is set
Show description for 4848467
takumin
committed
4848467
View commit details
Copy full SHA for 4848467
View code at this point
Browse repository at this point
Write `MRB_STR_BINARY` through accessors, as the other flags are
Show description for e441b2f
takumin
committed
e441b2f
View commit details
Copy full SHA for e441b2f
View code at this point
Browse repository at this point
string.h: drop the unused `MRB_STR_STATE_MASK`
Show description for b9ea620
takumin
committed
b9ea620
View commit details
Copy full SHA for b9ea620
View code at this point
Browse repository at this point
string.c: remember that a string was read as broken
Show description for b65a6b2
takumin
committed
b65a6b2
View commit details
Copy full SHA for b65a6b2
View code at this point
Browse repository at this point
Commits on Aug 12, 2026
string.c: remember that a string read as valid UTF-8
Show description for 5a9f2bd
matz
and
claude
committed
5a9f2bd
View commit details
Copy full SHA for 5a9f2bd
View code at this point
Browse repository at this point
Commits on Aug 10, 2026
string.c: a copy of a binary string is binary
Show description for f71bd22
takumin
committed
f71bd22
View commit details
Copy full SHA for f71bd22
View code at this point
Browse repository at this point
Commits on Apr 13, 2026
Add `mrb_str_dup_frozen()`
dearblue
committed
d8e0d24
View commit details
Copy full SHA for d8e0d24
View code at this point
Browse repository at this point
Commits on Mar 12, 2025
Fixed `RSTR_SINGLE_BYTE_P()` return values to boolean
Show description for 609a5c2
dearblue
committed
609a5c2
View commit details
Copy full SHA for 609a5c2
View code at this point
Browse repository at this point
Commits on Jan 12, 2025
string.h: remove unused flag unset macros
matz
committed
c18cd60
View commit details
Copy full SHA for c18cd60
View code at this point
Browse repository at this point
string.h: rename MRB_STR_EMBED_LEN_BITS (use plurality for bit width)
matz
committed
0098654
View commit details
Copy full SHA for 0098654
View code at this point
Browse repository at this point
string.h: move flag definitions for readability
matz
committed
8c184d4
View commit details
Copy full SHA for 8c184d4
View code at this point
Browse repository at this point
string.h (RSTR_SET_TYPE): simplify macro definition
matz
committed
e75654a
View commit details
Copy full SHA for e75654a
View code at this point
Browse repository at this point
Commits on Jan 3, 2025
string.c: rename type setting macro
matz
committed
4582cc8
View commit details
Copy full SHA for 4582cc8
View code at this point
Browse repository at this point
Commits on Jan 2, 2025
mruby-string-ext (str_b): add a new method String#b
Show description for b0127f0
matz
committed
b0127f0
View commit details
Copy full SHA for b0127f0
View code at this point
Browse repository at this point
Commits on Jan 18, 2024
mruby.h: rename ASCII flag to SINGLE_BYTE
Show description for 57fd0ed
matz
committed
57fd0ed
View commit details
Copy full SHA for 57fd0ed
View code at this point
Browse repository at this point
Commits on Jan 16, 2024
string.h: RSTR_ASCII_P(s) should always be true for non-UTF8 mode
matz
committed
5b76d2c
View commit details
Copy full SHA for 5b76d2c
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 2, 2022
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
Commits on Sep 7, 2021
string.h: rename `mrb_str_to_inum` to `mrb_str_to_integer`.
Show description for 79bc8e2
matz
committed
79bc8e2
View commit details
Copy full SHA for 79bc8e2
View code at this point
Browse repository at this point
Commits on Aug 31, 2021
string.h: obsolete `mrb_str_to_str()`, even from examples.
matz
committed
f6e5c90
View commit details
Copy full SHA for f6e5c90
View code at this point
Browse repository at this point
mruby.h: reorganize `mrb_ensure/check` functions in headers.
matz
committed
572a43d
View commit details
Copy full SHA for 572a43d
View code at this point
Browse repository at this point
Commits on Jun 8, 2021
string.c: remove two unused functions.
Show description for d8ec544
matz
committed
d8ec544
View commit details
Copy full SHA for d8ec544
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL