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
*
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
*
transcode.c: fix segv in String.encode!
nobu
2013-11-01
1
-1
/
+3
*
string.c: export rb_str_scrub
nobu
2013-11-01
1
-8
/
+3
*
* add RUBY_TYPED_FREE_IMMEDIATELY to data types which only use
ko1
2013-10-29
1
-0
/
+1
*
transcode.c: add rb_econv_append
nobu
2013-09-06
1
-6
/
+14
*
transcode.c: do while loop
nobu
2013-09-06
1
-3
/
+2
*
transcode.c: GC guard
nobu
2013-09-06
1
-0
/
+1
*
encoding.c: refill terminator at associating encoding
nobu
2013-07-12
1
-1
/
+0
*
transcode.c: fill terminator
nobu
2013-07-11
1
-0
/
+1
*
* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError
shugo
2013-06-12
1
-1
/
+1
*
* include/ruby/ruby.h: constify RBasic::klass and add
ko1
2013-05-13
1
-1
/
+1
*
* *.c, parse.y, insns.def: use RARRAY_AREF/ASET macro
ko1
2013-05-13
1
-3
/
+3
*
* string.c (str_scrub): add ruby method String#scrub which verify and
naruse
2013-04-19
1
-4
/
+13
[next]