[前][次][スレッド一覧][上]
ruby-cvs:21101-21200
21101 2007-11-10 17:33 [shugo at ruby-lang.o] Ruby:r13864 (trunk): * thread.c (call_trace_proc): don't call ID2SYM() for ID_ALLOCATOR
21102 2007-11-10 18:23 [akr at ruby-lang.org] Ruby:r13865 (trunk): * gem_prelude.rb: new file for gem libraries. currently empty.
21103 2007-11-10 18:24 [akr at ruby-lang.org] Ruby:r13866 (trunk): format change.
21104 2007-11-10 19:22 [akr at ruby-lang.org] Ruby:r13867 (trunk): * common.mk (EXPLOBJS): create new variable for ext_prelude.o.
21105 2007-11-10 19:50 [akr at ruby-lang.org] Ruby:r13868 (trunk): * common.mk, Makefile.in: generate libminiruby-static.a
21106 2007-11-10 19:51 [akr at ruby-lang.org] Ruby:r13869 (trunk): fix file list.
21107 2007-11-10 20:22 [akr at ruby-lang.org] Ruby:r13870 (trunk): don't use 1.9 feature.
21108 2007-11-10 23:18 [akr at ruby-lang.org] Ruby:r13871 (trunk): * configure.in, common.mk, Makefile.in: don't generate
21109 2007-11-10 23:53 [akr at ruby-lang.org] Ruby:r13872 (trunk): * string.c (tr_trans): cast to unsigned char after dereference
21110 2007-11-11 01:33 [akr at ruby-lang.org] Ruby:r13873 (trunk): add comment for interpreter issue.
21111 2007-11-11 05:44 [drbrain at ruby-lang] Ruby:r13874 (trunk): Add forgotten bin/gem for RubyGems.
21112 2007-11-11 11:31 [nobu at ruby-lang.or] Ruby:r13875 (trunk): * bin/gem, {lib,test}/rubygems: set property.
21113 2007-11-11 16:56 [akr at ruby-lang.org] Ruby:r13876 (trunk): * lex.c: renamed from lex.c.blt.
21114 2007-11-11 17:42 [shugo at ruby-lang.o] Ruby:r13877 (trunk): * insnhelper.ci (vm_call_method): pass mn->nd_clss to
21115 2007-11-11 18:27 [akr at ruby-lang.org] Ruby:r13878 (trunk): * Makefile.in (lex.c): touch lex.c if gperf failed.
21116 2007-11-11 18:32 [akr at ruby-lang.org] Ruby:r13879 (trunk): touch lex.c only if lex.c exists.
21117 2007-11-11 19:21 [akr at ruby-lang.org] Ruby:r13880 (trunk): report how lex.c handled.
21118 2007-11-11 19:33 [akr at ruby-lang.org] Ruby:r13881 (trunk): copy $(srcdir)/lex.c if gperf failed and $ at is not exist.
21119 2007-11-11 19:41 [akr at ruby-lang.org] Ruby:r13882 (trunk): * Makefile.in (lex.c): simplified.
21120 2007-11-11 20:35 [akr at ruby-lang.org] Ruby:r13883 (trunk): * {win32,wince,bcc32}/Makefile.sub: delete lex.c rule.
21121 2007-11-11 20:55 [akr at ruby-lang.org] Ruby:r13884 (trunk): * Makefile.in (miniruby): use $(LIBRUBY_A) with prelude.$(OBJEXT).
21122 2007-11-11 21:15 [akr at ruby-lang.org] Ruby:r13885 (trunk): revert previous commit.
21123 2007-11-11 21:44 [akr at ruby-lang.org] Ruby:r13886 (trunk): refine dependencies of miniruby$(EXEEXT).
21124 2007-11-11 21:48 [akr at ruby-lang.org] Ruby:r13887 (trunk): refine doc.
21125 2007-11-12 10:31 [akr at ruby-lang.org] Ruby:r13888 (trunk): * configure.in (DLNOBJS): defined.
21126 2007-11-12 12:18 [akr at ruby-lang.org] Ruby:r13889 (trunk): rename DLNOBJS to MINIDLNOBJS.
21127 2007-11-12 12:46 [akr at ruby-lang.org] Ruby:r13890 (ruby_1_8): * Makefile.in (lex.c): don't remove lex.c at first.
21128 2007-11-12 12:59 [akr at ruby-lang.org] Ruby:r13891 (trunk): forgot to commit.
21129 2007-11-12 13:54 [matz at ruby-lang.or] Ruby:r13892 (trunk): * misc/ruby-mode.el (ruby-parse-partial): handle stringified
21130 2007-11-12 13:55 [matz at ruby-lang.or] Ruby:r13893 (ruby_1_8): * misc/ruby-mode.el (ruby-parse-partial): handle stringified
21131 2007-11-12 14:04 [akr at ruby-lang.org] Ruby:r13894 (trunk): * configure.in (MINIDLNOBJS): removed.
21132 2007-11-12 16:49 [akr at ruby-lang.org] Ruby:r13895 (trunk): * Makefile.in, common.mk: add ext_prelude.o to OBJS.
21133 2007-11-12 16:52 [nobu at ruby-lang.or] Ruby:r13896 (ruby_1_8, trunk): * lib/mkmf.rb (create_makefile): rdoc about srcprefix. a patch from
21134 2007-11-12 17:15 [akr at ruby-lang.org] Ruby:r13897 (trunk): * Makefile.in, common.mk: add prelude.o to MINIOBJS.
21135 2007-11-12 18:32 [nobu at ruby-lang.or] Ruby:r13898 (trunk): * {bcc,win}32/Makefile.sub (MINIOBJS): added prelude.$(OBJEXT).
21136 2007-11-12 19:46 [usa at ruby-lang.org] Ruby:r13899 (trunk): * {bcc,win}32/Makefile.sub (miniruby): use $(COMMONOBJS) and $(DMYEXT)
21137 2007-11-12 19:47 [usa at ruby-lang.org] Ruby:r13900 (trunk): * thread.c (call_trace_proc): should return value.
21138 2007-11-13 00:38 [shugo at ruby-lang.o] Ruby:r13901 (trunk): * test/ruby/test_settracefunc.rb: fixed tests for set_trace_func.
21139 2007-11-13 03:41 [shyouhei at ruby-lan] Ruby:r13902 (trunk, ruby_1_8): * numeric.c (flo_divmod): round to the nearest integer. [ ruby-Bugs-14540 ]
21140 2007-11-13 14:00 [akr at ruby-lang.org] Ruby:r13903 (ruby_1_8): * numeric.c (numeric.c): Integer#ord implemented. [ruby-dev:32206]
21141 2007-11-13 14:45 [why at ruby-lang.org] Ruby:r13904 (trunk): * test/yaml/test_yaml.rb: fixed the failing YAML Struct test
21142 2007-11-13 15:24 [ko1 at ruby-lang.org] Ruby:r13905 (trunk): * compile.c (iseq_specialized_instruction): check argc.
21143 2007-11-13 15:29 [akr at ruby-lang.org] Ruby:r13906 (trunk): * lex.c.blt: moved from lex.c.
21144 2007-11-13 16:33 [nobu at ruby-lang.or] Ruby:r13907 (trunk, ruby_1_8): * numeric.c (flodivmod): work around for inifinity.
21145 2007-11-13 21:41 [nobu at ruby-lang.or] Ruby:r13908 (trunk): * common.mk (parse.c), ext/ripper/depend (ripper.c): process after
21146 2007-11-13 22:04 [seki at ruby-lang.or] Ruby:r13909 (ruby_1_8): remove Thread.exclusive
21147 2007-11-13 23:59 [akr at ruby-lang.org] Ruby:r13910 (trunk): fix test.
21148 2007-11-14 00:03 [akr at ruby-lang.org] Ruby:r13911 (ruby_1_8): pathname test backported.
21149 2007-11-14 00:15 [nobu at ruby-lang.or] Ruby:r13912 (trunk): * tool/ytab.sed: get rid of GNU sed feature. a patch from Laurent
21150 2007-11-14 01:00 [ko1 at ruby-lang.org] Ruby:r13913 (trunk): * include/ruby/ruby.h: introduce 2 macros:
21151 2007-11-14 01:34 [nobu at ruby-lang.or] Ruby:r13914 (trunk, ruby_1_8): * numeric.c (round): fallback definition.
21152 2007-11-14 01:54 [akr at ruby-lang.org] Ruby:r13915 (trunk, ruby_1_8): * missing/isinf.c (isinf): don't define is the macro is defined.
21153 2007-11-14 02:12 [akr at ruby-lang.org] Ruby:r13916 (trunk): * configure.in: no need to set ac_cv_func_isinf=yes on non-gcc
21154 2007-11-14 02:18 [akr at ruby-lang.org] Ruby:r13917 (ruby_1_8, trunk): fix typo.
21155 2007-11-14 02:50 [nobu at ruby-lang.or] Ruby:r13918 (trunk): * common.mk (parse.c): dependency also needs vpath.
21156 2007-11-14 07:09 [ko1 at ruby-lang.org] Ruby:r13919 (trunk): * tool/makedocs.rb, template/insnstbl.html: removed.
21157 2007-11-14 07:13 [ko1 at ruby-lang.org] Ruby:r13920 (trunk): * blockinlining.c, compile.c, compile.h, debug.c, debug.h,
21158 2007-11-14 14:06 [akr at ruby-lang.org] Ruby:r13921 (trunk): * common.mk, Makefile.in: rename prelude.c to miniprelude.c.
21159 2007-11-14 16:03 [matz at ruby-lang.or] Ruby:r13922 (trunk): * test/socket/test_socket.rb: update not to use 1.8 assignment to
21160 2007-11-14 16:17 [matz at ruby-lang.or] Ruby:r13923 (trunk): * test/net/http/test_https_proxy.rb
21161 2007-11-15 11:27 [akr at ruby-lang.org] Ruby:r13924 (trunk): * ruby.c (usage): fix typo on --disable-gems option.
21162 2007-11-15 11:54 [akr at ruby-lang.org] Ruby:r13925 (trunk): * tool/compile_prelude.rb: adjust RbConfig::CONFIG paths relative
21163 2007-11-15 12:15 [matz at ruby-lang.or] Ruby:r13926 (trunk): * tool/compile_prelude.rb (c_esc): need to escape closing brace.
21164 2007-11-15 12:20 [matz at ruby-lang.or] Ruby:r13927 (trunk): * lib/cgi/session.rb (CGI::Session::FileStore::restore): use
21165 2007-11-15 12:26 [akr at ruby-lang.org] Ruby:r13928 (trunk): * tool/compile_prelude.rb: use simple template system for source
21166 2007-11-15 12:32 [akr at ruby-lang.org] Ruby:r13929 (trunk): * tool/compile_prelude.rb: use constant for prefix.
21167 2007-11-15 14:29 [nobu at ruby-lang.or] Ruby:r13930 (trunk): * common.mk (prereq): added auto generated sources. [ruby-dev:32280]
21168 2007-11-15 17:08 [akr at ruby-lang.org] Ruby:r13931 (trunk): * tool/compile_prelude.rb: fix first substitution.
21169 2007-11-15 17:30 [akr at ruby-lang.org] Ruby:r13932 (trunk): * tool/compile_prelude.rb: absolute path may not start with a slash.
21170 2007-11-15 17:33 [akr at ruby-lang.org] Ruby:r13933 (trunk): escape "{" too.
21172 2007-11-15 18:17 [matz at ruby-lang.or] Ruby:r13935 (ruby_1_8): * lib/cgi/session.rb (CGI::Session::FileStore::restore): use
21173 2007-11-15 19:50 [usa at ruby-lang.org] Ruby:r13936 (trunk): * ext/curses/extconf.rb: check macro if cannot find func.
21174 2007-11-15 19:51 [usa at ruby-lang.org] Ruby:r13937 (ruby_1_8): * ext/curses/extconf.rb: check macro if cannot find func.
21175 2007-11-15 19:52 [usa at ruby-lang.org] Ruby:r13938 (ruby_1_8): * ChangeLog: add ML ref.
21176 2007-11-15 19:52 [usa at ruby-lang.org] Ruby:r13939 (trunk): * ChangeLog: add ML ref.
21177 2007-11-16 02:54 [why at ruby-lang.org] Ruby:r13940 (trunk): * lib/yaml.rb (quick_emit): use combination of object_id and hash to
21178 2007-11-16 03:03 [why at ruby-lang.org] Ruby:r13941 (trunk): * lib/yaml/types.rb: Likewise, pass self to YAML::quick_emit.
21179 2007-11-16 03:36 [why at ruby-lang.org] Ruby:r13942 (trunk): * ext/syck/rubyext.c: Node#value defined twice.
21180 2007-11-16 07:47 [akr at ruby-lang.org] Ruby:r13943: add largefile.h, miniprelude.c,
21181 2007-11-16 10:30 [nobu at ruby-lang.or] Ruby:r13944 (trunk): * set eol-style.
21182 2007-11-16 11:16 [nobu at ruby-lang.or] Ruby:r13945 (ruby_1_8, trunk): * lib/yaml/rubytypes.rb (String#is_binary_data?): use Integer#fdiv.
21183 2007-11-16 16:29 [shugo at ruby-lang.o] Ruby:r13946 (trunk): * include/ruby/ruby.h: added some declarations for event hooks.
21184 2007-11-16 17:03 [nobu at ruby-lang.or] Ruby:r13947 (trunk, ruby_1_8): * ext/iconv/iconv.c (Document-class): moved the simplest example to
21185 2007-11-16 17:41 [nobu at ruby-lang.or] Ruby:r13948 (trunk, ruby_1_8): * ext/iconv/iconv.c (iconv_iconv): also instance method needs to be
21186 2007-11-16 20:26 [akr at ruby-lang.org] Ruby:r13949 (ruby_1_8): Integer#ord described.
21187 2007-11-16 23:41 [matz at ruby-lang.or] Ruby:r13950 (trunk): * bignum.c (rb_big_odd_p): new method added. a patch from Tadashi
21188 2007-11-17 14:25 [suke at ruby-lang.or] Ruby:r13951 (ruby_1_8): ext/win32ole/win32ole.c (ole_invoke): bug fix. [ruby-talk:279100]
21189 2007-11-18 00:04 [suke at ruby-lang.or] Ruby:r13952 (trunk): ext/win32ole/win32ole.c (ole_invoke): bug fix. [ruby-talk:279100]
21190 2007-11-18 05:20 [akr at ruby-lang.org] Ruby:r13953 (trunk): * lib/mkmf.rb (have_struct_member): define HAVE_type_member.
21191 2007-11-18 05:25 [akr at ruby-lang.org] Ruby:r13954 (trunk): check class.
21192 2007-11-18 09:09 [nobu at ruby-lang.or] Ruby:r13955 (ruby_1_8, trunk): * lib/mkmf.rb (String#tr_cpp): make preprocessor identifiers.
21193 2007-11-18 14:03 [nobu at ruby-lang.or] Ruby:r13956 (trunk): * eval_method.ci (rb_alias): do not call hook functions until
21194 2007-11-18 14:03 [nobu at ruby-lang.or] Ruby:r13957 (ruby_1_8): * eval.c (rb_alias): do not call hook functions until initialization
21195 2007-11-18 16:18 [akr at ruby-lang.org] Ruby:r13958 (trunk): use ML ref. for assertion message.
21196 2007-11-18 17:30 [akr at ruby-lang.org] Ruby:r13959 (trunk): * time.c (time_arg): show actual year in 2-3 digits year warning.
21197 2007-11-18 18:30 [akr at ruby-lang.org] Ruby:r13960 (trunk): * time.c (time_minus): fix Time.at(2**60+1) - Time.at(2**60).
21198 2007-11-18 20:50 [akr at ruby-lang.org] Ruby:r13961 (trunk): * marshal.c (mark_dump_arg): it may be called after dump_ensure.
21199 2007-11-19 01:53 [nobu at ruby-lang.or] Ruby:r13962 (trunk): * parse.y (parser_read_escape): disallow control and meta modifiers
21200 2007-11-19 02:31 [nobu at ruby-lang.or] Ruby:r13963 (trunk): * eval_method.ci (rb_add_method): no redefinition warning for undef.
[前][次][スレッド一覧][上]