[前][次][スレッド一覧][上]
ruby-changes:33801-33900
33801 2014-05-09 04:02 [ko1@a... ] ayumin:r45882 (trunk): * lib/delegate.rb: Fix example of using delegator.
33802 2014-05-09 11:13 [ko1@a... ] usa:r45883: add tag v2_0_0_481
33803 2014-05-09 12:58 [ko1@a... ] usa:r45884 (trunk): * tool/release.sh: fix for neon.
33804 2014-05-09 14:27 [ko1@a... ] nobu:r45885 (trunk): configure.in: check for setjmp type with CCDLFLAGS
33805 2014-05-09 14:53 [ko1@a... ] nobu:r45886 (trunk): extmk.rb: fix extstatic
33806 2014-05-09 14:53 [ko1@a... ] nobu:r45887 (trunk): extmk.rb: check if parent is build
33807 2014-05-09 22:57 [ko1@a... ] akr:r45888 (trunk): [DOC]
33808 2014-05-09 23:31 [ko1@a... ] nobu:r45889 (trunk): signal.c: if to switch
33809 2014-05-09 23:31 [ko1@a... ] nobu:r45890 (trunk): thread_*.c: constify
33810 2014-05-10 00:13 [ko1@a... ] nobu:r45891 (trunk): test_beginendblock.rb, test_signal.rb: run with default handler
33811 2014-05-10 00:13 [ko1@a... ] svn:r45892 (trunk): * 2014-05-10
33812 2014-05-10 01:15 [ko1@a... ] nobu:r45893 (trunk): test_signal.rb: missing argv
33813 2014-05-10 08:49 [ko1@a... ] akr:r45894 (trunk): * signal.c (trap): Return "SYSTEM_DEFAULT" if SIG_DFL is set.
33814 2014-05-10 09:33 [ko1@a... ] nobu:r45895 (trunk): test_thread.rb: run with default handler
33815 2014-05-10 09:33 [ko1@a... ] hsbt:r45896 (trunk): * man/ruby.1: remove deadlink. [Bug #9773]
33816 2014-05-10 10:00 [ko1@a... ] nobu:r45897 (trunk): test_signal.rb: test iff SIGQUIT is supported
33817 2014-05-10 13:32 [ko1@a... ] nobu:r45898 (trunk): thread_pthread.c: variable for errno
33818 2014-05-10 13:32 [ko1@a... ] nobu:r45899 (trunk): thread.c: stop if forked in a sub-thread
33819 2014-05-10 13:41 [ko1@a... ] nobu:r45900 (trunk): process.c: use ruby_stop
33820 2014-05-10 21:15 [ko1@a... ] nobu:r45901 (trunk): envutil.rb: successfully terminated process
33821 2014-05-10 21:15 [ko1@a... ] nobu:r45902 (trunk): envutil.rb: rubybin: keyword
33822 2014-05-10 21:15 [ko1@a... ] nobu:r45903 (trunk): test_io_console.rb: show failure details
33823 2014-05-10 22:38 [ko1@a... ] nobu:r45904 (trunk): dir.c: match in UTF-8
33824 2014-05-10 23:25 [ko1@a... ] nagachika:r45905 (ruby_2_1): merge revision(s) r45891, r45893, r45895:
33825 2014-05-10 23:47 [ko1@a... ] nobu:r45906 (trunk): thread_pthread.c: compare with pthread_equal
33826 2014-05-10 23:49 [ko1@a... ] nobu:r45907 (trunk): thread_pthread.c: timer_thread_pipe struct
33827 2014-05-11 00:01 [ko1@a... ] nagachika:r45908 (ruby_2_1): merge revision(s) r45901:
33828 2014-05-11 00:52 [ko1@a... ] nobu:r45909 (trunk): thread_pthread.c: variable for errno
33829 2014-05-11 00:53 [ko1@a... ] svn:r45910 (trunk): * 2014-05-11
33830 2014-05-11 01:10 [ko1@a... ] nobu:r45911 (trunk): signal.c: directly enqueue
33831 2014-05-11 01:10 [ko1@a... ] nobu:r45912 (trunk): thread.c: always deliver signal immediately
33832 2014-05-11 08:49 [ko1@a... ] normal:r45913 (trunk): vm*: doubly-linked list from ccan to manage vm->living_threads
33833 2014-05-11 08:49 [ko1@a... ] svn:r45914 (trunk): * properties.
33834 2014-05-11 09:25 [ko1@a... ] nobu:r45915 (trunk): vm.c: suppress a warning
33835 2014-05-11 09:33 [ko1@a... ] nobu:r45916 (trunk): configure.in: check typeof
33836 2014-05-11 10:02 [ko1@a... ] nobu:r45917 (trunk): signal.c: directly deliver non-handlable signals
33837 2014-05-11 12:19 [ko1@a... ] nobu:r45918 (trunk): test_process.rb: WIFEXITED and so on are system dependent
33838 2014-05-11 19:40 [ko1@a... ] nobu:r45919 (trunk): test_process.rb: duplicate assertions
33839 2014-05-11 21:24 [ko1@a... ] akr:r45920 (trunk): * pack.c (swaps): Unused macro removed.
33840 2014-05-11 22:29 [ko1@a... ] akr:r45921 (trunk): * compile.c (BUFSIZE): Unused macro removed.
33841 2014-05-12 01:31 [ko1@a... ] akr:r45922 (trunk): * ext/socket/ifaddr.c (IS_IFADDRS): Unused macro removed.
33842 2014-05-12 01:32 [ko1@a... ] svn:r45923 (trunk): * 2014-05-12
33843 2014-05-12 10:35 [ko1@a... ] nobu:r45924 (trunk): signal.c: check the next page too
33844 2014-05-12 19:57 [ko1@a... ] ko1:r45925 (trunk): * gc.c: count young object correctly and show it in GC.stat
33845 2014-05-12 20:33 [ko1@a... ] akr:r45926 (trunk): * configure.in: Invoke AC_REPLACE_FUNCS for each function.
33846 2014-05-12 22:18 [ko1@a... ] nagachika:r45927 (ruby_2_1): merge revision(s) r45360, r45361: [Backport #9651]
33847 2014-05-12 22:49 [ko1@a... ] nagachika:r45928 (ruby_2_1): merge revision(s) r45758, r45759: [Backport #9759]
33848 2014-05-12 23:04 [ko1@a... ] nagachika:r45929 (ruby_2_1): merge revision(s) r45637: [Backport #9726]
33849 2014-05-12 23:57 [ko1@a... ] nobu:r45930 (trunk): configure.in: check atan2
33850 2014-05-13 00:15 [ko1@a... ] nagachika:r45931 (trunk): * ChangeLog: fix a typo for r45930.
33851 2014-05-13 00:15 [ko1@a... ] svn:r45932 (trunk): * 2014-05-13
33852 2014-05-13 19:05 [ko1@a... ] akr:r45933: set svn:ignore property.
33853 2014-05-13 19:09 [ko1@a... ] nobu:r45934 (trunk): make-snapshot: support xz
33854 2014-05-13 19:09 [ko1@a... ] nobu:r45935 (trunk): make-snapshot: SHA512
33855 2014-05-14 00:47 [ko1@a... ] nobu:r45936 (trunk): make-snapshot: unused variables
33856 2014-05-14 00:47 [ko1@a... ] nobu:r45937 (trunk): make-snapshot: -package option
33857 2014-05-14 00:47 [ko1@a... ] nobu:r45938 (trunk): make-snapshot: -digests option
33858 2014-05-14 00:47 [ko1@a... ] svn:r45939 (trunk): * 2014-05-14
33859 2014-05-14 11:07 [ko1@a... ] hsbt:r45940 (trunk): * LEGAL: added license infomation of ccan files.
33860 2014-05-14 17:38 [ko1@a... ] usa:r45941 (ruby_1_9_3): * common.mk: need to quote $BASERUBY because it may includes options.
33861 2014-05-14 18:03 [ko1@a... ] ko1:r45942 (trunk): * gc.c (rgengc_rememberset_mark): promote remembered object earlier.
33862 2014-05-14 18:04 [ko1@a... ] ko1:r45943 (trunk): * gc.c: enable RGENGC_AGE2_PROMOTION.
33863 2014-05-14 19:55 [ko1@a... ] ko1:r45944 (trunk): * ext/openssl/depend: remove dependency from internal headers.
33864 2014-05-15 15:39 [ko1@a... ] nobu:r45945 (trunk): openssl/depend: ossl.o
33865 2014-05-15 15:40 [ko1@a... ] svn:r45946 (trunk): * 2014-05-15
33866 2014-05-15 17:33 [ko1@a... ] nobu:r45947 (trunk): Handle machine stack overflow on mingw
33867 2014-05-15 18:43 [ko1@a... ] ko1:r45948 (trunk): * gc.c: introduce macros to remove magic number.
33868 2014-05-15 18:54 [ko1@a... ] ko1:r45949 (trunk): * gc.c (heap_extend_pages): calculate next growing heap size.
33869 2014-05-15 18:58 [ko1@a... ] ko1:r45950 (trunk): * gc.c (garbage_collect_body): move gc_heap_prepare_minimum_pages()
33870 2014-05-15 19:35 [ko1@a... ] kazu:r45951 (trunk): fix typos [ci skip]
33871 2014-05-15 19:53 [ko1@a... ] nobu:r45952 (trunk): * gc.c (heap_extend_pages): fix indent.
33872 2014-05-15 21:31 [ko1@a... ] shirosaki:r45953 (trunk): parallel.rb: fix test-all parallel failure
33873 2014-05-15 21:31 [ko1@a... ] shirosaki:r45954 (trunk): configure.in: enable SSE2 on mingw
33874 2014-05-16 00:24 [ko1@a... ] nagachika:r45955 (ruby_2_1): merge revision(s) r45367, r45387, r45388, r45389: [Backport #9475]
33875 2014-05-16 00:28 [ko1@a... ] nagachika:r45956 (ruby_2_1): merge revision(s) r45374: [Backport #8405]
33876 2014-05-16 17:22 [ko1@a... ] nobu:r45957 (trunk): dir.c: check boundary
33877 2014-05-16 17:23 [ko1@a... ] svn:r45958 (trunk): * 2014-05-16
33878 2014-05-16 17:38 [ko1@a... ] ko1:r45959 (trunk): * gc.c (gc_before_sweep): heap_pages_swept_slots should contains
33879 2014-05-16 17:41 [ko1@a... ] ko1:r45960 (trunk): * gc.c (gc_marks, gc_marks_body): increase the counter of young objects
33880 2014-05-16 18:18 [ko1@a... ] kazu:r45961 (trunk): fix typos [ci skip]
33881 2014-05-16 23:37 [ko1@a... ] usa:r45962: add tag v1_9_3_547
33882 2014-05-17 00:36 [ko1@a... ] usa:r45963 (trunk): * tool/release.sh: need -f option because this overwrite the previous links if they exist.
33883 2014-05-17 00:36 [ko1@a... ] svn:r45964 (trunk): * 2014-05-17
33884 2014-05-17 01:49 [ko1@a... ] nobu:r45965 (trunk): dir.c: match plain names as-is
33885 2014-05-17 01:49 [ko1@a... ] nobu:r45966 (trunk): dir.c: reduce matching
33886 2014-05-17 10:05 [ko1@a... ] nobu:r45967 (trunk): dir.c: fix conditions for ALPHA
33887 2014-05-17 10:40 [ko1@a... ] nobu:r45968 (trunk): dir.c: set PLAIN for non-magical
33888 2014-05-17 11:02 [ko1@a... ] nobu:r45969 (trunk): dir.c: try match PLAIN
33889 2014-05-17 15:27 [ko1@a... ] hsbt:r45970 (trunk): * test/runner.rb: remove dependency test-unit and minitest
33890 2014-05-17 15:27 [ko1@a... ] svn:r45971 (trunk): * properties.
33891 2014-05-17 16:46 [ko1@a... ] nobu:r45972 (trunk): Doxyfile.tmpl: exclude ccan
33892 2014-05-17 16:48 [ko1@a... ] nobu:r45973 (trunk): configure.in: disable install-capi by default
33893 2014-05-17 17:01 [ko1@a... ] sorah:r45974 (trunk): * lib/test: Removed because ruby's test cases now independent to
33894 2014-05-17 17:05 [ko1@a... ] sorah:r45975 (trunk): * NEWS: Add news about removal of lib/test/**/*.rb.
33896 2014-05-18 01:37 [ko1@a... ] svn:r45977 (trunk): * 2014-05-18
33897 2014-05-18 01:38 [ko1@a... ] akr:r45978: Remove empty directory.
33898 2014-05-18 08:22 [ko1@a... ] nobu:r45979 (trunk): io.c: buffer must be modifiable
33899 2014-05-18 08:23 [ko1@a... ] nobu:r45980 (trunk): mkmf.rb: add NULLCMD
33900 2014-05-18 09:06 [ko1@a... ] akr:r45981 (trunk): * enum.c: Enumerable#slice_after implemented.
[前][次][スレッド一覧][上]