aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Remove bcc32kazu2013-03-301-0/+5
* * win32/file.c (code_page): use cp1252 instead of cp20127 as US-ASCII.usa2013-03-291-1/+7
* * win32/win32.c (wrename): use MoveFileExW instead of MoveFileW,usa2013-03-291-0/+8
* thread.c: Mutex#synchronize no block paramsnobu2013-03-291-0/+6
* compliant is an adjectivekazu2013-03-291-2/+2
* io.c: get rid of IOError when skipped while iterationnobu2013-03-291-1/+7
* io.c: get rid of IOError when skipped while iterationnobu2013-03-291-0/+7
* mkmf.rb: no CFLAGS in CXXFLAGSnobu2013-03-291-0/+5
* ruby/io.h: get rid of conflict on AIXnobu2013-03-291-0/+6
* * numeric.c (rb_num2ull): Cast double to unsigned LONG_LONG viaakr2013-03-281-0/+9
* mkmf.rb: force refererence in MAIN_DOES_NOTHINGnobu2013-03-281-0/+5
* * lib/resolv.rb: Test Windows platform by detecting LoadError whenakr2013-03-281-0/+6
* ruby/io.h: get rid of conflict on AIXnobu2013-03-281-0/+5
* * test/-ext-/num2int/test_num2int.rb: extractakr2013-03-281-0/+6
* * include/ruby/intern.h: Delete redundant inclusions caused byakr2013-03-271-0/+11
* * include/ruby/defines.h: Fix a compilation error on NetBSD,akr2013-03-271-0/+7
* fix typoskazu2013-03-271-4/+4
* * numeric.c (LONG_MIN_MINUS_ONE_IS_LESS_THAN): New macro.akr2013-03-271-0/+14
* * test/-ext-/num2int/test_num2int.rb (asert_num2i_success): Newakr2013-03-271-3/+9
* * time.c (num_exact): use to_r method only if to_int method isakr2013-03-271-0/+6
* * test/-ext-/num2int/test_num2int.rb (test_num2ll): test LLONG_MIN,akr2013-03-271-0/+5
* * internal.h (TIMET_MAX_PLUS_ONE): definition simplified.akr2013-03-271-0/+4
* mkmf.rb: force refererence in MAIN_DOES_NOTHINGnobu2013-03-261-0/+5
* internal.h: use SIGNEDNESS_OF_TIME_Tnobu2013-03-261-0/+8
* remove trailing spacekazu2013-03-261-1/+1
* * internal.h (TIMET_MAX_PLUS_ONE): Defined.akr2013-03-261-0/+6
* remove trailing tabkazu2013-03-261-1/+1
* fix indentkazu2013-03-261-1/+1
* * internal.h: Define TIMET_MAX and TIMET_MIN here.akr2013-03-261-0/+12
* * ext/socket/socket.c (sockaddr_len): return the shortest length forakr2013-03-261-0/+5
* * thread.c (double2timeval): convert the infinity to TIME_MAX to avoidakr2013-03-261-0/+6
* * lib/rinda/tuplespace.rb: Only return tuple entry once on move,drbrain2013-03-241-0/+7
* * test/rinda/test_rinda.rb: Skip IPv6 tests if no IPv6 addressesdrbrain2013-03-241-0/+6
* * addr2line.c (putce): suppress unused return value warning.kosaki2013-03-241-0/+4
* * proc.c (bm_free): need to clean up the mark flag of a free andnari2013-03-241-0/+5
* * ChangeLog: fix a typo in r39892.nagachika2013-03-241-1/+1
* * string.c (rb_str_rpartition): revert r39903, and convert byte offsetnaruse2013-03-241-0/+7
* Fix String#rpartition(/re/) against a multibyte string.knu2013-03-241-0/+5
* * gc.c (GC_ENABLE_LAZY_SWEEP): new macro to switch lazy sweepingnari2013-03-241-0/+5
* * gc.c: We have no chance to expand the heap when lazy sweeping isnari2013-03-241-0/+7
* * test/ruby/test_require.rb: Remove temporally files in the tests.akr2013-03-241-0/+18
* * lib/rinda/ring.rb: Added documentation for multicast support.drbrain2013-03-231-0/+6
* * test/rinda/test_rinda.rb: Restore tests commented out while fixingdrbrain2013-03-231-0/+5
* * lib/rinda/ring.rb: Add multicast support to Rinda::RingFinger anddrbrain2013-03-231-0/+8
* * test/rinda/test_rinda.rb: Fixed test failures in r39890 and r39890drbrain2013-03-231-0/+5
* * lib/rinda/rinda.rb: Fixed loss of tuple when remote is alive but thedrbrain2013-03-231-0/+7
* * test/mkmf/test_have_macro.rb: remove temporally files in the tests.akr2013-03-231-0/+4
* * addr2line.c (kprintf): added from FreeBSD libstand's printf.naruse2013-03-231-0/+8
* * ext/bigdecimal/bigdecimal.c (BigDecimal_divide): Use Qnil and NIL_Pmrkn2013-03-231-0/+11
* vm_eval.c: preserve passed_blocknobu2013-03-231-3/+6