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