aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * transcode_data.h: suppress warnings of overflow.akr2009-03-121-0/+4
* * include/ruby/encoding.h: suppress warnings of overflow.akr2009-03-121-0/+4
* * configure.in (warnflags): added some default flags,nobu2009-03-111-1/+5
* * configure.in (RUBY_CHECK_HUGE): checks whether a value range isnobu2009-03-111-1/+7
* * io.c (copy_stream_fallback_body): off_t may be larger than long.nobu2009-03-111-1/+3
* * iseq.c (rb_iseq_disasm): RSTRING_LEN() returns long.nobu2009-03-111-1/+3
* * process.c (rb_f_sleep): time() needs time_t.nobu2009-03-111-1/+3
* * random.c (fill_random_seed): enclosed conditionally usednobu2009-03-111-1/+4
* * thread_pthread.c (ruby_init_stack): range of rlim_cur may benobu2009-03-111-1/+4
* * missing/vsnprintf.c (BSD_vfprintf): commented out code which hasnobu2009-03-111-0/+5
* * configure.in: strip spaces from ruby_version.akr2009-03-111-0/+6
* * dir.c (dir_seek): use long for seekdir().nobu2009-03-111-0/+4
* * tool/ytab.sed: replaces backslashes with slash for nmake.nobu2009-03-111-0/+4
* * time.c (time_mload): don't clear tm_mday.akr2009-03-111-0/+4
* * ext/dl/handle.c (rb_dlhandle_sym): RTLD_NEXT is not for symbolnobu2009-03-111-0/+5
* * ext/dl/win32/lib/Win32API.rb: call by :stdcall as default.usa2009-03-111-0/+5
* * ChangeLog: mentiond about SUSv3.nobu2009-03-111-1/+2
* * parse.y (stack_type): uses VALUE which is able to be storednobu2009-03-111-0/+5
* * win32/win32.c (init_env): set TMPDIR if none of TMPDIR, TMP,nobu2009-03-111-1/+4
* * win32/win32.c (rb_w32_telldir, rb_w32_seekdir): should use long.nobu2009-03-111-0/+4
* * ext/dl/handle.c (rb_dlhandle_sym): fixed heap corruption.nobu2009-03-111-0/+5
* * ruby.c (ruby_init_loadpath_safe): expands libpath and removesnobu2009-03-101-0/+5
* * time.c (time_to_i, time_hash): time_t may be bigger than longnobu2009-03-101-0/+10
* * win32/win32.c: suppress warnings. based on a patch from Charlienobu2009-03-101-0/+5
* * signal.c (sig_trap): suppress warnings.nobu2009-03-101-0/+4
* * win32/Makefile.sub (WARNFLAGS): uses -wd4996 instead ofnobu2009-03-101-0/+5
* * include/ruby/win32.h (strcasecmp, strncasecmp): use _ prefixednobu2009-03-101-1/+4
* * ext/dl/callback/mkcallback.rb (DLTYPE[FLOAT]): cast to suppressnobu2009-03-101-1/+5
* * array.c, bignum.c, gc.c, numeric.c, string.c, util.c, insns.def,nobu2009-03-101-0/+5
* * win32/Makefile.sub (LDFLAGS): moved -link to TRY_LINK, LINK_SOnobu2009-03-101-1/+5
* * win32/Makefile.sub (config.h): passes LDFLAGS to rbconfig.rb sonobu2009-03-101-0/+5
* * iseq.c (prepare_iseq_build): too few arguments to functionnobu2009-03-101-0/+5
* * iseq.c (rb_iseq_compile_with_option): argument may be converted.nobu2009-03-101-0/+4
* * configure.in (MANGLED_PATH): defines for RUBYLIB_PREFIX.nobu2009-03-091-1/+7
* * configure.in (MINIRUBY): keep macro into Makefile.nobu2009-03-091-1/+3
* * configure.in (RUBY_CHECK_SIZEOF): fix for fallback.nobu2009-03-091-0/+4
* * ext/dl/callback/depend: fix for parallel build.nobu2009-03-091-1/+7
* * ext/dl/callback/extconf.rb ($distcleanfiles): added callback.c.nobu2009-03-091-0/+4
* * configure.in (load_relative): new option to enable load pathnobu2009-03-091-0/+7
* * lib/rake: updated to rake code to rake-0.8.4 source code base.nobu2009-03-091-0/+4
* * lib/rubygems/installer.rb (Gem::Installer#initialize): env maynobu2009-03-091-0/+9
* * instruby.rb (manpages): use basename to compare and for Tempfile.nobu2009-03-091-0/+4
* * instruby.rb (default gems): installs default gemspecs.nobu2009-03-091-0/+4
* * win32/Makefile.sub (OPTFLAGS): simplified. see [ruby-core:22725]usa2009-03-091-0/+4
* * instruby.rb: prints names of the directories where files arenobu2009-03-091-0/+5
* * test/ruby/test_proc.rb: add some tests.mame2009-03-081-0/+4
* * test/ruby/test_enum.rb: add some tests.mame2009-03-081-0/+4
* * test/ruby/test_object.rb: add a test for Object#method_missing.mame2009-03-081-0/+4
* * test/ruby/test_file_exhaustive.rb: add tests for File#size andmame2009-03-081-0/+5
* * win32/Makefile.sub (LDFLAGS): always prepends -link.nobu2009-03-081-0/+4