summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * math.c (domain_check): a new function to check domain errormatz2006-07-272-24/+40
* * time.c (time_to_s): fixed format mismatch.nobu2006-07-272-1/+5
* * time.c: need to declare time_utc_offset.eban2006-07-272-0/+5
* * time.c (time_to_s): use +0900 style timezone string for local time.matz2006-07-272-1/+21
* * ext/openssl/ossl.h: move <ruby.h> inclusion point to shut upmatz2006-07-272-9/+14
* 2006-07-27matz2006-07-271-3/+3
* * configure.in: add support for as and ASFLAGS. [ruby-dev:29138]matz2006-07-264-0/+15
* small document fixaamine2006-07-261-1/+1
* restore (wrongly) removed testsaamine2006-07-261-3/+74
* * lib/net/http.rb: sync with HEAD (rev 1.132).aamine2006-07-263-93/+96
* * ext/strscan/strscan.c: sync with HEAD (rev 1.25).aamine2006-07-263-170/+209
* * ext/pty/pty.c (getDevice): retry once after GC on failure.nobu2006-07-262-22/+34
* * sprintf.c (rb_f_sprintf): prepend ".." to %u for negative bignum,nobu2006-07-262-19/+21
* * string.c (rb_str_scan): add string modification check.matz2006-07-262-0/+7
* * lib/cgi.rb (CGI::QueryExtension::read_multipart): checkmatz2006-07-262-0/+9
* 2006-07-26nobu2006-07-251-3/+3
* * configure.in: suppress warnings by automake 1.8 or later.nobu2006-07-252-5/+9
* RD to RDoc conversion by Hugh Sasse.drbrain2006-07-253-125/+112
* * lib/mkmf.rb (configuration): typo.usa2006-07-252-1/+5
* 2006-07-25matz2006-07-251-3/+3
* * process.c (rb_proc_times): rename hz to hertz to avoid namematz2006-07-252-5/+10
* * eval.c (backtrace): skip frames successive on node and method name.nobu2006-07-242-2/+7
* * process.c (rb_f_system): add security check. [ruby-talk:202947]matz2006-07-242-1/+9
* don't compare struct sockaddr directly.akr2006-07-241-2/+2
* * ext/readline/readline.c (readline_readline): rl_deprep_term_functionakr2006-07-242-1/+8
* 2006-07-24matz2006-07-241-3/+3
* * eval.c (rb_call0): revert last change. [ruby-dev:29112]matz2006-07-242-1/+7
* * test/socket/test_unix.rb: disabled on cygwin.akr2006-07-232-1/+6
* 2006-07-23akr2006-07-231-3/+3
* * eval.c (rb_call0): include funcalled methods in caller list.nobu2006-07-212-0/+6
* * ext/extmk.rb, lib/mkmf.rb (with_destdir): remove drive letter beforenobu2006-07-213-6/+15
* 2006-07-21nobu2006-07-211-3/+3
* * ruby.h: export classes/modules to implement sandbox.matz2006-07-207-12/+26
* * lib/irb/completion.rb: support for completion of numerickeiju2006-07-192-4/+24
* 2006-07-20keiju2006-07-191-3/+3
* * lib/rss/parser.rb, lib/rss/utils.rb: added documents.kou2006-07-193-0/+17
* 2006-07-19kou2006-07-191-3/+3
* * process.c (rb_f_system): block SIGCHLD during the processmatz2006-07-182-15/+20
* * win32/win32.c (open_ifs_socket): should not use plain malloc.usa2006-07-182-1/+11
* * test/ruby/test_float.rb (TestFloat::test_strtod): update test tomatz2006-07-182-5/+5
* * pack.c (pack_unpack): propagate association array to copiedmatz2006-07-182-5/+19
* * process.c (rb_f_system): call rb_sys_fail(0) if rb_last_statusmatz2006-07-182-1/+6
* * lib/webrick/httpserver.rb (WEBrick::HTTPServer::unmount): removematz2006-07-183-2/+7
* * object.c (rb_cstr_to_dbl): limit out-of-range message.nobu2006-07-183-6/+22
* * util.c (ruby_strtod): stop at dot not followed by digits.nobu2006-07-171-0/+5
* * util.c (ruby_strtod): stop at dot not followed by digits.nobu2006-07-171-2/+2
* * ext/extmk.rb: remove LIBRUBY_SO if static linked extensions exist.nobu2006-07-172-0/+7
* 2006-07-18nobu2006-07-171-3/+3
* * configure.in (rb_cv_msvcrt): defaulted to msvcrt. Workaround for anobu2006-07-172-3/+8
* * pack.c (define_swapx): should not use plain malloc.matz2006-07-172-2/+6