[前][次][スレッド一覧][上]

ruby-changes:27201-27300

  27201 2013-02-15 18:31 [ko1@a...            ] nobu:r39253 (trunk): win32.c: style     
  27202 2013-02-15 20:30 [ko1@a...            ] akr:r39254 (trunk): * ext/socket/sockport.h (SET_SIN_LEN): defined for strict-aliasing
  27203 2013-02-15 22:27 [ko1@a...            ] knu:r39255 (trunk): Fix CFLAGS and CXXFLAGS in RbConfig::CONFIG on FreeBSD and NetBSD/amd64.
  27204 2013-02-16 00:21 [ko1@a...            ] svn:r39257 (trunk): * 2013-02-16        
  27205 2013-02-16 00:21 [ko1@a...            ] akr:r39256 (trunk): * ext/socket/extconf.rb: use all all tested available headers for
  27206 2013-02-16 04:24 [ko1@a...            ] usa:r39258 (trunk): * ext/socket/extconf.rb: workaround for mswin/mingw build problem.
  27207 2013-02-16 07:36 [ko1@a...            ] akr:r39259 (trunk): * ext/socket/sockport.h (INIT_SOCKADDR_IN): don't need family
  27208 2013-02-16 07:45 [ko1@a...            ] akr:r39260 (trunk): * ext/socket/extconf.rb: test struct sockaddr_un and its member,
  27209 2013-02-16 07:59 [ko1@a...            ] akr:r39261 (trunk): preprocessor directives indented.
  27210 2013-02-16 08:00 [ko1@a...            ] akr:r39262 (trunk): * configure.in: don't test xti.h here.
  27211 2013-02-16 09:12 [ko1@a...            ] akr:r39263 (trunk): * configure.in, ext/socket/extconf.rb: test netinet/in_systm.h in
  27212 2013-02-16 09:40 [ko1@a...            ] akr:r39264 (trunk): * ext/socket/extconf.rb: reorder header tests to consider inclusion
  27213 2013-02-16 10:00 [ko1@a...            ] akr:r39265 (trunk): * ext/socket/extconf.rb: don't test sys/feature_tests.h which is not
  27214 2013-02-16 12:21 [ko1@a...            ] tenderlove:r39266 (trunk): * parse.y: add dtrace probe for symbol create.
  27215 2013-02-16 12:46 [ko1@a...            ] nobu:r39267 (trunk): configure.in: unexpand exec_prefix etc
  27216 2013-02-16 12:46 [ko1@a...            ] nobu:r39268 (trunk): io/console: compatibility with 1.9
  27217 2013-02-16 12:47 [ko1@a...            ] nobu:r39269 (trunk): io/console: compatibility with 1.8
  27218 2013-02-16 12:58 [ko1@a...            ] nobu:r39270 (trunk): io/console: fix configuration failure
  27219 2013-02-16 13:00 [ko1@a...            ] nobu:r39271 (trunk): io/console: set HAVE_RB_SCAN_ARGS_OPTIONAL_HASH
  27220 2013-02-16 13:13 [ko1@a...            ] nobu:r39272 (trunk): io/console: 0.4.2  
  27221 2013-02-16 13:44 [ko1@a...            ] nobu:r39273 (trunk): configure.in: don't substitute exec_prefix itself
  27222 2013-02-16 14:47 [ko1@a...            ] nobu:r39274 (trunk): .gdbinit: colorize 
  27223 2013-02-16 15:51 [ko1@a...            ] ko1:r39275 (trunk): * proc.c (rb_binding_new_with_cfp): create binding object even if
  27224 2013-02-16 16:45 [ko1@a...            ] ko1:r39276 (trunk): * vm.c (rb_thread_mark): mark a working Proc of bmethod
  27225 2013-02-16 20:14 [ko1@a...            ] ayumin:r39277 (trunk): * test/ruby/test_thread.rb: fixed typo
  27226 2013-02-16 20:44 [ko1@a...            ] akr:r39278 (trunk): * ext/socket/ancdata.c (rsock_recvmsg): ignore truncated part of
  27227 2013-02-16 20:45 [ko1@a...            ] ktsj:r39279 (ruby_2_0_0): * backport r39276 from trunk.  [Bug #7825]
  27228 2013-02-16 20:45 [ko1@a...            ] svn:r39280 (ruby_2_0_0): * 2013-02-16   
  27229 2013-02-16 20:57 [ko1@a...            ] knu:r39281 (trunk): Properly reflect --with-opt-dir to LIBRUBY_DLDFLAGS on all platforms.
  27230 2013-02-16 21:06 [ko1@a...            ] ktsj:r39282 (trunk): * vm.c (ENV_IN_HEAP_P): fix off-by-one error.
  27231 2013-02-16 21:11 [ko1@a...            ] ktsj:r39283 (trunk): * .gdbinit (iseq): rename dummy_gdb_enums to ruby_dummy_gdb_enums.
  27232 2013-02-17 01:17 [ko1@a...            ] naruse:r39284 (trunk): * tool/mkconfig.rb: remove prefix from rubyarchdir.
  27233 2013-02-17 01:18 [ko1@a...            ] svn:r39285 (trunk): * 2013-02-17        
  27234 2013-02-17 01:19 [ko1@a...            ] zzak:r39286 (trunk): * ext/psych/lib/psych/y.rb: Document Kernel#y by Adam Stankiewicz
  27235 2013-02-17 01:26 [ko1@a...            ] zzak:r39287 (trunk): wrong github issue from r39286
  27236 2013-02-17 16:57 [ko1@a...            ] nobu:r39288 (trunk): .gdbinit: revert colored prompt
  27237 2013-02-17 16:57 [ko1@a...            ] nobu:r39289 (trunk): configure.in: unexpand_shvar
  27238 2013-02-17 17:23 [ko1@a...            ] nobu:r39290 (trunk): mkmf.rb: remove extra topdir in VPATH
  27239 2013-02-17 18:44 [ko1@a...            ] nobu:r39291 (trunk): * configure.in: remove debug print.
  27240 2013-02-17 20:58 [ko1@a...            ] nobu:r39292 (trunk): compar.c: inversed comarison without infinite recursion
  27241 2013-02-17 21:46 [ko1@a...            ] naruse:r39293 (trunk): Revert r39289    
  27242 2013-02-18 10:22 [ko1@a...            ] nobu:r39294 (trunk): configure.in: unexpand_shvar
  27243 2013-02-18 10:22 [ko1@a...            ] svn:r39295 (trunk): * 2013-02-18        
  27244 2013-02-18 10:23 [ko1@a...            ] nobu:r39296 (trunk): version.c: move ruby_exec_prefix
  27245 2013-02-18 11:03 [ko1@a...            ] nobu:r39297 (trunk): mkconfig.rb: clear exec_prefix
  27246 2013-02-18 11:04 [ko1@a...            ] nobu:r39298 (trunk): configure.in: unexpand exec_prefix
  27247 2013-02-18 12:45 [ko1@a...            ] knu:r39299 (trunk): Fix the IPv6 parser.
  27248 2013-02-18 16:31 [ko1@a...            ] knu:r39300 (trunk): * lib/ipaddr.rb (IPAddr#in6_addr): Fix a typo with the closing
  27249 2013-02-19 06:21 [ko1@a...            ] naruse:r39301 (trunk): * configure.in: check whether backtrace(3) works well or not.
  27250 2013-02-19 06:21 [ko1@a...            ] naruse:r39302 (trunk): * vm_dump: FreeBSD ports' libexecinfo's backtrace(3) can't trace
  27251 2013-02-19 06:21 [ko1@a...            ] svn:r39303 (trunk): * 2013-02-19        
  27252 2013-02-19 06:47 [ko1@a...            ] naruse:r39304 (trunk): Correct condition of r39302
  27253 2013-02-19 08:12 [ko1@a...            ] ko1:r39305 (ruby_2_0_0): * backport r39275 from trunk.  [Bug #7774]
  27254 2013-02-19 08:12 [ko1@a...            ] svn:r39306 (ruby_2_0_0): * 2013-02-19   
  27255 2013-02-19 08:15 [ko1@a...            ] drbrain:r39307 (trunk): * lib/rubygems/installer.rb:  Fixed placement of executables with
  27256 2013-02-19 08:53 [ko1@a...            ] ko1:r39308 (trunk): * vm_eval.c (vm_call0_body): check interrupts after method dispatch
  27257 2013-02-19 10:27 [ko1@a...            ] drbrain:r39309 (trunk): * ext/openssl/ossl.c (class OpenSSL):  Fixed ExtensionFactory example.
  27258 2013-02-19 10:36 [ko1@a...            ] drbrain:r39310 (trunk): * ext/openssl/ossl.c (class OpenSSL):  Use only inner parenthesis in
  27259 2013-02-19 12:26 [ko1@a...            ] nobu:r39311 (ruby_2_0_0): merge revision(s) 39201,39202:
  27260 2013-02-19 12:32 [ko1@a...            ] zzak:r39312 (trunk): * object.c: rdoc formatting for Kernel#Array()
  27261 2013-02-19 12:49 [ko1@a...            ] nobu:r39313 (trunk): * ChangeLog: remove duplicated entry.
  27262 2013-02-19 12:49 [ko1@a...            ] nobu:r39314 (trunk): * tool/mkrunnable.rb: needs rbconfig.rb.
  27263 2013-02-19 12:49 [ko1@a...            ] nobu:r39315 (trunk): * tool/mkconfig.rb: exclude variables to just build libruby.
  27264 2013-02-19 13:14 [ko1@a...            ] knu:r39316 (trunk): Remove Syslog#inspect and have only Syslog.inspect.
  27265 2013-02-19 13:40 [ko1@a...            ] kazu:r39317 (trunk): fix typo and remove trailing space
  27266 2013-02-19 14:06 [ko1@a...            ] drbrain:r39318 (ruby_2_0_0): * lib/rdoc.rb:  Update to release version of 4.0.0
  27267 2013-02-19 14:09 [ko1@a...            ] drbrain:r39319 (ruby_2_0_0): * backport r39307 from trunk.  [Bug #7880]
  27268 2013-02-19 15:50 [ko1@a...            ] nobu:r39320 (ruby_2_0_0): merge revision(s) 39267,39273,39294,39298,39313:
  27269 2013-02-19 20:50 [ko1@a...            ] mrkn:r39321 (trunk): * ext/bigdecimal/bigdecimal.gemspec: bump to 1.2.0.
  27270 2013-02-20 01:19 [ko1@a...            ] eregon:r39322 (trunk): * array.c: Fix typo in class documentation
  27271 2013-02-20 01:19 [ko1@a...            ] svn:r39323 (trunk): * 2013-02-20        
  27272 2013-02-20 07:51 [ko1@a...            ] drbrain:r39324 (trunk): * lib/rubygems/installer.rb:  Use gsub instead of gsub! to avoid
  27273 2013-02-20 08:58 [ko1@a...            ] svn:r39326 (ruby_2_0_0): * 2013-02-20   
  27274 2013-02-20 08:58 [ko1@a...            ] drbrain:r39325 (ruby_2_0_0): Merge revision 39292:
  27275 2013-02-20 09:35 [ko1@a...            ] drbrain:r39327 (trunk): * lib/rubygems/commands/update_command.rb:  Create the installer after
  27276 2013-02-20 11:52 [ko1@a...            ] zzak:r39328 (trunk): * lib/mutex_m.rb: Add rdoc for Mutex_m module
  27277 2013-02-20 12:16 [ko1@a...            ] nobu:r39329 (trunk): enumerator.c: suppress warnings
  27278 2013-02-20 12:19 [ko1@a...            ] zzak:r39330 (trunk): * object.c: Document Data class [Bug #7890] 
  27279 2013-02-20 13:38 [ko1@a...            ] zzak:r39331 (trunk): * ext/pty/pty.c: Documentation for the PTY module
  27280 2013-02-20 17:16 [ko1@a...            ] shyouhei:r39332 (ruby_2_0_0): merge revision(s) 39308:
  27281 2013-02-20 18:01 [ko1@a...            ] nobu:r39333 (trunk): configure.in: adjust libdirname
  27282 2013-02-20 18:07 [ko1@a...            ] nobu:r39334 (trunk): configure.in: target_os suffix
  27283 2013-02-20 19:29 [ko1@a...            ] nobu:r39335 (trunk): ruby.h: HAVE_RB_SCAN_ARGS_OPTIONAL_HASH
  27284 2013-02-20 21:06 [ko1@a...            ] nobu:r39336 (trunk): extmk.rb: rename variables
  27285 2013-02-20 21:06 [ko1@a...            ] nobu:r39337 (trunk): extmk.rb: extract SUBMAKEOPTS
  27286 2013-02-20 21:34 [ko1@a...            ] nobu:r39338 (trunk): * tool/rbinstall.rb (libdir): fix typo.  [Bug #7874]
  27287 2013-02-20 21:49 [ko1@a...            ] nobu:r39339 (trunk): common.mk: uninstall
  27288 2013-02-21 03:11 [ko1@a...            ] marcandRe: r39340 (ruby_2_0_0): * NEWS: Add that Fixnums and Bignums are frozen
  27289 2013-02-21 03:11 [ko1@a...            ] svn:r39341 (ruby_2_0_0): * 2013-02-21   
  27290 2013-02-21 03:16 [ko1@a...            ] marcandRe: r39342 (ruby_2_0_0): * NEWS: Floats are frozen too
  27291 2013-02-21 04:57 [ko1@a...            ] drbrain:r39343 (ruby_2_0_0): Merge trunk revision: 39324
  27292 2013-02-21 05:08 [ko1@a...            ] drbrain:r39344 (ruby_2_0_0): Merge trunk revision: 39327
  27293 2013-02-21 09:51 [ko1@a...            ] nobu:r39345 (trunk): configure.in: libdir_basename for -rpath and -install_name
  27294 2013-02-21 09:51 [ko1@a...            ] svn:r39346 (trunk): * 2013-02-21        
  27295 2013-02-21 12:43 [ko1@a...            ] nobu:r39347 (trunk): configure.in: expand libdir_basename
  27296 2013-02-21 12:45 [ko1@a...            ] nobu:r39348 (trunk): ruby.c: fix for multiarch library
  27297 2013-02-21 13:41 [ko1@a...            ] kosaki:r39349 (trunk): * file.c (rb_group_member): get rid of NGROUPS dependency.
  27298 2013-02-21 13:41 [ko1@a...            ] kosaki:r39350 (trunk): * file.c (eaccess): use access() when not using setuid nor setgid.
  27299 2013-02-21 13:41 [ko1@a...            ] kosaki:r39351 (trunk): * file.c (access_internal): removed.
  27300 2013-02-21 13:41 [ko1@a...            ] kosaki:r39352 (trunk): * file.c (RB_MAX_GROUPS): moved to

[前][次][スレッド一覧][上]