summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-12-24* vm_insnhelper.c (vm_call_method): use class of method definedko1
2008-12-24* tool/file2lastrev.rb (get_revisions): fix to ignore end of line.ko1
2008-12-24* configure.in (Makefile): removes GNU make specific files onnobu
2008-12-24* configure.in (HAVE_LONG_LONG, HAVE_OFF_T): revised for autoconfnobu
2008-12-23* configure.in (OBJDUMP, OBJCOPY): autoconf list is not commanobu
2008-12-23* misc/ruby-mode.el: added comment to mention newer versionmatz
2008-12-23* pack.c (pack_pack): encoding of packed string only from 'm',matz
2008-12-23* lib/net/protocol.rb (Net::BufferedIO#rbuf_fill): avoid callingmatz
2008-12-23* io.c (rb_io_init_copy): call io_seek only if io_tell succeeds.akr
2008-12-23* 2008-12-24svn
2008-12-23* string.c (rb_external_str_new_with_enc): set ASCII-8BIT ifmatz
2008-12-23* process.c (rb_fork): don't propagete an error message if errorakr
2008-12-23* process.c (rb_fork): propagete an error message from child to parent.akr
2008-12-23* io.c: rdoc for File::open and 1.9 feature in file modes.yugui
2008-12-23* win32/win32.c (rb_w32_spawn): deals with quoted commands.nobu
2008-12-23* strftime.c (rb_strftime): use locale insensitive functions for tr_TRakr
2008-12-23* lib/test/unit/assertions.rb (assert_equal): show small differencesakr
2008-12-23 * win32/win32.c (rb_w32_spawn): support normal commands with arguments.usa
2008-12-23properties.nobu
2008-12-23* io.c (rb_io_inspect): show fd number if there is no pathname.akr
2008-12-23 * tool/file2lastrev.rb: shouldn't use single quote in shell's commandusa
2008-12-23* lib/mathn.rb: Math.sqrt(NaN) should be NaN. [ruby-dev:37537]yugui
2008-12-23Match full RubyGems behavior when a gem can't be founddrbrain
2008-12-23* tool/file2lastrev.rb: detects vcs directory properly on buildingyugui
2008-12-23fix typos.akr
2008-12-23 * io.c (pipe_open): need to initialize args.usa
2008-12-23 * include/ruby/st.h: need to include defines.h because LONG_LONG isusa
2008-12-23Don't coalesce adjacent comment blocks. [bug#901]drbrain
2008-12-23updated.akr
2008-12-23* io.c (pipe_close): fix coding style. [ruby-dev:37554]akr
2008-12-22Fix documentation. [bug#827]drbrain
2008-12-22Don't remove methods twice. [bug#555]drbrain
2008-12-22* 2008-12-23svn
2008-12-22* sprintf.c (rb_str_format): fix buffer overflow.mame
2008-12-22* common.mk (revision.h): uses tool/file2lastrev.rb to supportyugui
2008-12-22* Doxyfile.in: new file. Template of a configuration file foryugui
2008-12-22* numeric.c (int_ord): Integer#ord implemented.akr
2008-12-22rdoc update.akr
2008-12-22* io.c (rb_io_s_pipe): IO.pipe can take a block.akr
2008-12-22* lib/test/unit/assertions.rb (assert_nothing_raised): incrementakr
2008-12-22 * thread_win32.c (Init_native_thread): need to callusa
2008-12-22* ext/tk/tcltklib.c: fix wrong flag value.nagai
2008-12-22* cygwin/GNUmakefile.in (rubydll.def), win32/mkexports.rbnobu
2008-12-22* missing/vsnprintf.c (BSD_vfprintf): fix for test_sprintf_comb.rb, bynobu
2008-12-22* ChangeLog: added ticket number [Bug#6].nobu
2008-12-22* configure.in (mingw): no longer uses snprintf and vsnprintf ofnobu
2008-12-22* lib/rake.rb (Rake::MultiTask): invoke_prerequisites should bematz
2008-12-22* lib/rake.rb (Rake::FileList#egrep): change open mode to "rb",matz
2008-12-22* string.c (rb_str_upto): should return enumerator if calledmatz
2008-12-22* parse.y (gettable_gen): the encoding of __FILE__ should bematz