summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-08-22* ext/nkf/lib/kconv.rb (Kconv::RegexpEucjp): fix regexp for euc-jp [ruby-dev:...naruse
2006-08-222006-08-22naruse
2006-08-20* numeric.c (num_step): also return an enumerator object if no blocknobu
2006-08-202006-08-20drbrain
2006-08-20Add TupleBag tests.drbrain
2006-08-19accept hash argument of Symbol key.suke
2006-08-192006-08-19nobu
2006-08-19* file.c (rb_file_s_rename): use errno if set properly.nobu
2006-08-17* lib/cgi.rb (CGI::out): specify -m0 to disable MIME decode. amatz
2006-08-172006-08-18matz
2006-08-17* file.c (rb_stat_[rRwWxX]): check for super user.nobu
2006-08-17* ChangeLog: fixed typo.nobu
2006-08-17* lib/mkmf.rb: added rdoc by Daniel Berger. [ruby-core:08177]nobu
2006-08-172006-08-17nobu
2006-08-16* marshal.c (r_byte): IO#getc returns one byte string now.nobu
2006-08-16* common.mk (pre-install-local): remove unnecessary code.usa
2006-08-16* process.c (proc_setuid, proc_setgid, proc_seteuid, proc_setegid):nobu
2006-08-16* ruby.c (set_arg0): fill argv other than the first with an emptynobu
2006-08-162006-08-16nobu
2006-08-15fix typo.aamine
2006-08-15* lib/net/smtp.rb: support SMTP/SSL. Thanks Kazuhiro NISHIYAMA.aamine
2006-08-152006-08-15aamine
2006-08-13ansificated.akr
2006-08-13Describe String#split grouping behavior. Patch by Jan Svitok [ruby-core:08603].drbrain
2006-08-13* ext/socket/socket.c: ANSIfied. [ruby-core:08601]akr
2006-08-132006-08-13akr
2006-08-12* configure.in, bcc32/Makefile.sub, win32/Makefile.sub, win32/dir.h,nobu
2006-08-12* ChangeLog: fix entry header format.nobu
2006-08-11RDoc C parser and documentation fixesdrbrain
2006-08-11Make RDoc ignore C function prototypes by Tilman Sauerbeck [ruby-core:8574].drbrain
2006-08-112006-08-12drbrain
2006-08-11Replace nodoc with stopdoc so Module methods get documented.drbrain
2006-08-112006-08-11nobu
2006-08-11* ChangeLog: correct auther name.nobu
2006-08-102006-08-10akr
2006-08-10fix typos.akr
2006-08-09* lib/net/smtp.rb (Net::SMTP::auth_cram_md5): use ord to retrievematz
2006-08-08* lib/irb/extend-command.rb (IRB::ExtendCommandBundle): pacifymatz
2006-08-082006-08-09matz
2006-08-08* lib/resolv.rb (Resolv::DNS::Message::MessageDecoder::get_string):matz
2006-08-082006-08-08nobu
2006-08-08* parse.y (arg): allow newlines before ternary colon. [ruby-dev:29189]nobu
2006-08-07reverttadf
2006-08-07* ext/bigdecimal/bigdecimal.c, ext/digest/rmd160/rmd160ossl.c,matz
2006-08-07* lib/date/format.rb: specify maximum number of digits to parsematz
2006-08-07* configure.in, common.mk: AIX link issue. a patch from Yutakamatz
2006-08-07* dln.c, eval.c, gc.c, ruby.h: shut up AIX alloca warning.matz
2006-08-072006-08-07matz
2006-08-07* parse.y (top_local_setup): local_vars[-1] should pointmatz
2006-08-06%[EO]U didn't denote %U.tadf