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
*
* 2006-06-23
eban
2006-06-23
1
-3
/
+3
*
* lib/net/http.rb (Net::HTTPResponse): duplicated error 501;
matz
2006-06-23
2
-1
/
+6
*
* variable.c (rb_mod_name): returns nil for anonymous modules.
matz
2006-06-22
2
-2
/
+7
*
* 2006-06-22
eban
2006-06-22
1
-3
/
+3
*
* string.c (rb_str_aref): "abc"[3] should not return an empty
matz
2006-06-22
2
-0
/
+11
*
* ext/socket/socket.c (sock_s_socketpair): try GC only once.
akr
2006-06-21
2
-7
/
+14
*
fixed an issue about mathn.
tadf
2006-06-21
2
-2
/
+7
*
* ext/socket/getaddrinfo.c (freeaddrinfo, get_name): fixed typo.
usa
2006-06-21
4
-5
/
+12
*
* lib/pp.rb (PP::PPMethods::seplist): should have preserved
matz
2006-06-21
2
-3
/
+8
*
* parse.y (block_param): do not use multiple assignment for a sole
matz
2006-06-21
6
-38
/
+60
*
use fork to isolate rlimit effect.
akr
2006-06-21
1
-7
/
+12
*
* parse.y (method_call): remove (fn)(args) style lambda
matz
2006-06-21
4
-19
/
+34
*
* eval.c, file.c, etc.: code-cleanup patch from Stefan Huehner
matz
2006-06-20
25
-567
/
+254
*
* 2006-06-21
eban
2006-06-20
1
-3
/
+3
*
* parse.y (reswords): modifier token is no longer returned in fname
nobu
2006-06-20
2
-1
/
+6
*
* ext/extmk.rb (parse_args): provisional catch-up for the recent changes.
nobu
2006-06-20
3
-6
/
+16
*
* eval.c (proc_invoke): intercept break and return from lambda
matz
2006-06-20
3
-71
/
+82
*
* 2006-06-20
eban
2006-06-20
1
-3
/
+3
*
RDoc from Hugh Sasse [ruby-core:8012]
drbrain
2006-06-19
1
-0
/
+3
*
Mon Jun 19 23:40:59 2006 NARUSE, Yui <naruse@ruby-lang.org>
naruse
2006-06-19
1
-0
/
+7
*
* kconv.rb: remove default -m0 and fix document.
naruse
2006-06-19
1
-16
/
+35
*
* ext/nkf/nkf-utf8/nkf.c: imported nkf 2.0.7
naruse
2006-06-19
4
-734
/
+739
*
should not test when win32ole is not available.
suke
2006-06-19
1
-13
/
+18
*
* sample/test.rb (proc_return3): return within non lambda block
matz
2006-06-19
2
-2
/
+15
*
* ext/socket/socket.c (unix_sysaccept): typo fixed.
matz
2006-06-19
3
-2
/
+9
*
* ext/socket/socket.c (tcp_accept_nonblock): forgot to remove
matz
2006-06-19
2
-13
/
+13
*
* 2006-06-19
eban
2006-06-18
1
-3
/
+3
*
* ext/tk/lib/multi-tk.rb: fix bug: initialize improper tables
nagai
2006-06-18
2
-2
/
+7
*
* 2006-06-18
usa
2006-06-18
1
-3
/
+3
*
support PROPERTYPUTREF. [ruby-talk:183042]
suke
2006-06-18
4
-4
/
+74
*
Add Test::Unit::Assertions.
drbrain
2006-06-18
1
-0
/
+1
*
* eval.c (Init_eval): add aliases invoke_method and
matz
2006-06-17
7
-356
/
+363
*
* lib/pathname.rb (Kernel#Pathname): new method.
akr
2006-06-17
3
-6
/
+54
*
* lib/pp.rb (Kernel#pretty_inspect): defined for pretty printed
akr
2006-06-16
2
-1
/
+14
*
* 2006-06-17
eban
2006-06-16
1
-3
/
+3
*
* parse.y (reswords): kDO_BLOCK was missing. fixed: [ruby-core:7995]
nobu
2006-06-16
2
-1
/
+5
*
* 2006-06-16
eban
2006-06-15
1
-3
/
+3
*
* eval.c (rb_proc_arity): get rid of segfault for mere splat.
nobu
2006-06-15
3
-2
/
+8
*
add RLIMIT_NOFILE test
akr
2006-06-15
1
-1
/
+20
*
give dummy argument for Process.getrlimit and rescue TypeError.
akr
2006-06-15
1
-2
/
+2
*
Define Process.getrlimit and Process.setrlimit even if
akr
2006-06-15
1
-4
/
+0
*
new file.
akr
2006-06-15
1
-0
/
+13
*
* 2006-06-15
eban
2006-06-15
1
-3
/
+3
*
Documentation typo.
drbrain
2006-06-15
2
-1
/
+5
*
Don't merge ri files if is nil/empty
drbrain
2006-06-14
1
-2
/
+4
*
Don't print warnings when -q is set.
drbrain
2006-06-14
2
-3
/
+15
*
* 2006-06-14
usa
2006-06-14
1
-3
/
+3
*
* eval.c (rb_f_method_name, rb_f_callee_name): document typo.
usa
2006-06-14
2
-2
/
+6
*
* ChangeLog: removed garbage.
nobu
2006-06-13
1
-1
/
+0
*
* 2006-06-13
usa
2006-06-13
1
-3
/
+3
[next]