[前][次][番号順一覧][上]
ruby-cvs:22201-22300
22201 2008-01-09 14:57 [usa ruby-lang.org ] Ruby:r14964 (trunk): * parse.y (yycompile0): remove setting parser->enc because it is set
22202 2008-01-09 15:54 [nobu ruby-lang.org ] Ruby:r14965 (trunk): * ruby.c (process_options): give priority command line encoding option
22203 2008-01-09 17:00 [akr ruby-lang.org ] Ruby:r14966 (trunk): * string.c (rb_enc_cr_str_buf_cat): fix self appending.
22204 2008-01-09 18:28 [eban ruby-lang.org ] Ruby:r14967 (trunk): * golf_prelude.rb (Array#to_s): alias to join.
22205 2008-01-09 20:37 [gotoyuzo ruby-lang.o] Ruby:r14968 (trunk): * lib/webrick/httprequest.rb: supprt X-Forwarded-* header fields.
22206 2008-01-09 22:06 [naruse ruby-lang.org] Ruby:r14969 (trunk): * encoding.c (rb_enc_replicate): replica of dummy is a dummy.
22207 2008-01-09 22:10 [kazu ruby-lang.org ] Ruby:r14970 (trunk): * lib/mathn.rb (Prime#each): returns an enumerator if no block
22208 2008-01-09 23:23 [matz ruby-lang.org ] Ruby:r14971 (trunk): * lib/e2mmap.rb (Exception2MessageMapper::Raise): define fail.
22209 2008-01-10 02:44 [matz ruby-lang.org ] Ruby:r14972 (trunk): * io.c (rb_io_binmode): should not alter encoding. [ruby-dev:32918]
22210 2008-01-10 10:53 [nobu ruby-lang.org ] Ruby:r14973 (ruby_1_8): * win32/win32.c (rb_w32_open_osfhandle): reverted to old definition.
22211 2008-01-10 10:54 [matz ruby-lang.org ] Ruby:r14974 (trunk): * io.c (io_encoding_set): IO.pipe("euc-jp", nil) should work as
22212 2008-01-10 15:42 [matz ruby-lang.org ] Ruby:r14975 (trunk): * io.c (io_encoding_set): handle nil for v1.
22213 2008-01-10 15:44 [matz ruby-lang.org ] Ruby:r14976 (trunk): io.c (io_encoding_set): typo fixed
22214 2008-01-10 18:01 [matz ruby-lang.org ] Ruby:r14977 (trunk): * prelude.rb (Mutex::synchronize): capture exception from unlock.
22215 2008-01-10 19:35 [akr ruby-lang.org ] Ruby:r14978 (trunk): make a test locale independent.
22216 2008-01-10 23:26 [akr ruby-lang.org ] Ruby:r14979 (trunk): add a test.
22217 2008-01-11 01:12 [matz ruby-lang.org ] Ruby:r14980 (trunk): * thread.c (rb_mutex_unlock): proper error message for unlocking
22218 2008-01-11 06:13 [nobu ruby-lang.org ] Ruby:r14981 (trunk): * encoding.c (rb_to_encoding_index, rb_to_encoding): disallow nil.
22219 2008-01-11 09:39 [naruse ruby-lang.org] Ruby:r14982 (trunk): * encoding (set_base_encoding): must use rb_enc_dummy_p.
22220 2008-01-11 10:03 [naruse ruby-lang.org] Ruby:r14983 (trunk): * ext/nkf/nkf-utf8/nkf.c: update to r1.163.
22221 2008-01-11 10:24 [nobu ruby-lang.org ] Ruby:r14984 (ruby_1_8, trunk): * lib/rdoc/options.rb ():
22222 2008-01-11 11:17 [nobu ruby-lang.org ] Ruby:r14985 (ruby_1_8, trunk): * ChangeLog: commit miss
22223 2008-01-11 11:50 [nobu ruby-lang.org ] Ruby:r14986 (ruby_1_8): * dln.c: use dlopen on Mac OS X 10.3 or later. backport from trunk.
22224 2008-01-11 11:57 [nobu ruby-lang.org ] Ruby:r14987 (ruby_1_8, trunk): * defines.h (WORDS_BIGENDIAN): honor __BIG_ENDIAN__ than the result of
22225 2008-01-11 12:11 [akr ruby-lang.org ] Ruby:r14988 (trunk): add tests.
22226 2008-01-11 12:27 [nobu ruby-lang.org ] Ruby:r14989 (ruby_1_8, trunk): * configure.in: moved broken syscall checks from process.c etc.
22227 2008-01-11 12:36 [nobu ruby-lang.org ] Ruby:r14990 (ruby_1_8, trunk): * configure.in: AC_TRY_CPP has no FUNCTION-BODY while AC_TRY_COMPILE
22228 2008-01-11 15:03 [akr ruby-lang.org ] Ruby:r14991 (trunk): update rdoc: force_encoding doesn't accept nil.
22229 2008-01-11 16:55 [nobu ruby-lang.org ] Ruby:r14992 (trunk): * string.c (rb_str_append): performance improvement.
22230 2008-01-11 18:18 [drbrain ruby-lang.or] Ruby:r14993 (trunk): Follow namespace change for RDoc/RI [ruby-core:14964]
22231 2008-01-11 18:31 [drbrain ruby-lang.or] Ruby:r14994 (trunk): Remove lib/rdoc/usage.rb
22232 2008-01-11 20:20 [nobu ruby-lang.org ] Ruby:r14995 (trunk): * proc.c (proc_mark): needs to mark the receiver too. a patch from
22233 2008-01-11 23:26 [akr ruby-lang.org ] Ruby:r14996 (trunk): * string.c (string.c): call rb_str_buf_append to update encoding of
22234 2008-01-12 04:33 [naruse ruby-lang.org] Ruby:r14997 (trunk): * ext/nkf/nkf-utf8/nkf.c: fix bug: -m was -m0.
22235 2008-01-12 04:41 [naruse ruby-lang.org] Ruby:r14998 (trunk): * ruby.c (process_options): -e'script' is locale encoding by default.
22236 2008-01-12 07:28 [usa ruby-lang.org ] Ruby:r14999 (trunk): * 2008-01-12
22237 2008-01-12 11:29 [nobu ruby-lang.org ] Ruby:r15000 (trunk): * bootstraptest/test_proc.rb: fixed wrong expected result. pointed
22238 2008-01-12 12:03 [tadf ruby-lang.org ] Ruby:r15001 (trunk): * lib/date.rb, lib/date/format.rb: tuning for performance.
22239 2008-01-12 12:04 [tadf ruby-lang.org ] Ruby:r15002 (ruby_1_8): * lib/date.rb, lib/date/format.rb: tuning for performance.
22240 2008-01-12 12:46 [naruse ruby-lang.org] Ruby:r15003 (trunk): * ext/nkf/nkf.c: rdoc update.
22241 2008-01-12 18:27 [nobu ruby-lang.org ] Ruby:r15004 (trunk): * eval_method.c (rb_define_alloc_func, rb_undef_alloc_func): should
22242 2008-01-12 18:27 [nobu ruby-lang.org ] Ruby:r15005 (ruby_1_8): * eval.c (rb_define_alloc_func, rb_undef_alloc_func): should
22243 2008-01-12 21:18 [tadf ruby-lang.org ] Ruby:r15006 (trunk): removed an extra blank line which was added by naruse.
22244 2008-01-13 01:03 [naruse ruby-lang.org] Ruby:r15007 (trunk): * enc/make_encdb.rb: added. search enc/*.c and make encoding database.
22245 2008-01-13 01:34 [naruse ruby-lang.org] Ruby:r15008 (trunk): * encoding.c (rb_enc_aliases): don't see enc_table_alias when it wasn't initialized yet.
22246 2008-01-13 01:42 [akr ruby-lang.org ] Ruby:r15009 (trunk): add a test.
22247 2008-01-13 01:55 [matz ruby-lang.org ] Ruby:r15010 (trunk): * enc/make_encdb.rb: should work on Ruby 1.8. [ruby-dev:33069]
22248 2008-01-13 09:10 [nobu ruby-lang.org ] Ruby:r15011 (trunk): * enc/make_encdb.rb: set properties.
22249 2008-01-13 09:17 [nobu ruby-lang.org ] Ruby:r15012 (trunk): * {bcc,win}32/Makefile.sub (MV): use move instead of ren. [ruby-Bugs-17019]
22250 2008-01-13 09:22 [nobu ruby-lang.org ] Ruby:r15013 (trunk): * common.mk (incs): includes encdb.h.
22251 2008-01-13 10:15 [naruse ruby-lang.org] Ruby:r15014 (trunk): * encoding.c (rb_enc_init): revert removing SJIS.
22252 2008-01-13 10:21 [nobu ruby-lang.org ] Ruby:r15015 (trunk): * encoding.c (enc_table): packed all enc_table stuff.
22253 2008-01-13 11:51 [naruse ruby-lang.org] Ruby:r15016 (trunk): * encoding.c (ENCINDEX_EUC_JP, ENCINDEX_SJIS): removed.
22254 2008-01-13 12:02 [drbrain ruby-lang.or] Ruby:r15017 (trunk): Reorganize RDoc generators
22255 2008-01-13 12:13 [drbrain ruby-lang.or] Ruby:r15018 (trunk): Complete RDoc namespace change
22256 2008-01-13 12:35 [drbrain ruby-lang.or] Ruby:r15019 (trunk): Cleanup RDoc
22257 2008-01-13 13:37 [nobu ruby-lang.org ] Ruby:r15020 (trunk): * ruby.c (proc_options): fixed typo.
22258 2008-01-13 13:50 [nobu ruby-lang.org ] Ruby:r15021 (trunk): * ruby.c (load_file): script files should not be affected by locale.
22259 2008-01-13 13:53 [nobu ruby-lang.org ] Ruby:r15022 (trunk): * ruby.c (load_file): local variable was not initialized when -x flag
22260 2008-01-13 18:41 [nobu ruby-lang.org ] Ruby:r15023 (trunk): * encoding.c (Init_Encoding): moved initialization from encdb.h.
22261 2008-01-13 20:24 [naruse ruby-lang.org] Ruby:r15024 (trunk): * encoding.c: add documents.
22262 2008-01-13 23:29 [naruse ruby-lang.org] Ruby:r15025 (trunk): * enc/make_encdb.h: sort encoding names by original name.
22263 2008-01-14 02:16 [naruse ruby-lang.org] Ruby:r15026 (trunk): * include/ruby/oniguruma.h: remove ONIG_ENCODING_* and OnigEncoding*
22264 2008-01-14 02:21 [naruse ruby-lang.org] Ruby:r15027 (trunk): * define replica encoding "CP949".
22265 2008-01-14 05:46 [naruse ruby-lang.org] Ruby:r15028 (trunk): * enc/*.c: add replicas and aliases.
22266 2008-01-14 09:27 [tadf ruby-lang.org ] Ruby:r15029 (trunk): * lib/time.rb: do not reference Time directly from the inside of
22267 2008-01-14 09:33 [tadf ruby-lang.org ] Ruby:r15030 (ruby_1_8): * lib/time.rb: do not reference Time directly from the inside of
22268 2008-01-14 10:45 [duerst ruby-lang.org] Ruby:r15031 (trunk): Mon Jan 14 10:45:45 2008 Martin Duerst
22269 2008-01-14 10:59 [nobu ruby-lang.org ] Ruby:r15032 (trunk): * lib/rake/ruby182_test_unit_fix.rb: removed.
22270 2008-01-14 12:34 [drbrain ruby-lang.or] Ruby:r15033 (trunk): Renamespace lib/rdoc/markup from SM::SimpleMarkup to RDoc::Markup.
22271 2008-01-14 13:51 [akr ruby-lang.org ] Ruby:r15034 (trunk): * re.c (rb_reg_prepare_re): initialize error message buffer.
22272 2008-01-14 16:10 [matz ruby-lang.org ] Ruby:r15035 (trunk): * ruby.1: a patch to describe --encoding. a patch from Yugui
22273 2008-01-14 16:14 [matz ruby-lang.org ] Ruby:r15036 (trunk): * lib/shellwords.rb: scape should be an alias to shellescape. a
22274 2008-01-14 16:15 [matz ruby-lang.org ] Ruby:r15037 (ruby_1_8): * lib/shellwords.rb: scape should be an alias to shellescape. a
22275 2008-01-14 16:19 [matz ruby-lang.org ] Ruby:r15038 (ruby_1_8): version.h: should not use 1.9 version.h
22276 2008-01-14 18:08 [naruse ruby-lang.org] Ruby:r15039 (trunk): * encoding.c (rb_locale_encoding): return US-ASCII when charmap is nil.
22277 2008-01-14 18:16 [ko1 ruby-lang.org ] Ruby:r15040 (trunk): * vm.h: remove dangerous assembler sentence.
22278 2008-01-14 18:35 [akr ruby-lang.org ] Ruby:r15041 (trunk): fix a test.
22279 2008-01-14 18:45 [ko1 ruby-lang.org ] Ruby:r15042 (trunk): * bootstraptest/runner.rb: add "flunk" method.
22280 2008-01-14 18:59 [akr ruby-lang.org ] Ruby:r15043 (trunk): update last test.
22281 2008-01-14 19:02 [ko1 ruby-lang.org ] Ruby:r15044 (trunk): * thread.c: clear thread structure.
22282 2008-01-14 21:11 [matz ruby-lang.org ] Ruby:r15045 (trunk): * enc/us_ascii.c: wrong alias name: ANSI_X3.4-1986.
22283 2008-01-14 22:35 [eban ruby-lang.org ] Ruby:r15046 (trunk): * golf_prelude.rb: Shorter method name completion. Same method
22284 2008-01-14 22:49 [matz ruby-lang.org ] Ruby:r15047 (trunk): * re.c (rb_char_to_option_kcode): use rb_enc_find_index() instead
22285 2008-01-14 23:29 [usa ruby-lang.org ] Ruby:r15048 (trunk): * win32/enc-setup.mak (BUILTIN_ENCOBJS): depends on enc/Makefile.in.
22286 2008-01-14 23:32 [matz ruby-lang.org ] Ruby:r15049 (trunk): * configure.in (setup): add -I$(EXTOUT)/$(arch) to MINIRUBY.
22287 2008-01-14 23:37 [naruse ruby-lang.org] Ruby:r15050 (trunk): * ext/nkf/lib/kconv.rb (Kconv.tolocale): argument is str.
22288 2008-01-15 00:07 [matz ruby-lang.org ] Ruby:r15051 (trunk): * io.c (appendline): specifying limit should not generate broken
22289 2008-01-15 01:19 [nobu ruby-lang.org ] Ruby:r15052 (trunk): * common.mk (OBJS): moved encoding.o from COMMONOBJS.
22290 2008-01-15 01:28 [nobu ruby-lang.org ] Ruby:r15053 (ruby_1_8, trunk): * common.mk: simplified dummy objects dependencies.
22291 2008-01-15 03:41 [nobu ruby-lang.org ] Ruby:r15054 (ruby_1_8, trunk): * eval.c (eval): check if backtrace is empty. [ruby-core:15040]
22292 2008-01-15 13:45 [usa ruby-lang.org ] Ruby:r15055 (trunk): * common.mk (us_ascii.o): add dependecies. [ruby-dev:33111]
22293 2008-01-15 13:55 [usa ruby-lang.org ] Ruby:r15056 (trunk): * {bcc32,win32}/Makefile.sub (RUNRUBY): need to set archdir when
22294 2008-01-15 14:44 [nobu ruby-lang.org ] Ruby:r15057 (trunk): * encoding.c (rb_locale_charmap): use ASCII-8BIT in miniruby.
22295 2008-01-15 14:57 [nobu ruby-lang.org ] Ruby:r15058 (trunk): * {win,bcc}32/setup.mak (-basic-vars-): expand BASERUBY to full path
22296 2008-01-15 15:09 [nobu ruby-lang.org ] Ruby:r15059 (ruby_1_8, trunk): * win32/setup.mak: strip out empty lines from CPP output.
22297 2008-01-15 16:59 [nobu ruby-lang.org ] Ruby:r15060 (trunk): * ruby.c (proc_options): encoding libraries cannot be loaded until
22298 2008-01-15 17:26 [nobu ruby-lang.org ] Ruby:r15061 (trunk): * enc/utf_8.c: renamed as IANA name.
22299 2008-01-15 17:53 [nobu ruby-lang.org ] Ruby:r15062 (trunk): * enc/Makefile.in: ditto.
22300 2008-01-15 18:00 [matz ruby-lang.org ] Ruby:r15063 (trunk): * enc/utf_8.c (OnigEncodingDefine): encoding name should be kept
[前][次][番号順一覧][上]