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
Commit message (
Expand
)
Author
Age
Files
Lines
*
* vm_evalbody.c (DECL_SC_REG): use __asm__ instead.
shyouhei
2008-04-22
2
-2
/
+14
*
* vm_evalbody.c (DECL_SC_REG): typo fixed.
nobu
2008-04-22
2
-1
/
+5
*
* string.c (rb_enc_cr_str_buf_cat): do not use C++ comment.
shyouhei
2008-04-22
1
-1
/
+1
*
* configure.in: use AC_USE_SYSTEM_EXTENSIONS.
shyouhei
2008-04-22
1
-4
/
+2
*
* configure.in (struct timespec): needs time.h according to POSIX.
nobu
2008-04-22
2
-2
/
+8
*
* thread.c (rb_thread_stop_timer_thread): should clear
matz
2008-04-22
4
-4
/
+11
*
* thread.c (thread_join): remove the current thread from the join list
nobu
2008-04-22
3
-9
/
+76
*
exec "/" causes SEGV.
akr
2008-04-22
1
-0
/
+4
*
* vm_insnhelper.c (vm_get_ev_const): search from the base klass if it
nobu
2008-04-22
2
-2
/
+7
*
* ext/win32ole/win32ole.c: avoid warnings.
usa
2008-04-22
2
-5
/
+9
*
* file.c (eaccess): workaround for recent msvcrt's behavior.
usa
2008-04-22
3
-5
/
+10
*
* io.c (copy_stream_body): call rb_io_check_readable and
akr
2008-04-21
3
-1
/
+42
*
* ext/dbm/dbm.c (fdbm_each_value, fdbm_each_key, fdbm_each_pair):
knu
2008-04-21
9
-0
/
+77
*
* ChangeLog: typo.
nobu
2008-04-21
1
-1
/
+1
*
* iseq.c (rb_iseq_compile_with_option): check if src is a strring.
nobu
2008-04-21
2
-1
/
+6
*
* enumerator.c (enumerator_init): preserve the method name in ID.
matz
2008-04-21
2
-5
/
+12
*
* compile.c (defined_expr): capture exception during defined?
matz
2008-04-21
2
-0
/
+17
*
* time.c: should include <errno.h> to refer errno.
matz
2008-04-21
2
-0
/
+5
*
* time.c (rb_strftime): check errno to detect strftime(3)'s error.
usa
2008-04-21
2
-1
/
+8
*
* gc.c (ruby_xmalloc): use size_t for malloc argument instead of long.
usa
2008-04-20
3
-4
/
+8
*
* ext/openssl/ossl_ssl.c: Switch stats hash key from string to symbol.
technorama
2008-04-20
5
-36
/
+218
*
* enumerator.c, include/ruby/ruby.h: Export rb_cEnumerator.
knu
2008-04-20
3
-1
/
+6
*
* enumerator.c: Resolve the method every time an enumeration
knu
2008-04-20
2
-9
/
+21
*
fix deadlock.
akr
2008-04-20
1
-1
/
+4
*
update sprintf rdoc.
akr
2008-04-20
1
-59
/
+62
*
* file.c (file_expand_path): constified.
nobu
2008-04-20
1
-3
/
+5
*
* io.c (copy_stream_func): suppress warnings.
nobu
2008-04-20
2
-0
/
+10
*
* io.c (copy_stream_rbuf_to_dst): removed.
akr
2008-04-20
3
-89
/
+89
*
* vm_core.h (struct iseq_compile_data): moved label_no from
nobu
2008-04-20
3
-3
/
+6
*
* compile.c (iseq_set_exception_table): allocates catch_table only
nobu
2008-04-20
2
-2
/
+5
*
* compile.c (struct iseq_link_element, struct iseq_insn_data): made
nobu
2008-04-20
3
-8
/
+13
*
* compile.c (iseq_compile_each): fix for splat in when and rescue.
nobu
2008-04-20
3
-29
/
+48
*
* io.c (copy_stream_fallback): write directly (bypassing write method)
akr
2008-04-20
3
-12
/
+35
*
avoid warnings in copy_stream_body.
akr
2008-04-20
1
-4
/
+2
*
* io.c (copy_stream_fallback): read directly (bypassing readpartial)
akr
2008-04-20
3
-52
/
+122
*
* io.c (copy_stream_body): use readpartial and write method for
akr
2008-04-19
3
-8
/
+97
*
fix setup method.
akr
2008-04-19
1
-4
/
+1
*
* test/ruby/test_array.rb: add tests to achieve over 95% test coverage
mame
2008-04-18
2
-0
/
+272
*
* gc.c (rb_gc_mark_locations): get rid of underflow.
nobu
2008-04-18
2
-3
/
+10
*
* 2008-04-18
usa
2008-04-17
1
-3
/
+3
*
* ruby.1: fixed typo.
yugui
2008-04-17
1
-1
/
+1
*
* ruby.1: added --{disable|enable}-{rubyopt|all}.
yugui
2008-04-17
1
-3
/
+22
*
* enc/trans/utf_16_32.c (fun_so_to_utf_16be, fun_so_to_utf_16le): add
mame
2008-04-17
7
-14
/
+20
*
* test/ruby/test_rubyoptions.rb (test_search): enable some assertions.
mame
2008-04-17
2
-8
/
+18
*
* test/ruby/test_rubyoptions.rb (ruby): run in C locale.
nobu
2008-04-17
2
-27
/
+54
*
* test/ruby/test_process.rb (test_rlimit_nofile): reset RLIMIT_NOFILE
mame
2008-04-16
4
-9
/
+493
*
* ruby.c (process_options): preludes and parser need to run in safe
nobu
2008-04-15
2
-0
/
+9
*
* ruby.c (process_options): dln_find_file returns the pointer to a
nobu
2008-04-15
3
-11
/
+18
*
* test/xmlrpc/test_cookie.rb: set svn:eol-style.
kou
2008-04-15
0
-0
/
+0
*
* lib/xmlrpc/client.rb: fix cookie handling. [ruby-dev:34403]
kou
2008-04-15
3
-2
/
+109
[next]