aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ext/socket/extconf.rb: test struct sockaddr_storage directly.akr2013-02-152-1/+3
* * ext/socket/getaddrinfo.c (GET_AI): don't cast 1st argument forakr2013-02-151-1/+1
* * ext/socket/sockport.h (SET_SS_LEN): removed.akr2013-02-144-19/+14
* * ext/socket/sockport.h (SA_LEN): removed because unused now.akr2013-02-141-24/+0
* * ext/socket/sockport.h (VALIDATE_SOCKLEN): new macro to validateakr2013-02-143-3/+9
* * ext/socket/socket.c (sockaddr_len): extracted from sockaddr_obj.akr2013-02-141-32/+44
* * ext/socket: always operate length of socket addess companion withakr2013-02-146-29/+33
* * ext/socket/extconf.rb: don't define HAVE_SA_LEN and HAVE_SA_LEN.akr2013-02-134-12/+8
* add comment.akr2013-02-131-2/+2
* * ext/socket/extconf.rb: don't define socklen_t here, just test.akr2013-02-132-3/+5
* * ext/socket/extconf.rb: test functions just after struct members.akr2013-02-121-134/+139
* * ext/json: merge JSON 1.7.7.naruse2013-02-129-39/+112
* * ext/socket/extconf.rb: test structure members just after types test.akr2013-02-101-21/+22
* * ext/socket/extconf.rb: test types just after headers test.akr2013-02-101-21/+22
* add comments.akr2013-02-101-3/+3
* * ext/socket/extconf.rb: test headers at first.akr2013-02-101-16/+20
* eval.c: preserve errinfonobu2013-02-081-0/+25
* * ext/psych/lib/psych/visitors/yaml_tree.rb: fixing string quotationtenderlove2013-02-071-9/+8
* * ext/psych/lib/psych/visitors/yaml_tree.rb: change output referencetenderlove2013-02-071-5/+29
* * doc/pty/README: Remove static documentation filezzak2013-02-061-0/+13
* * doc/pty/README.expect: Removed static documentation filezzak2013-02-061-1/+21
* console.c: default by stty rawnobu2013-02-051-1/+2
* * ext/json/lib/json.rb: Move module overview definition for rdoczzak2013-02-041-2/+2
* io-console.gemspec: 0.4.1nobu2013-02-041-1/+1
* io-console.gemspec: limit date lengthnobu2013-02-041-1/+1
* io-console.gemspec: updatenobu2013-02-041-1/+3
* init.c: declaration-after-statementnobu2013-02-041-9/+7
* console.c: initializenobu2013-02-041-0/+2
* * ext/io/console/io-console.gemspec: fix date.nobu2013-02-031-2/+2
* io-console.gemspec: bumpnobu2013-02-031-1/+1
* console.c: fix unit of minnobu2013-02-031-2/+1
* * ext/readline/extconf.rb, ext/readline/readline.c: checkshugo2013-02-012-7/+1