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
*
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
*
encoding.c (enc_set_index): raise instead of rb_bug() for non-encoding capabl...
eregon
2018-08-03
1
-1
/
+3
*
check enc_capable.
ko1
2018-06-28
1
-0
/
+8
*
encoding.c: remove rb_gc_mark_encodings
normal
2018-06-05
1
-5
/
+0
*
load.c: use fstring instead of OBJ_FREEZE
normal
2018-01-24
1
-5
/
+3
*
internal.h: remove dependecy on ruby/encoding.h
nobu
2018-01-09
1
-0
/
+1
*
encoding.c: rb_enc_find_index2
nobu
2017-12-22
1
-0
/
+11
*
encoding.c: handle needmore error from rb_enc_precise_mbclen()
rhe
2016-12-14
1
-1
/
+2
*
* string.c (rb_str_change_terminator_length): New function to change
ngoto
2016-07-05
1
-2
/
+2
*
* encoding.c: Fix return value of `Encoding::ISO8859_1.name`
hsbt
2016-04-25
1
-1
/
+1
*
* include/ruby/ruby.h (rb_isupper, rb_islower, rb_isalpha, rb_isdigit,
naruse
2016-03-29
1
-28
/
+0
*
RUBY_ASSERT
nobu
2016-01-22
1
-1
/
+1
*
* introduce new ISeq binary format serializer/de-serializer
ko1
2015-12-08
1
-0
/
+6
*
encoding.c: make fstring
nobu
2015-12-02
1
-5
/
+3
*
encoding.c: defer finding encoding
nobu
2015-12-02
1
-1
/
+18
*
encoding.c: use rb_check_arity
nobu
2015-12-02
1
-1
/
+1
*
ENC_ASSERT
nobu
2015-10-29
1
-4
/
+3
*
indent
nobu
2015-10-29
1
-5
/
+5
*
* encoding.c (rb_enc_check_str): add for performance.
ko1
2015-10-29
1
-28
/
+77
*
revert r52336 (commit miss)
ko1
2015-10-29
1
-2
/
+10
*
* gc.c (gc_mark_ptr): remove debug code for #11244.
ko1
2015-10-29
1
-10
/
+2
*
encindex.h: ENCINDEX
nobu
2015-09-15
1
-0
/
+1
*
localeinit.c: locale_charmap rdoc [ci skip]
nobu
2015-09-07
1
-26
/
+1
*
encoding.c: fix document [ci skip]
nobu
2015-08-30
1
-1
/
+1
*
encoding.c: find encoding index
nobu
2015-08-24
1
-6
/
+4
*
encoding.c: drop dummy encoding flag
nobu
2015-07-15
1
-0
/
+1
*
use rb_funcallv
nobu
2015-02-16
1
-2
/
+2
*
encoding.c: load by rb_require_internal
nobu
2014-12-03
1
-10
/
+3
*
use 0 for reserved
nobu
2014-12-01
1
-1
/
+1
*
* encoding.c: remove unnecessary declaration of rb_locale_charmap(). it's
usa
2014-11-28
1
-3
/
+0
*
* internal.h: Gather declarations in non-header files.
akr
2014-11-18
1
-5
/
+0
*
* internal.h: Include ruby.h and ruby/encoding.h to be
akr
2014-11-15
1
-2
/
+0
*
encoding.c (enc_memsize): remove unnecessary function
normal
2014-11-03
1
-7
/
+1
*
symbols instead of IDs
nobu
2014-07-28
1
-1
/
+1
*
encoding.c: fix rdoc [ci skip]
nobu
2014-06-20
1
-3
/
+1
*
encoding.c: move ruby_encoding_index stuff
nobu
2014-06-02
1
-1
/
+20
*
encoding.h: constify rb_encoding
nobu
2014-06-02
1
-32
/
+35
*
constify rb_encoding and OnigEncoding
nobu
2014-06-01
1
-21
/
+22
*
encoding.c: fix rdoc of `__FILE__`
nobu
2014-04-09
1
-1
/
+0
*
parse.y: set encoding
nobu
2014-03-26
1
-3
/
+0
*
encoding.c: fix encoding of dynsym
nobu
2014-03-26
1
-0
/
+3
*
encoding.c: enc_capable symbol
nobu
2014-03-26
1
-0
/
+1
*
string.c: use actual encodings
nobu
2014-01-15
1
-0
/
+6
*
encoding.c: mask dummy flags
nobu
2013-12-30
1
-3
/
+3
*
* doc/contributing.rdoc: [DOC] curses is no more in the stdlib
a_matsuda
2013-12-10
1
-1
/
+0
*
* add RUBY_TYPED_FREE_IMMEDIATELY to data types which only use
ko1
2013-10-29
1
-0
/
+1
*
encoding.c: preserve outer errinfo
nobu
2013-10-21
1
-1
/
+3
[next]