summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2012-11-10 * ext/date/date_parse.c: edited about era.tadf
2012-11-10* tool/rbinstall.rb: Don't install *.gemspec under lib/.kou
2012-11-09* ruby_atomic.h: renamed from atomic.h to avoid header file name conflictngoto
2012-11-09* atomic.h: Revert r37491 which is a temporary workaroud.ngoto
2012-11-09* siphash.h: check configure macros before include newer headers.usa
2012-11-09* siphash.h: include inttypes.h only when HAVE_INTTYPES_H is defined.usa
2012-11-09* ChangeLog: remove redundant entries for r37581-r37584.nagachika
2012-11-09erb.rb: safe concurrent usenobu
2012-11-09random.c: BYTE_ORDERnobu
2012-11-09siphash.c: union sip_init_statenobu
2012-11-09fix typoskazu
2012-11-09fix typoszzak
2012-11-09* array.c (rb_ary_splice): fix r37583 doesn't condier the case whennaruse
2012-11-09siphashnobu
2012-11-09array.c: speedup Array#unshift by using space in shared arraynobu
2012-11-09array.c: use shared array in rb_ary_slicenobu
2012-11-09array.c: make array really suitable for queuenobu
2012-11-09array.c: steal shared array's container when ARY_SHARED_NUM == 1nobu
2012-11-09* ext/bigdecimal/bigdecimal.c:zzak
2012-11-09Add back my original example of Shellwords#shellescape.knu
2012-11-09Fix an example of Shellwords#shellescape.knu
2012-11-09* string.c (rb_str_crypt): crypt(3) may return NULL.naruse
2012-11-09Fix build when gcc is used and the platform's libc lacks alloca().knu
2012-11-09fix typoszzak
2012-11-09* io.c (IO#new):zzak
2012-11-08* bignum.c (bigmul0): enable big_mul_toom3.mrkn
2012-11-08* bignum.c (bigmul0): disable big_mul_toom3_temporalily.mrkn
2012-11-08* re.c (rb_memsearch): performance improvement by using memchr().glass
2012-11-08* lib/net/protocol.rb (Net::InternetMessageIO#each_crlf_line):naruse
2012-11-08Fix a couple of grammos.knu
2012-11-08* configure.in (--with-opt-dir): Avoid nesting of double quotesknu
2012-11-08* numeric.c: Add description of that the results of the comparingmrkn
2012-11-07* include/ruby/intern.h: Restore rb_enumeratorize as it was before r37497marcandre
2012-11-07* ext/curses/view.rb: Do not fail if the file to view is shorterknu
2012-11-07* numeric.c (ruby_float_step): fix r37514: it yielded with NaNnaruse
2012-11-07* lib/webrick.rb: fix typo.ayumin
2012-11-07* lib/cgi/core.rb: alias CGI#http_header to CGI#header .xibbar
2012-11-07* eval.c (rb_mod_refine): set RMODULE_IS_REFINEMENT to a createdshugo
2012-11-07ruby-additional.el: set encodingnobu
2012-11-07object.c: inadvertent symbolnobu
2012-11-06enum.c: prefixnobu
2012-11-06Fix typos in commentsshirosaki
2012-11-06Remove FIXME skip on Windows testluislavena
2012-11-06Recognize zlibwapi as linking libraryluislavena
2012-11-06* NEWS: Update for lazy size evaluation [Feature #6636]marcandre
2012-11-06* object.c (rb_mod_const_get): Fix constant missing exception classtenderlove
2012-11-06* ChangeLog: add link to redmine and ruby-coreglass
2012-11-06* lib/tempfile.rb: fix confusing inspect.glass
2012-11-06* atomic.h: add #include <sys/atomic.h> for the workaround ofngoto
2012-11-06* test/win32ole/test_win32ole.rb: now source encoding is UTF-8, sousa