[前][次][スレッド一覧][上]

ruby-cvs:16201-16300

  16201 2005-12-22 16:28 [matz at ruby-lang.or] ruby: * version.h: 2005-12-22 (1.8.4 preview3)
  16202 2005-12-24 18:59 [matz at ruby-lang.or] ruby/test/ruby, ruby/ext/digest/sha2, ruby: * stable version 1.8.4 released.
  16203 2005-12-26 17:18 [matz at ruby-lang.or] ruby/lib, ruby: * eval.c (ev_const_get): fixed a bug in constant reference during
  16204 2005-12-26 18:51 [eban at ruby-lang.or] ruby: * 2005-12-26                      
  16205 2005-12-26 22:33 [nobu at ruby-lang.or] ruby: * eval.c (rb_eval), gc.c (gc_mark_children), node.h (NEW_ALIAS,
  16206 2005-12-26 22:34 [nobu at ruby-lang.or] ruby: * added an old entry.             
  16207 2005-12-26 22:36 [nobu at ruby-lang.or] ruby: * 2005-12-26                      
  16208 2005-12-27 08:26 [gotoyuzo at ruby-lan] ruby/ext/openssl/lib/openssl, ruby: * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLSocket#post_connection_chech):
  16209 2005-12-27 08:31 [gotoyuzo at ruby-lan] ruby, ruby/ext/openssl/lib/openssl: * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLSocket#post_connection_chech):
  16210 2005-12-27 13:47 [eban at ruby-lang.or] ruby: * 2005-12-27                      
  16211 2005-12-27 13:48 [eban at ruby-lang.or] ruby: * 2005-12-27                      
  16212 2005-12-27 14:10 [aamine at ruby-lang.] ruby: * process.c: new method Process.exec. [ruby-dev:28107]
  16213 2005-12-27 14:40 [akr at ruby-lang.org] ruby: * configure.in: define IA64 for portability.  (HP aC++/ANSI C doesn't
  16214 2005-12-27 19:21 [akr at ruby-lang.org] ruby: add ML ref.                       
  16215 2005-12-27 20:52 [akr at ruby-lang.org] ruby: update previous change.           
  16216 2005-12-28 00:00 [nobu at ruby-lang.or] ruby, ruby/lib: * lib/optparse.rb (CompletingHash#match): fix for 1.9.
  16217 2005-12-28 00:07 [eban at ruby-lang.or] ruby: * 2005-12-28                      
  16218 2005-12-28 01:35 [akr at ruby-lang.org] ruby: * eval.c (struct thread): add bstr_max.
  16219 2005-12-28 14:14 [akr at ruby-lang.org] ruby: * ia64.s: remove .pred.safe_across_calls directive.
  16220 2005-12-29 11:29 [ocean at ruby-lang.o] ruby, ruby/lib: * lib/generator.rb: reimplemented Generator class with Thread instead of
  16221 2005-12-29 14:56 [eban at ruby-lang.or] ruby: * 2005-12-29                      
  16222 2005-12-29 17:03 [akr at ruby-lang.org] ruby, ruby/test/ruby: * test/ruby/envutil.rb (EnvUtil.rubybin): search "ruby" instead of
  16223 2005-12-29 17:05 [akr at ruby-lang.org] ruby, ruby/test/ruby: * test/ruby/envutil.rb (EnvUtil.rubybin): search "ruby" instead of
  16224 2005-12-29 17:07 [eban at ruby-lang.or] ruby: * 2005-12-29                      
  16225 2005-12-29 20:53 [matz at ruby-lang.or] ruby/test/ruby: * eval.c (rb_mod_define_method): should save safe_level in the
  16226 2005-12-29 21:03 [matz at ruby-lang.or] ruby/test/drb: * eval.c (rb_mod_define_method): should save safe_level in the
  16227 2005-12-29 21:03 [matz at ruby-lang.or] ruby/sample: * eval.c (rb_mod_define_method): should save safe_level in the
  16228 2005-12-29 21:03 [matz at ruby-lang.or] ruby/lib: * eval.c (rb_mod_define_method): should save safe_level in the
  16229 2005-12-29 21:04 [matz at ruby-lang.or] ruby/ext/syck: * eval.c (rb_mod_define_method): should save safe_level in the
  16230 2005-12-29 21:05 [matz at ruby-lang.or] ruby/ext/digest/sha2: * eval.c (rb_mod_define_method): should save safe_level in the
  16231 2005-12-29 21:05 [matz at ruby-lang.or] ruby: * eval.c (rb_mod_define_method): should save safe_level in the
  16232 2005-12-29 23:54 [akr at ruby-lang.org] ruby/test/ruby: fix "-e:1: undefined method `sub' for main:Object (NoMethodError)"
  16233 2005-12-29 23:59 [nobu at ruby-lang.or] ruby: * eval.c (rb_gc_mark_threads): keep unmarked threads which won't wake
  16234 2005-12-30 00:00 [nobu at ruby-lang.or] ruby: * eval.c (rb_gc_mark_threads): leave unmarked threads which won't wake
  16235 2005-12-30 00:08 [eban at ruby-lang.or] ruby: * 2005-12-30                      
  16236 2005-12-30 00:53 [eban at ruby-lang.or] ruby: * 2005-12-30                      
  16237 2005-12-30 01:08 [ocean at ruby-lang.o] ruby, ruby/lib: * lib/generator.rb: should work with another thread. (more robust code)
  16238 2005-12-30 01:19 [akr at ruby-lang.org] ruby: avoid a GC problem with RUBY_ALWAYS_GC= ./ruby -e ''.
  16239 2005-12-30 01:19 [akr at ruby-lang.org] ruby: avoid a GC problem with RUBY_ALWAYS_GC= ./ruby -e ''.
  16240 2005-12-30 02:03 [akr at ruby-lang.org] ruby: unused function uscore_get removed.
  16241 2005-12-30 02:10 [akr at ruby-lang.org] ruby: declare rb_gc_abort_threads.      
  16242 2005-12-30 02:11 [akr at ruby-lang.org] ruby: declare rb_gc_abort_threads.      
  16243 2005-12-30 04:56 [usa at ruby-lang.org] ruby, ruby/win32: * file.c (eaccess): workaround for VC++8 runtime.
  16244 2005-12-30 12:24 [ocean at ruby-lang.o] ruby, ruby/lib: * lib/generator.rb: (Generator#initialize) fixed dead lock. this occured
  16245 2005-12-30 14:26 [eban at ruby-lang.or] ruby: * dir.c (glob_helper): do not use TRUE for djgpp.
  16246 2005-12-30 15:23 [ocean at ruby-lang.o] ruby, ruby/lib: * lib/generator.rb: (Generator#initialize) ensured to stop  at loop_thread.
  16247 2005-12-30 18:15 [nobu at ruby-lang.or] ruby: * gc.c (garbage_collect): mark objects refered from aborting threads.
  16248 2005-12-30 18:15 [nobu at ruby-lang.or] ruby: * gc.c (garbage_collect): mark objects refered from aborting threads.
  16249 2005-12-30 18:23 [nobu at ruby-lang.or] ruby, ruby/win32: * win32/Makefile.sub: VC++8 support.
  16250 2005-12-30 18:23 [nobu at ruby-lang.or] ruby, ruby/win32: * win32/Makefile.sub: VC++8 support.
  16251 2005-12-30 18:29 [ocean at ruby-lang.o] ruby, ruby/lib: * lib/generator.rb: uses Mutex instead of Thread.critical.
  16252 2005-12-30 18:57 [ocean at ruby-lang.o] ruby, ruby/lib: Sorry, reverted. Mutex is damn slow.....
  16253 2005-12-30 19:17 [ocean at ruby-lang.o] ruby/lib: Sorry again, incorrent exception propagation.
  16254 2005-12-31 01:35 [ser at ruby-lang.org] ruby/lib/rexml, ruby/lib/rexml/parsers: All of the tickets and issues mentioned in this log can be found at:
  16255 2005-12-31 02:50 [eban at ruby-lang.or] ruby: * 2005-12-31                      
  16256 2005-12-31 11:56 [ocean at ruby-lang.o] ruby, ruby/lib: * lib/generator.rb: (Generator#initialize): should kill  at loop_thread
  16257 2005-12-31 14:20 [eban at ruby-lang.or] ruby: * 2005-12-31                      
  16258 2005-12-31 19:57 [ocean at ruby-lang.o] ruby, ruby/ext/syck: * ext/syck/rubyext.c: attribute name was truncated with Rev1.64.
  16259 2005-12-31 22:57 [nobu at ruby-lang.or] ruby: * eval.c (rb_thread_save_context): should not recycle scope object used
  16260 2005-12-31 22:57 [nobu at ruby-lang.or] ruby: * eval.c (rb_thread_save_context): should not recycle scope object used
  16261 2006-01-01 14:49 [ocean at ruby-lang.o] ruby, ruby/test/ruby, ruby/win32: * win32/win32.c (rb_w32_seekdir): should not segfault even if passed
  16262 2006-01-01 15:34 [akr at ruby-lang.org] ruby: * missing.h (isnan): avoid macro expantion
  16263 2006-01-01 15:35 [akr at ruby-lang.org] ruby: fix.                              
  16264 2006-01-01 15:50 [eban at ruby-lang.or] ruby: * 2006-01-01                      
  16265 2006-01-01 17:12 [ocean at ruby-lang.o] ruby, ruby/test/ruby, ruby/win32: * win32/win32.c (rb_w32_seekdir): should not segfault even if passed
  16266 2006-01-01 17:15 [eban at ruby-lang.or] ruby: * 2006-01-01                      
  16267 2006-01-01 17:41 [ocean at ruby-lang.o] ruby: no message                        
  16268 2006-01-03 15:45 [akr at ruby-lang.org] ruby: fix typos.                        
  16269 2006-01-03 16:14 [akr at ruby-lang.org] ruby: some more typos fixed.            
  16270 2006-01-03 16:21 [eban at ruby-lang.or] ruby: * 2006-01-03                      
  16271 2006-01-05 14:29 [ocean at ruby-lang.o] ruby/missing: ANSI styled               
  16272 2006-01-05 14:32 [eban at ruby-lang.or] ruby: * 2006-01-05                      
  16273 2006-01-05 19:05 [usa at ruby-lang.org] ruby, ruby/win32: * win32/win32.c (ioinfo): VC++8 support, forgotten to commit.
  16274 2006-01-05 19:05 [usa at ruby-lang.org] ruby: * 2006-01-05                      
  16275 2006-01-06 02:26 [akr at ruby-lang.org] ruby: * configure.in: don't force getcontext on IA64.
  16276 2006-01-06 02:51 [akr at ruby-lang.org] ruby: avoid "left-hand operand of comma expression has no effect" warnings.
  16277 2006-01-06 03:06 [eban at ruby-lang.or] ruby: * 2006-01-06                      
  16278 2006-01-06 11:27 [usa at ruby-lang.org] ruby, ruby/win32: * win32/win32.c (ioinfo): revert previous commit. sorry.
  16279 2006-01-06 11:28 [usa at ruby-lang.org] ruby: * 2006-01-06                      
  16280 2006-01-07 06:28 [akr at ruby-lang.org] ruby: * eval.c (rb_fd_isset): compare the result of FD_ISSET with 0 to
  16281 2006-01-07 15:40 [nobu at ruby-lang.or] ruby: * parse.y (singleton): get rid of segfault on syntax error.
  16282 2006-01-07 15:41 [nobu at ruby-lang.or] ruby: * parse.y (singleton): get rid of segfault on syntax error.
  16283 2006-01-07 15:44 [eban at ruby-lang.or] ruby: * 2006-01-07                      
  16284 2006-01-07 15:45 [eban at ruby-lang.or] ruby: * 2006-01-07                      
  16285 2006-01-08 13:14 [akr at ruby-lang.org] ruby: the bug was FreeBSD specific.     
  16286 2006-01-08 13:25 [eban at ruby-lang.or] ruby: * 2006-01-08                      
  16287 2006-01-08 14:21 [akr at ruby-lang.org] ruby: * eval.c (GCC_VERSION_BEFORE): check __INTEL_COMPILER.
  16288 2006-01-09 04:24 [akr at ruby-lang.org] ruby: comment FreeBSD PR number.        
  16289 2006-01-09 14:27 [ocean at ruby-lang.o] ruby, ruby/lib/webrick/httpservlet, ruby/win32: * win32/Makefile.sub (OPTFLAGS): I have experienced trouble on y- flag,
  16290 2006-01-09 14:27 [ocean at ruby-lang.o] ruby, ruby/lib/webrick/httpservlet, ruby/win32: * win32/Makefile.sub (OPTFLAGS): I have experienced trouble on y- flag,
  16291 2006-01-09 17:46 [eban at ruby-lang.or] ruby: * 2006-01-09                      
  16292 2006-01-09 17:52 [eban at ruby-lang.or] ruby: * 2006-01-09                      
  16293 2006-01-09 19:58 [ocean at ruby-lang.o] ruby, ruby/ext/zlib: * ext/zlib/extconf.rb: zlib compiled DLL version 1.2.3 distributed by
  16294 2006-01-09 20:00 [ocean at ruby-lang.o] ruby, ruby/ext/zlib: * ext/zlib/extconf.rb: zlib compiled DLL version 1.2.3 distributed by
  16295 2006-01-10 07:32 [akr at ruby-lang.org] ruby: * gc.c (gc_stress): renamed from always_gc and enabled by default.
  16296 2006-01-10 10:41 [eban at ruby-lang.or] ruby: * 2006-01-10                      
  16297 2006-01-10 12:03 [ocean at ruby-lang.o] ruby, ruby/lib/yaml, ruby/test/yaml: * lib/yaml/rubytypes.rb (Symbol#yaml_new): YAML loading of quoted
  16298 2006-01-10 12:05 [ocean at ruby-lang.o] ruby, ruby/lib/yaml, ruby/test/yaml: * lib/yaml/rubytypes.rb (Symbol#yaml_new): YAML loading of quoted
  16299 2006-01-10 12:49 [ocean at ruby-lang.o] ruby, ruby/lib/yaml, ruby/test/yaml: * lib/yaml/rubytypes.rb (Fixnum): Bignum could not be loaded in
  16300 2006-01-10 12:50 [ocean at ruby-lang.o] ruby/lib/yaml, ruby/test/yaml: * lib/yaml/rubytypes.rb (Fixnum): Bignum could not be loaded in

[前][次][スレッド一覧][上]