summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2008-01-12* eval.c (rb_define_alloc_func, rb_undef_alloc_func): shouldnobu
2008-01-12 * lib/date.rb, lib/date/format.rb: tuning for performance.tadf
2008-01-11* configure.in: AC_TRY_CPP has no FUNCTION-BODY while AC_TRY_COMPILEnobu
2008-01-11* configure.in: moved broken syscall checks from process.c etc.nobu
2008-01-11* defines.h (WORDS_BIGENDIAN): honor __BIG_ENDIAN__ than the result ofnobu
2008-01-11* dln.c: use dlopen on Mac OS X 10.3 or later. backport from trunk.nobu
2008-01-11* ChangeLog: commit missnobu
2008-01-11* lib/rdoc/options.rb ():nobu
2008-01-10* win32/win32.c (rb_w32_open_osfhandle): reverted to old definition.nobu
2008-01-08* win{32,ce}/Makefile.sub: merged.nobu
2008-01-06* 2008-01-06usa