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
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
* include/ruby/ruby.h (SSIZET2NUM, NUM2SSIZET, SSIZE_MAX, SSIZE_MIN):
nobu
2008-08-15
1
-0
/
+5
*
* transcode_data.h (rb_transcoder_stateful_type_t): defined.
akr
2008-08-15
1
-0
/
+14
*
* transcode.c (econv_just_convert): extracted from rb_econv_output.
akr
2008-08-15
1
-0
/
+6
*
* include/ruby/encoding.h (rb_econv_output): add str_encoding
akr
2008-08-15
1
-0
/
+12
*
* string.c (rb_str_drop_bytes): use memmove.
nobu
2008-08-15
1
-0
/
+4
*
* include/ruby/encoding.h (rb_econv_t): add error_tc in last_error.
akr
2008-08-15
1
-0
/
+6
*
* include/ruby/encoding.h (rb_econv_t): new field: last_error.
akr
2008-08-15
1
-0
/
+9
*
* common.mk (parse.{c,h}): creates in the dependency order.
nobu
2008-08-15
1
-0
/
+4
*
* vm_core.h (exec_event_hooks): skips RubyVM::FrozenCore.
nobu
2008-08-15
1
-1
/
+3
*
* vm.c (Init_VM): get rid of SEGV in a trace proc.
nobu
2008-08-15
1
-0
/
+4
*
* transcode.c (conv_init): check empty name.
akr
2008-08-15
1
-0
/
+4
*
* transcode.c (econv_init): don't create dummy encoding if
akr
2008-08-15
1
-0
/
+7
*
* common.mk ({$(srcdir)}.y.c): escape backslash.
naruse
2008-08-14
1
-0
/
+4
*
* transcode.c (econv_primitive_convert): set destination_buffer
akr
2008-08-14
1
-0
/
+5
*
* include/ruby/encoding.h (rb_econv_output): declared.
akr
2008-08-14
1
-0
/
+16
*
* include/ruby/encoding.h (ECONV_UNIVERSAL_NEWLINE_DECODER): defined.
akr
2008-08-14
1
-0
/
+10
*
* transcode.c: local variable renamed.
akr
2008-08-14
1
-0
/
+4
*
* include/ruby/encoding.h (rb_econv_result_t): moved from
akr
2008-08-14
1
-0
/
+24
*
* transcode_data.h (rb_econv_result_t): change enumeration
akr
2008-08-14
1
-0
/
+7
*
* transcode.c (econv_init): accept Encoding object as source_encoding
akr
2008-08-14
1
-0
/
+5
*
* encoding.c (rb_filesystem_encoding): use default external encoding
akr
2008-08-14
1
-0
/
+7
*
* transcode.c (rb_econv_open_by_transcoder_entries): renamed from
akr
2008-08-14
1
-0
/
+5
*
* transcode.c (econv_max_output): removed.
akr
2008-08-14
1
-0
/
+4
*
* tool/transcode-tblgen.rb: check unexpected actions.
akr
2008-08-14
1
-0
/
+4
*
* transcode_data.h (transcode_invalid_byte_sequence): renamed from
akr
2008-08-14
1
-0
/
+17
*
* transcode.c (load_transcoder): unused function removed.
akr
2008-08-14
1
-0
/
+5
*
* ChangeLog: typo.
nobu
2008-08-14
1
-2
/
+2
*
* include/ruby/encoding.h (rb_enc_ispunct): added.
nobu
2008-08-14
1
-0
/
+14
*
* parse.y (union tmpyystype): no longer needed, since YYSTYPE is
nobu
2008-08-14
1
-0
/
+5
*
* version.c (Init_version): add RUBY_ENGINE constant.
matz
2008-08-14
1
-0
/
+4
*
* hash.c (set_default): fix rdoc. #441
matz
2008-08-14
1
-0
/
+4
*
* transcode.c (rb_econv_conv): new function. it don't consume input
akr
2008-08-14
1
-0
/
+7
*
* include/ruby/defines.h (RUBY_ALIAS_FUNCTION): fallback definition.
nobu
2008-08-14
1
-0
/
+4
*
* transcode_data.h (rb_trans_result_t): new enumeration constant:
akr
2008-08-14
1
-0
/
+13
*
* gc.c (getrusage_time): should return the value.
nobu
2008-08-14
1
-1
/
+3
*
* thread.c (rb_thread_priority_set): get rid of C99 feature.
nobu
2008-08-14
1
-1
/
+5
*
* vm.c (REWIND_CFP): get rid of statement expressions.
nobu
2008-08-14
1
-0
/
+4
*
* vm.c (Init_VM): hide FrozenCore.
nobu
2008-08-14
1
-0
/
+4
*
* transcode.c (load_transcoder): suppress warning.
nobu
2008-08-14
1
-0
/
+6
*
* configure.in (gnumake): check for GNU make.
nobu
2008-08-14
1
-1
/
+5
*
* common.mk (parse.h): workaround for nmake.
nobu
2008-08-14
1
-0
/
+4
*
* thread.c (rb_thread_execute_interrupts): switch event
ko1
2008-08-13
1
-0
/
+5
*
* common.mk: parse.h depends on parse.c.
naruse
2008-08-13
1
-0
/
+6
*
add ML ref.
kazu
2008-08-13
1
-1
/
+1
*
* test/ruby/test_file_exhaustive.rb (TestFileExhaustive#setup): set group of ...
kazu
2008-08-13
1
-0
/
+5
*
cleanup spaces and tabs
kazu
2008-08-13
1
-18
/
+18
*
* transcode.c (econv_primitive_convert): add output_byteoffset
akr
2008-08-13
1
-0
/
+5
*
* configure.in (rb_cv_gcc_function_alias): checks alias attribute.
nobu
2008-08-13
1
-0
/
+6
*
* common.mk (parse.h): fake rule.
nobu
2008-08-13
1
-0
/
+4
*
* test/ruby/test_thread.rb (test_list): call Thread.pass to run t1.
shugo
2008-08-13
1
-1
/
+6
[next]