summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2013-04-02* ext/-test-/num2int/num2int.c: Define utility methodsakr
2013-04-01* ext/-test-/num2int/num2int.c: Rename utility methodsakr
2013-04-01* ext/zlib/zlib.c (rb_gzfile_set_mtime): Use NUM2UINT.akr
2013-04-01* ext/zlib/zlib.c (Zlib::Inflate.new):eregon
2013-04-01* ext/-test-/num2int/num2int.c: Return string for result, instead ofakr
2013-04-01sha2.c: suppress warningsnobu
2013-03-31* include/ruby/ruby.h (FIX2ULONG): Make it consistent with NUM2ULONG.akr
2013-03-29code cleanup by @vipulnsward [GH fixes #267]hsbt
2013-03-28tcltklib.c: rb_thread_alive_p macronobu
2013-03-28tcltklib.c: suppress warningsnobu
2013-03-28ext/tk/tcltklib.c: adjust nestingnobu
2013-03-26* ext/socket/socket.c (sockaddr_len): return the shortest length forakr
2013-03-23Suppress warningsnaruse
2013-03-23* ext/bigdecimal/bigdecimal.c (BigDecimal_divide): Use Qnil and NIL_Pmrkn
2013-03-22* ext/bigdecimal/bigdecimal.c: Fix style.mrkn
2013-03-21use rb_pid_t instead of pid_t.kazu
2013-03-20* ext/date/date_core.c: Typo in Date::MONTHNAMES by Matt Gaugerzzak
2013-03-19* ext/bigdecimal/bigdecimal.c: fixed typo. same as r39830ayumin
2013-03-19* ext/bigdecimal/bigdecimal.c: fixed typo.ayumin
2013-03-19* ext/objspace/objspace.c: Fix typo in doc. Patch by Sho Hashimoto.sorah
2013-03-16* ext/date/date_core.c: include sys/time.h for avoiding implicitkosaki
2013-03-16console.c: supppress warningsnobu
2013-03-16* configure.in: check struct timeval exist or not.kosaki
2013-03-15internal.h: export rb_sys_fail_path_with_funcnobu
2013-03-14update doc.akr
2013-03-13fix typoskazu
2013-03-12 * date_core.c: clearly specify operator precedence.takano32
2013-03-08* ext/pathname/pathname.c (path_f_pathname): rdoc for Pathname()zzak
2013-03-05use INT2FIX(0) instead of INT2NUM(0).kazu
2013-03-05objspace.c: newly added nodesnobu
2013-03-02* ext/socket/tcpserver.c: Grammar for TCPServer.new from r39554zzak
2013-03-02update doc.akr
2013-03-01* lib/psych.rb: specify in rdoc what object is returned in parserzzak
2013-02-28* ext/psych/lib/psych.rb: rdoc for Psych overview by Adam Stankiewiczzzak
2013-02-28* ext/socket/raddrinfo.c (inspect_sockaddr): don't show that Unixakr
2013-02-27* ext/socket/rubysocket.h (union_sockaddr): make it longer for SunOSakr
2013-02-25* ext/Setup.nt: this file has not been used by default.nobu
2013-02-25configure.in: find Setup file automaticallynobu
2013-02-25* ext/socket/extconf.rb: don't test ss_family and ss_len member ofakr
2013-02-24* ext/socket: define and use union_sockaddr instead of structakr
2013-02-24 * ext/date/date_core.c: [ruby-core:52303]tadf
2013-02-21Add test for [Backport #7896] [ruby-core:52607]naruse
2013-02-20extmk.rb: extract SUBMAKEOPTSnobu
2013-02-20extmk.rb: rename variablesnobu
2013-02-20* ext/pty/pty.c: Documentation for the PTY modulezzak
2013-02-19* ext/bigdecimal/bigdecimal.gemspec: bump to 1.2.0.mrkn
2013-02-19Remove Syslog#inspect and have only Syslog.inspect.knu
2013-02-19* ext/openssl/ossl.c (class OpenSSL): Use only inner parenthesis indrbrain
2013-02-19* ext/openssl/ossl.c (class OpenSSL): Fixed ExtensionFactory example.drbrain
2013-02-16* ext/psych/lib/psych/y.rb: Document Kernel#y by Adam Stankiewiczzzak