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-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
*
* ext/socket/socket.c (Init_socket): remove obsolete constants:
matz
2006-06-13
5
-15
/
+34
*
* lib/optparse.rb (OptionParser::Arguable#getopts): pass self to the
nobu
2006-06-11
2
-2
/
+5
*
* object.c (sym_call): disallow to call private methods.
nobu
2006-06-11
2
-4
/
+8
*
* win32/win32.h (write): not need to define on bcc.
usa
2006-06-11
2
-2
/
+5
*
commit miss again
nobu
2006-06-10
1
-1
/
+1
*
* lib/optparse.rb (OptionParser#getopts): new methods.
nobu
2006-06-10
2
-1
/
+55
*
* lib/rdoc/ri/ri_writer.rb: use String#ord.
usa
2006-06-10
2
-2
/
+6
*
commit miss
nobu
2006-06-10
1
-1
/
+1
*
* object.c (sym_to_proc): imported Symbol#to_proc from ActiveSupprot.
nobu
2006-06-10
2
-1
/
+31
*
* 2006-06-11
eban
2006-06-10
1
-3
/
+3
*
* ext/bigdecimal/lib/bigdecimal/newton.rb (Newton::nlsolve): typo
matz
2006-06-10
5
-10
/
+47
*
* commit miss.
usa
2006-06-10
1
-0
/
+19
*
* eval.c (rb_f_method_name, rb_f_callee_name): new functions.
usa
2006-06-10
2
-0
/
+56
*
* lib/getoptlong.rb (GetoptLong#set_options): recieve arguments
usa
2006-06-10
5
-25
/
+32
*
* math.c (log2): may be a macro.
nobu
2006-06-09
11
-39
/
+68
*
* eval.c (CALLARGS): remove last semicolon. C90 compiler doesn't
usa
2006-06-09
2
-1
/
+7
*
* 2006-06-10
usa
2006-06-09
1
-3
/
+3
*
* sprintf.c (rb_str_format): allow %c to print one character
matz
2006-06-09
91
-2345
/
+2665
*
* 2006-06-08
usa
2006-06-08
1
-3
/
+3
*
* win32/win32.[ch] (rb_w32_read, rb_w32_write): new functions.
usa
2006-06-08
3
-0
/
+33
*
getsockname returns "" on MacOS X
akr
2006-06-07
1
-4
/
+6
*
* test/socket/{test_nonblock.rb, test_socket.rb}: Windows support.
usa
2006-06-07
2
-14
/
+14
*
* win32/win32.c (errmap): add some winsock errors.
usa
2006-06-07
2
-1
/
+11
*
* 2006-06-07
usa
2006-06-07
1
-3
/
+3
*
* ext/socket/socket.c (sock_s_unpack_sockaddr_in): reject
akr
2006-06-05
4
-3
/
+33
*
* 2006-06-04
eban
2006-06-04
1
-3
/
+3
*
fix tests.
akr
2006-06-04
2
-5
/
+6
*
add ML ref.
akr
2006-06-04
1
-0
/
+1
*
* ext/socket/socket.c: fix sockaddr_un handling.
akr
2006-06-04
3
-26
/
+175
*
update doc.
akr
2006-06-02
1
-50
/
+52
*
* ext/openssl/extconf.rb: use create_header.
gotoyuzo
2006-06-02
4
-0
/
+15
*
* lib/mkmf.rb (CLEANINGS): remove extconf.h by distclean if created.
nobu
2006-06-02
2
-2
/
+6
*
fix a comment.
akr
2006-06-01
1
-6
/
+6
*
* 2006-06-02
eban
2006-06-01
1
-3
/
+3
*
* ext/socket/socket.c (s_recvfrom): alen may be zero with UNIXSocket
akr
2006-06-01
3
-61
/
+465
*
* win32/win32.c (rb_w32_cmdvector): backslashes inside single-quotes
nobu
2006-06-01
2
-2
/
+7
*
* win32/win32.c (rb_w32_getcwd): runtime's getcwd() will not success
usa
2006-06-01
2
-19
/
+36
*
* 2006-06-01
usa
2006-06-01
1
-4
/
+4
*
* win32/win32.c (rb_w32_getcwd): set errno if not set.
usa
2006-06-01
2
-0
/
+12
*
* eval.c (proc_invoke): save and restore block in the current frame.
nobu
2006-05-27
2
-7
/
+14
*
* 2006-05-27
eban
2006-05-27
1
-3
/
+3
*
* ext/extmk.rb (extmake): remove extinit files if no statically linked
nobu
2006-05-27
3
-10
/
+20
*
* lib/mkmf.rb (configuration): add $defs unless extconf.h was created.
nobu
2006-05-26
2
-2
/
+4
*
* 2006-05-26
nobu
2006-05-25
1
-3
/
+3
*
* ruby.h, lib/mkmf.rb (create_header): clear command line options for
nobu
2006-05-25
15
-96
/
+107
*
* 2006-05-25
eban
2006-05-24
1
-3
/
+3
[next]