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

ruby-changes:15201-15300

  15201 2010-03-29 09:21 [ko1@a...            ] Ruby:r27082 (trunk): * random.c: change include order; ruby.h should be at first.
  15202 2010-03-29 10:41 [ko1@a...            ] Ruby:r27083 (trunk): Revert "* configure.in (ac_cv_func_snprintf, ac_cv_func_vsnprintf):"
  15203 2010-03-29 13:30 [ko1@a...            ] Ruby:r27084 (trunk): * test/psych/visitors/test_to_ruby.rb: switching to assert_in_delta
  15204 2010-03-29 14:59 [ko1@a...            ] Ruby:r27085 (trunk): instance_methods should not special-case singleton classes, fixes #2993
  15205 2010-03-29 15:12 [ko1@a...            ] Ruby:r27086 (trunk): * lib/tempfile.rb (Tempfile#open): re-open with same mode and
  15206 2010-03-29 17:40 [ko1@a...            ] Ruby:r27087 (ruby_1_8): * ext/rational/lib/rational.rb: fix [Bug #1397].
  15207 2010-03-29 17:40 [ko1@a...            ] Ruby:r27088 (ruby_1_8): * 2010-03-29    
  15208 2010-03-29 18:10 [ko1@a...            ] Ruby:r27089 (trunk): * lib/optparse.rb (Numeric): accept rationals.
  15209 2010-03-29 19:49 [ko1@a...            ] Ruby:r27090 (trunk): * time.c: wide value condition changed.
  15210 2010-03-29 20:27 [ko1@a...            ] Ruby:r27091 (trunk): * lib/matrix.rb(Vector#each2, Vector#collect2): add type check for
  15211 2010-03-29 21:49 [ko1@a...            ] Ruby:r27092 (trunk): * prelude.rb, .document: Stuff in prelude.rb should be documented
  15212 2010-03-30 02:42 [ko1@a...            ] Ruby:r27094 (ruby_1_8): * 2010-03-30    
  15213 2010-03-30 03:26 [ko1@a...            ] Ruby:r27095 (trunk): * test/psych/*: switching tests to use relative require.
  15214 2010-03-30 03:26 [ko1@a...            ] Ruby:r27096 (trunk): * 2010-03-30       
  15215 2010-03-30 03:58 [ko1@a...            ] Ruby:r27097 (trunk): * ext/psych/{emitter,parser,psych}.c: move variable
  15216 2010-03-30 05:36 [ko1@a...            ] Ruby:r27098 (trunk): * lib/psych.rb: documentation updates.  Thanks Peter McLain!
  15217 2010-03-30 08:57 [ko1@a...            ] Ruby:r27099 (trunk): * lib/psych.rb: Fix problem with empty and white-space only strings.
  15218 2010-03-30 08:58 [ko1@a...            ] Ruby:r27100 (trunk): * ext/psych/extconf.rb: Making library detection more agnostic.
  15219 2010-03-30 09:12 [ko1@a...            ] Ruby:r27101 (trunk): update doc.        
  15220 2010-03-30 10:33 [ko1@a...            ] Ruby:r27102 (ruby_1_8): * common.mk (COMMONOBJS): moved dln.o to OBJS not to conflict with
  15221 2010-03-30 12:36 [ko1@a...            ] Ruby:r27103 (ruby_1_8): * configure.in (MINIOBJS): use dmydln.o on all platforms.
  15222 2010-03-30 13:01 [ko1@a...            ] Ruby:r27104 (trunk): * tool/file2lastrev.rb (VCS#get_revisions): particular commands do
  15223 2010-03-30 13:11 [ko1@a...            ] Ruby:r27105 (trunk): * tool/file2lastrev.rb (VCS::GIT_SVN): removed because git-log can
  15224 2010-03-30 14:00 [ko1@a...            ] Ruby:r27106 (trunk): * process.c (proc_daemon): Process.daemon should raise an error on
  15225 2010-03-30 15:42 [ko1@a...            ] Ruby:r27107 (ruby_1_8): * common.mk (revision.h): add RUBY_BRANCH_NAME.
  15226 2010-03-30 17:52 [ko1@a...            ] Ruby:r27108 (ruby_1_8): * configure.in (RUBY_EXEC_PREFIX, RUBY_LIB_PREFIX): fixed.
  15227 2010-03-30 18:06 [ko1@a...            ] Ruby:r27109 (ruby_1_8): * Makefile.in (config.status): ommit cached results.
  15228 2010-03-30 18:11 [ko1@a...            ] Ruby:r27110 (ruby_1_8): * version.c (ruby_initial_load_paths): moved initial load path
  15229 2010-03-30 18:26 [ko1@a...            ] Ruby:r27111 (trunk): * file.c (rb_file_dirname): split from rb_file_s_dirname.
  15230 2010-03-30 19:47 [ko1@a...            ] Ruby:r27112 (trunk): * ext/psych/lib: moved external library dependent files from lib.
  15231 2010-03-30 20:57 [ko1@a...            ] Ruby:r27113 (trunk): * time.c (w2v): renamed from w2xv.
  15232 2010-03-30 21:00 [ko1@a...            ] Ruby:r27114 (trunk): fix previous commit for LP64.
  15233 2010-03-30 21:22 [ko1@a...            ] Ruby:r27115 (trunk): * ext/psych/extconf.rb: install psych .so to not psych/ but direct.
  15234 2010-03-30 21:58 [ko1@a...            ] Ruby:r27116 (trunk): * time.c: make wide value more polymorphic.
  15235 2010-03-30 22:03 [ko1@a...            ] Ruby:r27117 (trunk): * lib/irb.rb: suppoort [Feature#988], .
  15236 2010-03-30 22:08 [ko1@a...            ] Ruby:r27118 (trunk): * time.c: reorder wide value implementation.
  15237 2010-03-30 22:15 [ko1@a...            ] Ruby:r27119 (trunk): fix typos          
  15238 2010-03-30 22:15 [ko1@a...            ] Ruby:r27120 (trunk): * NEWS: add URI.decode and URI.encode to Obsoleted methods,
  15239 2010-03-30 22:27 [ko1@a...            ] Ruby:r27121 (trunk): * time.c: use more polymorphic operations.
  15240 2010-03-31 00:34 [ko1@a...            ] Ruby:r27122 (trunk): * time.c (wdivmod): renamed from wdivmodv.  fix neg/pos and pos/neg.
  15241 2010-03-31 00:34 [ko1@a...            ] Ruby:r27123 (trunk): * 2010-03-31       
  15242 2010-03-31 06:58 [ko1@a...            ] Ruby:r27124 (trunk): * time.c (timew2timespec): fix previous change.
  15243 2010-03-31 13:57 [ko1@a...            ] Ruby:r27125 (trunk): * test/rubygems/gemutilities.rb (setup, teardown):
  15244 2010-03-31 15:34 [ko1@a...            ] Ruby:r27126 (trunk): * test/psych/test_emitter.rb (setup): encoding of @out should be same as script's.
  15245 2010-03-31 16:05 [ko1@a...            ] Ruby:r27127 (trunk): * test/rake/test_{package_task,rules,task_manager}.rb: use
  15246 2010-03-31 21:36 [ko1@a...            ] Ruby:r27128 (trunk): * time.c: less bignum allocations.
  15247 2010-03-31 23:35 [ko1@a...            ] Ruby:r27129 (trunk): * time.c (long_mul): extracted from mul and avoid integer overflow.
  15248 2010-04-01 02:57 [ko1@a...            ] Ruby:r27130 (trunk): * ext/psych/lib/psych/coder.rb: Adding Syck compatibility to the yaml coder
  15249 2010-04-01 02:58 [ko1@a...            ] Ruby:r27131 (trunk): * 2010-04-01       
  15250 2010-04-01 04:31 [ko1@a...            ] Ruby:r27132 (trunk): * time.c (long_mul): overflow condition changed.
  15251 2010-04-01 04:56 [ko1@a...            ] Ruby:r27133 (trunk): * time.c (rb_big_abs_find_minbit): fix handling the last word.
  15252 2010-04-01 06:12 [ko1@a...            ] Ruby:r27134 (trunk): * ext/psych/lib/psych.rb: Syck api compatibility 
  15253 2010-04-01 09:55 [ko1@a...            ] Ruby:r27135 (trunk): * include/ruby/ruby.h (RUBY_{DEFAULT,NEVER}_FREE): added.
  15254 2010-04-01 11:37 [ko1@a...            ] Ruby:r27136 (trunk): * io.c (rb_io_initialize): fixed a rdoc miss that textmode and
  15255 2010-04-01 12:06 [ko1@a...            ] Ruby:r27137 (trunk): * include/ruby/ruby.h (PRE_TIMET_PREFIX): define if configure doesn't
  15256 2010-04-01 12:20 [ko1@a...            ] Ruby:r27138 (trunk): * ChangeLog: commit miss.
  15257 2010-04-01 13:32 [ko1@a...            ] Ruby:r27139 (trunk): * lib/scanf.rb: support %a format. 
  15258 2010-04-01 13:33 [ko1@a...            ] Ruby:r27140 (trunk): * object.c (rb_cstr_to_dbl): return 0.0 if hexadecimal and
  15259 2010-04-01 13:33 [ko1@a...            ] Ruby:r27141 (trunk): * sprintf.c (rb_str_format): support %a format. 
  15260 2010-04-01 14:11 [ko1@a...            ] Ruby:r27142 (trunk): * util.c (BSD__hdtoa): don't use C99 macros. (FP_NORMAL etc)
  15261 2010-04-01 14:32 [ko1@a...            ] Ruby:r27143 (trunk): * enc/utf_16{be,le}.c (utf16{be,le}_mbc_to_code): simplified.
  15262 2010-04-01 15:44 [ko1@a...            ] Ruby:r27144 (trunk): Add test for sprintf with Infinity and NaN.
  15263 2010-04-01 16:12 [ko1@a...            ] Ruby:r27146 (ruby_1_8_7): * 2010-04-01  
  15264 2010-04-01 16:58 [ko1@a...            ] Ruby:r27148: Update svn:ignore for generated files in ext/
  15265 2010-04-01 17:19 [ko1@a...            ] Ruby:r27149 (trunk): * enc/trans/iso2022.trans: CP50221 supports 8bit JIS.
  15266 2010-04-01 17:44 [ko1@a...            ] Ruby:r27150 (trunk): Remove hexadecimal-floating-point tests for String#to_f.
  15267 2010-04-01 20:29 [ko1@a...            ] Ruby:r27151 (trunk): fix path to bin/rake from the test utility file.
  15268 2010-04-01 23:55 [ko1@a...            ] Ruby:r27152 (trunk): * NEWS: Update new methods
  15269 2010-04-02 02:21 [ko1@a...            ] Ruby:r27153 (trunk): Fix test for testing rake command.
  15270 2010-04-02 02:21 [ko1@a...            ] Ruby:r27154 (trunk): * 2010-04-02       
  15271 2010-04-02 03:02 [ko1@a...            ] Ruby:r27155 (trunk): * lib/matrix.rb: removed compare_by*, inspect_org, cf 
  15272 2010-04-02 03:03 [ko1@a...            ] Ruby:r27156 (trunk): * lib/matrix.rb: New method #empty? 
  15273 2010-04-02 03:03 [ko1@a...            ] Ruby:r27157 (trunk): * lib/matrix.rb (empty): Reject negative sizes
  15274 2010-04-02 03:04 [ko1@a...            ] Ruby:r27158 (trunk): * lib/matrix.rb: New methods Matrix#each, #each_with_index, and
  15275 2010-04-02 03:05 [ko1@a...            ] Ruby:r27159 (trunk): * lib/matrix.rb: New Complex instance methods:
  15276 2010-04-02 03:06 [ko1@a...            ] Ruby:r27160 (trunk): * lib/matrix.rb: Matrix.determinant: raise on rectangular matrices
  15277 2010-04-02 05:39 [ko1@a...            ] Ruby:r27162 (trunk, mvm): * include/ruby/ruby.h (InitVM): calls per-VM initialization in
  15278 2010-04-02 06:39 [ko1@a...            ] Ruby:r27163 (trunk): fix file path for building at other than src dir.
  15279 2010-04-02 06:59 [ko1@a...            ] Ruby:r27164 (trunk): * process.c (rb_f_exit_bang, rb_f_exit, rb_f_abort): fix rdoc.
  15280 2010-04-02 07:00 [ko1@a...            ] Ruby:r27165 (trunk): * util.c (BSD__hdtoa): suppress a warning.
  15281 2010-04-02 07:00 [ko1@a...            ] Ruby:r27166 (trunk): * ext/dl/cptr.c (rb_dlptr_inspect): fix format specifiers.
  15282 2010-04-02 07:19 [ko1@a...            ] Ruby:r27167 (trunk): Add NEWS about hexadecimn floating point format.
  15283 2010-04-02 08:23 [ko1@a...            ] Ruby:r27168 (trunk): * process.c (proc_daemon): use EXIT_SUCCESS instead of magic number.
  15284 2010-04-02 08:24 [ko1@a...            ] Ruby:r27169 (trunk): * process.c (proc_daemon): use EXIT_SUCCESS instead of magic number.
  15285 2010-04-02 08:25 [ko1@a...            ] Ruby:r27170 (trunk): * process.c (ruby_setsid): split from proc_setsid.
  15286 2010-04-02 11:57 [ko1@a...            ] Ruby:r27171 (trunk): * win32/win32.c (init_env): wrong calculation of the head of setenv
  15287 2010-04-02 12:28 [ko1@a...            ] Ruby:r27172 (ruby_1_8_7): merge revision(s) 26131:
  15288 2010-04-02 12:28 [ko1@a...            ] Ruby:r27173 (ruby_1_8_7): * 2010-04-02  
  15289 2010-04-02 12:53 [ko1@a...            ] Ruby:r27174 (trunk): * lib/rdoc/parser.rb (binary?): regression.
  15290 2010-04-02 13:40 [ko1@a...            ] Ruby:r27175 (trunk): * bin/erb: removed trailing spaces.
  15291 2010-04-02 13:41 [ko1@a...            ] Ruby:r27176 (trunk): * {lib,test}/rdoc: removed trailing spaces.  reapplied r22784.
  15292 2010-04-02 13:52 [ko1@a...            ] Ruby:r27177 (trunk): * lib/rdoc/ri/paths.rb (RDoc::HOMEDIR): expand_path deals with
  15293 2010-04-02 13:57 [ko1@a...            ] Ruby:r27178 (trunk): * lib/rdoc/ri/paths.rb: follows $ridir.  reapplied r23554.
  15294 2010-04-02 13:59 [ko1@a...            ] Ruby:r27179 (trunk): * lib/rdoc/ri/paths.rb (RDoc::RI::Paths): Gem::Enable has been
  15295 2010-04-02 14:12 [ko1@a...            ] Ruby:r27180 (trunk): * lib/rdoc/parser.rb (RDoc::Parser.binary?): blksize may be nil
  15296 2010-04-02 14:17 [ko1@a...            ] Ruby:r27182 (trunk): * lib/rdoc/parser/ruby.rb (RDoc::Parser::Ruby): parse also rdoc
  15297 2010-04-02 14:24 [ko1@a...            ] Ruby:r27183 (trunk): * lib/rdoc/rdoc.rb (RDoc::RDoc#parse_files): emacs local variables
  15298 2010-04-02 14:26 [ko1@a...            ] Ruby:r27184 (trunk): * lib/rdoc/rdoc.rb (RDoc::RDoc#parse_files): don't branch by
  15299 2010-04-02 14:40 [ko1@a...            ] Ruby:r27185 (trunk): * test/rdoc/test_rdoc_parser.rb (test_class_can_parse): parse rdoc
  15300 2010-04-02 14:45 [ko1@a...            ] Ruby:r27187 (trunk): * ChangeLog: fixed tab expand width.

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