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
*
* file.c (rb_file_s_basename): skip slashes just after UNC top slashes.
usa
2005-11-22
3
-16
/
+124
*
* win32/win32.c (rb_w32_stat): Dir.chdir('//server/shared');
ocean
2005-11-22
2
-1
/
+112
*
* 2005-11-22
eban
2005-11-21
1
-3
/
+3
*
* ext/tk/lib/tkextlib/tile.rb: bug fix (Tk::Tile::USE_TTK_NAMESPACE
nagai
2005-11-21
4
-2
/
+16
*
* file.c (rb_file_s_basename): DOSISH_UNC is defined on cygwin but
nobu
2005-11-21
2
-3
/
+8
*
* parse.y (dsym): prohibit empty symbol literal by interpolation.
nobu
2005-11-21
2
-2
/
+12
*
* file.c (rb_path_skip_prefix, rb_file_s_basename): UNC without path
nobu
2005-11-21
2
-3
/
+31
*
changed ml-number
ocean
2005-11-21
1
-1
/
+1
*
* 2005-11-21
eban
2005-11-21
1
-3
/
+3
*
* win32/setup.mk: findstr doesn't exist on win9x.
ocean
2005-11-21
2
-1
/
+6
*
* parse.y (rb_symname_p): [ not followed by ] is not valid symbol.
nobu
2005-11-20
2
-5
/
+11
*
* 2005-11-20
eban
2005-11-20
1
-3
/
+3
*
document that fork doesn't copy other threads
akr
2005-11-20
1
-0
/
+3
*
* test/ruby/test_array.rb (test_misc): added some tests
ocean
2005-11-20
1
-0
/
+11
*
* lib/fileutils.rb (FileUtils::ln): ln documentation fix.
ocean
2005-11-20
1
-1
/
+1
*
* lib/fileutils.rb (FileUtils::ln): ln documentation fix.
matz
2005-11-19
1
-0
/
+5
*
* 2005-11-19
eban
2005-11-19
1
-3
/
+3
*
* ext/tk/lib/tk/font.rb: remove dependency on Ruby's version (1.8 or 1.9).
nagai
2005-11-18
6
-52
/
+82
*
* file.c (rb_file_s_dirname): should use skipprefix for UNC path.
usa
2005-11-18
3
-8
/
+21
*
* ext/tk/lib/multi-tk.rb: add restriction to access the entried
nagai
2005-11-18
6
-24
/
+393
*
* file.c (file_s_dirname): added checks for some patterns with drive
usa
2005-11-18
3
-2
/
+88
*
* 2005-11-18
eban
2005-11-18
1
-3
/
+3
*
* win32/win32.h (S_IFIFO): r,w = IO.pipe; r.stat.pipe? now
ocean
2005-11-18
2
-1
/
+10
*
* 2005-11-16
eban
2005-11-16
1
-3
/
+3
*
* common.mk (static-ruby): overridable.
nobu
2005-11-16
3
-6
/
+19
*
* lib/find.rb (Find::find): should not ignore symbolic links to
matz
2005-11-15
2
-2
/
+7
*
* ext/tk/sample/24hr_clock.rb: a new example about handling of canvas items.
nagai
2005-11-15
1
-0
/
+286
*
* array.c (rb_ary_fill): previous commit disabled this usage:
ocean
2005-11-15
2
-6
/
+11
*
* array.c (rb_ary_fill): tail elements were vanished when the middle
ocean
2005-11-15
3
-5
/
+37
*
* 2005-11-15
eban
2005-11-15
1
-3
/
+3
*
* array.c (rb_ary_fill): should adjust array length correctly when
matz
2005-11-15
2
-4
/
+9
*
* file.c (rb_file_s_readlink): ERANGE will occur only on GPFS.
nobu
2005-11-14
2
-6
/
+9
*
* 2005-11-14
eban
2005-11-14
1
-3
/
+3
*
* array.c (rb_ary_first): RDoc update from Daniel Berger
matz
2005-11-14
2
-5
/
+14
*
* 2005-11-11
eban
2005-11-11
1
-3
/
+3
*
* ext/socket/socket.c: Socket Documentation. [ruby-core:6580]
ocean
2005-11-11
2
-0
/
+514
*
* Makefile.in (OUTFLAG): keep trailing spaces. [ruby-dev:27666]
nobu
2005-11-10
3
-19
/
+31
*
* configure.in: undef HAVE_LINK on BeOS. (link(2) always returns
ocean
2005-11-10
3
-1
/
+45
*
* 2005-11-08
eban
2005-11-08
1
-3
/
+3
*
* lib/drb/ssl.rb (DRb::SSLConfig#accept): fixed typo.
ocean
2005-11-08
2
-1
/
+6
*
* ext/tk/stubs.c (_nativethread_consistency_check): use simpler
nagai
2005-11-07
4
-34
/
+45
*
* 2005-11-07
eban
2005-11-06
1
-3
/
+3
*
* lib/yaml.rb: removed :nodoc: to generate Kernel doc. [ruby-core:6324]
ocean
2005-11-06
2
-1
/
+5
*
* ext/iconv/iconv.c (Iconv::BrokenLibrary): exception when detected a
nobu
2005-11-06
2
-1
/
+21
*
* ext/iconv/extconf.rb: use 3rd argument to have_library.
nobu
2005-11-06
1
-1
/
+1
*
* ext/tk/stubs.c (ruby_tcl_create_ip_and_stubs_init): should touch
ocean
2005-11-06
2
-2
/
+7
*
* 2005-11-06
eban
2005-11-06
1
-3
/
+3
*
* file.c (rb_file_s_readlink): readlink(2) on AIX fails with ERANGE if
nobu
2005-11-06
2
-3
/
+14
*
* ext/tcltklib/.cvsignore: removed.
ocean
2005-11-02
1
-3
/
+0
*
* 2005-11-02
eban
2005-11-02
1
-3
/
+3
[next]