summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-12-10* lib/uri/common.rb (URI::REGEXP::PATTERN): typo in REG_NAMEmatz
2007-12-09* lib/cgi.rb (read_multipart): exclude blanks from header values.nobu
2007-12-05* range.c (range_each): followed step_i change.nobu
2007-12-05Integer#odd?, Integer#even? and Integer#pred described.akr
2007-12-05new file.akr
2007-12-05* numeric.c (int_odd_p): new method Integer#odd?.akr
2007-12-05* range.c (step_i, range_step): support non-fixnum steps.nobu
2007-12-04* bignum.c (rb_cstr_to_inum): trailing spaces may exist at sqeezingnobu
2007-12-02* eval.c (error_print): put newline unless multiple line message endsnobu
2007-12-02* lib/rss/rss.rb, test/rss/test_version.rb, NEWS: 0.2.1 -> 0.2.2.kou
2007-12-01Merged 14070 from trunk.jeg2
2007-12-01* lib/resolv.rb: documentation update. backported from 1.9.matz
2007-11-30* lib/rss/content/*.rb: set properties.nobu
2007-11-30* parse.y (newline_node): set line from outermost node before removingnobu
2007-11-30* lib/rss/rss.rb, test/rss/test_version.rb: 0.2.0 -> 0.2.1.kou
2007-11-29* parse.y (stmt): remove unnecessary NODE_BEGIN. [ruby-core:13814]nobu
2007-11-28* ext/extmk.rb (extract_makefile): use dldflags instead of DLDFLAGS tonobu
2007-11-28* ChangeLog: commit miss.nobu
2007-11-28* bignum.c (rb_big2str0): do not clobber space for sign.nobu
2007-11-28* bignum.c (rb_big2str0): do not clobber space for sign.nobu
2007-11-20* object.c (nil_plus): remove unused function. [ruby-core:13737]matz
2007-11-18* eval.c (rb_alias): do not call hook functions until initializationnobu
2007-11-18* lib/mkmf.rb (String#tr_cpp): make preprocessor identifiers.nobu
2007-11-17ext/win32ole/win32ole.c (ole_invoke): bug fix. [ruby-talk:279100]suke
2007-11-16Integer#ord described.akr
2007-11-16* ext/iconv/iconv.c (iconv_iconv): also instance method needs to benobu
2007-11-16* ext/iconv/iconv.c (Document-class): moved the simplest example tonobu
2007-11-16* lib/yaml/rubytypes.rb (String#is_binary_data?): use Integer#fdiv.nobu
2007-11-15* ChangeLog: add ML ref.usa
2007-11-15 * ext/curses/extconf.rb: check macro if cannot find func.usa
2007-11-15* lib/cgi/session.rb (CGI::Session::FileStore::restore): usematz
2007-11-13fix typo.akr
2007-11-13* missing/isinf.c (isinf): don't define is the macro is defined.akr
2007-11-13* numeric.c (round): fallback definition.nobu
2007-11-13pathname test backported.akr
2007-11-13remove Thread.exclusiveseki
2007-11-13* numeric.c (flodivmod): work around for inifinity.nobu
2007-11-13* numeric.c (numeric.c): Integer#ord implemented. [ruby-dev:32206]akr
2007-11-12* numeric.c (flo_divmod): round to the nearest integer. [ ruby-Bugs-14540 ]shyouhei
2007-11-12* lib/mkmf.rb (create_makefile): rdoc about srcprefix. a patch fromnobu
2007-11-12* misc/ruby-mode.el (ruby-parse-partial): handle stringifiedmatz
2007-11-12* Makefile.in (lex.c): don't remove lex.c at first.akr
2007-11-08* random.c: update MT URL.[ruby-core:13305].matz
2007-11-06* lib/rexml/encodings/SHIFT-JIS.rb (REXML::Encoding): place -x formatz
2007-11-04* lib/optparse.rb (OptionParser::Switch::summarize): fix for long formnobu
2007-11-04* parse.y (call_args): remove "parenthesize argument(s) for futurematz
2007-11-02* array.c (rb_ary_assoc): check and convert inner arrays (assocs)matz
2007-11-01Improving with multiple network interface.seki
2007-10-26* numeric.c (fix_pow): returns 1.0 for 0**0.0.nobu
2007-10-26* numeric.c (fix_pow): returns infinity for 0**-1. [ruby-dev:32084]nobu