index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
* win32/win32.c (ioinfo): revert previous commit. sorry.
usa
2006-01-06
1
-4
/
+0
*
* win32/win32.c (ioinfo): VC++8 support, forgotten to commit.
usa
2006-01-05
1
-0
/
+4
*
no message
ocean
2006-01-01
1
-0
/
+1
*
* win32/win32.c (rb_w32_seekdir): should not segfault even if passed
ocean
2006-01-01
1
-1
/
+8
*
* eval.c (rb_thread_save_context): should not recycle scope object used
nobu
2005-12-31
1
-0
/
+5
*
* win32/Makefile.sub: VC++8 support.
nobu
2005-12-30
1
-1
/
+3
*
* gc.c (garbage_collect): mark objects refered from aborting threads.
nobu
2005-12-30
1
-0
/
+5
*
* dir.c (glob_helper): do not use TRUE for djgpp.
eban
2005-12-30
1
-0
/
+4
*
* file.c (eaccess): workaround for VC++8 runtime.
usa
2005-12-29
1
-0
/
+6
*
* eval.c (rb_gc_mark_threads): leave unmarked threads which won't wake
nobu
2005-12-29
1
-0
/
+8
*
* test/ruby/envutil.rb (EnvUtil.rubybin): search "ruby" instead of
akr
2005-12-29
1
-0
/
+5
*
* ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLSocket#post_connection_che...
gotoyuzo
2005-12-26
1
-0
/
+5
*
* eval.c (rb_eval), gc.c (gc_mark_children), node.h (NEW_ALIAS,
nobu
2005-12-26
1
-1
/
+8
*
* eval.c (ev_const_get): fixed a bug in constant reference during
matz
2005-12-26
1
-0
/
+11
*
* stable version 1.8.4 released.
matz
2005-12-24
1
-0
/
+9
*
* file.c (w32_io_info): should return handle because FileIndex is
ocean
2005-12-21
1
-0
/
+5
*
* lib/pathname.rb (test_kernel_open): use File.identical?.
akr
2005-12-21
1
-0
/
+5
*
* eval.c (eval_under_i): evaluate source in caller's frame.
nobu
2005-12-20
1
-0
/
+8
*
* ext/syck/rubyext.c: fixed GC problem (backported HEAD 1.55 - 1.62)
ocean
2005-12-20
1
-0
/
+14
*
* ext/syck/rubyext.c (syck_emitter_reset): to ensure compatibility
why
2005-12-20
1
-0
/
+5
*
* io.c (rb_f_backquote): fix a GC problem on
akr
2005-12-19
1
-0
/
+5
*
* parse.y (rb_symname_p): fixed wrong validation. [ruby-dev:28047]
nobu
2005-12-19
1
-2
/
+6
*
* 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
*
* signal.c (Init_signal): revert C++ style comment.
matz
2005-12-15
1
-0
/
+10
*
* ext/zlib/zlib.c (zstream_run): fix a GC problem by tail call on
akr
2005-12-14
1
-0
/
+5
*
* test/gdbm/test_gdbm.rb: specify pid for the argument of
eban
2005-12-14
1
-0
/
+5
*
* 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
-0
/
+5
*
* array.c (rb_ary_diff): fix a GC problem on IA64 with
akr
2005-12-12
1
-0
/
+7
*
* 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
*
* ext/digest/digest.c (rb_digest_base_s_digest): add volatile to
matz
2005-12-12
1
-0
/
+9
*
* lib/rexml/encoding.rb (encoding=): give priority to particular
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
/
+4
*
* sprintf.c (rb_str_format): integer overflow check added.
matz
2005-12-07
1
-0
/
+6
*
* ext/tk/README.macosx-aqua: [new document] tips to avoid the known
nagai
2005-12-06
1
-0
/
+21
*
* eval.c (exec_under): avoid accessing ruby_frame->prev.
matz
2005-12-06
1
-0
/
+5
*
* misc/ruby-mode.el (ruby-expr-beg): support $! at the end of
matz
2005-11-30
1
-0
/
+5
*
* eval.c (rb_funcall2): allow to call protected methods.
nobu
2005-11-30
1
-0
/
+5
*
* parse.y (NEWHEAP, ADD2HEAP): set count after pointer was set.
nobu
2005-11-30
1
-2
/
+7
*
* ext/socket/socket.c (init_inetsock_internal): remove setting
usa
2005-11-28
1
-3
/
+3
*
* ext/socket/socket.c (init_inetsock_internal): remove setting
usa
2005-11-28
1
-0
/
+6
*
* win32/win32.c (rb_w32_strerror): remove all CR and LF. (avoid broken
ocean
2005-11-28
1
-0
/
+5
*
* lib/mkmf.rb (create_makefile): should not change sodir with
ocean
2005-11-28
1
-0
/
+6
*
* replaced e-mail addr.
nahi
2005-11-26
1
-31
/
+31
*
* lib/wsdl/xmlSchema/complexContent.rb: missing
nahi
2005-11-26
1
-0
/
+5
*
* dln.c (conv_to_posix_path): should initialize posix.
eban
2005-11-26
1
-0
/
+4
[next]