summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2006-06-17* lib/rss, test/rss: backported from trunk. (2005-11-16 - now)kou
2006-06-17* lib/rss, test/rss: backported from trunk. (2005-11-16 - now)kou
2006-06-17* lib/rss, test/rss: backported from trunk. (2005-11-16 - now)kou
2006-06-17* lib/rss, test/rss: backported from trunk. (2005-11-16 - now)kou
2006-06-17* lib/rss, test/rss: backported from trunk. (2005-11-16 - now)kou
2006-06-17* lib/rss, test/rss: backported from trunk. (2005-11-16 - now)kou
2006-06-17* lib/rss, test/rss: backported from trunk. (2005-11-16 - now)kou
2006-06-17* lib/rss, test/rss: backported from trunk. (2005-11-16 - now)kou
2006-06-17* lib/rss, test/rss: backported from trunk. (2005-11-16 - now)kou
2006-06-17* lib/rss, test/rss: backported from trunk. (2005-11-16 - now)kou
2006-06-17* lib/rss, test/rss: backported from trunk. (2005-11-16 - now)kou
2006-06-17* lib/rss, test/rss: backported from trunk. (2005-11-16 - now)kou
2006-06-16* lib/pp.rb (Kernel#pretty_inspect): defined for pretty printedakr
2006-06-16* parse.y (reswords): kDO_BLOCK was missing. fixed: [ruby-core:7995]nobu
2006-06-16support PROPERTYPUTREF. [ruby-talk:183042]suke
2006-06-15The return value of WIN32OLE#ole_methods and WIN32OLE#ole_put_methodssuke
2006-06-15Documentation typodrbrain
2006-06-14Don't print warnings when -q is set.drbrain
2006-06-14* configure.in: check sizeof(rlim_t).akr
2006-06-12* sprintf.c (rb_f_sprintf): adjust precision length to preventmatz
2006-06-11* lib/optparse.rb (OptionParser::Arguable#getopts): pass self to thenobu
2006-06-11* win32/win32.h (write): not need to define on bcc.usa
2006-06-10commit miss againnobu
2006-06-10* lib/optparse.rb (OptionParser#getopts): new methods.nobu
2006-06-10* ext/bigdecimal/lib/bigdecimal/newton.rb (Newton::nlsolve): typomatz
2006-06-08* win32/win32.[ch] (rb_w32_read, rb_w32_write): new functions.usa
2006-06-07* win32/win32.c (errmap): add some winsock errors.usa
2006-06-07* configure.in: add new configure option `--with-winsock2' for mingw.usa
2006-06-07* win32/{configure.bat, setup.mak, Makefile.sub, win32.h}: addusa
2006-06-07* eval.c (rb_call0): binding for the return event hook should havematz
2006-06-05* ext/socket/socket.c (sock_s_unpack_sockaddr_in): rejectakr
2006-06-04add ML ref.akr
2006-06-04* ext/socket/socket.c: fix sockaddr_un handling.akr
2006-06-02* lib/forwardable.rb: RDoc typo fix from Jan Svitokmatz
2006-06-02* ext/openssl/extconf.rb: use create_header.gotoyuzo
2006-06-02* lib/mkmf.rb (CLEANINGS): remove extconf.h by distclean if created.nobu
2006-06-01* ext/socket/socket.c (s_recvfrom): alen may be zero with UNIXSocketakr
2006-06-01* win32/win32.c (rb_w32_cmdvector): backslashes inside single-quotesnobu
2006-06-01* win32/win32.c (rb_w32_getcwd): runtime's getcwd() will not successusa
2006-06-01* win32/win32.c (rb_w32_getcwd): set errno if not set.usa
2006-05-27* ext/extmk.rb (extmake): remove extinit files if no statically linkednobu
2006-05-26* lib/mkmf.rb (configuration): add $defs unless extconf.h was created.nobu
2006-05-25* ruby.h, lib/mkmf.rb (create_header): clear command line options fornobu
2006-05-24* mkconfig.rb: merge multiple entries to an entry with multiple lines.nobu
2006-05-24* ext/extmk.rb: deal with $static set in extconf.rb.nobu
2006-05-24* lib/mkmf.rb (pkg_config): particular config commands support.nobu
2006-05-24* configure.in (ac_install_sh): ignore dummy install-sh.nobu
2006-05-23* ext/openssl/lib/openssl/ssl.rbgotoyuzo
2006-05-22* ext/socket/socket.c (sock_recvfrom_nonblock): use rb_read_pendingakr
2006-05-22* rubyio.h (rb_io_set_nonblock): declared.akr