[前][次][スレッド一覧][上]
ruby-changes:33401-33500
33401 2014-03-31 06:56 [ko1@a... ] nobu:r45480 (trunk): gc.c: avoid inadvertent pin-down
33402 2014-03-31 10:34 [ko1@a... ] normal:r45481 (trunk): st.c (st_init_table_with_size): update comment
33403 2014-03-31 11:34 [ko1@a... ] nobu:r45482 (trunk): vm.c: avoid inadvertent pin-down
33404 2014-03-31 11:34 [ko1@a... ] nobu:r45483 (trunk): signal.c: preserve encoding
33405 2014-03-31 11:48 [ko1@a... ] kazu:r45484 (trunk): fix typos
33406 2014-03-31 15:38 [ko1@a... ] usa:r45485 (ruby_1_9_3): merge revision(s) 45271: [Backport #9672]
33407 2014-03-31 17:24 [ko1@a... ] usa:r45486 (trunk): * test/ruby/memory_status.rb: require envutil before accessing EnvUtil
33408 2014-03-31 23:38 [ko1@a... ] nobu:r45487 (trunk): variable.c, vm_method.c: pin down
33409 2014-03-31 23:57 [ko1@a... ] nobu:r45488 (trunk): readline/extconf.rb: fix typo
33410 2014-04-01 07:34 [ko1@a... ] svn:r45490 (trunk): * 2014-04-01
33412 2014-04-01 07:39 [ko1@a... ] naruse:r45491 (trunk): * addr2line.c (fill_lines): use dynsym, which is used for dynamic
33413 2014-04-01 09:08 [ko1@a... ] ktsj:r45492 (trunk): * parse.y (rb_str_dynamic_intern): set mark bit if dynamic symbol
33414 2014-04-01 12:38 [ko1@a... ] naruse:r45493 (trunk): * addr2line.c (rb_dump_backtrace_with_lines): don't depend hard coded
33415 2014-04-01 17:29 [ko1@a... ] nobu:r45494 (trunk): config_files.rb: show failure
33416 2014-04-01 17:59 [ko1@a... ] hsbt:r45495 (trunk): * README.EXT: fix typo.
33417 2014-04-01 19:55 [ko1@a... ] naruse:r45496 (trunk): fix the example of failed URI
33418 2014-04-01 23:35 [ko1@a... ] jeg2:r45497 (trunk): * lib/csv.rb: Don't attempt to convert nil headers.
33419 2014-04-01 23:40 [ko1@a... ] jeg2:r45498 (trunk): * lib/csv.rb: Symbol HeaderConverter: strip leading/trailing space.
33420 2014-04-02 11:51 [ko1@a... ] kazu:r45499 (trunk): Fix error with empty args.
33421 2014-04-02 11:51 [ko1@a... ] svn:r45500 (trunk): * 2014-04-02
33422 2014-04-02 14:55 [ko1@a... ] hsbt:r45501 (trunk): * doc/syntax/assignment.rdoc: [DOC] Fix typo unclosed HTML tag by @andrewdotn
33423 2014-04-02 15:15 [ko1@a... ] hsbt:r45502 (trunk): * common.mk: Use redmine-2.x url for DeveloperHowto wiki.
33424 2014-04-02 17:43 [ko1@a... ] nobu:r45503 (trunk): configure.in: do not use a variable for longjmp
33425 2014-04-02 19:57 [ko1@a... ] nobu:r45504 (trunk): eval_intern.h: __builtin_longjmp requires literal 1 on gcc 4.9
33426 2014-04-02 20:59 [ko1@a... ] ko1:r45505 (trunk): * gc.c, gc.h (rb_objspace_each_objects_without_setup):
33427 2014-04-02 21:03 [ko1@a... ] nobu:r45506 (trunk): * remove trailing spaces.
33428 2014-04-02 21:04 [ko1@a... ] nobu:r45507 (trunk): * properties.
33429 2014-04-02 21:50 [ko1@a... ] nobu:r45508 (trunk): configure.in: fix for clang 5.1 __builtin_longjmp
33430 2014-04-02 22:00 [ko1@a... ] nobu:r45509 (trunk): configure.in: use the first candidate
33431 2014-04-03 14:59 [ko1@a... ] hsbt:r45510 (trunk): * lib/csv.rb: fix minor typo by @baroquebobcat [fix GH-583][ci skip]
33432 2014-04-03 14:59 [ko1@a... ] svn:r45511 (trunk): * 2014-04-03
33433 2014-04-04 07:13 [ko1@a... ] nobu:r45512 (trunk): configure.in: indent
33434 2014-04-04 07:13 [ko1@a... ] nobu:r45513 (trunk): configure.in: restore flags
33435 2014-04-04 07:14 [ko1@a... ] svn:r45514 (trunk): * 2014-04-04
33436 2014-04-04 11:37 [ko1@a... ] nobu:r45515 (trunk): configure.in: get rid of clang fatal error
33437 2014-04-04 17:34 [ko1@a... ] nobu:r45516 (trunk): eval_intern.h: VAR_INITIALIZED
33438 2014-04-04 17:37 [ko1@a... ] nobu:r45517 (trunk): signal.c: check stack overflow by SP
33439 2014-04-05 00:31 [ko1@a... ] nobu:r45518 (trunk): readline/extconf.rb: rl_hook_func_t
33440 2014-04-05 00:31 [ko1@a... ] svn:r45519 (trunk): * 2014-04-05
33441 2014-04-05 19:53 [ko1@a... ] tadf:r45520 (trunk): * ext/date/date_core.c (d_lite_cmp): should compare with #<.
33442 2014-04-06 08:51 [ko1@a... ] nobu:r45521 (trunk): win32.c: wchar conversion
33443 2014-04-06 08:51 [ko1@a... ] svn:r45522 (trunk): * 2014-04-06
33444 2014-04-06 08:52 [ko1@a... ] nobu:r45523 (trunk): dln.c: non-ascii path on Windows
33445 2014-04-07 02:45 [ko1@a... ] marcandRe: r45524 (trunk): * lib/matrix: Handle empty diagonal matrix case [fix GH-576]
33448 2014-04-07 02:46 [ko1@a... ] marcandRe: r45527 (trunk): * lib/matrix.rb: Add first_minor [fix GH-568]
33449 2014-04-07 02:46 [ko1@a... ] marcandRe: r45528 (trunk): * lib/matrix.rb: Add Matrix#cofactor [fix GH-568]
33450 2014-04-07 07:27 [ko1@a... ] naruse:r45529 (trunk): * lib/xmlrpc/client.rb (do_rpc): don't check body length.
33451 2014-04-07 21:14 [ko1@a... ] akr:r45530 (trunk): * ext/socket/socket.c (sock_s_getnameinfo): Save errno for EAI_SYSTEM.
33452 2014-04-08 22:36 [ko1@a... ] ko1:r45531 (trunk): * gc.c: rename `RGENGC_THREEGEN' to `RGENGC_AGE2_PROMOTION'.
33453 2014-04-08 22:36 [ko1@a... ] svn:r45532 (trunk): * 2014-04-08
33454 2014-04-08 22:56 [ko1@a... ] knu:r45533 (trunk): * lib/mkmf.rb (MakeMakefile#dir_config): Improve documentation.
33455 2014-04-09 12:45 [ko1@a... ] nobu:r45534 (trunk): string.c: fix capacity
33456 2014-04-09 12:45 [ko1@a... ] svn:r45535 (trunk): * 2014-04-09
33457 2014-04-09 12:50 [ko1@a... ] nobu:r45536 (trunk): string.c: remove unnecessary terminator space
33458 2014-04-09 13:07 [ko1@a... ] nobu:r45537 (trunk): configure.in: no __builtin_setjmp on x64-mingw
33459 2014-04-09 14:45 [ko1@a... ] ko1:r45538 (trunk): * test/ruby/test_gc.rb: more long timeout.
33460 2014-04-09 15:17 [ko1@a... ] nobu:r45539 (trunk): encoding.c: fix rdoc of `__FILE__`
33461 2014-04-09 17:28 [ko1@a... ] nobu:r45540 (trunk): ossl.c: OPENSSL_LIBRARY_VERSION
33462 2014-04-09 21:05 [ko1@a... ] akr:r45541 (trunk): * process.c (OBJ2UID1): Defined even if getpwnam_r is not usable.
33463 2014-04-09 23:30 [ko1@a... ] akr:r45542 (trunk): * gc.c (mark_current_machine_context): Call SET_STACK_END.
33464 2014-04-09 23:32 [ko1@a... ] akr:r45543 (trunk): Add comment.
33465 2014-04-10 08:16 [ko1@a... ] akr:r45544 (trunk): * signal.c (check_stack_overflow): Don't use ucontext_t if ucontext.h
33466 2014-04-10 08:16 [ko1@a... ] svn:r45545 (trunk): * 2014-04-10
33467 2014-04-10 12:40 [ko1@a... ] nobu:r45546 (trunk): gc.c: adjust indent
33468 2014-04-10 12:40 [ko1@a... ] nobu:r45547 (trunk): gc.c: do nothing unless USE_RGENGC
33469 2014-04-10 12:40 [ko1@a... ] nobu:r45548 (trunk): gc.c: check rgengc_report argument
33470 2014-04-10 14:41 [ko1@a... ] ko1:r45549 (trunk): * gc.c (rb_gc_writebarrier_unprotect_promoted): disable to dump debug
33471 2014-04-10 16:19 [ko1@a... ] naruse:r45550 (trunk): * addr2line.c (append_obj): clear allocated memory.
33472 2014-04-10 16:39 [ko1@a... ] naruse:r45551 (trunk): explicitly specify ::File
33473 2014-04-10 19:01 [ko1@a... ] ko1:r45552 (trunk): * gc.c (gc_verify_internal_consistency): move lines and enable
33474 2014-04-10 19:16 [ko1@a... ] ko1:r45553 (trunk): * array.c (rb_ary_modify): remember shared array owner if a shared
33475 2014-04-10 19:23 [ko1@a... ] ko1:r45554 (trunk): * test/ruby/test_array.rb: remove useless `assert'.
33476 2014-04-10 23:46 [ko1@a... ] knu:r45555 (trunk): * lib/net/ftp.rb (Net::FTP#login): [DOC] The default password for
33477 2014-04-10 23:46 [ko1@a... ] knu:r45556 (trunk): Add [DOC] to my previous entry.
33478 2014-04-11 10:31 [ko1@a... ] nobu:r45557 (trunk): envutil.rb: filter kwargs
33479 2014-04-11 10:31 [ko1@a... ] svn:r45559 (trunk): * 2014-04-11
33480 2014-04-11 10:31 [ko1@a... ] nobu:r45560 (trunk): gc.c: no newline to rb_bug
33481 2014-04-11 10:31 [ko1@a... ] nobu:r45558 (trunk): test_array.rb: simplify test_shared_marking
33482 2014-04-11 10:49 [ko1@a... ] nobu:r45561 (trunk): test_array.rb: do minor GC
33484 2014-04-11 13:48 [ko1@a... ] naruse:r45563 (trunk): * addr2line.c (rb_dump_backtrace_with_lines): set base address
33485 2014-04-11 14:40 [ko1@a... ] nobu:r45564 (trunk): vm_insnhelper.c: preserve encodings
33486 2014-04-11 15:05 [ko1@a... ] nobu:r45565 (trunk): proc.c: fix super in bound UnboundMethod
33487 2014-04-11 15:17 [ko1@a... ] nobu:r45566 (trunk): test_array.rb: expand timeout
33488 2014-04-11 15:53 [ko1@a... ] nobu:r45567 (trunk): test_array.rb: skip if timed out
33489 2014-04-11 17:47 [ko1@a... ] ko1:r45568 (trunk): * array.c: make shared arrays WB-protected objects.
33490 2014-04-11 18:55 [ko1@a... ] ko1:r45569 (trunk): * array.c (ARY_SET): added.
33491 2014-04-12 09:35 [ko1@a... ] drbrain:r45572 (trunk): * ext/openssl/ossl_ocsp.c: [DOC] Document OpenSSL::OCSP.
33492 2014-04-12 09:36 [ko1@a... ] nobu:r45573 (trunk): * remove trailing spaces.
33493 2014-04-12 09:37 [ko1@a... ] drbrain:r45574 (trunk): Remove unneeded OCSP constant macros
33494 2014-04-12 21:58 [ko1@a... ] nobu:r45575 (trunk): marshal.c: remove hack for old gcc
33495 2014-04-12 22:11 [ko1@a... ] nobu:r45576 (trunk): string.c: clear env self in symbol proc
33496 2014-04-13 09:59 [ko1@a... ] hsbt:r45577 (trunk): * ext/psych/lib/psych.rb: [DOC] Fix a dead link in Psych by @rochefort [ci skip][fix GH-593]
33498 2014-04-13 10:21 [ko1@a... ] akr:r45579 (trunk): * common.mk: Unused target, $(MKMAIN_CMD), removed.
33499 2014-04-13 12:48 [ko1@a... ] akr:r45580 (trunk): * bignum.c (SIZEOF_BDIGIT): Renamed from SIZEOF_BDIGITS.
33500 2014-04-14 14:33 [ko1@a... ] nobu:r45581 (trunk): string.c: keep source code range
[前][次][スレッド一覧][上]