aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* .gdbinit: colorizenobu2013-02-161-93/+108
* configure.in: don't substitute exec_prefix itselfnobu2013-02-162-1/+7
* io/console: 0.4.2nobu2013-02-162-2/+6
* 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-163-1/+11
* io/console: compatibility with 1.9nobu2013-02-163-3/+46
* configure.in: unexpand exec_prefix etcnobu2013-02-162-3/+20
* * parse.y: add dtrace probe for symbol create.tenderlove2013-02-163-0/+22
* * ext/socket/extconf.rb: don't test sys/feature_tests.h which is notakr2013-02-162-1/+6
* * ext/socket/extconf.rb: reorder header tests to consider inclusionakr2013-02-162-5/+10
* * configure.in, ext/socket/extconf.rb: test netinet/in_systm.h inakr2013-02-153-1/+10
* * configure.in: don't test xti.h here.akr2013-02-153-1/+10
* preprocessor directives indented.akr2013-02-151-70/+74
* * ext/socket/extconf.rb: test struct sockaddr_un and its member,akr2013-02-156-13/+43
* * ext/socket/sockport.h (INIT_SOCKADDR_IN): don't need familyakr2013-02-153-4/+13
* * ext/socket/extconf.rb: workaround for mswin/mingw build problem.usa2013-02-152-1/+6
* * 2013-02-16svn2013-02-151-2/+2
* * ext/socket/extconf.rb: use all all tested available headers forakr2013-02-152-49/+50
* Fix CFLAGS and CXXFLAGS in RbConfig::CONFIG on FreeBSD and NetBSD/amd64.knu2013-02-152-2/+19
* * ext/socket/sockport.h (SET_SIN_LEN): defined for strict-aliasingakr2013-02-153-2/+27
* win32.c: stylenobu2013-02-151-1/+2
* mkmf.rb: fail if cross compilingnobu2013-02-152-0/+6
* socket: ai_addrlen is socklen_tnobu2013-02-154-11/+11
* * ext/socket/extconf.rb: test struct sockaddr_storage directly.akr2013-02-153-1/+9
* * ext/socket/getaddrinfo.c (GET_AI): don't cast 1st argument forakr2013-02-152-1/+6
* * ext/socket/sockport.h (SET_SS_LEN): removed.akr2013-02-145-19/+27
* * lib/rdoc.rb: Update to release version of 4.0.0drbrain2013-02-143-2/+8
* * ext/socket/sockport.h (SA_LEN): removed because unused now.akr2013-02-142-24/+6
* * test/ruby/test_process.rb (test_setsid): Added a workaround forkosaki2013-02-142-0/+8
* * 2013-02-15svn2013-02-141-2/+2
* * ext/socket/sockport.h (VALIDATE_SOCKLEN): new macro to validateakr2013-02-144-3/+20
* remove trailing spaceskazu2013-02-141-3/+3
* * ext/socket/socket.c (sockaddr_len): extracted from sockaddr_obj.akr2013-02-142-33/+52
* * ext/socket: always operate length of socket addess companion withakr2013-02-147-29/+66
* * lib/net/http.rb: Removed OpenSSL dependency from Net::HTTP.drbrain2013-02-144-4/+13
* class.c: cyclic prependnobu2013-02-143-3/+19
* vm_method.c: fix method_removednobu2013-02-142-2/+2
* vm_method.c: fix method_removednobu2013-02-143-3/+24
* * lib/net/http: Do not handle Content-Encoding when the user setsdrbrain2013-02-141-0/+1
* * lib/net/http: Do not handle Content-Encoding when the user setsdrbrain2013-02-147-0/+104
* * 2013-02-14svn2013-02-131-2/+2
* * ext/socket/extconf.rb: don't define HAVE_SA_LEN and HAVE_SA_LEN.akr2013-02-135-12/+14
* add comment.akr2013-02-131-2/+2
* * ext/socket/extconf.rb: don't define socklen_t here, just test.akr2013-02-133-3/+11
* proc.c: skip prependsnobu2013-02-133-0/+33
* proc.c: original_namenobu2013-02-133-1/+24
* proc.c: show the given namenobu2013-02-133-1/+21
* configure.in: no Werrornobu2013-02-132-1/+15
* io.c: FOREACH_ARGFnobu2013-02-131-12/+10