summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2012-11-06* lib/net/protocol.rb (Net::InternetMessageIO#each_crlf_line):naruse
2012-11-06* string.c (rb_str_b): Add String#b, returning a copied stringnaruse
2012-11-06* ruby.c (load_file_internal): set default source encoding asnaruse
2012-11-05* test/ruby/test_require.rbshirosaki
2012-11-05* thread_pthread.c (rb_reserved_fd_p): fix typo in macro checkkosaki
2012-11-05Fix compatibility of cached expanded load pathshirosaki
2012-11-05Cache the expanded load pathshirosaki
2012-11-05Index $LOADED_FEATURES so that require isn't so slowshirosaki
2012-11-05Expose whether two arrays are sharedshirosaki
2012-11-05Clarify and explain loaded_feature_path and rb_feature_pshirosaki
2012-11-05* ext/dl/win32/lib/Win32API.rb (Win32API#call): use 64bit pointer for x64shirosaki
2012-11-05* cygwin/GNUmakefile.in (uncommon.mk): link *.res.o.shirosaki
2012-11-05* thread_pthread.c (native_thread_init, native_thread_destroy):kosaki
2012-11-05* lib/cgi/core.rb: check if Tempfile is defined before use it.naruse
2012-11-05* lib/uri/http.rb (URI::HTTP.build): Fix examplezzak