index
:
ruby.git
master
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_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
transcode.c
Age
Commit message (
Expand
)
Author
2021-10-25
[Feature #18239] Implement VWA for strings
Peter Zhu
2021-10-03
Using NIL_P macro instead of `== Qnil`
S.H
2021-10-02
Make encoding loading not issue warning
Jeremy Evans
2021-09-11
Using SYMBOL_P macro
S-H-GAMELINKS
2021-09-05
Replace RBOOL macro
S-H-GAMELINKS
2021-07-27
Extracted repeatedly defined IDs
Nobuyoshi Nakada
2021-07-27
Don't redefine #rb_intern over and over again
Nobuyoshi Nakada
2021-06-26
Work around issue transcoding issue with non-ASCII compatible encodings and x...
Jeremy Evans
2021-04-26
Fix some typos by spell checker
Ryuta Kamizono
2021-01-06
fix result of example [ci skip]
Nobuhiro IMAI
2020-12-22
Data: delete
卜部昌平
2020-12-03
Update documentation for String#encode{,!} [ci skip]
Jeremy Evans
2020-08-15
RARRAY_AREF: convert into an inline function
卜部昌平
2020-06-29
make_econv_exception: do not goto into a branch
卜部昌平
2020-05-11
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-04-08
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-02-24
Fixed symbol misused as ID
Nobuyoshi Nakada
2020-02-07
more on NULL versus functions.
卜部昌平
2020-01-11
Warn when :newline precedes other newline options
Nobuyoshi Nakada
2019-12-26
decouple internal.h headers
卜部昌平
2019-11-18
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-11-18
Warn on access/modify of $SAFE, and remove effects of modifying $SAFE
Jeremy Evans
2019-07-24
transcode.c (rb_econv_open0): remove unused code
Yusuke Endoh
2019-07-14
transcode.c (rb_trans_conv): remove unnecessary assignments
Yusuke Endoh
2018-12-06
Prefer rb_check_arity when 0 or 1 arguments
nobu
2018-11-01
Fix call-seq of Encoding::Converter#putback [ci skip]
kazu
2018-09-29
* expand tabs.
svn
2018-09-29
transcode.c: add GC guard on raise
shirosaki
2018-02-23
[DOC] missing docs at toplevel
nobu
2018-01-24
ruby/ruby.h: remove unnecessary exports from C-API
normal
2018-01-09
internal.h: remove dependecy on ruby/encoding.h
nobu
2017-12-28
`$SAFE` as a process global state. [Feature #14250]
ko1
2016-08-16
* lib/net/http/header.rb: Fix typo. [ci skip][fix GH-1407]
hsbt
2016-05-27
transcode.c: scrub in the given encoding
nobu
2016-05-22
transcode.c: GC guards
nobu
2015-12-17
transcode.c: infection
nobu
2015-12-09
* *.c (*_memsize): do not check ptr.
ko1
2015-11-11
* transcode.c: fix a typo
hsbt
2015-08-05
transcode.c: GC guards
nobu
2015-08-05
transcode.c: fix dangling pointers
nobu
2015-07-03
transcode.c: empty encoding name
nobu
2015-06-26
transcode.c: fix race condition
nobu
2014-12-01
use 0 for reserved
nobu
2014-11-15
* internal.h: Include ruby.h and ruby/encoding.h to be
akr
2014-08-03
transcode.c: use string
nobu
2014-07-30
* process.c (rlimit_resource_type, rlimit_resource_value):
ktsj
2014-07-20
rb_econv_t: reduce to 184 bytes from 200 on 64-bit
normal
2014-07-03
Init functions don't need ID caches
nobu
2013-11-22
* transcode.c (str_transcode0): don't scrub invalid chars if
naruse
[next]