aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * ext/socket/raddrinfo.c (rsock_unix_sockaddr_len): returnshugo2013-01-312-2/+6
* * ext/socket/basicsocket.c (bsock_getsockname): ignore truncatedakr2013-01-303-0/+18
* * ext/socket/unixsocket.c (rsock_init_unixsock): use rb_inspect()shugo2013-01-301-1/+1
* debug: trivial fixesnobu2013-01-292-2/+2
* * vm_backtrace.c: fix issue of rb_debug_inspector_open().ko12013-01-293-0/+49
* proc.c: original aritynobu2013-01-293-0/+39
* * ext/socket/socket.c (sock_s_pack_sockaddr_un): calculate theshugo2013-01-291-1/+1
* * ext/fcntl/fcntl.c: update document. use "file descriptor" insteadakr2013-01-281-5/+9
* fix typosnari2013-01-261-2/+2
* * ext/fcntl/fcntl.c: Document Fcntl constantsdrbrain2013-01-261-65/+119
* extconf.rb: fix warningsnobu2013-01-261-0/+24
* * ext/socket/raddrinfo (rsock_unix_sockaddr_len): renamed fromshugo2013-01-253-4/+4
* * ext/win32ole/win32ole.c: use TlsAlloc instead of __declspec(thread)suke2013-01-251-1/+1
* * ext/socket/raddrinfo.c (rsock_unixpath_len, init_unix_addrinfo),shugo2013-01-254-10/+46
* vpath.rb: hack for msys makenobu2013-01-201-1/+1
* win32ole: remove win32ole.rbnobu2013-01-181-7/+0
* win32ole: OLE uninitializenobu2013-01-181-0/+13
* win32ole: OLE initialize per threadsnobu2013-01-182-29/+24