[前][次][スレッド一覧][上]
ruby-changes:35901-36000
35901 2014-10-16 22:19 [ko1@a... ] nagachika:r47982 (ruby_2_1): merge revision(s) r47716: [Backport #10285]
35902 2014-10-16 22:46 [ko1@a... ] akr:r47983 (trunk): * vm_backtrace.c (id2str): Fix a variable name.
35903 2014-10-16 23:17 [ko1@a... ] nobu:r47984 (trunk): signal.c: get rid of heap corruption
35904 2014-10-17 03:12 [ko1@a... ] normal:r47985 (trunk): Revert r47971, r47972
35905 2014-10-17 03:12 [ko1@a... ] svn:r47986 (trunk): * 2014-10-17
35906 2014-10-17 13:13 [ko1@a... ] usa:r47987 (ruby_2_0_0): merge revision(s) 47645: [Backport #10263]
35907 2014-10-17 13:20 [ko1@a... ] usa:r47988 (ruby_2_0_0): merge revision(s) 47716: [Backport #10285]
35908 2014-10-17 13:23 [ko1@a... ] usa:r47989 (ruby_2_0_0): merge revision(s) 47973: [Backport #10392]
35909 2014-10-17 14:14 [ko1@a... ] nobu:r47990 (trunk): signal.c: exclude terminators
35910 2014-10-17 14:14 [ko1@a... ] nobu:r47991 (trunk): signal.c: use writev
35911 2014-10-17 15:06 [ko1@a... ] nobu:r47992 (trunk): re.c: mak eregexps with binary escapes ASCII-8BIT
35912 2014-10-17 15:23 [ko1@a... ] nobu:r47993 (trunk): erb: fix -U option
35913 2014-10-17 15:30 [ko1@a... ] nobu:r47994 (trunk): erb: multiline anchors
35914 2014-10-17 17:00 [ko1@a... ] nobu:r47995 (trunk): symbol.c (register_sym): debug code
35915 2014-10-17 17:50 [ko1@a... ] akr:r47996 (trunk): * Avoid undefined behaviors found by gcc -fsanitize=undefined.
35916 2014-10-17 18:49 [ko1@a... ] akr:r47997 (trunk): * Avoid undefined behaviors found by gcc -fsanitize=undefined.
35917 2014-10-17 21:52 [ko1@a... ] akr:r47998 (trunk): * pack.c (pack_unpack): Add casts for char references for 'b' and 'h'.
35918 2014-10-17 23:28 [ko1@a... ] akr:r47999 (trunk): * pack.c (pack_unpack): Add casts for char references for 'u'.
35919 2014-10-18 20:46 [ko1@a... ] ktsj:r48000 (trunk): * vm_core.h, vm.c, proc.c: fix GC mark miss on bindings.
35920 2014-10-18 20:46 [ko1@a... ] svn:r48002 (trunk): * 2014-10-18
35921 2014-10-18 20:47 [ko1@a... ] ktsj:r48001 (trunk): * vm_core.h, proc.c, vm_backtrace.c, vm_trace.c:
35922 2014-10-19 03:21 [ko1@a... ] nagachika:r48003 (ruby_2_1): merge revision(s) r47973: [Backport #10392]
35923 2014-10-19 03:35 [ko1@a... ] nagachika:r48004 (ruby_2_1): merge revision(s) r48000: [Backport #10368]
35924 2014-10-19 09:38 [ko1@a... ] duerst:r48005 (trunk): lib/unicode_normalize/normalize.rb: Importing from
35926 2014-10-19 09:39 [ko1@a... ] svn:r48007 (trunk): * properties.
35927 2014-10-19 09:48 [ko1@a... ] duerst:r48008 (trunk): lib/unicode_normalize/normalize.rb: Changed module name, adjusted copyright.
35928 2014-10-19 09:49 [ko1@a... ] svn:r48009 (trunk): * remove trailing spaces.
35929 2014-10-19 09:57 [ko1@a... ] duerst:r48010 (trunk): tool/unicode_norm_gen.rb: Changed module name.
35930 2014-10-19 10:04 [ko1@a... ] duerst:r48011 (trunk): lib/unicode_normalize.rb: Importing from
35931 2014-10-19 10:08 [ko1@a... ] duerst:r48012 (trunk): lib/unicode_normalize.rb: Changing require statement, adjusting copyright.
35932 2014-10-19 10:10 [ko1@a... ] duerst:r48013 (trunk): lib/unicode_normalize.rb: Changing module name.
35933 2014-10-19 10:12 [ko1@a... ] duerst:r48014 (trunk): lib/unicode_normalize.rb: Changing method names, see https://bugs.ruby-lang.org/issues/10084#note-7
35934 2014-10-19 11:09 [ko1@a... ] duerst:r48015 (trunk): tool/unicode_norm_gen.rb, lib/unicode_normalize.rb:
35935 2014-10-19 17:26 [ko1@a... ] duerst:r48016 (trunk): lib/unicode_normalize.rb: Added documentation.
35936 2014-10-19 17:37 [ko1@a... ] duerst:r48017 (trunk): lib/unicode_normalize.rb: Small documentation fix.
35937 2014-10-19 17:38 [ko1@a... ] nagai:r48018 (trunk): * ext/tk/tcltklib.c: support Tcl/Tk8.6.
35938 2014-10-19 17:38 [ko1@a... ] svn:r48019 (trunk): * properties.
35939 2014-10-19 17:54 [ko1@a... ] duerst:r48020 (trunk): lib/unicode_normalize.rb: Changed to dynamic loading of actual normalization code and tables.
35940 2014-10-19 18:13 [ko1@a... ] duerst:r48021 (trunk): common.mk: Added a rule to generate lib/unicode_normalize/tables.rb.
35941 2014-10-19 18:35 [ko1@a... ] duerst:r48022 (trunk): lib/unicode_normalize/normalize.rb: Added a missing file extension in require statement.
35942 2014-10-19 18:39 [ko1@a... ] duerst:r48023 (trunk): enc/prelude.rb: Added automatic loading of lib/unicode_normalize.rb. This makes sure that all
35943 2014-10-19 20:06 [ko1@a... ] hsbt:r48024 (trunk): * ext/tk/lib/tkextlib/tile/treeview.rb: fix syntax error.
35944 2014-10-19 20:08 [ko1@a... ] usa:r48025 (trunk): * common.mk: nmake doesn't recognize ${} form. use $() instead.
35945 2014-10-19 20:27 [ko1@a... ] nobu:r48026 (trunk): common.mk: fix missing quote
35946 2014-10-19 23:34 [ko1@a... ] nagachika:r48027 (trunk): * lib/unicode_normalize.rb: (unicode_normalize!): change method name.
35947 2014-10-20 00:30 [ko1@a... ] nobu:r48028 (trunk): lib/unicode_normalize.rb: remove BOMs
35948 2014-10-20 00:30 [ko1@a... ] nobu:r48029 (trunk): common.mk (srcs-enc): generate unicode_normalize/tables.rb
35949 2014-10-20 00:30 [ko1@a... ] svn:r48030 (trunk): * 2014-10-20
35950 2014-10-20 01:07 [ko1@a... ] naruse:r48031 (trunk): add dependency
35951 2014-10-20 01:07 [ko1@a... ] naruse:r48032 (trunk): add .gitignore
35952 2014-10-20 01:59 [ko1@a... ] nobu:r48033 (trunk): vm_insnhelper.c: refactoring
35953 2014-10-20 02:18 [ko1@a... ] nobu:r48034 (trunk): common.mk: use existing files
35954 2014-10-20 02:23 [ko1@a... ] nobu:r48035 (trunk): variable.c, vm_insnhelper.c: improve performance
35955 2014-10-20 02:34 [ko1@a... ] nobu:r48036 (trunk): ruby_atomic.h (ATOMIC_OR): should return previous value
35956 2014-10-20 02:34 [ko1@a... ] nobu:r48037 (trunk): signal.c: adjust indent of preprocessing directives
35957 2014-10-20 09:53 [ko1@a... ] nobu:r48038 (trunk): tool/unicode_norm_gen.rb: fix for 1.8 BASERUBY
35958 2014-10-20 12:37 [ko1@a... ] duerst:r48039 (trunk): lib/unicode_normalize.rb: (unicode_normalize!): change method names
35959 2014-10-20 12:42 [ko1@a... ] nobu:r48040 (trunk): configure.in: downloader needs BASERUBY
35960 2014-10-20 12:42 [ko1@a... ] nobu:r48041 (trunk): tool/unicode_norm_gen.rb: for 1.8.5 BASERUBY
35961 2014-10-20 12:42 [ko1@a... ] nobu:r48042 (trunk): unicode_norm_gen.rb: get rid of hard coded paths
35962 2014-10-20 12:46 [ko1@a... ] duerst:r48043 (trunk): lib/unicode_normalize.rb: removing unnecessary 'self'.
35963 2014-10-20 14:01 [ko1@a... ] nobu:r48044 (trunk): unicode_normalize/normalize.rb: remove unnecessary module names
35964 2014-10-20 14:01 [ko1@a... ] nobu:r48045 (trunk): unicode_normalize/normalize.rb: simplify
35965 2014-10-20 14:01 [ko1@a... ] nobu:r48046 (trunk): unicode_normalize/normalize.rb: remove prefix
35966 2014-10-20 14:20 [ko1@a... ] nobu:r48047 (trunk): vm_insnhelper.c: preserve encoding
35967 2014-10-20 14:46 [ko1@a... ] usa:r48048 (ruby_2_0_0): merge revision(s) 48000: [Backport #10368]
35968 2014-10-20 15:58 [ko1@a... ] nobu:r48049 (trunk): error.c: check if EWOULDBLOCK is defined
35969 2014-10-20 16:02 [ko1@a... ] nobu:r48050 (trunk): io.c: enclose statements by ifdef
35970 2014-10-20 16:39 [ko1@a... ] nobu:r48051 (trunk): test_module.rb: test with UTF-8
35971 2014-10-20 19:06 [ko1@a... ] duerst:r48052 (trunk): lib/unicode_normalize.rb: revert r48046. The s in sIndex
35972 2014-10-20 19:49 [ko1@a... ] duerst:r48053 (trunk): tool/downloader.rb: Make sure we update to latest version
35973 2014-10-20 19:55 [ko1@a... ] duerst:r48054 (trunk): config.mk: Added missing data files as targets for prerequisite update_unicode.
35974 2014-10-20 20:50 [ko1@a... ] nobu:r48055 (trunk): unicode_normalize/normalize.rb: rename variable
35975 2014-10-20 22:44 [ko1@a... ] nobu:r48056 (trunk): common.mk: update unicode files every times
35976 2014-10-20 23:21 [ko1@a... ] usa:r48057 (trunk): * lib/mkmf.rb: no need to convert path separator for COPY because it's
35977 2014-10-20 23:58 [ko1@a... ] nobu:r48058 (trunk): common.mk: disable force download of unicode files by default
35978 2014-10-20 23:59 [ko1@a... ] usa:r48059 (trunk): * common.mk (lib/unicode_normlize/table.rb): enable running (n)make
35979 2014-10-21 00:01 [ko1@a... ] usa:r48060 (trunk): * enc/prelude.rb: we sometimes run ruby without library path (especially
35980 2014-10-21 00:01 [ko1@a... ] svn:r48061 (trunk): * 2014-10-21
35981 2014-10-21 00:04 [ko1@a... ] usa:r48062: ignore files generated in build process.
35982 2014-10-21 00:15 [ko1@a... ] nobu:r48063 (trunk): Makefile.in: update unicode files only after update source tree
35983 2014-10-21 10:04 [ko1@a... ] nobu:r48064 (trunk): * configure.in: download unicode files beofre build.
35984 2014-10-21 11:50 [ko1@a... ] naruse:r48065 (trunk): * gc.c (mark_current_machine_context) [__mc68000__]: Update stack
35985 2014-10-21 13:27 [ko1@a... ] nobu:r48067 (trunk): make-snapshot: download by after-update
35986 2014-10-21 13:32 [ko1@a... ] nobu:r48068 (trunk): common.mk: split after-update
35987 2014-10-21 14:02 [ko1@a... ] nobu:r48066 (trunk): Makefile.in: update gems after update
35988 2014-10-21 14:22 [ko1@a... ] nobu:r48069 (trunk): common.mk: after-configure
35989 2014-10-21 15:16 [ko1@a... ] usa:r48070 (trunk): * common.mk: *.txt are also in $(srcdir). see r48059.
35990 2014-10-21 15:57 [ko1@a... ] duerst:r48071 (trunk): lib/unicode_normalize/normalize.rb: Added comment to point to
35991 2014-10-21 17:12 [ko1@a... ] duerst:r48072 (trunk): lib/unicode_normalize/tables.rb: Committing to make version
35992 2014-10-21 17:32 [ko1@a... ] duerst:r48073 (trunk): common.mk: Adding explicit creation of directory
35993 2014-10-21 22:48 [ko1@a... ] nobu:r48074 (trunk): lib/unicode_normalize/tables.rb: remove auto generated file.
35994 2014-10-21 22:48 [ko1@a... ] nobu:r48075 (trunk): common.mk: UNICODE_FILES
35995 2014-10-22 09:32 [ko1@a... ] yugui:r48083 (trunk): * nacl/pepper_main.c (Instance_DidCreate): mount devfs and rebind fd 0
35996 2014-10-22 10:07 [ko1@a... ] svn:r48077 (trunk): * 2014-10-22
35997 2014-10-22 10:07 [ko1@a... ] kazu:r48076 (trunk): fix typos [ci skip]
35999 2014-10-22 10:22 [ko1@a... ] kosaki:r48080 (trunk): * ext/etc/etc.c (etc_nprocessors_affin): optimize memory usege a
36000 2014-10-22 10:22 [ko1@a... ] kosaki:r48081 (trunk): * ext/etc/etc.c (etc_nprocessors_affin): minor spell fix.
[前][次][スレッド一覧][上]