summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2007-12-30* trunk/common.mk: not use -I$(srcdir)/lib with $(MINIRUBY) for crossnobu
2007-12-30 * lib/date.rb (_valid_time?): I'm not sure to recommend such antadf
2007-12-28* lib/resolv.rb (Resolv::DNS#each_address): now returns IPv6 address.naruse
2007-12-28* lib/rss/rss.rb, test/rss/test_version.rb, NEWS: 0.2.2 -> 0.2.3.kou
2007-12-27* mkconfig.rb: should not use the libraries under the source directorynobu
2007-12-27* string.c (rb_str_lines, rb_str_bytes): ditto.nobu
2007-12-27* intern.h, string.c (rb_str_set_len): added for upgrading path fromnobu
2007-12-27* ext/openssl/ossl_ssl.c: Only show a warning if the default technorama
2007-12-26* lib/resolv.rb (Resolv::DNS::Name.==): fix for other is array ofnaruse
2007-12-24Merge r14565 and r14567 from trunkdrbrain
2007-12-24* win{32,ce}/Makefile.sub (MFLAGS): defaulted to -l.nobu
2007-12-24* common.mk: should not pass MAKEFLAGS to recursive make.nobu
2007-12-22* lib/date.rb: don't freeze nil. [ruby-dev:32677]tadf
2007-12-19* configure.in (TIMEZONE_VOID): check whether timezone requires zeronobu
2007-12-19* parse.y (f_rest_arg): check if duplicated. [ruby-core:14140]nobu
2007-12-19* bignum.c (rb_cstr_to_inum): an underscore succeeding after octalnobu
2007-12-17refined.akr
2007-12-17describe the previous problem.akr
2007-12-17* gc.c (stack_end_address): use local variable address instead ofakr
2007-12-17* Makefile.in (RUNRUBY): added RUNRUBYOPT.nobu
2007-12-14* ext/readline/extconf.rb: should use have_func for functions insteadnobu
2007-12-14* lib/mkmf.rb (try_var): should fail for functions.nobu
2007-12-14* configure.in (RUBY_CHECK_VARTYPE): check if a variable is definednobu
2007-12-10<= -> <knu
2007-12-10* array.c (rb_ary_slice_bang): If an invalid negative index (<=knu
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-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* 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-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