summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2013-02-13* ext/socket/extconf.rb: don't define socklen_t here, just test.akr
2013-02-12* ext/socket/extconf.rb: test functions just after struct members.akr
2013-02-12* ext/json: merge JSON 1.7.7.naruse
2013-02-10* ext/socket/extconf.rb: test structure members just after types test.akr
2013-02-10* ext/socket/extconf.rb: test types just after headers test.akr
2013-02-10add comments.akr
2013-02-10* ext/socket/extconf.rb: test headers at first.akr
2013-02-08eval.c: preserve errinfonobu
2013-02-07* ext/psych/lib/psych/visitors/yaml_tree.rb: fixing string quotationtenderlove
2013-02-07* ext/psych/lib/psych/visitors/yaml_tree.rb: change output referencetenderlove
2013-02-06* doc/pty/README: Remove static documentation filezzak
2013-02-06* doc/pty/README.expect: Removed static documentation filezzak
2013-02-05console.c: default by stty rawnobu
2013-02-04* ext/json/lib/json.rb: Move module overview definition for rdoczzak
2013-02-04io-console.gemspec: 0.4.1nobu
2013-02-04io-console.gemspec: limit date lengthnobu
2013-02-04io-console.gemspec: updatenobu
2013-02-04init.c: declaration-after-statementnobu
2013-02-04console.c: initializenobu
2013-02-03* ext/io/console/io-console.gemspec: fix date.nobu
2013-02-03io-console.gemspec: bumpnobu
2013-02-03console.c: fix unit of minnobu
2013-02-01* ext/readline/extconf.rb, ext/readline/readline.c: checkshugo
2013-01-31* ext/socket/raddrinfo.c (rsock_unix_sockaddr_len): returnshugo
2013-01-30* ext/socket/basicsocket.c (bsock_getsockname): ignore truncatedakr
2013-01-30* ext/socket/unixsocket.c (rsock_init_unixsock): use rb_inspect()shugo
2013-01-29debug: trivial fixesnobu
2013-01-29* vm_backtrace.c: fix issue of rb_debug_inspector_open().ko1
2013-01-29proc.c: original aritynobu
2013-01-29* ext/socket/socket.c (sock_s_pack_sockaddr_un): calculate theshugo
2013-01-28* ext/fcntl/fcntl.c: update document. use "file descriptor" insteadakr
2013-01-26fix typosnari
2013-01-26* ext/fcntl/fcntl.c: Document Fcntl constantsdrbrain
2013-01-26extconf.rb: fix warningsnobu
2013-01-25* ext/socket/raddrinfo (rsock_unix_sockaddr_len): renamed fromshugo
2013-01-25* ext/win32ole/win32ole.c: use TlsAlloc instead of __declspec(thread)suke
2013-01-25* ext/socket/raddrinfo.c (rsock_unixpath_len, init_unix_addrinfo),shugo
2013-01-20vpath.rb: hack for msys makenobu
2013-01-18win32ole: remove win32ole.rbnobu
2013-01-18win32ole: OLE uninitializenobu
2013-01-18win32ole: OLE initialize per threadsnobu
2013-01-17win32ole: warning flagnobu
2013-01-17win32ole: unused variablesnobu
2013-01-17win32ole.c: prototypenobu
2013-01-17* ext/psych/lib/psych/scalar_scanner.rb: use constants rather thantenderlove
2013-01-16win32ole.rb: use TracePointnobu
2013-01-14* ext/bigdecimal/bigdecimal.c (BigDecimal_to_s): use CRuby style.mrkn
2013-01-14* ext/bigdecimal/bigdecimal.c: use `RB_TYPE_P(x, t)` instead ofmrkn
2013-01-13* ext/psych/yaml/scanner.c: Fix typos, patch by James Dabbszzak
2013-01-13* ext/bigdecimal/bigdecimal.c (BigDecimal_sub):mrkn