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
...
*
merge revision(s) 13823:
shyouhei
2008-06-07
3
-2
/
+8
*
merge revision(s) 13785:
shyouhei
2008-06-07
3
-3
/
+13
*
merge revision(s) 13779:13782:
shyouhei
2008-06-07
3
-2
/
+16
*
merge revision(s) 13774:
shyouhei
2008-06-07
3
-3
/
+8
*
merge revision(s) 13771:
shyouhei
2008-06-07
5
-6
/
+26
*
merge revision(s) 13699:13704:
shyouhei
2008-06-07
4
-3
/
+32
*
merge revision(s) 13699:
shyouhei
2008-06-07
3
-1
/
+25
*
merge revision(s) 13695:
shyouhei
2008-06-07
5
-3
/
+17
*
merge revision(s) 13694:
shyouhei
2008-06-07
4
-8
/
+11
*
merge revision(s) 13688:
shyouhei
2008-06-07
4
-6
/
+17
*
merge revision(s) 13678:
shyouhei
2008-06-07
3
-3
/
+3
*
merge revision(s) 13657:
shyouhei
2008-06-07
7
-15
/
+29
*
merge revision(s) 13602:
shyouhei
2008-06-05
3
-28
/
+30
*
merge revision(s) 13601:
shyouhei
2008-06-05
5
-23
/
+76
*
merge revision(s) 13587:
shyouhei
2008-06-05
3
-5
/
+12
*
merge revision(s) 13586:
shyouhei
2008-06-04
3
-3
/
+13
*
merge revision(s) 13515:
shyouhei
2008-06-04
3
-5
/
+10
*
merge revision(s) 13513:
shyouhei
2008-06-03
4
-21
/
+53
*
merge revision(s) 13497:
shyouhei
2008-06-03
3
-38
/
+10
*
merge revision(s) 13479:13481:
shyouhei
2008-06-03
3
-35
/
+82
*
* lib/webrick/httpservlet/filehandler.rb: should normalize path
gotoyuzo
2008-05-20
10
-35
/
+191
*
* file.c (isdirsep): backslash is valid path separator on cygwin too.
nobu
2008-05-17
3
-11
/
+15
*
* file.c (file_expand_path): fix for short file name on Cygwin.
nobu
2008-05-17
3
-5
/
+13
*
* file.c (OpenFile): prevent conflict on Windows.
nobu
2008-05-17
3
-3
/
+11
*
* file.c (file_expand_path): rb_str_set_len is not backported.
nobu
2008-05-17
3
-3
/
+7
*
* file.c (file_expand_path): support for alternative data stream
nobu
2008-05-17
3
-35
/
+198
*
* ChangeLog: fixed indent.
nobu
2008-03-10
1
-27
/
+27
*
merge revision(s) 15677:
shyouhei
2008-03-03
4
-7
/
+93
*
* test/rss/test_taxonomy.rb, test/rss/test_parser_1.0.rb,
shyouhei
2007-12-02
6
-11
/
+58
*
patchlevel 112
shyouhei
2007-12-02
1
-5
/
+5
*
Fixes a bug in the pretty printer related to an incomplete refactoring.
ser
2007-11-04
9
-32
/
+95
*
Sorry SER, reverting r13600, which brakes make test-all''
shyouhei
2007-10-03
8
-77
/
+26
*
* Fixes a bug in the pretty printer related to an incomplete refactoring.
ser
2007-10-02
8
-26
/
+77
*
* lib/net/http.rb: an SSL verification (the server hostname should
shyouhei
2007-09-24
5
-15
/
+32
*
* eval.c, intern.h, ext/thread/thread.c: should not free queue while
shyouhei
2007-09-23
4
-33
/
+25
*
* ext/stringio/stringio.c (strio_init): separate from strio_initialize
shyouhei
2007-09-22
3
-5
/
+22
*
* lib/rdoc/options.rb (Options::check_diagram): dot -V output
shyouhei
2007-09-22
3
-6
/
+11
*
* bignum.c (bigtrunc): RBIGNUM(x)->len may be zero. out of bound
shyouhei
2007-09-19
3
-4
/
+10
*
* ext/thread/thread.c (lock_mutex): should take care of threads
shyouhei
2007-09-16
4
-3
/
+49
*
* runruby.rb: fix incomplete backport r12339.
shyouhei
2007-09-16
3
-2
/
+7
*
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8_6@13459 b2d...
shyouhei
2007-09-16
4
-1
/
+71
*
* ruby.c (proc_options): -W should be allowed in RUBYOPT
shyouhei
2007-09-16
3
-2
/
+7
*
* range.c (range_step): fixed integer overflow. [ruby-dev:31763]
shyouhei
2007-09-16
3
-5
/
+12
*
* eval.c (rb_thread_start_0): should unset time_thread_alive_p.
shyouhei
2007-09-07
3
-1
/
+13
*
* array.c (rb_ary_subseq): need integer overflow check.
shyouhei
2007-09-07
3
-5
/
+9
*
* array.c (rb_ary_fill): need integer overflow check.
shyouhei
2007-09-07
3
-1
/
+7
*
* string.c (rb_str_splice): integer overflow for length.
shyouhei
2007-09-07
3
-2
/
+7
*
* configure.in (group_member): check if presents.
shyouhei
2007-09-07
3
-2
/
+7
*
* include/ruby/defines.h (flush_register_windows): call "ta 0x03"
shyouhei
2007-09-07
3
-4
/
+7
*
* ext/win32ole/win32ole.c (ole_type_progid, reg_enum_key,
shyouhei
2007-09-07
3
-9
/
+20
[prev]
[next]