aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * object.c (sym_call): disallow to call private methods.nobu2006-06-112-4/+8
* * win32/win32.h (write): not need to define on bcc.usa2006-06-112-2/+5
* commit miss againnobu2006-06-101-1/+1
* * lib/optparse.rb (OptionParser#getopts): new methods.nobu2006-06-102-1/+55
* * lib/rdoc/ri/ri_writer.rb: use String#ord.usa2006-06-102-2/+6
* commit missnobu2006-06-101-1/+1
* * object.c (sym_to_proc): imported Symbol#to_proc from ActiveSupprot.nobu2006-06-102-1/+31
* * 2006-06-11eban2006-06-101-3/+3
* * ext/bigdecimal/lib/bigdecimal/newton.rb (Newton::nlsolve): typomatz2006-06-105-10/+47
* * commit miss.usa2006-06-101-0/+19
* * eval.c (rb_f_method_name, rb_f_callee_name): new functions.usa2006-06-102-0/+56
* * lib/getoptlong.rb (GetoptLong#set_options): recieve argumentsusa2006-06-105-25/+32
* * math.c (log2): may be a macro.nobu2006-06-0911-39/+68
* * eval.c (CALLARGS): remove last semicolon. C90 compiler doesn'tusa2006-06-092-1/+7
* * 2006-06-10usa2006-06-091-3/+3
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-0991-2345/+2665
* * 2006-06-08usa2006-06-081-3/+3
* * win32/win32.[ch] (rb_w32_read, rb_w32_write): new functions.usa2006-06-083-0/+33
* getsockname returns "" on MacOS Xakr2006-06-071-4/+6
* * test/socket/{test_nonblock.rb, test_socket.rb}: Windows support.usa2006-06-072-14/+14
* * win32/win32.c (errmap): add some winsock errors.usa2006-06-072-1/+11
* * 2006-06-07usa2006-06-071-3/+3
* * ext/socket/socket.c (sock_s_unpack_sockaddr_in): rejectakr2006-06-054-3/+33
* * 2006-06-04eban2006-06-041-3/+3
* fix tests.akr2006-06-042-5/+6
* add ML ref.akr2006-06-041-0/+1
* * ext/socket/socket.c: fix sockaddr_un handling.akr2006-06-043-26/+175
* update doc.akr2006-06-021-50/+52
* * ext/openssl/extconf.rb: use create_header.gotoyuzo2006-06-024-0/+15
* * lib/mkmf.rb (CLEANINGS): remove extconf.h by distclean if created.nobu2006-06-022-2/+6
* fix a comment.akr2006-06-011-6/+6
* * 2006-06-02eban2006-06-011-3/+3
* * ext/socket/socket.c (s_recvfrom): alen may be zero with UNIXSocketakr2006-06-013-61/+465
* * win32/win32.c (rb_w32_cmdvector): backslashes inside single-quotesnobu2006-06-012-2/+7
* * win32/win32.c (rb_w32_getcwd): runtime's getcwd() will not successusa2006-06-012-19/+36
* * 2006-06-01usa2006-06-011-4/+4
* * win32/win32.c (rb_w32_getcwd): set errno if not set.usa2006-06-012-0/+12
* * eval.c (proc_invoke): save and restore block in the current frame.nobu2006-05-272-7/+14
* * 2006-05-27eban2006-05-271-3/+3
* * ext/extmk.rb (extmake): remove extinit files if no statically linkednobu2006-05-273-10/+20
* * lib/mkmf.rb (configuration): add $defs unless extconf.h was created.nobu2006-05-262-2/+4
* * 2006-05-26nobu2006-05-251-3/+3
* * ruby.h, lib/mkmf.rb (create_header): clear command line options fornobu2006-05-2515-96/+107
* * 2006-05-25eban2006-05-241-3/+3
* * mkconfig.rb: merge multiple entries to an entry with multiple lines.nobu2006-05-245-8/+43
* * ext/extmk.rb: deal with $static set in extconf.rb.nobu2006-05-242-7/+4
* * lib/mkmf.rb (pkg_config): particular config commands support.nobu2006-05-242-10/+24
* * configure.in (ac_install_sh): ignore dummy install-sh.nobu2006-05-242-1/+7
* update nonblocking methods document.akr2006-05-241-2/+9
* * 2006-05-24eban2006-05-231-3/+3