aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * ext/zlib/zlib.c (rb_gzfile_set_mtime): Use NUM2UINT.akr2013-04-012-7/+15
* * ext/zlib/zlib.c (Zlib::Inflate.new):eregon2013-04-012-2/+8
* * test/-ext-/num2int/test_num2int.rb: Test small bignums.akr2013-04-012-0/+10
* * numeric.c (rb_num2ulong_internal): Don't cast a negative double valueakr2013-04-012-1/+12
* * ext/-test-/num2int/num2int.c: Return string for result, instead ofakr2013-04-013-103/+56
* * numeric.c (rb_num2long): Don't use SIGNED_VALUE uselessly.akr2013-04-012-11/+19
* configure.in: prereq 2.67nobu2013-04-012-2/+6
* sha2.c: suppress warningsnobu2013-04-011-3/+6
* fix a typokazu2013-04-011-1/+1
* configure.in: clang checknobu2013-04-011-4/+5
* configure.in: clang checknobu2013-04-012-3/+11
* * numeric.c (check_uint): Take the 1st argument as unsigned long,akr2013-04-012-16/+16
* * configure.in: use 'test' instead quadrigraph.ayumin2013-03-311-1/+1
* * configure.in: use quadrigraph to put '[' or ']'. [Bug #8192]ayumin2013-03-312-1/+5
* Fix build failure introduced by previous commitnaruse2013-03-311-1/+1
* * configure.in: kick old clang. [ruby-dev:47204] [Bug #8192]naruse2013-03-312-0/+11
* * 2013-04-01svn2013-03-311-3/+3
* * include/ruby/ruby.h (FIX2ULONG): Make it consistent with NUM2ULONG.akr2013-03-314-1/+151
* proc.c: consider noex in define_methodnobu2013-03-313-1/+44
* test_method.rb: splitnobu2013-03-311-0/+4
* more tests.akr2013-03-311-10/+17
* win32/configure.bat: option argumentsnobu2013-03-313-31/+36
* ChangeLog: fix typonobu2013-03-311-1/+1
* * numeric.c (rb_num2ulong_internal): New function similart toakr2013-03-313-11/+52
* documentation by @phiggins [GH fixes #263]hsbt2013-03-311-0/+1
* doumentation by @toolmantim [GH fixes #270]hsbt2013-03-311-3/+4
* Document the default Net timeout values by @toolmantim [GH fixes #269]hsbt2013-03-314-10/+11
* class.c: suppress wrong warningnobu2013-03-303-1/+22
* thread.c: TYPEOF_TIMEVAL_TV_SECnobu2013-03-302-5/+34
* timev.h: move time_t stuffsnobu2013-03-306-42/+23
* thread.c: format specifiers for time_tnobu2013-03-302-4/+4
* gc.c: _aligned_mallocnobu2013-03-301-0/+1
* * 2013-03-31svn2013-03-301-2/+2
* Specify external_encodingnaruse2013-03-301-6/+2
* Remove bcc32kazu2013-03-306-1115/+5
* * test/ruby/test_class.rb: Simplify warning checksmarcandre2013-03-304-43/+21
* * NEWS: Be more precise about singleton_class.ancestors changemarcandre2013-03-301-1/+2
* * win32/file.c (code_page): use cp1252 instead of cp20127 as US-ASCII.usa2013-03-292-3/+9
* * 2013-03-30svn2013-03-291-2/+2
* * win32/win32.c (wrename): use MoveFileExW instead of MoveFileW,usa2013-03-292-10/+9
* thread.c: Mutex#synchronize no block paramsnobu2013-03-293-1/+12
* Makefile.sub: configurationsnobu2013-03-291-0/+1
* compliant is an adjectivekazu2013-03-291-2/+2
* io.c: get rid of IOError when skipped while iterationnobu2013-03-293-5/+17
* io.c: get rid of IOError when skipped while iterationnobu2013-03-293-14/+79
* mkmf.rb: no CFLAGS in CXXFLAGSnobu2013-03-292-2/+8
* ruby/io.h: get rid of conflict on AIXnobu2013-03-292-0/+8
* code cleanup by @vipulnsward [GH fixes #267]hsbt2013-03-293-4/+1
* * numeric.c (rb_num2ull): Cast double to unsigned LONG_LONG viaakr2013-03-282-1/+10
* * 2013-03-29svn2013-03-281-2/+2