summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-02-14* configure.in (ftruncate): check if available.nobu
2008-02-14* configure.in (sigsetmask): check when signal semantics is not POSIX.nobu
2008-02-14tweak mail addressesmatz
2008-02-14* ext/dl/ptr.c (dlmem_each_i): typo fixed. a patch from IKOMAmatz
2008-02-14* file.c (rb_file_s_utime): inhibits with secure level 2 or higher.nobu
2008-02-13* lib/timeout.rb (Timeout::timeout): made sensitive to location on thenobu
2008-02-13* common.mk (INSTRUBY_ARGS): pass mode to install. [ruby-dev:33766]nobu
2008-02-12* 2008-02-12usa
2008-02-12TestERBCore: import from erb-2.0.4seki
2008-02-11* lib/rss/rss.rb (RSS::VERSION), test/rss/test_version.rb, NEWS:kou
2008-02-11* ChangeLog: format-time-string under C locale. [ruby-dev:33261]shyouhei
2008-02-11* gc.c (rb_newobj): prohibit call of rb_newobj() during gc.shyouhei
2008-02-10* lib/benchmark.rb (Job::Benchmark#item): fix typo.naruse
2008-02-09* ext/bigdecimal/extconf.rb: simplified the condition.nobu
2008-02-09* ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): use strtod() for morenobu
2008-02-08* lib/irb.rb (IRB::Irb::eval_input): rescues Interrupt and other thannobu
2008-02-08* lib/mkmf.rb (xsystem): expand macros like as make.nobu
2008-02-05* lib/mkmf.rb (INSTALL_DIRS, install_dirs): added BINDIR.nobu
2008-02-04* configure.in (darwin): NSIG is not defined if _XOPEN_SOURCE > 500L.nobu
2008-02-02* lib/benchmark.rb (Benchmark::realtime): make Benchmark#realtimematz
2008-02-02* configure.in (darwin): disabled fat-binary support which confusesnobu
2008-02-01* configure.in (darwin): ucontext on PowerPC MacOS X 10.5 is broken.nobu
2008-02-01* configure.in (darwin): _XOPEN_SOURCE is necessary to make ucontext_tnobu
2008-01-30* common.mk (ext/extmk.rb, instruby.rb): inlined $(MAKE) so that cannobu
2008-01-30should find a symbol by Symbol class.seki
2008-01-30* 2008-01-30usa
2008-01-30 * lib/date.rb: refined deprecated methods.tadf
2008-01-30 * bignum.c (rb_cstr_to_inum): '0_2' is a valid representation.tadf
2008-01-29* range.c (step_i): rb_funcall receives VALUE as an argument.mame
2008-01-29* configure.in: rm largefile.h.nobu
2008-01-28* io.c (rb_open_file): should check NUL in path.matz
2008-01-25* math.c: fix comment. [ruby-dev:33276]mame
2008-01-25* ChangeLog: fixed format.nobu
2008-01-25* */*.bat: changed to text/plain.nobu
2008-01-25* */*.bat: set svn:mime-type to text/batch.nobu
2008-01-24* lib/uri/generic.rb (URI::Generic::inspect): use Kernel#to_s insteadnobu
2008-01-22 * win32/setup.mak ($(ARCH)): if a macro is appended by $(APPEND),usa
2008-01-21fixed a typo.tadf
2008-01-21* 2008-01-21usa
2008-01-21* io.c (rb_io_mode_flags, rb_io_mode_modenum): Ignore encodingknu
2008-01-21* eval.c, gc.c (setjmp): sigsetjmp is a macro on cygwin.nobu
2008-01-19* configure.in (sigsetjmp): check if available.nobu
2008-01-19* configure.in: Remove wrong assumptions about Cygwin. a patch fromnobu
2008-01-17 * lib/date.rb (Date::Infinity#<=>): didn't work. A patch fromtadf
2008-01-15* win32/setup.mak: strip out empty lines from CPP output.nobu
2008-01-14* eval.c (eval): check if backtrace is empty. [ruby-core:15040]nobu
2008-01-14* common.mk: simplified dummy objects dependencies.nobu
2008-01-14version.h: should not use 1.9 version.hmatz
2008-01-14* lib/shellwords.rb: scape should be an alias to shellescape. amatz
2008-01-14 * lib/time.rb: do not reference Time directly from the inside oftadf