summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Describe String#split grouping behavior. Patch by Jan Svitok [ruby-core:08603].drbrain2006-08-131-0/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10723 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/socket/socket.c: ANSIfied. [ruby-core:08601]akr2006-08-131-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10722 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in, bcc32/Makefile.sub, win32/Makefile.sub, win32/dir.h,nobu2006-08-121-0/+5
| | | | | | | win32/win32.c, win32/win32.h: large file support for win32. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10720 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ChangeLog: fix entry header format.nobu2006-08-121-128/+128
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10719 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* RDoc C parser and documentation fixesdrbrain2006-08-111-0/+8
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10717 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ChangeLog: correct auther name.nobu2006-08-111-2/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10712 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* fix typos.akr2006-08-101-2/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10710 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/smtp.rb (Net::SMTP::auth_cram_md5): use ord to retrievematz2006-08-091-0/+6
| | | | | | | | bytes from strings. a patch from WATANABE Tetsuya <Tetsuya.WATANABE at nifty.com>. [ruby-dev:29240] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10709 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/irb/extend-command.rb (IRB::ExtendCommandBundle): pacifymatz2006-08-081-0/+6
| | | | | | | | RDoc. a patch from Eric Hodel <drbrain at segment7.net>. [ruby-core:08522] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10707 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/resolv.rb (Resolv::DNS::Message::MessageDecoder::get_string):matz2006-08-081-0/+8
| | | | | | | | | | affected by str[0] returns 1 char string. [ruby-dev:29223] * lib/resolv.rb (Resolv::DNS::Message::MessageDecoder::get_labels): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10705 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * parse.y (arg): allow newlines before ternary colon. [ruby-dev:29189]nobu2006-08-081-3/+7
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10703 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* reverttadf2006-08-071-6/+0
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10700 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/bigdecimal/bigdecimal.c, ext/digest/rmd160/rmd160ossl.c,matz2006-08-071-0/+12
| | | | | | | | | ext/digest/sha1/sha1ossl.c, ext/readline/readline.c: move incluion of config.h to pacify AIX. a patch from Yutaka Kanemoto <kinpoco at gmail.com>. [ruby-dev:29197] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10699 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/date/format.rb: specify maximum number of digits to parsematz2006-08-071-0/+6
| | | | | | | | "200608007". %Y(4), %y(2), %m(2), %d(2). [ruby-core:8484] [experimental] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10696 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in, common.mk: AIX link issue. a patch from Yutakamatz2006-08-071-1/+9
| | | | | | | | | Kanemoto <kinpoco at gmail.com>. [ruby-dev:29190] * ext/socket/socket.c: AIX socket support. [ruby-dev:29190] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10695 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * dln.c, eval.c, gc.c, ruby.h: shut up AIX alloca warning.matz2006-08-071-0/+5
| | | | | | | [ruby-dev:29191] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10691 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * parse.y (top_local_setup): local_vars[-1] should pointmatz2006-08-071-0/+6
| | | | | | | | ruby_scope itself to protect local_tbl from garbage collection. [ruby-dev:29049] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10689 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* %[EO]U didn't denote %U.tadf2006-08-061-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10688 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * io.c (io_reopen): STDERR.reopen(open("/dev/tty", "w")) should notakr2006-08-061-0/+5
| | | | | | | clear FMODE_PREP in STDERR. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10685 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* merge Oniguruma 4.2.2kosako2006-08-051-0/+16
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10684 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* "%\n" means "\n".tadf2006-08-051-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10683 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* add ML entrymatz2006-08-051-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10682 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Clean up files for RDoc.drbrain2006-08-041-0/+8
| | | | | | | | Add files to lib/.document. Small fixes to drb/ssl.rb and ri_formatter.rb. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10673 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * sprintf.c (rb_str_format): a bug in %c type check.matz2006-08-041-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10666 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * forget to ci ChangeLogkeiju2006-08-041-0/+5
| | | | | | | | lib/irb/{init.rb,ruby-lex.rb,slex.rb}: can't input '\c' for [ruby-core: 7122]. and support for ruby1.8.X. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10665 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/date/format.rb (__strptime, strftime): allow multi-line patternsnobu2006-08-041-0/+6
| | | | | | | | in Date#strftime the same as Time#strftime accepts. fixed: [ruby-core:08466] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10662 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * pack.c (pack_pack): check argument overrun for 'P'. based on anobu2006-08-041-0/+5
| | | | | | | patch by rucila <rucila at yahoo.cojp>. fixed: [ruby-dev:29182] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10660 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * io.c (io_reopen): STDERR.reopen(File.open("/dev/null", "w")) shouldakr2006-08-031-0/+5
| | | | | | | not fclose stderr. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10658 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * range.c (range_include): should always call Enumerable#include?matz2006-08-031-0/+6
| | | | | | | | (not #===) for non numeric end points. [ruby-core:08477] [ruby-core:08496] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10656 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ChangeLog: typo.usa2006-07-311-1/+0
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10652 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * win32/win32.c (exit_handler): new function; release winsock andusa2006-07-311-0/+15
| | | | | | | | | | | | | | | | | environment work area. * win32/win32.c (NTInitialize): setup exit_handler. * win32/win32.c (StartSockets): use exit_handler. exit handler. * win32/win32.c (rb_w32_getenv): use GetEnvironmentStrings() instead of GetEnvironmentVariable(), because the latter cannot distinguish wheather a null environment variable exists or not. fixed: [ruby-talk:205123] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10650 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/ruby/test_process.rb (TestProcess#test_rlimit_nofile):akr2006-07-311-0/+6
| | | | | | | | setrlimit may fail with EINVAL. reported by MIYAMUKO Katsuyuki. [ruby-dev:29174] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10649 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ruby.h: use ifdef (or defined) for macro constants that may ormatz2006-07-311-0/+13
| | | | | | | | may not be defined to shut up gcc's -Wundef warnings. [ruby-core:08447] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10648 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/webrick/httprequest.rb (WEBrick::HTTPReuqest#parse_uri): improvegotoyuzo2006-07-311-0/+5
| | | | | | | for the value of IPv6 address in the Host: header field. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10646 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (rb_call0): trace call/return of method defined from block.nobu2006-07-301-1/+4
| | | | | | | fixed: [ruby-core:08329] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10644 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/cgi/session.rb, lib/cgi/session/pstore.rb: suppress warnings.nobu2006-07-301-1/+4
| | | | | | | fixed: [ruby-talk:204896] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10643 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (rb_trap_eval): make the current thread runnable to deal withnobu2006-07-301-0/+5
| | | | | | | exceptions which occurred within the trap. fixed: [ruby-dev:27729] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10641 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/lib/multi-tk.rb: freeze ip_name for security reason.nagai2006-07-281-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10640 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/curses/curses.c (NUM2CH, CH2FIX): use single char strings.nobu2006-07-281-2/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10635 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (rb_call): fixed typo in cache look-up. [ruby-dev:29167]matz2006-07-281-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10634 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (rb_call): a bug in method cache look-up.matz2006-07-281-0/+5
| | | | | | | http://www.rubyist.net/~matz/20060720.html#c04 git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10633 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * sprintf.c (rb_f_sprintf): documentation update patch from Jacobmatz2006-07-281-0/+5
| | | | | | | Fugal <lukfugl at gmail.com>. [ruby-core:08418] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10632 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * time.c (time_to_s): fixed typo. [ruby-dev:29162]matz2006-07-281-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10631 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * math.c (domain_check): ANSI style function argumentsmatz2006-07-271-0/+6
| | | | | | | * math.c (math_log): too few argument to domain_check(). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10628 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * math.c (domain_check): a new function to check domain errormatz2006-07-271-0/+11
| | | | | | | | | | | | | explicitly for systems that return NaN like FreeBSD. [ruby-core:07019] * math.c (math_acos, math_asin, math_acosh, math_atanh, math_log, math_log10, math_sqrt): use domain_check(). * math.c (math_sqrt): fix documentation flaw. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10626 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * time.c (time_to_s): fixed format mismatch.nobu2006-07-271-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10625 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * time.c: need to declare time_utc_offset.eban2006-07-271-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10624 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * io.c (io_close): always calls "close" method of the receiver.matz2006-07-271-0/+5
| | | | | | | [ruby-core:6911] [ruby-core:8112] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10623 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/openssl/ossl.h: move <ruby.h> inclusion point to shut upmatz2006-07-271-2/+5
| | | | | | | | | | Solaris compiler. [ruby-core:08114] * time.c (time_to_s): use +0900 style timezone string for local time. [ruby-dev:29143] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10621 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * time.c (time_to_s): generate RFC822 style date string.matz2006-07-271-0/+5
| | | | | | | [ruby-dev:29143] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10617 b2dd03c8-39d4-4d8f-98ff-823fe69b080e