summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2013-07-12* lib/rubygems/psych_additions.rb: Ignore Psych docs herezzak
2013-07-12* ext/fiddle/win32/lib/win32/registry.rbusa
2013-07-12encoding.c: refill terminator at associating encodingnobu
2013-07-12* hash.c (rb_hash_reject_bang): do not call rb_hash_foreach() if RHashglass
2013-07-12* hash.c (recursive_hash): use RHASH_SIZE() to check hash size.glass
2013-07-11* hash.c (rb_hash_size): use RHASH_SIZE().glass
2013-07-11* hash.c (rb_hash_values): set array capa to RHASH_SIZE().glass
2013-07-11* hash.c (rb_hash_keys): set array capa to RHASH_SIZE().glass
2013-07-11win32.c: fix infinite recursionnobu
2013-07-11win32/registry.rb: remove workaroundnobu
2013-07-11transcode.c: fill terminatornobu
2013-07-11string.c: multi-byte terminatornobu
2013-07-11string.c: multi-byte terminatornobu
2013-07-11string.c: check null charnobu
2013-07-11* array.c: Replace confusing example for #reverse_each in overviewzzak
2013-07-11* test/drb/ut_eq.rb: Use localhost for drb tests [Bug #7311]zzak
2013-07-11* sprintf.c: Fix typo patch by @hynkle [Fixes GH-357]zzak
2013-07-11* lib/securerandom.rb: Refactor conditions by Rafal Chmielzzak
2013-07-11* bignum.c: Don't use toom3 after once karatsuba is choosen.akr
2013-07-11probes_to_wiki.rb: fix comment and reduce unnecessary arraynobu
2013-07-11* process.c (rb_daemon): daemon(3) is implemented with fork(2).naruse
2013-07-10* tool/probes_to_wiki.rb: adding a script to convert probes.d to wikitenderlove
2013-07-10* man/ri.1: Incorrect use of .Dd macro [Bug #8620] by Tristan Hillzzak
2013-07-10* lib/delegate.rb: Add example for __setobj__ and __getobj__zzak
2013-07-10* lib/logger.rb: Use :call-seq: for method signature rdoczzak
2013-07-10* lib/logger.rb (#add): Remove incorrect rdoc for return valuezzak
2013-07-10string.c: rb_str_subposnobu
2013-07-10* bignum.c: Add a static assertion for RBIGNUM_EMBED_LEN_MAX.akr
2013-07-10* string.c (rb_str_index): cache single byte flag and someglass
2013-07-10* bignum.c (bary_2comp): Don't use bary_plus_one.akr
2013-07-10bignum.c: sizeof_bdigit_dblnobu
2013-07-10internal.h: STATIC_ASSERTnobu
2013-07-10* bignum.c (SIZEOF_BDIGIT_DBL): Add a ifdef guard for test.akr
2013-07-10remove duplicated entrykazu
2013-07-10Turns out [Fix GH-***] doesn't work while [Fixes GH-***] does.knu
2013-07-10process.c: kill threads in daemon processnobu
2013-07-10fix a typokazu
2013-07-10fix typoskazu
2013-07-10* test/net/http/test_http.rb (TestNetHTTP_v1_2#test_get,usa
2013-07-10* tool/rbinstall.rb: always require rubygems to stabilize rubygemsnaruse
2013-07-09* lib/rubygems: Import RubyGems 2.1drbrain
2013-07-09* lib/rubygems/ext/ext_conf_builder.rb: Remove siteconf file afterdrbrain
2013-07-09 * ext/date/date_parse.c (date_zone_to_diff): [ruby-core:55831].tadf
2013-07-09* bignum.c (bary_mul): x*1 is x.akr
2013-07-09* bignum.c (bary_mul_single): Invoke MEMZERO here.akr
2013-07-09* bignum.c (bary_mul1): No need to invoke MEMZERO at last.akr
2013-07-09* test/rexml/test_text.rb: Add missing tests for Text#<<.kou
2013-07-09* lib/fileutils.rb (FileUtils#chown_R): Do not skip traversal evenknu
2013-07-09* test/fileutils/test_fileutils.rbknu
2013-07-09* test/test_tracer.rb: catch up recent rubygems changes.ko1