summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2010-04-11* 2010-04-12svn
2010-04-11* io.c (rb_io_getline_fast, rb_io_getline_1): fix ARGF.lineno behavior. [ruby...kazu
2010-04-11 * configure.in: can not load libraries if --with-opt-dir is usedkanemoto
2010-04-11update doc.akr
2010-04-11* lib/irb/ruby-lex.rb (RubyLex#getc): revert r10817, which causedmame
2010-04-11* test/ruby/test_encoding.rb (TestEncoding#test_replicate): morenobu
2010-04-11* encoding.c (enc_replicate): new encoding name must be validnobu
2010-04-11* include/ruby/win32.h (ftruncate): rename to get rid of conflictnobu
2010-04-11fix rdockazu
2010-04-11* test/syck/test_struct.rb: modified to use only syck engine since thetenderlove
2010-04-11Update to RDoc 2.5.3drbrain
2010-04-11* ext/syck/lib/syck/dbm.rb: moved to lib/yaml/dbm.rb since it is nottenderlove
2010-04-11* test/rubygems/gemutilities.rb: removing gem requirement on minitest.tenderlove
2010-04-11* test/syck/*: Moved test/yaml to test/syck since it's actuallytenderlove
2010-04-11Ignore mkmf.log for psych and tmpdirdrbrain
2010-04-11* lib/rdoc/rdoc.rb (setup_output_dir): compare by Time#to_i.naruse
2010-04-10* ext/psych/parser.c: Fixing a segv in test-all. Thanks Yusuke!tenderlove
2010-04-10* lib/rdoc/rdoc.rb (setup_output_dir): fix typo.naruse
2010-04-10Fix :nodoc: definition. [ruby-dev:40949]naruse