summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2010-03-17* util.c (ruby_strtod): Add support for Hexadecimalnaruse
2010-03-17fix typos.akr
2010-03-17* lib/uri/common.rb (URI#{en,de}code_www_form_component):naruse
2010-03-17* hash.c (rb_hash_aset): allow recursive key. [ruby-core:24648]nobu
2010-03-16* ruby.h (rb_warning, rb_sys_warning): fixed typo in rdoc.nobu
2010-03-16* compile.c, iseq.c, ruby.c, vm.c, vm_core.h, vm_eval.c: add absolutemame
2010-03-16* parse.y (rb_intern3): prohibit Symbol with an invalid encoding.mame
2010-03-16* tool/transcode-tblgen.rb: specialize for singletom mappings.akr
2010-03-16* enc/trans/emoji.trans: added codepoints leading 0xf4 into nomap_table.muraken
2010-03-16* ext/bigdecimal/bigdecimal.c (VpCtoV): keep e's sign.naruse
2010-03-16* include/ruby/encoding.h (rb_str_conv_enc_opts): missing prototype.nobu
2010-03-16* ext/tmpdir: split from lib/tmpdir.rb.nobu
2010-03-16* win32/win32.c (rb_w32_getcwd): remvoed duplicated code.nobu
2010-03-16* include/ruby/encoding.h (ENC_TO_ENCINDEX): suppress warnings.nobu
2010-03-16* configure.in (RSHIFT): parenthesize the argument of cast insteadnobu
2010-03-16* file.c (file_expand_path): ignore dname if it has differentnobu
2010-03-15fix typos.akr
2010-03-15* tool/transcode-tblgen.rb: redundant loop removed.akr
2010-03-15* tool/transcode-tblgen.rb: refactored to use tree as memo key.akr
2010-03-15* tool/transcode-tblgen.rb: more info in generating macro names.akr
2010-03-15* tool/transcode-tblgen.rb: ActionMap#each_firstbyte inlined.akr
2010-03-15* tool/transcode-tblgen.rb (transcode_tblgen): add valid_encodingakr
2010-03-15* random.c (default_rand): removed initial buffer.nobu
2010-03-15* io.c (rb_io_print): RDoc update. a patch from Daniel Kelleymatz
2010-03-15* random.c (next_state): no initialization here.nobu
2010-03-15* random.c (rb_reset_random_seed): set seed in this. [ruby-core:28655]naruse
2010-03-15* ext/nkf/nkf-utf8/nkf.c: import latest nkf. [master 9306cb0]naruse
2010-03-15* lib/uri/common.rb (URI.encode_www_component):naruse
2010-03-15* symbian/README.SYMBIAN: fixed broken patch and converted tonobu
2010-03-14* file.c (Init_File): do not define File::ALT_SEPARATOR on cygwin.nobu
2010-03-14* file.c (realpath_rec): use same cache.nobu
2010-03-14* file.c (realpath_internal): regulate separators in prefix.nobu
2010-03-14* file.c (FILE_ALT_SEPARATOR): separated condition.nobu
2010-03-14* io.c (rb_io_each_codepoint): read directly when readconv isnobu
2010-03-14* tool/file2lastrev.rb (VCS::{SVN,GIT}#get_revisions):nobu
2010-03-14* tool/transcode-tblgen.rb (Action#hash): defined.akr
2010-03-14* tool/transcode-tblgen.rb: refactored.akr
2010-03-14* symbian/setup (*.pkg): Ruby Core installation separated from standard exten...azav
2010-03-14* tool/file2lastrev.rb (VCS::GIT_SVN#get_revisions) :naruse
2010-03-14* tool/transcode-tblgen.rb: consider valid_encoding for max_input.akr
2010-03-14* enc/trans/emoji.trans: fix nomap_table.akr
2010-03-14* compile.c (insn_data_to_s_detail), iseq.c (insn_operand_intern):nobu
2010-03-13* file.c (EXPAND_PATH_BUFFER): make it back to usascii, to preventmatz
2010-03-13* tool/transcode-tblgen.rb: reject ambiguous mapping.akr
2010-03-13* file.c (file_expand_path): should not just copy the encodingmatz
2010-03-13* tool/file2lastrev.rb: refactord. fixed changed revision of git.nobu
2010-03-13* io.c (rb_io_print): should not print field separator at the endmatz
2010-03-13* enum.c (enum_join): remove Enumerable#join. [ruby-core:24786]matz
2010-03-13* include/ruby/io.h (MakeOpenFile): finalize fptr get rid ofnobu
2010-03-13* load.c (rb_get_expanded_load_path): expand paths if any item in $:shugo