aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/bigdecimal/bigdecimal.c: fixed typo. same as r39830ayumin2013-03-191-1/+1
* * ext/bigdecimal/bigdecimal.c: fixed typo.ayumin2013-03-191-1/+1
* * ext/objspace/objspace.c: Fix typo in doc. Patch by Sho Hashimoto.sorah2013-03-191-1/+1
* * ext/date/date_core.c: include sys/time.h for avoiding implicitkosaki2013-03-161-0/+3
* console.c: supppress warningsnobu2013-03-161-0/+2
* * configure.in: check struct timeval exist or not.kosaki2013-03-161-0/+4
* internal.h: export rb_sys_fail_path_with_funcnobu2013-03-151-2/+0
* update doc.akr2013-03-141-0/+8
* fix typoskazu2013-03-132-13/+13
* * date_core.c: clearly specify operator precedence.takano322013-03-121-1/+1
* * ext/pathname/pathname.c (path_f_pathname): rdoc for Pathname()zzak2013-03-081-1/+14
* use INT2FIX(0) instead of INT2NUM(0).kazu2013-03-053-6/+6
* objspace.c: newly added nodesnobu2013-03-051-1/+4
* * ext/socket/tcpserver.c: Grammar for TCPServer.new from r39554zzak2013-03-021-2/+2
* update doc.akr2013-03-021-0/+7
* * lib/psych.rb: specify in rdoc what object is returned in parserzzak2013-03-011-4/+4
* * ext/psych/lib/psych.rb: rdoc for Psych overview by Adam Stankiewiczzzak2013-02-281-26/+147
* * ext/socket/raddrinfo.c (inspect_sockaddr): don't show that Unixakr2013-02-281-3/+0
* * ext/socket/rubysocket.h (union_sockaddr): make it longer for SunOSakr2013-02-271-0/+1
* * ext/Setup.nt: this file has not been used by default.nobu2013-02-251-1/+1
* configure.in: find Setup file automaticallynobu2013-02-252-0/+3
* * ext/socket/extconf.rb: don't test ss_family and ss_len member ofakr2013-02-251-9/+0
* * ext/socket: define and use union_sockaddr instead of structakr2013-02-248-75/+85
* * ext/date/date_core.c: [ruby-core:52303]tadf2013-02-241-1/+1
* Add test for [Backport #7896] [ruby-core:52607]naruse2013-02-211-1/+10
* extmk.rb: extract SUBMAKEOPTSnobu2013-02-201-15/+15
* extmk.rb: rename variablesnobu2013-02-201-6/+7
* * ext/pty/pty.c: Documentation for the PTY modulezzak2013-02-201-61/+74
* * ext/bigdecimal/bigdecimal.gemspec: bump to 1.2.0.mrkn2013-02-191-2/+2
* Remove Syslog#inspect and have only Syslog.inspect.knu2013-02-191-1/+1
* * ext/openssl/ossl.c (class OpenSSL): Use only inner parenthesis indrbrain2013-02-191-18/+25
* * ext/openssl/ossl.c (class OpenSSL): Fixed ExtensionFactory example.drbrain2013-02-191-11/+21
* * ext/psych/lib/psych/y.rb: Document Kernel#y by Adam Stankiewiczzzak2013-02-161-0/+2
* * ext/socket/ancdata.c (rsock_recvmsg): ignore truncated part ofakr2013-02-162-3/+18
* io/console: 0.4.2nobu2013-02-161-1/+2
* io/console: set HAVE_RB_SCAN_ARGS_OPTIONAL_HASHnobu2013-02-161-0/+3
* io/console: fix configuration failurenobu2013-02-161-1/+1
* io/console: compatibility with 1.8nobu2013-02-162-0/+8
* io/console: compatibility with 1.9nobu2013-02-162-3/+41
* * ext/socket/extconf.rb: don't test sys/feature_tests.h which is notakr2013-02-161-1/+0
* * ext/socket/extconf.rb: reorder header tests to consider inclusionakr2013-02-161-5/+5
* * configure.in, ext/socket/extconf.rb: test netinet/in_systm.h inakr2013-02-151-0/+1
* * configure.in: don't test xti.h here.akr2013-02-151-0/+1
* preprocessor directives indented.akr2013-02-151-70/+74
* * ext/socket/extconf.rb: test struct sockaddr_un and its member,akr2013-02-155-13/+29
* * ext/socket/sockport.h (INIT_SOCKADDR_IN): don't need familyakr2013-02-152-4/+4
* * ext/socket/extconf.rb: workaround for mswin/mingw build problem.usa2013-02-151-1/+1
* * ext/socket/extconf.rb: use all all tested available headers forakr2013-02-151-49/+45
* * ext/socket/sockport.h (SET_SIN_LEN): defined for strict-aliasingakr2013-02-152-2/+18
* socket: ai_addrlen is socklen_tnobu2013-02-154-11/+11