summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-04-16* ext/psych/lib/psych/core_ext.rb (yaml_as): supporting deprecatedtenderlove
2010-04-16* ext/psych/lib/psych/coder.rb (scalar): supporting deprecated methodstenderlove
2010-04-16* test/thread/test_queue.rb: property.nobu
2010-04-16* 2010-04-17svn
2010-04-16* io.c (rb_io_rewind, rb_io_eof): add rdoc. based on a patch frommame
2010-04-16* test/win32ole/test_folderitem2_invokeverb.rb (test_invokeverb):suke
2010-04-16* parse.y (string_content, etc): counts of CMDARG_PUSH and POP weremame
2010-04-16* ext/bigdecimal/bigdecimal.c (BigDecimal_coerce): revert r23389,mame
2010-04-16add thanks.mame
2010-04-16* lib/thread.rb (Queue#push, #pop, SizedQueue#push, #pop): removemame
2010-04-16* .gitignore: updated.mame
2010-04-16* tool/file2lastrev.rb (VCS::SVN::get_revisions.): remind aboutnobu
2010-04-16* 2010-04-16svn
2010-04-16* array.c (rb_ary_repeated_permutation): new method added. a patchmatz
2010-04-15* thread.c (rb_thread_priority, rb_thread_priority_set): fix rdoc.mame
2010-04-15* lib/uri/ftp.rb (URI::FTP#set_path): added to correct handling ofmame
2010-04-15* tool/file2lastrev.rb: use backtick for ruby 1.8.akr
2010-04-15* tool/file2lastrev.rb: this should run with ruby 1.8.naruse
2010-04-15* tool/file2lastrev.rb: make -q effective for files not versionakr
2010-04-15* vm_dump.c (bugreport_backtrace): ditto.nobu
2010-04-15* vm.c (vm_backtrace_each): get rid of use of malloc from signalnobu
2010-04-15* 2010-04-15svn
2010-04-15* common.mk (help): small fix.usa
2010-04-14* lib/rexml/source.rb: force_encoding("UTF-8") when the inputnaruse
2010-04-14* configure.in (signbit): signbit is a macro in C99.mrkn
2010-04-14* io.c (io_shift_cbuf): should terminate.nobu
2010-04-14* gc.c (GET_STACK_BOUNDS): fixed macro argument names. a patch fromnobu
2010-04-14* string.c (rb_string_value_cstr): make NUL terminated if it isnobu
2010-04-14* lib/net/imap (encode_utf7): encode & properly. Thanks, Kengoshugo
2010-04-14* ext/syck/lib/syck/basenode.rb (Syck::BaseNode#match_path): fixednobu
2010-04-14* ext/syck/lib/yaml/syck.rb: split from ext/syck/lib/syck.rb fornobu
2010-04-14* 2010-04-14svn
2010-04-14* ext/nkf/nkf-utf8/nkf.c: Refix [nkf-bug:21393]. (explicit -X)naruse
2010-04-13* ext/nkf/nkf-utf8/nkf.c: Fix: Windows Codepages wrongly convertnaruse
2010-04-13* random.c (make_seed_value): fix leading-zero-guard condition onnobu
2010-04-13 * lib/irb/completion.rb (CompletionProc): fix [ruby-dev:40953]keiju
2010-04-13* transcode.c (transcode_loop): insert output the value whennaruse
2010-04-12add a test.akr
2010-04-12* 2010-04-13svn
2010-04-12* random.c (rand_init): use the absolute value of seed toakr
2010-04-12* enumerator.c (inspect_enumerator): don't raise for uninitializedakr
2010-04-12* LEGAL: separated the section for parse.c. contributed by Paulnobu
2010-04-12* lib/fileutils.rb (fu_each_src_dest): ensure src is accessible.nobu
2010-04-12* lib/fileutils.rb (fu_have_st_ino): check if required method isnobu
2010-04-11* lib/matrix.rb: New method Matrix.build [ruby-core:28272]marcandre
2010-04-11* ext/psych/lib/psych/deprecated.rb: requiring 'date' for backwardstenderlove
2010-04-11* lib/matrix.rb: Deprecate Vector#elements_to{i/f/r}marcandre
2010-04-11* lib/matrix.rb: Deprecate elements_to_{f/i/r}marcandre
2010-04-11* lib/matrix.rb: Handle coercion errors by raising TypeErrors [ruby-core:26736]marcandre
2010-04-11* NEWS: Add {Hash,ENV}#{keep_if,select!}marcandre