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
path:
root
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
* lib/pp.rb (Kernel#pretty_inspect): defined for pretty printed
akr
2006-06-16
1
-0
/
+5
*
* parse.y (reswords): kDO_BLOCK was missing. fixed: [ruby-core:7995]
nobu
2006-06-16
1
-4
/
+8
*
support PROPERTYPUTREF. [ruby-talk:183042]
suke
2006-06-16
1
-1
/
+8
*
The return value of WIN32OLE#ole_methods and WIN32OLE#ole_put_methods
suke
2006-06-15
1
-0
/
+12
*
Documentation typo
drbrain
2006-06-15
1
-0
/
+4
*
Don't print warnings when -q is set.
drbrain
2006-06-14
1
-0
/
+5
*
* configure.in: check sizeof(rlim_t).
akr
2006-06-14
1
-0
/
+10
*
* sprintf.c (rb_f_sprintf): adjust precision length to prevent
matz
2006-06-12
1
-0
/
+5
*
* lib/optparse.rb (OptionParser::Arguable#getopts): pass self to the
nobu
2006-06-11
1
-0
/
+5
*
* win32/win32.h (write): not need to define on bcc.
usa
2006-06-11
1
-0
/
+4
*
commit miss again
nobu
2006-06-10
1
-1
/
+1
*
* lib/optparse.rb (OptionParser#getopts): new methods.
nobu
2006-06-10
1
-0
/
+4
*
* ext/bigdecimal/lib/bigdecimal/newton.rb (Newton::nlsolve): typo
matz
2006-06-10
1
-0
/
+11
*
* win32/win32.[ch] (rb_w32_read, rb_w32_write): new functions.
usa
2006-06-08
1
-0
/
+5
*
* win32/win32.c (errmap): add some winsock errors.
usa
2006-06-07
1
-0
/
+4
*
* configure.in: add new configure option `--with-winsock2' for mingw.
usa
2006-06-07
1
-1
/
+11
*
* win32/{configure.bat, setup.mak, Makefile.sub, win32.h}: add
usa
2006-06-07
1
-0
/
+15
*
* eval.c (rb_call0): binding for the return event hook should have
matz
2006-06-07
1
-0
/
+9
*
* ext/socket/socket.c (sock_s_unpack_sockaddr_in): reject
akr
2006-06-05
1
-0
/
+7
*
add ML ref.
akr
2006-06-04
1
-0
/
+1
*
* ext/socket/socket.c: fix sockaddr_un handling.
akr
2006-06-04
1
-0
/
+4
*
* lib/forwardable.rb: RDoc typo fix from Jan Svitok
matz
2006-06-02
1
-0
/
+5
*
* ext/openssl/extconf.rb: use create_header.
gotoyuzo
2006-06-02
1
-0
/
+7
*
* lib/mkmf.rb (CLEANINGS): remove extconf.h by distclean if created.
nobu
2006-06-02
1
-0
/
+4
*
* ext/socket/socket.c (s_recvfrom): alen may be zero with UNIXSocket
akr
2006-06-01
1
-0
/
+13
*
* win32/win32.c (rb_w32_cmdvector): backslashes inside single-quotes
nobu
2006-06-01
1
-0
/
+5
*
* win32/win32.c (rb_w32_getcwd): runtime's getcwd() will not success
usa
2006-06-01
1
-0
/
+6
*
* win32/win32.c (rb_w32_getcwd): set errno if not set.
usa
2006-06-01
1
-0
/
+5
*
* ext/extmk.rb (extmake): remove extinit files if no statically linked
nobu
2006-05-27
1
-0
/
+5
*
* lib/mkmf.rb (configuration): add $defs unless extconf.h was created.
nobu
2006-05-26
1
-1
/
+3
*
* ruby.h, lib/mkmf.rb (create_header): clear command line options for
nobu
2006-05-25
1
-0
/
+13
*
* mkconfig.rb: merge multiple entries to an entry with multiple lines.
nobu
2006-05-24
1
-1
/
+9
*
* ext/extmk.rb: deal with $static set in extconf.rb.
nobu
2006-05-24
1
-1
/
+3
*
* lib/mkmf.rb (pkg_config): particular config commands support.
nobu
2006-05-24
1
-0
/
+4
*
* configure.in (ac_install_sh): ignore dummy install-sh.
nobu
2006-05-24
1
-0
/
+5
*
* ext/openssl/lib/openssl/ssl.rb
gotoyuzo
2006-05-23
1
-0
/
+5
*
* ext/socket/socket.c (sock_recvfrom_nonblock): use rb_read_pending
akr
2006-05-22
1
-0
/
+6
*
* rubyio.h (rb_io_set_nonblock): declared.
akr
2006-05-22
1
-0
/
+16
*
* eval.c (umethod_bind): should not update original class.
matz
2006-05-22
1
-0
/
+5
*
* eval.c (ev_const_get): should support constant access from
matz
2006-05-22
1
-0
/
+5
*
* time.c (time_timeval): should round for usec floating
matz
2006-05-18
1
-0
/
+7
*
* lib/cgi.rb (CGI::out): support utf-8. a patch from Fujioka
matz
2006-05-18
1
-0
/
+5
*
* ext/extmk.rb, lib/mkmf.rb: use BUILD_FILE_SEPARATOR in Makefiles.
nobu
2006-05-17
1
-4
/
+8
*
* dir.c (sys_warning): should not call a vararg function
matz
2006-05-17
1
-0
/
+5
*
* util.c (ruby_strtod): try to reduce errors using powersOf10
matz
2006-05-16
1
-0
/
+5
*
* re.c (rb_reg_initialize): should not allow modifying literal
matz
2006-05-16
1
-0
/
+5
*
* dir.c (dir_close): should not close untainted dir stream.
matz
2006-05-16
1
-0
/
+4
*
* re.c (rb_reg_initialize): should not modify untainted objects in
matz
2006-05-16
1
-0
/
+7
*
* lib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser::parse_symbol_arg):
matz
2006-05-15
1
-0
/
+5
*
add ML ref.
akr
2006-05-13
1
-0
/
+1
[next]