summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2010-03-13* load.c (rb_get_expanded_load_path): does not expand paths if allshugo
2010-03-13* ext/tk/extconf.rb: fix [Bug #2840] Tk doesn't built in mingw.nagai
2010-03-12* tool/transcode-tblgen.rb: show cosumed time at last.akr
2010-03-12* file.c (rb_file_s_basename): check encoding of suffix.nobu
2010-03-12* ruby.c (ruby_init_loadpath_safe): mark initial load paths.nobu
2010-03-12* NEWS: emoji encodings.muraken
2010-03-12* lib/uri/common.rb (URI.encode_www_form): new method tonaruse
2010-03-12* lib/webrick/httpservlet/cgihandler.rbnaruse
2010-03-12* tool/compile_prelude.rb: TMP_RUBY_PREFIX should replace rubylibprefix but n...muraken
2010-03-12* complex.c (f_signbit): remove condition for signbit becausenaruse
2010-03-11* win32/win32.c (init_env): get rid of alloca() for outer string.nobu
2010-03-11* ext/racc/cparse/cparse.c: suppressed warnings for shortening onnobu
2010-03-11* ruby.c (ruby_init_loadpath_safe, ruby_init_gems): set and removenobu
2010-03-11* Makefile.in (config.status): setup MINIRUBY environment fornobu
2010-03-11* ext/tk/extconf.rb: log() is built-in in some compilers and needsnobu
2010-03-11* sample/timeout.rb: split from lib/timeout.rb.nobu
2010-03-11* time.c (time_round): new method Time#round. [ruby-dev:40595]akr
2010-03-11* transcode.c (str_transcode0): confirm the code range.nobu
2010-03-11* missing/signbit.c: added.nobu
2010-03-11* configure.in: check if target_archs has changed.nobu
2010-03-10* win32/win32.c (signbit): allow x64.wanabe
2010-03-10* iseq.c (rb_iseq_clone): sets local_iseq and klass properly.shugo
2010-03-10* enum.c (min_ii, max_ii, minmax_ii): remove wrong optimization thatmame
2010-03-10* enc/x_emoji.h: renamed from enc/x-emoji.c.muraken
2010-03-09* compile.c (defined_expr), insns.def (defined): fix to pass a Symbolko1
2010-03-09* test/dl/test_method.rb: delete a residual test for dl on libffi.mame
2010-03-09* enc/trans/EMOJI/*.src, enc/trans/emoji*, enc/x-emoji.c, test/ruby/enc/test_...muraken
2010-03-09* tool/transcode-tblgen.rb (ActionMap#generate_node):naruse
2010-03-09* re.c (rb_reg_to_s): remove unused variable.naruse
2010-03-09* tool/transcode-tblgen.rb (StrSet#parse, ActionMap#generate_node):mame
2010-03-07* dln.c [DLN_NEEDS_ALT_SEPARATOR] (translit_separator): small typo fixed.azav
2010-03-07* bignum.c (rb_big_pack): use DIGSPERLONG and BITSPERDIG.akr
2010-03-07* io.c: Fix documentation for each/each_line/lines, bytes/each_byte,marcandre
2010-03-07* file.c: add optional basedir argument for realpath/realdirpath.akr
2010-03-06* encoding.c (enc_set_filesystem_encoding):naruse
2010-03-06* pack.c: fix the prototype of rb_big2ulong_pack.akr
2010-03-06* io.c (rb_io_s_write, rb_io_s_binwrite): delete File#write andmame
2010-03-06* io.c (rb_io_s_binwrite): use mode "r+b" instead of "ab" to handlemame
2010-03-05* win32/Makefile.sub (config.h): VC6 has __int64.usa
2010-03-05* transcode.c (econv_opts): set :undef => :replace whennaruse
2010-03-05* io.c (pipe_open): suppressed a warning.nobu