aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * parse.y (parser_yylex): should clear parser->tokp as well.matz2007-11-191-0/+13
* * array.c (rb_ary_permutation): gives all permutations of elementsmatz2007-11-191-0/+6
* * compile.c (iseq_compile_each): alias and undef accept dsyms as wellnobu2007-11-181-0/+5
* * eval_method.ci (rb_add_method): no redefinition warning for undef.nobu2007-11-181-0/+4
* * parse.y (parser_read_escape): disallow control and meta modifiersnobu2007-11-181-0/+5
* * marshal.c (mark_dump_arg): it may be called after dump_ensure.akr2007-11-181-0/+4
* * time.c (time_minus): fix Time.at(2**60+1) - Time.at(2**60).akr2007-11-181-0/+4
* * time.c (time_arg): show actual year in 2-3 digits year warning.akr2007-11-181-0/+5
* * eval_method.ci (rb_alias): do not call hook functions untilnobu2007-11-181-0/+5
* * lib/mkmf.rb (String#tr_cpp): make preprocessor identifiers.nobu2007-11-181-0/+4
* * lib/mkmf.rb (have_struct_member): define HAVE_type_member.akr2007-11-171-0/+4
* ext/win32ole/win32ole.c (ole_invoke): bug fix. [ruby-talk:279100]suke2007-11-171-0/+4
* * bignum.c (rb_big_odd_p): new method added. a patch from Tadashimatz2007-11-161-0/+7
* * ext/iconv/iconv.c (iconv_iconv): also instance method needs to benobu2007-11-161-1/+4
* * ext/iconv/iconv.c (Document-class): moved the simplest example tonobu2007-11-161-0/+8
* * include/ruby/ruby.h: added some declarations for event hooks.shugo2007-11-161-0/+6
* * lib/yaml/rubytypes.rb (String#is_binary_data?): use Integer#fdiv.nobu2007-11-161-0/+4
* * ext/syck/rubyext.c: Node#value defined twice.why2007-11-151-0/+6
* * lib/yaml/types.rb: Likewise, pass self to YAML::quick_emit.why2007-11-151-0/+4
* * lib/yaml.rb (quick_emit): use combination of object_id and hash towhy2007-11-151-0/+6
* * ChangeLog: add ML ref.usa2007-11-151-0/+1
* * ext/curses/extconf.rb: check macro if cannot find func.usa2007-11-151-0/+4
* * tool/compile_prelude.rb: fix TMP_RUBY_PREFIX for relative load pathakr2007-11-151-0/+5
* * tool/compile_prelude.rb: absolute path may not start with a slash.akr2007-11-151-0/+6
* * tool/compile_prelude.rb: fix first substitution.akr2007-11-151-0/+5
* * common.mk (prereq): added auto generated sources. [ruby-dev:32280]nobu2007-11-151-0/+4
* * tool/compile_prelude.rb: use constant for prefix.akr2007-11-151-0/+4
* * tool/compile_prelude.rb: use simple template system for sourceakr2007-11-151-0/+5
* * lib/cgi/session.rb (CGI::Session::FileStore::restore): usematz2007-11-151-0/+6
* * tool/compile_prelude.rb (c_esc): need to escape closing brace.matz2007-11-151-0/+4
* * tool/compile_prelude.rb: adjust RbConfig::CONFIG paths relativeakr2007-11-151-0/+5
* * ruby.c (usage): fix typo on --disable-gems option.akr2007-11-151-0/+5
* * test/net/http/test_https_proxy.rbmatz2007-11-141-0/+6
* * test/socket/test_socket.rb: update not to use 1.8 assignment tomatz2007-11-141-0/+8
* * common.mk, Makefile.in: rename prelude.c to miniprelude.c.akr2007-11-141-0/+9
* * blockinlining.c, compile.c, compile.h, debug.c, debug.h,ko12007-11-131-0/+8
* * tool/makedocs.rb, template/insnstbl.html: removed.ko12007-11-131-0/+4
* * common.mk (parse.c): dependency also needs vpath.nobu2007-11-131-0/+7
* fix typo.akr2007-11-131-6/+6
* * configure.in: no need to set ac_cv_func_isinf=yes on non-gccakr2007-11-131-1/+4
* * missing/isinf.c (isinf): don't define is the macro is defined.akr2007-11-131-0/+4
* * numeric.c (round): fallback definition.nobu2007-11-131-0/+7
* * include/ruby/ruby.h: introduce 2 macros:ko12007-11-131-0/+14
* * tool/ytab.sed: get rid of GNU sed feature. a patch from Laurentnobu2007-11-131-0/+5
* * common.mk (parse.c), ext/ripper/depend (ripper.c): process afternobu2007-11-131-0/+19
* * numeric.c (flodivmod): work around for inifinity.nobu2007-11-131-0/+7
* * lex.c.blt: moved from lex.c.akr2007-11-131-0/+14
* * compile.c (iseq_specialized_instruction): check argc.ko12007-11-131-0/+4
* * test/yaml/test_yaml.rb: fixed the failing YAML Struct testwhy2007-11-131-0/+5
* * numeric.c (flo_divmod): round to the nearest integer. [ ruby-Bugs-14540 ]shyouhei2007-11-121-0/+5