index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
encoding.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mark Encoding as Write Barrier protected
Jean Boussier
2023-02-07
1
-1
/
+1
*
Remove Encoding#replicate
Benoit Daloze
2023-01-11
1
-32
/
+0
*
surpress warning
Koichi Sasada
2022-12-16
1
-1
/
+1
*
fixed encoding table
Koichi Sasada
2022-12-16
1
-112
/
+42
*
Remove get_actual_encoding() and the dynamic endian detection for dummy UTF-1...
Benoit Daloze
2022-09-12
1
-9
/
+0
*
Deprecate Encoding#replicate
Benoit Daloze
2022-09-10
1
-1
/
+5
*
Expand tabs [ci skip]
Takashi Kokubun
2022-07-21
1
-179
/
+179
*
Rename ENCINDEX_ASCII to ENCINDEX_ASCII_8BIT
Jean Boussier
2022-07-19
1
-6
/
+8
*
[DOC] Main doc for encodings moved from encoding.c to doc/encodings.rdoc (#5748)
Burdette Lamar
2022-04-01
1
-190
/
+20
*
suppress warnings for probable NULL dererefences
Nobuyoshi Nakada
2021-10-24
1
-1
/
+4
*
include/ruby/encoding.h: convert macros into inline functions
卜部昌平
2021-10-05
1
-14
/
+0
*
Make encoding loading not issue warning
Jeremy Evans
2021-10-02
1
-4
/
+3
*
Add rb_encoding_check function
S-H-GAMELINKS
2021-08-22
1
-10
/
+12
*
Using RBOOL macro
S.H
2021-08-02
1
-2
/
+2
*
rb_enc_interned_str: handle autoloaded encodings
Jean Boussier
2021-03-22
1
-16
/
+12
*
No sync on ASCII/US_ASCCII/UTF-8
Koichi Sasada
2020-12-17
1
-3
/
+10
*
Set default for Encoding.default_external to UTF-8 on Windows (#2877)
Lars Kanis
2020-12-08
1
-1
/
+3
*
fix public interface
Koichi Sasada
2020-11-18
1
-1
/
+0
*
Don't redefine #rb_intern over and over again
Stefan Stüben
2020-10-21
1
-2
/
+0
*
Revert "reduce lock for encoding"
Koichi Sasada
2020-10-20
1
-72
/
+53
*
reduce lock for encoding
Koichi Sasada
2020-10-19
1
-53
/
+72
*
Check encoding name to replicate
Nobuyoshi Nakada
2020-10-15
1
-14
/
+28
*
freeze Encoding objects
Koichi Sasada
2020-10-14
1
-1
/
+4
*
sync enc_table and rb_encoding_list
Koichi Sasada
2020-10-14
1
-174
/
+371
*
Fallback to built-in UTF-8 for miniruby
Nobuyoshi Nakada
2020-05-16
1
-1
/
+1
*
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
1
-1
/
+1
*
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-05-11
1
-1
/
+1
*
Added more NORETURN declarations
Nobuyoshi Nakada
2020-05-11
1
-1
/
+2
*
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-04-08
1
-1
/
+1
*
Get rid of warnings/exceptions at cleanup
Nobuyoshi Nakada
2020-02-13
1
-0
/
+10
*
rb_enc_str_asciionly_p expects T_STRING
卜部昌平
2020-02-10
1
-1
/
+1
*
more on NULL versus functions.
卜部昌平
2020-02-07
1
-1
/
+1
*
Fix description of Encoding.default_(in|ex)ternal
Lars Kanis
2020-02-03
1
-3
/
+2
*
decouple internal.h headers
卜部昌平
2019-12-26
1
-4
/
+14
*
[Doc] Fix sample in Encoding#names
QuestionDriven
2019-12-22
1
-1
/
+1
*
[Doc] Fix wrong example in Encoding.aliases
QuestionDriven
2019-12-22
1
-2
/
+2
*
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-11-18
1
-1
/
+0
*
Warn on access/modify of $SAFE, and remove effects of modifying $SAFE
Jeremy Evans
2019-11-18
1
-1
/
+1
*
Moved Init_encoding from wrong place [Bug #16292]
Nobuyoshi Nakada
2019-11-05
1
-6
/
+6
*
avoid overflow in integer multiplication
卜部昌平
2019-10-09
1
-1
/
+1
*
Better wording for __ENCODING__
Lars Kanis
2019-08-04
1
-1
/
+1
*
Let the index boundary check in rb_enc_from_index be flagged as unlikely
Lourens Naudé
2019-07-23
1
-1
/
+1
*
Explicitly initialise encodings on init to remove branches on encoding lookup
Lourens Naudé
2019-07-23
1
-17
/
+6
*
respect RUBY_DEBUG too
Koichi Sasada
2019-07-15
1
-1
/
+1
*
encoding.c (enc_table_expand): prefer xrealloc to realloc
Yusuke Endoh
2019-07-15
1
-2
/
+4
*
[DOC] fix markups [ci skip]
nobu
2019-03-22
1
-10
/
+11
*
encoding.c: check external encoding
nobu
2018-09-15
1
-1
/
+1
*
encoding.c (rb_enc_get_index): return -1 for non-encoding capable objects
eregon
2018-08-03
1
-8
/
+10
*
Revert "encoding.c (rb_enc_get_index): return -1 for non-encoding capable obj...
eregon
2018-08-03
1
-10
/
+8
*
encoding.c (rb_enc_get_index): return -1 for non-encoding capable objects
eregon
2018-08-03
1
-8
/
+10
[next]