aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* siphashnobu2012-11-091-0/+4
* array.c: speedup Array#unshift by using space in shared arraynobu2012-11-091-1/+10
* array.c: use shared array in rb_ary_slicenobu2012-11-091-1/+6
* array.c: make array really suitable for queuenobu2012-11-091-1/+7
* array.c: steal shared array's container when ARY_SHARED_NUM == 1nobu2012-11-091-0/+38
* * ext/bigdecimal/bigdecimal.c:zzak2012-11-091-0/+7
* Add back my original example of Shellwords#shellescape.knu2012-11-091-2/+5
* Fix an example of Shellwords#shellescape.knu2012-11-091-0/+6
* * string.c (rb_str_crypt): crypt(3) may return NULL.naruse2012-11-091-0/+5
* Fix build when gcc is used and the platform's libc lacks alloca().knu2012-11-091-0/+14
* fix typoszzak2012-11-091-3/+3
* * io.c (IO#new):zzak2012-11-091-0/+6
* * bignum.c (bigmul0): enable big_mul_toom3.mrkn2012-11-081-2/+11
* * bignum.c (bigmul0): disable big_mul_toom3_temporalily.mrkn2012-11-081-0/+8
* * re.c (rb_memsearch): performance improvement by using memchr().glass2012-11-081-0/+5
* * lib/net/protocol.rb (Net::InternetMessageIO#each_crlf_line):naruse2012-11-081-0/+5
* Fix a couple of grammos.knu2012-11-081-2/+2
* * configure.in (--with-opt-dir): Avoid nesting of double quotesknu2012-11-081-0/+6
* * numeric.c: Add description of that the results of the comparingmrkn2012-11-081-0/+6
* * include/ruby/intern.h: Restore rb_enumeratorize as it was before r37497marcandre2012-11-071-1/+8
* * ext/curses/view.rb: Do not fail if the file to view is shorterknu2012-11-071-0/+5
* * numeric.c (ruby_float_step): fix r37514: it yielded with NaNnaruse2012-11-071-0/+5
* * lib/webrick.rb: fix typo.ayumin2012-11-071-0/+5
* * lib/cgi/core.rb: alias CGI#http_header to CGI#header .xibbar2012-11-071-0/+4
* * eval.c (rb_mod_refine): set RMODULE_IS_REFINEMENT to a createdshugo2012-11-071-0/+11
* ruby-additional.el: set encodingnobu2012-11-071-0/+5
* object.c: inadvertent symbolnobu2012-11-071-0/+4
* enum.c: prefixnobu2012-11-061-0/+4
* Fix typos in commentsshirosaki2012-11-061-2/+2
* Remove FIXME skip on Windows testluislavena2012-11-061-0/+5
* Recognize zlibwapi as linking libraryluislavena2012-11-061-0/+7
* * NEWS: Update for lazy size evaluation [Feature #6636]marcandre2012-11-061-0/+27
* * object.c (rb_mod_const_get): Fix constant missing exception classtenderlove2012-11-061-0/+8
* * ChangeLog: add link to redmine and ruby-coreglass2012-11-061-0/+2
* * lib/tempfile.rb: fix confusing inspect.glass2012-11-061-0/+14
* * atomic.h: add #include <sys/atomic.h> for the workaround ofngoto2012-11-061-0/+6
* * test/win32ole/test_win32ole.rb: now source encoding is UTF-8, sousa2012-11-061-0/+5
* * lib/net/protocol.rb (Net::InternetMessageIO#each_crlf_line):naruse2012-11-061-0/+5
* * string.c (rb_str_b): Add String#b, returning a copied stringnaruse2012-11-061-0/+5
* * ruby.c (load_file_internal): set default source encoding asnaruse2012-11-061-0/+8
* * test/ruby/test_require.rbshirosaki2012-11-051-0/+7
* * thread_pthread.c (rb_reserved_fd_p): fix typo in macro checkkosaki2012-11-051-0/+6
* Fix compatibility of cached expanded load pathshirosaki2012-11-051-0/+53
* Cache the expanded load pathshirosaki2012-11-051-0/+20
* Index $LOADED_FEATURES so that require isn't so slowshirosaki2012-11-051-0/+32
* Expose whether two arrays are sharedshirosaki2012-11-051-0/+9
* Clarify and explain loaded_feature_path and rb_feature_pshirosaki2012-11-051-0/+12
* * ext/dl/win32/lib/Win32API.rb (Win32API#call): use 64bit pointer for x64shirosaki2012-11-051-0/+7
* * cygwin/GNUmakefile.in (uncommon.mk): link *.res.o.shirosaki2012-11-051-0/+7
* * thread_pthread.c (native_thread_init, native_thread_destroy):kosaki2012-11-051-0/+8