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
*
* process.c: new method Process.exec. [ruby-dev:28107]
aamine
2005-12-27
1
-0
/
+4
*
* ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLSocket#post_connection_ch...
gotoyuzo
2005-12-26
1
-0
/
+5
*
* added an old entry.
nobu
2005-12-26
1
-0
/
+4
*
* file.c (w32_io_info): should return handle because FileIndex is
ocean
2005-12-21
1
-0
/
+5
*
* test/pathname/test_pathname.rb (test_kernel_open): use
akr
2005-12-21
1
-0
/
+6
*
* eval.c (eval_under_i): evaluate source in caller's frame.
nobu
2005-12-20
1
-0
/
+5
*
* ext/syck/rubyext.c (syck_emitter_reset): to ensure compatibility
why
2005-12-20
1
-0
/
+5
*
* ext/syck/rubyext.c (syck_node_transform): ruby object holding
ocean
2005-12-20
1
-0
/
+7
*
* io.c (rb_f_backquote): fix a GC problem on
akr
2005-12-19
1
-0
/
+5
*
no message
ocean
2005-12-19
1
-0
/
+2
*
* parse.y (rb_symname_p): fixed wrong validation. [ruby-dev:28047]
nobu
2005-12-19
1
-1
/
+3
*
* Makefile.in (XCFLAGS): separated as well as win32/Makefile.sub.
nobu
2005-12-19
1
-0
/
+7
*
* ext/syck/syck.h (S_FREE): small hack. no need to check if pointer is
ocean
2005-12-19
1
-0
/
+30
*
* st.c: uses malloc instead of xmalloc to avoid GC. syck uses st_insert
ocean
2005-12-19
1
-0
/
+7
*
* eval.c (FUNCTION_CALL_MAY_RETURN_TWICE): activate only
akr
2005-12-19
1
-0
/
+5
*
* ext/syck/rubyext.c: sorry, I reverted my "should set newly
ocean
2005-12-19
1
-0
/
+11
*
* ext/syck/rubyext.c (syck_emitter_reset): should initialize
ocean
2005-12-17
1
-0
/
+8
*
* bignum.c (rb_big_rshift): fix a GC problem on
akr
2005-12-16
1
-0
/
+5
*
* eval.c (bmcall): fix a GC problem by tail call on
akr
2005-12-16
1
-0
/
+5
*
* ext/syck/rubyext.c (rb_syck_compile): fixed memory leak.
ocean
2005-12-16
1
-0
/
+6
*
* ext/syck/rubyext.c (syck_scalar_value_set): should set newly
ocean
2005-12-16
1
-0
/
+2
*
* ext/syck/rubyext.c (syck_resolver_tagurize): fixed memory leak.
ocean
2005-12-16
1
-2
/
+12
*
* lib/tmpdir.rb: merged RDoc patch from Eric Hodel <drbrain at
matz
2005-12-15
1
-0
/
+5
*
* ext/zlib/zlib.c (zstream_run): fix a GC problem by tail call on
akr
2005-12-14
1
-0
/
+5
*
* lib/rdoc/parsers/parse_c.rb (find_class_comment): fix for class
nobu
2005-12-14
1
-0
/
+5
*
* dir.c (has_magic): glob names contain alphabets to enable case fold
nobu
2005-12-14
1
-2
/
+10
*
* marshal.c (r_object0): fix a GC problem for reading a bignum on
akr
2005-12-14
1
-0
/
+5
*
* re.c (rb_reg_regcomp): fix a GC problem on x86_64 with
akr
2005-12-13
1
-2
/
+6
*
* array.c (rb_ary_diff): fix a GC problem on IA64 with
akr
2005-12-12
1
-0
/
+8
*
* sprintf.c (rb_str_format): fix a GC problem.
akr
2005-12-12
1
-0
/
+5
*
* test/openssl/test_ssl.rb (test_parallel): call GC.start to close
gotoyuzo
2005-12-12
1
-0
/
+5
*
* range.c (range_cover): new method Range#cover? added. the
matz
2005-12-12
1
-0
/
+7
*
* ext/digest/digest.c (rb_digest_base_s_digest): add volatile to
matz
2005-12-12
1
-0
/
+9
*
(test_remote_array_and_hash): pseudo remote objects are protected
seki
2005-12-11
1
-0
/
+5
*
* lib/matrix.rb: add Matrix#determinant_e, Matrix#rank_e.
keiju
2005-12-09
1
-0
/
+5
*
* eval.c (calling_scope_t): gave names to magic numbers for rb_call().
nobu
2005-12-09
1
-0
/
+5
*
* lib/rexml/encoding.rb (encoding=): give priority to particular
nobu
2005-12-09
1
-0
/
+5
*
* range.c (range_include): return false unless included in numeric
nobu
2005-12-09
1
-0
/
+5
*
* eval.c (umethod_bind): adjust invoking class for module method.
nobu
2005-12-07
1
-3
/
+8
*
* eval.c (call_trace_func): klass parameter should be a
matz
2005-12-07
1
-0
/
+5
*
* sprintf.c (rb_f_sprintf): [ruby-dev:27967]
matz
2005-12-07
1
-0
/
+13
*
* sprintf.c (rb_str_format): integer overflow check added.
matz
2005-12-07
1
-2
/
+8
*
* ext/tk/README.macosx-aqua: [new document] tips to avoid the known
nagai
2005-12-06
1
-0
/
+21
*
ChangeLog fix.
matz
2005-12-06
1
-1
/
+0
*
* gc.c (ruby_xmalloc2): change check for integer overflow.
matz
2005-12-06
1
-0
/
+13
*
* dir.c (Compare): should not fold double byte alphabet on win9x.
ocean
2005-12-02
1
-0
/
+4
*
* eval.c (rb_funcall2): allow to call protected methods.
nobu
2005-11-30
1
-0
/
+5
*
* parse.y (struct parser_params): fields common to ripper must be
nobu
2005-11-30
1
-0
/
+8
*
* misc/ruby-mode.el (ruby-expr-beg): support $! at the end of
matz
2005-11-30
1
-0
/
+10
*
ChangeLog lib/pp.rb
akr
2005-11-30
1
-0
/
+5
[next]