[前][次][番号順一覧][上]

ruby-changes:21801-21900

  21801 2011-11-26 23:05 [ko1@a...            ] emboss:r33850 (trunk): * test/openssl/test_engine.rb: remove side effect of generic engine
  21802 2011-11-27 00:18 [ko1@a...            ] akr:r33851 (trunk): * io.c (copy_stream_body): use 0666 for permission argument for open.
  21803 2011-11-27 00:18 [ko1@a...            ] svn:r33852 (trunk): * 2011-11-27        
  21804 2011-11-27 04:59 [ko1@a...            ] naruse:r33853 (trunk): * lib/net/http.rb (Net::HTTP::SSL_IVNAMES): rerefix 33701.
  21805 2011-11-27 04:59 [ko1@a...            ] naruse:r33854 (trunk): * configure.in (--no-undefined): r33840 breaks FreeBSD with gcc47.
  21806 2011-11-27 05:03 [ko1@a...            ] naruse:r33855 (trunk): Fix typo in r33849.
  21807 2011-11-27 07:49 [ko1@a...            ] naruse:r33856 (trunk): * configure.in (--no-undefined): r33840 breaks FreeBSD and DragonFly
  21808 2011-11-27 12:54 [ko1@a...            ] naruse:r33857 (trunk): Run the test only if /dev/tty exists.
  21809 2011-11-27 13:30 [ko1@a...            ] kosaki:r33858 (trunk): * configure.in: workaround to avoid MacOS X build error.
  21810 2011-11-27 13:55 [ko1@a...            ] kosaki:r33859 (trunk): * configure.in: revert r33832 and r33833.  [Bug #5674]
  21811 2011-11-27 14:20 [ko1@a...            ] naruse:r33860 (trunk): An address can be negative.
  21812 2011-11-27 15:22 [ko1@a...            ] nobu:r33861 (trunk): * ext/tk/tcltklib.c (eventloop_sleep): unused.
  21813 2011-11-27 15:51 [ko1@a...            ] kazu:r33862 (trunk): fix typos and minor edit
  21814 2011-11-27 16:15 [ko1@a...            ] kosaki:r33863 (trunk): * configure.in: add -fstack-protector into XLDFLAGS as well as
  21815 2011-11-27 17:24 [ko1@a...            ] nobu:r33864 (trunk): * insns.def (pop): suppress self-assign warning of clang.
  21816 2011-11-27 17:24 [ko1@a...            ] nobu:r33865 (trunk): * thread_pthread.c (add_signal_thread_list): suppress warning for
  21817 2011-11-27 17:24 [ko1@a...            ] nobu:r33866 (trunk): * configure.in: whitespace-cleanup.
  21818 2011-11-27 17:27 [ko1@a...            ] nobu:r33867 (trunk): * configure.in: whitespace-cleanup.
  21819 2011-11-27 18:25 [ko1@a...            ] nobu:r33868 (trunk): * configure.in (-fstack-protector): also needed in DLDFLAGS.
  21820 2011-11-27 18:54 [ko1@a...            ] nobu:r33869 (trunk): * Makefile.in (DLDFLAGS): also needs -fstack-protector.
  21821 2011-11-27 19:09 [ko1@a...            ] nobu:r33870 (trunk): * configure.in (stack_protector): disable on mingw.  [Bug#5676]
  21822 2011-11-27 21:06 [ko1@a...            ] kosaki:r33871 (trunk): * io.c (rb_write_error2): get rid of warning on linux. fwrite
  21823 2011-11-27 21:27 [ko1@a...            ] kosaki:r33872 (trunk): * configure.in: added -fno-strict-overflow. it suppress annoying
  21824 2011-11-28 09:34 [ko1@a...            ] usa:r33873 (trunk): * win32/win32.c (rb_w32_uchmod): typo.  [Bug#5671] 
  21825 2011-11-28 09:34 [ko1@a...            ] svn:r33874 (trunk): * 2011-11-28        
  21826 2011-11-28 10:24 [ko1@a...            ] usa:r33875 (trunk): * win32/{Makeilfe.sub,win32.c} (FILE_COUNT, FILE_READPTR): move the
  21827 2011-11-28 10:36 [ko1@a...            ] nobu:r33876 (trunk): * include/ruby/subst.h: moved Windows specific substitions from
  21828 2011-11-28 11:01 [ko1@a...            ] usa:r33877 (trunk): * include/ruby/subst.h: typo of r33876.
  21829 2011-11-28 11:48 [ko1@a...            ] usa:r33878 (trunk): * io.c (rb_io_flush): release GVL during fsync() on Windows.
  21830 2011-11-28 12:15 [ko1@a...            ] nobu:r33879 (trunk): * win32/mkexports.rb (Exports#read_substitution): need to read
  21831 2011-11-28 12:30 [ko1@a...            ] usa:r33880 (trunk): * win32/mkexports.rb (Exports#initialize): remove old symbol name.
  21832 2011-11-28 12:33 [ko1@a...            ] usa:r33881 (trunk): * include/ruby/win32.h, win32/win32.c (GetCurrentThreadHandle): remove
  21833 2011-11-28 12:39 [ko1@a...            ] usa:r33882 (trunk): * gc.c (initial_params): static.  it seems to be forgetten at r33501.
  21834 2011-11-28 12:49 [ko1@a...            ] usa:r33883 (trunk): * parse.y (nodetype, nodeline): static.  these functions are for
  21835 2011-11-28 12:57 [ko1@a...            ] nobu:r33884 (trunk): * io.c (rb_write_error2): fwrite() returns ssize_t.
  21836 2011-11-28 22:28 [ko1@a...            ] usa:r33885 (trunk): * test/rake/test_rake_directory_task.rb
  21837 2011-11-29 00:14 [ko1@a...            ] yugui:r33886 (trunk): * common.mk (INSTRUBY_ARGS): added --mantype to apply mdoc2man.rb
  21838 2011-11-29 00:14 [ko1@a...            ] svn:r33887 (trunk): * 2011-11-29        
  21839 2011-11-29 02:36 [ko1@a...            ] nagachika:r33888 (trunk): * ChangeLog: fix some typos.
  21840 2011-11-29 02:44 [ko1@a...            ] nagachika:r33889 (trunk): * include/ruby/win32.h (GetCurrentThreadHandle): remove unused API.
  21841 2011-11-29 06:54 [ko1@a...            ] drbrain:r33890 (trunk): * lib/mkmf.rb:  Wrap mkmf.rb in module MakeMakefile to clean up Object
  21842 2011-11-29 08:45 [ko1@a...            ] drbrain:r33891 (trunk): * lib/mkmf.rb:  Wrap comments to 78 columns and clean up formatting.
  21843 2011-11-29 09:51 [ko1@a...            ] nobu:r33892 (trunk): * parse.y (nodetype, nodeline): suppress warnings.
  21844 2011-11-29 09:51 [ko1@a...            ] nobu:r33893 (trunk): * win32/win32.c (rb_w32_inet_ntop): constified.
  21845 2011-11-29 09:59 [ko1@a...            ] nobu:r33894 (trunk): * io.c (rb_write_error2): suppress unused variable warning.
  21846 2011-11-29 10:08 [ko1@a...            ] drbrain:r33895 (trunk): * lib/mkmf.rb:  Fix indentations of constants at end of module.
  21847 2011-11-29 17:42 [ko1@a...            ] naruse:r33896 (trunk): Don't break tests.
  21848 2011-11-30 02:29 [ko1@a...            ] naruse:r33897 (ruby_1_9_3): merge revision(s) 33183,33185:
  21849 2011-11-30 02:41 [ko1@a...            ] naruse:r33898 (ruby_1_9_3): merge revision(s) 33158,33185,33186:
  21850 2011-11-30 03:04 [ko1@a...            ] naruse:r33899 (ruby_1_9_3): merge revision(s) 33198,33199:
  21851 2011-11-30 09:10 [ko1@a...            ] tenderlove:r33900 (trunk): * ext/psych/parser.c (parse): parse method can take an option file
  21852 2011-11-30 09:10 [ko1@a...            ] svn:r33901 (trunk): * 2011-11-30        
  21853 2011-11-30 09:13 [ko1@a...            ] usa:r33902 (trunk): * lib/rdoc/encoding.rb (RDoc::Encoding.read_file): fixup newline chars
  21854 2011-11-30 09:21 [ko1@a...            ] tenderlove:r33903 (ruby_1_9_3): merge revision(s) 33775:
  21855 2011-11-30 09:57 [ko1@a...            ] drbrain:r33904 (trunk): * lib/mkmf.rb:  Use MakeMakefile's rm_f to avoid conflict with Rake or
  21856 2011-11-30 12:20 [ko1@a...            ] naruse:r33905 (trunk): Fix r33904.      
  21857 2011-11-30 12:32 [ko1@a...            ] nobu:r33906 (trunk): * test/ruby/test_module.rb (TestModule): removed remove_*_mixins methods.
  21858 2011-11-30 18:23 [ko1@a...            ] naruse:r33907 (ruby_1_9_3): merge revision(s) r33613:
  21859 2011-11-30 20:03 [ko1@a...            ] duerst:r33908 (trunk): transcode.c: Simplified rb_econv_binmode, avoided a warning on cygwin.
  21860 2011-11-30 23:44 [ko1@a...            ] naruse:r33909 (trunk): * variable.c (rb_path2class): don't raise NameError when the middle
  21861 2011-12-01 00:20 [ko1@a...            ] naruse:r33910 (trunk): Fix 33906: remove JSON::Ext::Generator::GeneratorMethods::String.
  21862 2011-12-01 00:20 [ko1@a...            ] svn:r33911 (trunk): * 2011-12-01        
  21863 2011-12-01 07:19 [ko1@a...            ] kosaki:r33912 (trunk): * configure.in: add sys/prctl.h test.
  21864 2011-12-01 10:31 [ko1@a...            ] nobu:r33913 (trunk): properties.        
  21865 2011-12-01 10:32 [ko1@a...            ] nobu:r33914 (trunk): * configure.in (LDFLAGS): -fstack-protector is always needed to
  21866 2011-12-01 14:43 [ko1@a...            ] nobu:r33915 (trunk): * ext/bigdecimal/bigdecimal.h (Real): suppress false warning from
  21867 2011-12-01 14:48 [ko1@a...            ] nobu:r33916 (trunk): * include/ruby/subst.h: removed arguments lists so that function
  21868 2011-12-01 15:20 [ko1@a...            ] nobu:r33917 (trunk): * include/ruby/subst.h: reverted r33916, since some names in vm.inc conflict.
  21869 2011-12-01 16:20 [ko1@a...            ] nobu:r33918 (trunk): * lib/mkmf.rb (MakeMakefile#try_func): fix broken patch at r33834.
  21870 2011-12-01 17:00 [ko1@a...            ] nobu:r33919 (trunk): * ext/socket/extconf.rb: add arguments for macro calls.
  21871 2011-12-01 17:45 [ko1@a...            ] nobu:r33920 (trunk): * ext/socket/extconf.rb: get rid of warnings by
  21872 2011-12-01 20:46 [ko1@a...            ] marcandRe: r33921 (trunk): * proc.c (rb_proc_arity): Fix Proc#arity in case of optional arguments
  21873 2011-12-01 22:33 [ko1@a...            ] akr:r33922 (trunk): * io.c (linux_get_maxfd): change local variable name.
  21874 2011-12-01 23:28 [ko1@a...            ] nagachika:r33923 (trunk): * thread_pthread.c (thread_timer): call prctl(PR_SET_NAME) only if
  21875 2011-12-02 07:15 [ko1@a...            ] naruse:r33924 (trunk): Revert r33921.   
  21876 2011-12-02 07:15 [ko1@a...            ] svn:r33925 (trunk): * 2011-12-02        
  21877 2011-12-02 11:30 [ko1@a...            ] nobu:r33926 (trunk): * configure.in: use $linker_flag for LDFLAGS option which is not
  21878 2011-12-02 13:02 [ko1@a...            ] naruse:r33927 (trunk): Revert r33926 "* configure.in: use $linker_flag for LDFLAGS option which is not"
  21879 2011-12-02 15:18 [ko1@a...            ] nobu:r33928 (trunk): * configure.in: use $linker_flag for LDFLAGS option which is not
  21880 2011-12-02 15:41 [ko1@a...            ] nobu:r33929 (trunk): * configure.in: check whether -pie or -Wl,-pie is valid as
  21881 2011-12-02 15:44 [ko1@a...            ] nobu:r33930 (trunk): * configure.in (RUBY_TRY_CFLAGS, RUBY_TRY_LDFLAGS): more verbose messages.
  21882 2011-12-02 15:48 [ko1@a...            ] nobu:r33931 (trunk): * ext/bigdecimal/bigdecimal.c (VpAllocReal): reduce extra frac.
  21883 2011-12-03 07:14 [ko1@a...            ] nobu:r33932 (trunk): * configure.in (UNIVERSAL_INTS): include short int.  fix for
  21884 2011-12-03 07:14 [ko1@a...            ] svn:r33933 (trunk): * 2011-12-03        
  21885 2011-12-03 07:17 [ko1@a...            ] nobu:r33934 (trunk): * Makefile.in (CFLAGS): append ARCH_FLAG.
  21886 2011-12-03 20:52 [ko1@a...            ] mame:r33935 (trunk): * variable.c (set_const_visibility): Module#private_constant has
  21887 2011-12-03 20:52 [ko1@a...            ] mame:r33936 (trunk): * variable.c (set_const_visibility): print a warning when no argument
  21888 2011-12-04 10:10 [ko1@a...            ] luislavena:r33937 (trunk): Introduce NEED_READCONV and NEED_WRITECONV to replace universal newline decorator
  21889 2011-12-04 10:10 [ko1@a...            ] svn:r33938 (trunk): * 2011-12-04        
  21890 2011-12-04 12:05 [ko1@a...            ] naruse:r33939 (trunk): * lib/delegate.rb (Delegator#methods): Kernel#methods receives
  21891 2011-12-04 12:15 [ko1@a...            ] ktsj:r33940 (trunk): * lib/pp.rb: fix rdoc.
  21892 2011-12-04 22:36 [ko1@a...            ] akr:r33941 (trunk): * lib/tempfile.rb (Tempfile::MAX_TRY): remove unused constant.
  21893 2011-12-04 22:51 [ko1@a...            ] akr:r33942 (trunk): fix a typo.         
  21894 2011-12-04 22:54 [ko1@a...            ] akr:r33943 (trunk): * lib/tempfile.rb: don't use lock directory.  
  21895 2011-12-05 08:57 [ko1@a...            ] svn:r33945 (trunk): * 2011-12-05        
  21897 2011-12-05 10:27 [ko1@a...            ] usa:r33946 (trunk): * ext/zlib/zlib.c (rb_gzreader_initialize): revert a part of r33937.
  21898 2011-12-05 14:29 [ko1@a...            ] usa:r33947 (trunk): * include/ruby/{subst.h,win32.h}, ext/socket/rubysocket.h: revert
  21899 2011-12-05 14:34 [ko1@a...            ] nobu:r33948 (trunk): * signal.c (reserved_signal_p): static.
  21900 2011-12-05 17:13 [ko1@a...            ] nobu:r33949 (trunk): * common.mk (newline.c, miniprelude.c): use VPATH.

[前][次][番号順一覧][上]