[前][次][スレッド一覧][上]
ruby-changes:33201-33300
33201 2014-03-07 12:15 [ko1@a... ] emboss:r45280 (trunk): * test/openssl/test_ssl.rb: Reuse TLS default options from
33202 2014-03-07 14:53 [ko1@a... ] nari:r45281 (trunk): * parse.y (ENC_SINGLE): Unused macro removed.
33203 2014-03-07 19:21 [ko1@a... ] normal:r45282 (trunk): vm_eval.c: fix misplaced GC guard
33204 2014-03-07 19:30 [ko1@a... ] normal:r45283 (trunk): vm_eval.c: use RARRAY_CONST_PTR to aid RGenGC performance
33205 2014-03-08 07:36 [ko1@a... ] nobu:r45284 (trunk): enum.c: yield multiple values
33206 2014-03-08 07:36 [ko1@a... ] svn:r45285 (trunk): * 2014-03-08
33207 2014-03-08 07:36 [ko1@a... ] nobu:r45286 (trunk): enum.c: yield multiple values
33208 2014-03-08 12:55 [ko1@a... ] nobu:r45287 (trunk): process.c: tmp buffer instead of alloca
33209 2014-03-08 13:08 [ko1@a... ] nobu:r45288 (trunk): process.c: GETPW_R_SIZE_INIT, GETGR_R_SIZE_INIT
33210 2014-03-08 13:30 [ko1@a... ] nobu:r45289 (trunk): process.c: need capacity
33211 2014-03-08 13:31 [ko1@a... ] nobu:r45290 (trunk): process.c: expand buffer on ERANGE
33212 2014-03-08 13:47 [ko1@a... ] nobu:r45291 (trunk): ext/dl, ext/fiddle: fix memory leak
33213 2014-03-08 14:49 [ko1@a... ] nobu:r45292 (trunk): enum.c: suppress warnings
33214 2014-03-08 17:56 [ko1@a... ] normal:r45293 (trunk): vm.c: cleanup to use rb_method_entry_at
33215 2014-03-08 20:01 [ko1@a... ] ktsj:r45294 (trunk): [DOC] Add NEWS about Find#find, Pathname#find.
33216 2014-03-09 06:44 [ko1@a... ] normal:r45295 (trunk): variable.c (struct global_variable): shrink by 8 bytes on 64-bit
33217 2014-03-09 06:44 [ko1@a... ] svn:r45296 (trunk): * 2014-03-09
33218 2014-03-09 13:09 [ko1@a... ] hsbt:r45297 (trunk): * eval.c: remove needless space.
33219 2014-03-09 13:17 [ko1@a... ] nobu:r45298 (trunk): test/ruby/envutil.rb: compare RSS to check memory leak
33220 2014-03-09 13:19 [ko1@a... ] nobu:r45299 (trunk): tests for [Bug #9599]
33221 2014-03-09 13:51 [ko1@a... ] nobu:r45300 (trunk): fiddle/function.c: check argument size
33222 2014-03-09 13:51 [ko1@a... ] nobu:r45301 (trunk): fiddle/function.c: fix memory leak on exception
33223 2014-03-09 14:22 [ko1@a... ] normal:r45302 (trunk): class.c: check for malloc failures
33224 2014-03-10 10:51 [ko1@a... ] nobu:r45303 (trunk): merge GH-558
33225 2014-03-10 10:51 [ko1@a... ] svn:r45304 (trunk): * 2014-03-10
33226 2014-03-10 12:20 [ko1@a... ] naruse:r45305 (trunk): * configure.in: always check dladdr(1).
33227 2014-03-11 02:11 [ko1@a... ] naruse:r45306 (trunk): * vm_dump.c (rb_vm_bugreport): show vm maps on FreeBSD.
33228 2014-03-11 02:11 [ko1@a... ] svn:r45307 (trunk): * 2014-03-11
33229 2014-03-11 06:55 [ko1@a... ] charliesome:r45308 (trunk): ext/objspace: Check fptr before trying to dump FILE object fd
33230 2014-03-11 10:02 [ko1@a... ] naruse:r45309 (trunk): fix configure for r45306
33231 2014-03-11 10:18 [ko1@a... ] naruse:r45310 (trunk): fix typo on previous commit
33232 2014-03-11 10:25 [ko1@a... ] naruse:r45311 (trunk): r45298 fix trivial bug
33233 2014-03-11 10:55 [ko1@a... ] nobu:r45312 (trunk): README.EXT{, .ja}: update ruby_options and ruby_run_node
33234 2014-03-11 13:22 [ko1@a... ] usa:r45313 (trunk): * test: get rid of warnings.
33235 2014-03-11 14:16 [ko1@a... ] nobu:r45314 (trunk): envutil.rb: do not check RSS by default
33236 2014-03-11 14:16 [ko1@a... ] nobu:r45315 (trunk): test_hash.rb: refine a test
33237 2014-03-11 22:23 [ko1@a... ] ktsj:r45316 (trunk): * test/objspace/test_objspace.rb (TestObjSpace#test_dump_uninitialized_file):
33238 2014-03-11 22:33 [ko1@a... ] ktsj:r45317 (trunk): * ext/.document: add objspace/objspace_dump.c to document file.
33239 2014-03-12 07:28 [ko1@a... ] normal:r45318 (trunk): insns.def (opt_regexpmatch2): respect redefined match op
33241 2014-03-12 11:18 [ko1@a... ] nobu:r45320 (trunk): vm_insnhelper.c: inline function
33242 2014-03-12 11:19 [ko1@a... ] nobu:r45321 (trunk): vm_insnhelper.c: disable fastpath if splat
33243 2014-03-12 17:16 [ko1@a... ] nobu:r45322 (trunk): revert [Bug #9605]
33244 2014-03-13 23:52 [ko1@a... ] usa:r45323 (trunk): * ext/-test-/win32/dln/libdlntest.c (dlntest_ordinal): no need to
33245 2014-03-13 23:52 [ko1@a... ] svn:r45324 (trunk): * 2014-03-13
33246 2014-03-14 01:18 [ko1@a... ] nobu:r45325 (trunk): test/dl, test/fiddle: relax criteria
33247 2014-03-14 01:18 [ko1@a... ] svn:r45326 (trunk): * 2014-03-14
33248 2014-03-14 01:18 [ko1@a... ] nobu:r45327 (trunk): vm_insnhelper.c: relax arity check
33249 2014-03-14 10:27 [ko1@a... ] nobu:r45328 (trunk): string.c: [DOC] rb_str_hash_m
33250 2014-03-14 10:27 [ko1@a... ] nobu:r45330 (trunk): bignum.c: adjust condtions
33251 2014-03-14 10:27 [ko1@a... ] nobu:r45329 (trunk): [DOC] add links to `Object#hash`
33252 2014-03-14 10:27 [ko1@a... ] nobu:r45331 (trunk): range.c: unused function
33253 2014-03-14 12:09 [ko1@a... ] zzak:r45332 (trunk): * doc/syntax/literals.rdoc: [DOC] Single quote strings allows escape
33254 2014-03-14 13:29 [ko1@a... ] nobu:r45333 (trunk): rdoc-mode.el: fill indented block
33255 2014-03-14 13:29 [ko1@a... ] nobu:r45334 (trunk): NEWS: change at r45327
33256 2014-03-14 15:29 [ko1@a... ] naruse:r45335 (trunk): * addr2line.c (fill_lines): fetch symbol names from ELF binary's
33257 2014-03-15 07:26 [ko1@a... ] normal:r45336 (trunk): * st.c (st_update): remove unnecessary assignment
33258 2014-03-15 07:27 [ko1@a... ] svn:r45337 (trunk): * 2014-03-15
33259 2014-03-15 09:08 [ko1@a... ] nobu:r45338 (trunk): object.c: [DOC] merge rdoc
33260 2014-03-15 11:03 [ko1@a... ] nobu:r45339 (trunk): configure.in: check symbol resolution options
33261 2014-03-15 11:19 [ko1@a... ] nobu:r45340 (trunk): configure.in: fix typo
33262 2014-03-15 11:19 [ko1@a... ] nobu:r45341 (trunk): vm_method.c: cast via VALUE
33263 2014-03-15 18:56 [ko1@a... ] ktsj:r45342 (trunk): * ext/.document: remove refinement from documentable directories.
33264 2014-03-16 01:00 [ko1@a... ] nagachika:r45343 (ruby_2_0_0): merge revision(s) r45342:
33265 2014-03-16 05:52 [ko1@a... ] zzak:r45344 (trunk): * lib/gserver.rb: [DOC] Fixed typo in example by @stomar [Bug #9543] [ci skip]
33266 2014-03-16 05:52 [ko1@a... ] svn:r45345 (trunk): * 2014-03-16
33267 2014-03-16 07:15 [ko1@a... ] naruse:r45346 (trunk): * addr2line.c (fill_lines): return address is just after calling
33268 2014-03-16 08:06 [ko1@a... ] normal:r45347 (trunk): gc.c (objspace_xcalloc): fix GC accounting
33269 2014-03-16 13:21 [ko1@a... ] nobu:r45348 (trunk): configure.in: insert a space for non-GCC
33270 2014-03-16 21:34 [ko1@a... ] zzak:r45349 (trunk): * lib/time.rb: [DOC] Fix timezone in example of Time.parse [Bug #9521]
33271 2014-03-17 10:24 [ko1@a... ] normal:r45350 (trunk): variable.c: avoid memory leak on const redefinition
33272 2014-03-17 10:24 [ko1@a... ] svn:r45351 (trunk): * 2014-03-17
33273 2014-03-17 13:05 [ko1@a... ] nobu:r45352 (trunk): configure.in: default os_version_style
33274 2014-03-17 13:20 [ko1@a... ] ko1:r45353 (trunk): * enumerator.c (enumerator_block_call): use PARRAY_CONST_PTR()
33275 2014-03-17 13:57 [ko1@a... ] nobu:r45355 (trunk): complex.c: remove f_inspect and f_to_s
33276 2014-03-17 13:57 [ko1@a... ] nobu:r45354 (trunk): unused functions and variables
33277 2014-03-17 13:57 [ko1@a... ] nobu:r45356 (trunk): json/parser/prereq.mk: use enum
33278 2014-03-17 17:21 [ko1@a... ] nobu:r45357 (trunk): process.c: constify
33279 2014-03-18 18:28 [ko1@a... ] kazu:r45358 (trunk): fix a typo [ci skip]
33280 2014-03-18 18:28 [ko1@a... ] svn:r45359 (trunk): * 2014-03-18
33281 2014-03-18 23:06 [ko1@a... ] sorah:r45360 (trunk): * vm_eval.c (eval_string_with_cref): Use file path even if scope is
33282 2014-03-18 23:22 [ko1@a... ] sorah:r45361 (trunk): * vm_eval.c (eval_string_with_cref): Unify to use NIL_P.
33283 2014-03-19 09:42 [ko1@a... ] nobu:r45362 (trunk): .gdbinit: super moved
33284 2014-03-19 09:42 [ko1@a... ] svn:r45363 (trunk): * 2014-03-19
33285 2014-03-19 17:19 [ko1@a... ] normal:r45364 (trunk): time.c: freeze and preserve marshal-loaded time zone
33286 2014-03-20 12:22 [ko1@a... ] nobu:r45365 (trunk): dl/extconf.rb: check for -fno-defer-pop option
33287 2014-03-20 12:22 [ko1@a... ] svn:r45366 (trunk): * 2014-03-20
33288 2014-03-20 12:31 [ko1@a... ] nobu:r45367 (trunk): vm_method.c: fix infinite recursion
33289 2014-03-20 13:03 [ko1@a... ] ko1:r45368 (trunk): * include/ruby/intern.h (rb_obj_call_init, rb_class_new_instance):
33290 2014-03-20 13:06 [ko1@a... ] ko1:r45369 (trunk): * struct.c (rb_struct_alloc): use RARRAY_CONST_PTR() instead of
33291 2014-03-20 17:05 [ko1@a... ] ko1:r45370 (trunk): * gc.c (objspace_malloc_increase): should not invoke
33292 2014-03-20 20:45 [ko1@a... ] nagachika:r45371 (ruby_2_0_0): merge revision(s) r40930:
33293 2014-03-20 20:50 [ko1@a... ] nagachika:r45372 (ruby_2_0_0): merge revision(s) r45298: [Backport #9599]
33294 2014-03-20 21:22 [ko1@a... ] nagachika:r45373 (ruby_2_0_0): merge revision(s) r45350: [Backport #9645]
33295 2014-03-20 23:38 [ko1@a... ] jeg2:r45374 (trunk): * lib/csv.rb: Fixed a broken regular expression that was causing
33296 2014-03-21 09:45 [ko1@a... ] hsbt:r45375 (trunk): * complax.c: [DOC] Document number conversion of `nil` by @skade [fix GH-570] [ci skip]
33297 2014-03-21 09:46 [ko1@a... ] svn:r45376 (trunk): * 2014-03-21
33298 2014-03-21 16:33 [ko1@a... ] zzak:r45377 (trunk): * gc.c: [DOC] Fix call-seq for GC.start by @jasonrclark [Fixes GH-572]
33299 2014-03-21 21:59 [ko1@a... ] knu:r45378 (trunk): Fix a build problem with clang and --with-opt-dir.
33300 2014-03-22 00:35 [ko1@a... ] nagachika:r45379 (ruby_2_0_0): merge revision(s) r45311: [Backport #9599]
[前][次][スレッド一覧][上]