aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * README.md, README.ja.md: removed (wrong) mode setting for emacs.usa2014-02-243-3/+5
* time: only use packed struct on x86*normal2014-02-244-2/+13
* * test/fiddle/test_function.rb: remove unused variables.hsbt2014-02-244-3/+9
* * 2014-02-24svn2014-02-241-2/+2
* time: rearrange+pack vtm and time_object structsnormal2014-02-244-37/+74
* * lib/rexml/xmltokens.rb: Add missing non ASCII valid characterskou2014-02-233-5/+122
* Fix filename and function name.akr2014-02-231-2/+2
* option.c: use rb_w32_inet_ptonnobu2014-02-232-1/+8
* win32/win32.c: add rb_w32_inet_ptonnobu2014-02-233-0/+23
* * test/net/imap/test_imap.rb: remove unused variables.hsbt2014-02-234-4/+8
* * process.c: [DOC] typo fix by @jkassemi [fix GH-544][ci skip]hsbt2014-02-231-1/+1
* * README.ja.md: [DOC] fixed wasted spaces by @gogotanaka [fix GH-545][ci skip]hsbt2014-02-231-22/+21
* raddrinfo.c: suppress warningsnobu2014-02-231-11/+9
* * 2014-02-23svn2014-02-221-2/+2
* * lib/resolv.rb (bind_random_port): Rescue EPERM for FreeBSD whichakr2014-02-222-1/+10
* * lib/rexml/xpath_parser.rb: Fix indent.kou2014-02-222-10/+14
* * ChangeLog: Fix formatkou2014-02-221-2/+2
* * test/rexml/xpath/test_attribute.rb: Simplify.kou2014-02-222-75/+21
* add backport commit detectionnaruse2014-02-221-1/+23
* * tool/redmine-backporter.rb: should add the value after checking error.usa2014-02-221-2/+2
* * tool/redmine-backporter.rb: fixed bug of background color.usa2014-02-221-1/+1
* * tool/redmine-backporter.rb: more friendly.usa2014-02-222-11/+58
* * test/rexml/test_xpath*.rb: Move to ...kou2014-02-226-10/+11
* * test/rexml/listener.rb: Untabify.kou2014-02-222-47/+51
* * ext/io/console/console.c (console_dev): need read access for conout$usa2014-02-222-1/+6
* .gitignore: ignore benchmark filesnormal2014-02-222-0/+7
* Fix a filename.akr2014-02-221-1/+1
* test_logdevice.rb: no utimenobu2014-02-221-2/+3
* gc.c: suppress warningsnobu2014-02-221-2/+2
* test_logdevice.rb: use assert_in_out_errnobu2014-02-221-2/+2
* * bignum.c (bary_mul_precheck): fix a copy-paste error.mame2014-02-212-1/+6
* * 2014-02-22svn2014-02-211-2/+2
* fix second argument of MEMZEROkazu2014-02-212-1/+6
* * ext/socket/init.c (wait_connectable): break if the socket isshugo2014-02-212-2/+17
* * tool/redmine-backporter.rb: added to handle redmine tickets.naruse2014-02-212-0/+351
* class.c: do nothing if copying selfnobu2014-02-218-2/+32
* test_logdevice.rb: run iff timezene supportednobu2014-02-211-1/+1
* logger.rb: DSTnobu2014-02-213-11/+49
* logger.rb: fix midnight log rotation missnobu2014-02-213-7/+78
* test/logger: splitnobu2014-02-214-403/+411
* typo fixhsbt2014-02-211-1/+1
* * test/monitor/test_monitor.rb: remove unused variabels.hsbt2014-02-215-5/+10
* socket: sendmsg/recvmsg only retries blocking on errorsnormal2014-02-213-10/+37
* * 2014-02-21svn2014-02-201-2/+2
* gc.c: RB_GC_GUARD should be robust enough for any compilernormal2014-02-203-4/+20
* * ext/socket/raddrinfo.c (numeric_getaddrinfo): Use xcalloc.akr2014-02-202-4/+8
* * hash.c (rb_hash_flatten): fix behavior of flatten(0).glass2014-02-202-4/+11
* * 2014-02-20svn2014-02-201-2/+2
* * hash.c (rb_hash_flatten): fix behavior of flatten(-1).glass2014-02-203-6/+17
* * ext/socket: Bypass getaddrinfo() if node and serv are numeric.akr2014-02-195-9/+146