[前][次][番号順一覧][上]

ruby-changes:36901-37000

  36901 2014-12-25 10:09 [ko1@a...            ] nobu:r48982 (trunk): console.c: get rid of NameError
  36902 2014-12-25 10:24 [ko1@a...            ] nobu:r48983 (trunk): test_dns.rb: fix scope
  36903 2014-12-25 11:37 [ko1@a...            ] usa:r48984 (trunk): * test/io/console/test_io_console.rb (TestIO_Console#run_pty): no block given.
  36904 2014-12-25 12:38 [ko1@a...            ] nobu:r48985 (trunk): rubygems: fix variable name
  36905 2014-12-25 12:47 [ko1@a...            ] nobu:r48986 (trunk): parse.y: warn past scope variable
  36906 2014-12-25 12:51 [ko1@a...            ] nobu:r48987 (trunk): test_io_console.rb: chomp results
  36907 2014-12-25 13:59 [ko1@a...            ] nobu:r48988 (trunk): configure.in: workaround of mingw-w64
  36909 2014-12-25 15:36 [ko1@a...            ] nobu:r48990 (trunk): dir.c: replace_real_basename
  36910 2014-12-25 16:01 [ko1@a...            ] nobu:r48991 (trunk): file.c: drop ignored chars
  36911 2014-12-25 16:12 [ko1@a...            ] naruse:r48992: Release branch of Ruby 2.2
  36912 2014-12-25 16:14 [ko1@a...            ] nobu:r48993 (trunk): console.c: IO.console arguments passing
  36913 2014-12-25 16:24 [ko1@a...            ] naruse:r48994 (ruby_2_2): bump version  
  36914 2014-12-25 16:33 [ko1@a...            ] naruse:r48995: add tag v2_2_0           
  36915 2014-12-25 17:21 [ko1@a...            ] naruse:r48996: delete tag v2_2_0        
  36916 2014-12-25 17:27 [ko1@a...            ] nobu:r48997 (trunk): configure.in: include winsock2.h
  36917 2014-12-25 17:33 [ko1@a...            ] naruse:r48998 (ruby_2_2): merge revision(s) 48997: [Backport #10640]
  36918 2014-12-25 17:33 [ko1@a...            ] ngoto:r48999 (trunk): * gc.c (wmap_final_func): fix memory size shortage when realloc wmap.
  36919 2014-12-25 17:34 [ko1@a...            ] naruse:r49000 (ruby_2_2): still patch level 0
  36920 2014-12-25 17:38 [ko1@a...            ] naruse:r49001 (ruby_2_2): merge revision(s) 48999: [Backport #10646]
  36921 2014-12-25 17:39 [ko1@a...            ] naruse:r49002: add tag v2_2_0           
  36922 2014-12-25 17:40 [ko1@a...            ] naruse:r49003: re-remove v2_2_0         
  36923 2014-12-25 17:42 [ko1@a...            ] naruse:r49004 (ruby_2_2): merge revision(s) 48993:
  36924 2014-12-25 17:43 [ko1@a...            ] naruse:r49005: add tag v2_2_0           
  36925 2014-12-25 19:02 [ko1@a...            ] usa:r49006 (trunk): * ext/fiddle/win32/libffi-3.2.1-mswin.patch: support mswin32.
  36926 2014-12-25 21:58 [ko1@a...            ] nobu:r49007 (trunk): extconf.rb: libffi PIC objects
  36927 2014-12-25 22:53 [ko1@a...            ] kazu:r49008 (trunk): old ChangeLog and NEWS move to doc
  36928 2014-12-26 00:02 [ko1@a...            ] nobu:r49009 (trunk): libffi.mk.tmpl: fix STATICLIB
  36929 2014-12-26 00:02 [ko1@a...            ] svn:r49010 (trunk): * 2014-12-26        
  36930 2014-12-26 00:15 [ko1@a...            ] usa:r49011 (trunk): * test/ruby/test_extlibs.rb: check existance of extension libraries
  36931 2014-12-26 00:15 [ko1@a...            ] svn:r49012 (trunk): * properties.       
  36932 2014-12-26 00:37 [ko1@a...            ] usa:r49013 (trunk): remove old empty directories.
  36933 2014-12-26 01:26 [ko1@a...            ] usa:r49014 (trunk): * tool/downloader.rb: support old versions of ruby.
  36934 2014-12-26 01:48 [ko1@a...            ] usa:r49015 (trunk): * tool/rbinstall.rb: skip installing bundle gems if zlib is unavailable.
  36935 2014-12-26 01:51 [ko1@a...            ] usa:r49016 (trunk): * ChangeLog: mention the ticket for r49015.
  36936 2014-12-26 02:15 [ko1@a...            ] zzak:r49017 (trunk): Fix typo for LoadError constant
  36937 2014-12-26 06:36 [ko1@a...            ] naruse:r49018 (trunk): don't require mathn, it breaks the world
  36938 2014-12-26 08:21 [ko1@a...            ] zzak:r49019 (trunk): s/existance/existence
  36939 2014-12-26 10:57 [ko1@a...            ] usa:r49020 (trunk): * test/ruby/test_extlibs.rb: test in separated process for mathn/*.
  36940 2014-12-26 14:33 [ko1@a...            ] nobu:r49021 (trunk): fix printf format conversion specifiers
  36941 2014-12-26 14:45 [ko1@a...            ] nobu:r49022 (trunk): log entry of r49021
  36942 2014-12-26 14:48 [ko1@a...            ] nobu:r49023 (trunk): win32: realloc failures
  36943 2014-12-26 14:51 [ko1@a...            ] nobu:r49024 (trunk): never-NULL pointer check
  36944 2014-12-26 15:09 [ko1@a...            ] nobu:r49025 (trunk): uninitialized variable
  36945 2014-12-26 15:09 [ko1@a...            ] nobu:r49026 (trunk): nkf.c: add semicolon
  36946 2014-12-26 15:13 [ko1@a...            ] nobu:r49027 (trunk): parser.rl: check before use
  36947 2014-12-26 15:21 [ko1@a...            ] nobu:r49028 (trunk): marshal.c: append at once
  36948 2014-12-26 15:28 [ko1@a...            ] nobu:r49029 (trunk): tcltklib.c: rb_path2class
  36949 2014-12-26 15:32 [ko1@a...            ] nobu:r49030 (trunk): tcltklib.c: duplicate code
  36950 2014-12-26 15:45 [ko1@a...            ] naruse:r49031 (ruby_2_2): merge revision(s) 49015, 49016: [Backport #10647]
  36951 2014-12-27 10:04 [ko1@a...            ] hsbt:r49032 (trunk): * tool/make-snapshot: show sha1 digest when making packages.
  36952 2014-12-27 10:04 [ko1@a...            ] svn:r49033 (trunk): * 2014-12-27        
  36953 2014-12-27 10:11 [ko1@a...            ] hsbt:r49034 (trunk): * ext/tk/lib/tkextlib/tcllib/plotchart.rb: fix to invoke correct function
  36954 2014-12-27 13:08 [ko1@a...            ] hsbt:r49035 (trunk): * ext/socket/socket.c: improved document for YARD doc.
  36955 2014-12-27 15:11 [ko1@a...            ] normal:r49036 (trunk): vm_core.h: preserve thread ordering
  36956 2014-12-27 17:03 [ko1@a...            ] akr:r49037 (trunk): * process.c: Unused code removed.
  36957 2014-12-27 20:13 [ko1@a...            ] nobu:r49038 (trunk): json: backward compatibilities
  36958 2014-12-28 09:25 [ko1@a...            ] nobu:r49039 (trunk): test_io_console.rb: different names
  36959 2014-12-28 09:25 [ko1@a...            ] svn:r49040 (trunk): * 2014-12-28        
  36960 2014-12-28 13:54 [ko1@a...            ] nobu:r49041 (trunk): parse.y: fix internal IDs conflict
  36961 2014-12-28 16:25 [ko1@a...            ] nobu:r49042 (trunk): GNUmakefile.in: append resources always
  36962 2014-12-28 18:13 [ko1@a...            ] nobu:r49043 (trunk): mkmf.rb: use echo if possible
  36963 2014-12-28 18:20 [ko1@a...            ] normal:r49044 (trunk): test_iseq_load: expand tests with stack mismatches
  36964 2014-12-28 23:04 [ko1@a...            ] nobu:r49045 (trunk): test_extlibs.rb: show mkmf.log
  36965 2014-12-28 23:17 [ko1@a...            ] nobu:r49046 (trunk): configure.in: default excluded libraries
  36966 2014-12-28 23:49 [ko1@a...            ] nobu:r49047 (trunk): rbinstall.rb: fix bundled gems location
  36967 2014-12-29 01:51 [ko1@a...            ] nobu:r49048 (trunk): generator.h: use GET_STATE_TO
  36968 2014-12-29 01:51 [ko1@a...            ] svn:r49049 (trunk): * 2014-12-29        
  36969 2014-12-29 02:03 [ko1@a...            ] nobu:r49050 (trunk): ext/json: for ancient backward compatibilities
  36970 2014-12-29 07:29 [ko1@a...            ] hsbt:r49051 (trunk): * ext/json, test/json: merge JSON HEAD(17fe8e7)
  36971 2014-12-29 07:29 [ko1@a...            ] svn:r49052 (trunk): * append newline at EOF.
  36972 2014-12-29 10:37 [ko1@a...            ] nobu:r49053 (trunk): process.c: missing parenthesis
  36973 2014-12-29 10:37 [ko1@a...            ] nobu:r49054 (trunk): io.c: workaround for YARD doc
  36974 2014-12-29 11:18 [ko1@a...            ] nobu:r49055 (trunk): thread.c: fix dynamic symbol keys
  36975 2014-12-29 14:27 [ko1@a...            ] nobu:r49056 (trunk): literals.rdoc: Update for symbol literals
  36976 2014-12-29 14:29 [ko1@a...            ] nobu:r49057 (trunk): literals.rdoc: quoted symbol keys
  36977 2014-12-29 18:59 [ko1@a...            ] nobu:r49058 (trunk): re.c: append excape sequence as-is
  36978 2014-12-29 19:43 [ko1@a...            ] matz:r49059 (trunk): * version.h (RUBY_VERSION): 2.3.0 development has started.
  36979 2014-12-29 20:16 [ko1@a...            ] nobu:r49060 (trunk): ruby/version.h: bump API version
  36980 2014-12-29 22:56 [ko1@a...            ] nagachika:r49061 (trunk): ChangeLog: fix a typo for r49058.
  36981 2014-12-30 01:54 [ko1@a...            ] normal:r49062 (trunk): doc/syntax/literals.rdoc: spelling fix
  36982 2014-12-30 01:54 [ko1@a...            ] svn:r49063 (trunk): * 2014-12-30        
  36983 2014-12-30 08:58 [ko1@a...            ] hsbt:r49064 (trunk): * lib/unicode_normalize.rb: typo fix. [ci skip]
  36984 2014-12-30 09:29 [ko1@a...            ] nobu:r49065 (trunk): dbm.c: fix doc     
  36985 2014-12-30 10:22 [ko1@a...            ] kazu:r49066 (trunk): fix a typo [ci skip]
  36986 2014-12-30 10:22 [ko1@a...            ] kazu:r49067 (trunk): fix indent [ci skip]
  36987 2014-12-30 10:38 [ko1@a...            ] nobu:r49068 (trunk): test_time.rb: fix method to test
  36988 2014-12-30 13:17 [ko1@a...            ] duerst:r49069 (trunk): lib/uri/common.rb: Initialize HTML5ASCIIINCOMPAT to empty Array
  36989 2014-12-30 15:13 [ko1@a...            ] nobu:r49070 (trunk): fiddle: append libffi config.log
  36990 2014-12-30 16:03 [ko1@a...            ] nobu:r49071 (trunk): resolv.rb: dots differences
  36991 2014-12-30 16:05 [ko1@a...            ] nobu:r49072 (trunk): test_dns.rb: test name
  36992 2014-12-30 16:16 [ko1@a...            ] nobu:r49073 (trunk): resolv.rb: case-insensitive comparison
  36993 2014-12-30 23:57 [ko1@a...            ] nagachika:r49074 (ruby_2_1): * lib/rubygems/*: upgrade to RubyGems 2.2.3. [Backport #10515]
  36994 2014-12-30 23:57 [ko1@a...            ] svn:r49075 (ruby_2_1): * 2014-12-30     
  36995 2014-12-31 00:37 [ko1@a...            ] nagachika:r49076 (ruby_2_1): merge revision(s) r47079: [Backport #9129] [Backport #10531]
  36996 2014-12-31 13:27 [ko1@a...            ] naruse:r49077 (ruby_2_2): merge revision(s) 49036: [Backport #10660]
  36997 2014-12-31 13:45 [ko1@a...            ] akr:r49078 (trunk): * lib/resolv.rb (Resolv::DNS::Name#==): Compare an array of Label:Str
  36998 2014-12-31 13:45 [ko1@a...            ] svn:r49079 (trunk): * 2014-12-31        
  36999 2014-12-31 14:13 [ko1@a...            ] naruse:r49080 (ruby_2_2): merge revision(s) 49034: [Backport #10662]
  37000 2014-12-31 15:27 [ko1@a...            ] naruse:r49081 (ruby_2_2): merge revision(s) 49041: [Backport #10659]

[前][次][番号順一覧][上]