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
*
* load.c (rb_get_load_path): returns the load path without
nobu
2008-12-04
5
-47
/
+90
*
* test/ruby/test_process.rb: skip some tests on win32.
usa
2008-12-04
1
-7
/
+13
*
* string.c (sym_to_proc): tabified.
nobu
2008-12-04
1
-8
/
+8
*
* win32/win32.c (rb_w32_read): ERROR_BROKEN_PIPE is not a real error
usa
2008-12-04
3
-3
/
+61
*
* string.c (sym_to_proc): use hidden object.
nobu
2008-12-04
2
-1
/
+5
*
* pack.c (pack_pack): propagate taint status from format string to
matz
2008-12-04
2
-0
/
+6
*
* process.c (run_exec_dup2): need to sort by reverted order when
usa
2008-12-04
2
-1
/
+19
*
rdoc update.
akr
2008-12-04
2
-10
/
+23
*
* string.c (sym_to_proc): caches Symbol procs, based on a patch from
nobu
2008-12-04
2
-2
/
+30
*
* 2008-12-05
svn
2008-12-04
1
-3
/
+3
*
rdoc update.
akr
2008-12-04
1
-2
/
+2
*
rdoc update.
akr
2008-12-04
1
-0
/
+7
*
* win32/win32.c (waitpid): fix bug of checking child slot.
usa
2008-12-04
2
-1
/
+19
*
* lib/open3.rb (Open3.poutput3): new method.
akr
2008-12-04
3
-10
/
+121
*
* spec/default.mspec: follows changes in rubyspec project.
yugui
2008-12-04
2
-8
/
+6
*
* test/ruby/test_complex.rb: added some tests.
tadf
2008-12-04
3
-1
/
+48
*
update rdoc.
akr
2008-12-04
1
-29
/
+50
*
* lib/open3.rb (Open3.popen3): simplified.
akr
2008-12-04
3
-139
/
+327
*
* process.c (check_exec_fds): resolve cascaded child fd reference.
akr
2008-12-04
3
-17
/
+50
*
* lib/rubygems/validator.rb (Gem#remove_leading_dot_dir): make
matz
2008-12-04
2
-0
/
+6
*
* ext/openssl/ossl_ssl.c (ossl_ssl_read_nonblock):
matz
2008-12-04
3
-6
/
+99
*
* lib/gserver.rb: fixed type in sample code. a report from Oleg
matz
2008-12-04
2
-1
/
+6
*
* lib/rubygems/local_remote_options.rb (Gem#add_update_sources_option):
matz
2008-12-04
2
-1
/
+6
*
* ext/curses/curses.c (curses_getch): no ISPRINT(). [ruby-core:20294]
matz
2008-12-04
2
-1
/
+3
*
* ext/curses/curses.c (window_getch): avoid ISPRINT() macro which
matz
2008-12-04
3
-3
/
+14
*
* enumerator.c (inspect_enumerator): Implement #inspect.
knu
2008-12-04
2
-0
/
+68
*
* vm_method.c (rb_obj_respond_to): Remove a duplicated rdoc
knu
2008-12-04
2
-10
/
+6
*
* ChangeLog: add entry.
nagai
2008-12-03
1
-0
/
+5
*
* ext/tk/lib/tk/menu.rb: TkOptionMenubutton.new fails to treat
nagai
2008-12-03
1
-2
/
+2
*
* ext/tk/lib/tk.rb: bug fix. use ::RubyVM instead of ::VM [ruby-list:45676]
nagai
2008-12-03
3
-3
/
+10
*
* complex.c (nurat_{to_s,inspect}): provides better representation
tadf
2008-12-03
3
-10
/
+20
*
* complex.c (f_signbit): NaN may be signed value.
tadf
2008-12-03
2
-7
/
+13
*
update rdoc.
akr
2008-12-03
1
-9
/
+19
*
* 2008-12-04
svn
2008-12-03
1
-3
/
+3
*
* process.c (EXEC_OPTION_DUP2_CHILD): defined.
akr
2008-12-03
3
-19
/
+154
*
* parse.y (expr): keyword_not can continue across newline.
nobu
2008-12-03
2
-3
/
+8
*
* iseq.c (simple_default_value): returns simplest assignment only.
nobu
2008-12-03
2
-3
/
+7
*
* process.c (check_exec_redirect): accept :in, :out, :err as redirect
akr
2008-12-03
3
-0
/
+22
*
revert.
tadf
2008-12-03
2
-3
/
+4
*
* ext/tk/tcltklib.c (ip_ruby_cmd, ip_invoke_with_position): must
nobu
2008-12-03
2
-11
/
+14
*
* ChangeLog: fixed function name.
nobu
2008-12-03
1
-2
/
+2
*
* io.c (rb_io_getc, rb_io_readchar): documentation correction from
nobu
2008-12-03
3
-6
/
+13
*
properties.
nobu
2008-12-03
0
-0
/
+0
*
* lib/rexml/xpath.rb (REXML::XPath.first): apply documentation
matz
2008-12-03
2
-0
/
+18
*
* test/ruby/test_rational.rb: add a test.
mame
2008-12-02
2
-0
/
+7
*
* test/ruby/test_range.rb: add a test.
mame
2008-12-02
2
-0
/
+13
*
* test/ruby/test_string.rb: add some tests.
mame
2008-12-02
2
-0
/
+47
*
* 2008-12-03
svn
2008-12-02
1
-3
/
+3
*
* ext/pty/pty.c (Init_pty): fix typo.
mame
2008-12-02
2
-1
/
+5
*
* lib/open3.rb (Open3.popen3): merge hash options if given.
akr
2008-12-02
3
-19
/
+298
[next]