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
...
*
* 2005-11-21
eban
2005-11-21
1
-3
/
+3
*
* win32/setup.mk: findstr doesn't exist on win9x.
ocean
2005-11-21
2
-2
/
+7
*
* regparse.c (fetch_token_in_cc): tok->escaped should be
matz
2005-11-20
2
-0
/
+7
*
* 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.
matz
2005-11-19
3
-1
/
+7
*
* 2005-11-19
eban
2005-11-19
1
-3
/
+3
*
* ext/socket/socket.c: Socket Documentation. [ruby-core:6580]
ocean
2005-11-18
2
-0
/
+432
*
* 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
-9
/
+22
*
* ext/tk/lib/multi-tk.rb: add restriction to access the entried
nagai
2005-11-18
6
-24
/
+393
*
* forgotten to save after rename method name.
usa
2005-11-18
1
-1
/
+1
*
* file.c (file_s_dirname): added checks for some patterns with drive
usa
2005-11-18
3
-1
/
+87
*
* 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
-2
/
+11
*
* lib/rss/1.0.rb: added convenience method 'resources'.
kou
2005-11-17
5
-5
/
+33
*
* lib/rss/taxonomy.rb: implemented taxonomy module.
kou
2005-11-17
3
-15
/
+335
*
* lib/rss/1.0.rb: added rdf:Bag.
kou
2005-11-17
2
-28
/
+77
*
* 2005-11-17
eban
2005-11-17
1
-3
/
+3
*
* lib/rss/rss.rb : removed needless argument 'prefix'.
kou
2005-11-17
3
-4
/
+8
*
* common.mk (static-ruby): overridable.
nobu
2005-11-16
3
-6
/
+19
*
* 2005-11-16
eban
2005-11-15
1
-3
/
+3
*
* lib/rss/trackback.rb: added TrackBack prefix.
kou
2005-11-15
3
-13
/
+37
*
* lib/rss/rss.rb (RSS::VERSION): 0.1.5 -> 0.1.6.
kou
2005-11-15
3
-2
/
+8
*
* file.c (file_load_ok): eaccess() returns 0 on success.
nobu
2005-11-15
2
-1
/
+6
*
* 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
*
* file.c (file_load_ok): use eaccess() instead of actually opening
matz
2005-11-15
3
-8
/
+19
*
* 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
*
* ChangeLog: added ML reference.
nobu
2005-11-14
1
-0
/
+1
*
* file.c (rb_file_s_readlink): ERANGE will occur only on GPFS.
nobu
2005-11-14
1
-6
/
+4
*
* file.c (rb_file_s_readlink): ERANGE will occur only on GPFS.
nobu
2005-11-14
1
-0
/
+4
*
* 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
-4
/
+10
*
* 2005-11-13
eban
2005-11-13
1
-3
/
+3
*
* lib/uri/common.rb (escape): regard second argument as a character set. [rub...
aamine
2005-11-13
2
-1
/
+10
*
* configure.in (socketpair): need to be checked.
nobu
2005-11-11
2
-2
/
+4
*
* 2005-11-12
eban
2005-11-11
1
-3
/
+3
*
* configure.in, eval.c, intern.h: check fd_mask type.
nobu
2005-11-11
4
-4
/
+8
*
* eval.c, intern.h: failed to compile where NFDBITS is defined but
ocean
2005-11-11
4
-8
/
+29
*
* 2005-11-11
eban
2005-11-11
1
-3
/
+3
*
* Makefile.in (OUTFLAG): keep trailing spaces. [ruby-dev:27666]
nobu
2005-11-10
3
-17
/
+29
*
* configure.in: undef HAVE_LINK on BeOS. (link(2) always returns
ocean
2005-11-10
3
-1
/
+38
*
* 2005-11-10
eban
2005-11-10
1
-3
/
+3
*
* lib/shellwords.rb: fix for blank but not empty string.
nobu
2005-11-10
2
-9
/
+10
*
* 2005-11-09
eban
2005-11-09
1
-3
/
+3
[prev]
[next]