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
...
*
* ChangeLog: adds the author name of a patch.
yugui
2008-12-28
1
-0
/
+1
*
* test/ext/dl/test_base.rb : add BSD's case.
naruse
2008-12-28
2
-0
/
+7
*
* ext/dl/lib/dl/import.rb (DL::Importer#sizeof): follows
yugui
2008-12-28
2
-1
/
+6
*
* ext/dl/lib/dl/import.rb (DL::Importer#extern): adds filename and
yugui
2008-12-28
3
-3
/
+23
*
* win32/Makefile.sub (config.h): do not use snprintf/vsnprintf in
nobu
2008-12-28
2
-5
/
+4
*
* test/ruby/test_sprintf.rb (test_invalid): suppress warning.
nobu
2008-12-28
1
-0
/
+3
*
* sprintf.c: not force to override snprintf/vsnprintf.
nobu
2008-12-28
2
-3
/
+5
*
* test/rubygems/test_ext_configure_builder.rb (test_self_build_fail):
naruse
2008-12-28
2
-1
/
+6
*
* commit ChangeLog
takano32
2008-12-28
1
-0
/
+6
*
Sun Dec 28 17:10:13 2008 TAKANO Mitsuhiro (takano32) <tak@no32.tk>
takano32
2008-12-28
2
-6
/
+3
*
* ext/dl/test/test_base.rb: use libc.dylib when the platform is darwin.
takano32
2008-12-28
2
-0
/
+7
*
* thread.c (mutex_free, mutex_unlock): add qualifiers.
mame
2008-12-28
2
-3
/
+7
*
* thread.c (mutex_free): GC thread (main thread) has failed to unlock
mame
2008-12-28
2
-7
/
+17
*
Imported minitest 1.3.1 r4505.
ryan
2008-12-27
5
-15
/
+95
*
* 2008-12-28
svn
2008-12-27
1
-2
/
+2
*
* runruby.rb: refactored to modify ENV as once.
akr
2008-12-27
2
-5
/
+17
*
* test/rdoc/test_rdoc_info_formatting.rb (setup, teadown): uses
nobu
2008-12-27
3
-4
/
+11
*
* ext/dl/test/test_base.rb: use lib64 when the architecture is x86_64.
takano32
2008-12-27
2
-0
/
+7
*
* win32/win32.c (rb_w32_argv_size): if an argument is empty, it's size
usa
2008-12-27
2
-1
/
+6
*
* add Doxyfile to svn:ignore.
mame
2008-12-27
0
-0
/
+0
*
* process.c (after_exec): needs to reset before restart timer
nobu
2008-12-27
3
-2
/
+11
*
* thread.c (rb_thread_atfork, rb_thread_atfork_before_exec): DRY.
nobu
2008-12-27
2
-24
/
+25
*
* vm_eval.c (rb_f_loop): return enumerator if no block given.
matz
2008-12-27
2
-1
/
+7
*
* .gdbinit (dummy_gdb_enums.special_consts): forces to load debug
nobu
2008-12-27
2
-0
/
+14
*
* eval.c (rb_frame_callee, rb_frame_caller): rb_frame_callee()
ko1
2008-12-27
2
-1
/
+17
*
* transcode.c (make_econv_exception): show source and destination
akr
2008-12-27
2
-0
/
+13
*
* vm_insnhelper.c (vm_yield_with_cfunc): rename parameter name
ko1
2008-12-27
2
-5
/
+10
*
* common.mk (revision.h): ignores failure of file2lastrev.
yugui
2008-12-27
2
-1
/
+5
*
* ruby.c (process_options): fix to untouch th->mild_compile_error.
ko1
2008-12-27
2
-2
/
+5
*
* iseq.h, iseq.c (rb_iseq_new_main): add a type ISEQ_TYPE_MAIN.
ko1
2008-12-27
4
-3
/
+40
*
* lib/open-uri.rb (OpenURI.redirectable?): permit https redirection.
akr
2008-12-27
2
-1
/
+6
*
* eval.c (get_errinfo): return th->errinfo value
ko1
2008-12-27
3
-1
/
+18
*
man/irb.1: adds -v, -h, -E and -U.
yugui
2008-12-27
2
-11
/
+43
*
* vm_insnhelper.c (vm_call_method, vm_call_cfunc): use original id instead of
ko1
2008-12-27
5
-11
/
+43
*
* vm.c (Init_VM): create and define TOPLEVEL_BINDING at first.
ko1
2008-12-27
9
-15
/
+119
*
* cont.c: rdoc for Fiber. patch by Muhammad Ali.
yugui
2008-12-27
2
-0
/
+124
*
* process.c (after_fork): ignores a termination request in the
nobu
2008-12-26
2
-2
/
+7
*
* 2008-12-27
svn
2008-12-26
1
-2
/
+2
*
* lib/csv.rb: Using a more robust transcoding scheme to produce
jeg2
2008-12-26
2
-5
/
+24
*
* io.c (fptr_finalize): don't allocate objects if noraise.
akr
2008-12-26
2
-16
/
+37
*
* lib/irb/input-method.rb (IRB::StdioInputMethod#initialize):
yugui
2008-12-26
2
-1
/
+5
*
* lib/optparse.rb (OptionParser::List#summarize): gives priority
nobu
2008-12-26
3
-6
/
+42
*
* 2008-12-26
svn
2008-12-26
1
-2
/
+2
*
* io.c (fptr_finalize): close the IO object even if finish_writeconv or
akr
2008-12-26
4
-52
/
+60
*
* transcode.c (str_transcode0): set encoding when String#encode was
naruse
2008-12-25
3
-2
/
+8
*
* io.c (rb_io_s_pipe): unused variable removed.
akr
2008-12-25
2
-3
/
+4
*
* transcode.c (sym_ignore): remove useless symbol.
naruse
2008-12-25
2
-2
/
+5
*
* io.c (pipe_close): removed.
akr
2008-12-25
3
-12
/
+22
*
* transcode.c (decorate_convpath): show type of escaping for
naruse
2008-12-25
2
-11
/
+21
*
* io.c (rb_io_initialize): check fd validity. [ruby-dev:36646]
akr
2008-12-25
2
-0
/
+6
[prev]
[next]