summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2013-03-30Remove bcc32kazu
2013-03-29* win32/file.c (code_page): use cp1252 instead of cp20127 as US-ASCII.usa
2013-03-29* win32/win32.c (wrename): use MoveFileExW instead of MoveFileW,usa
2013-03-29thread.c: Mutex#synchronize no block paramsnobu
2013-03-29compliant is an adjectivekazu
2013-03-29io.c: get rid of IOError when skipped while iterationnobu
2013-03-29io.c: get rid of IOError when skipped while iterationnobu
2013-03-29mkmf.rb: no CFLAGS in CXXFLAGSnobu
2013-03-29ruby/io.h: get rid of conflict on AIXnobu
2013-03-28* numeric.c (rb_num2ull): Cast double to unsigned LONG_LONG viaakr
2013-03-28mkmf.rb: force refererence in MAIN_DOES_NOTHINGnobu
2013-03-28* lib/resolv.rb: Test Windows platform by detecting LoadError whenakr
2013-03-28ruby/io.h: get rid of conflict on AIXnobu
2013-03-28* test/-ext-/num2int/test_num2int.rb: extractakr
2013-03-27* include/ruby/intern.h: Delete redundant inclusions caused byakr
2013-03-27* include/ruby/defines.h: Fix a compilation error on NetBSD,akr
2013-03-27fix typoskazu
2013-03-27* numeric.c (LONG_MIN_MINUS_ONE_IS_LESS_THAN): New macro.akr
2013-03-27* test/-ext-/num2int/test_num2int.rb (asert_num2i_success): Newakr
2013-03-27* time.c (num_exact): use to_r method only if to_int method isakr
2013-03-27* test/-ext-/num2int/test_num2int.rb (test_num2ll): test LLONG_MIN,akr
2013-03-27* internal.h (TIMET_MAX_PLUS_ONE): definition simplified.akr
2013-03-26mkmf.rb: force refererence in MAIN_DOES_NOTHINGnobu
2013-03-26internal.h: use SIGNEDNESS_OF_TIME_Tnobu
2013-03-26remove trailing spacekazu
2013-03-26* internal.h (TIMET_MAX_PLUS_ONE): Defined.akr
2013-03-26remove trailing tabkazu
2013-03-26fix indentkazu
2013-03-26* internal.h: Define TIMET_MAX and TIMET_MIN here.akr
2013-03-26* ext/socket/socket.c (sockaddr_len): return the shortest length forakr
2013-03-26* thread.c (double2timeval): convert the infinity to TIME_MAX to avoidakr
2013-03-24* lib/rinda/tuplespace.rb: Only return tuple entry once on move,drbrain
2013-03-24* test/rinda/test_rinda.rb: Skip IPv6 tests if no IPv6 addressesdrbrain
2013-03-24* addr2line.c (putce): suppress unused return value warning.kosaki
2013-03-24 * proc.c (bm_free): need to clean up the mark flag of a free andnari
2013-03-24* ChangeLog: fix a typo in r39892.nagachika
2013-03-24* string.c (rb_str_rpartition): revert r39903, and convert byte offsetnaruse
2013-03-24Fix String#rpartition(/re/) against a multibyte string.knu
2013-03-24* gc.c (GC_ENABLE_LAZY_SWEEP): new macro to switch lazy sweepingnari
2013-03-24* gc.c: We have no chance to expand the heap when lazy sweeping isnari
2013-03-24* test/ruby/test_require.rb: Remove temporally files in the tests.akr
2013-03-23* lib/rinda/ring.rb: Added documentation for multicast support.drbrain
2013-03-23* test/rinda/test_rinda.rb: Restore tests commented out while fixingdrbrain
2013-03-23 * lib/rinda/ring.rb: Add multicast support to Rinda::RingFinger anddrbrain
2013-03-23* test/rinda/test_rinda.rb: Fixed test failures in r39890 and r39890drbrain
2013-03-23 * lib/rinda/rinda.rb: Fixed loss of tuple when remote is alive but thedrbrain
2013-03-23* test/mkmf/test_have_macro.rb: remove temporally files in the tests.akr
2013-03-23* addr2line.c (kprintf): added from FreeBSD libstand's printf.naruse
2013-03-23* ext/bigdecimal/bigdecimal.c (BigDecimal_divide): Use Qnil and NIL_Pmrkn
2013-03-23vm_eval.c: preserve passed_blocknobu