[前][次][スレッド一覧][上]
ruby-changes:7901-8000
7901 2008-09-19 01:17 [ko1@a... ] Ruby:r19421 (trunk): * regexec.c (string_cmp_ic): add text_end argument.
7902 2008-09-19 03:43 [ko1@a... ] Ruby:r19423 (trunk): * ext/nkf/nkf-utf8/nkf.c: fix memory violation. mentioned by mame
7903 2008-09-19 09:32 [ko1@a... ] Ruby:r19425 (ruby_1_8): * 2008-09-19
7904 2008-09-19 09:32 [ko1@a... ] Ruby:r19424 (ruby_1_8): * dln.c: newer BeOS support. a patch from Pete Goodeve
7905 2008-09-19 09:33 [ko1@a... ] Ruby:r19426 (trunk): * dln.c: newer BeOS support. a patch from Pete Goodeve
7906 2008-09-19 17:44 [ko1@a... ] Ruby:r19427 (trunk): * configure.in: applied OS/2 support patch from Brendan Oakley
7907 2008-09-19 17:45 [ko1@a... ] Ruby:r19428 (ruby_1_8): * configure.in: applied OS/2 support patch from Brendan Oakley
7908 2008-09-19 22:11 [ko1@a... ] Ruby:r19429 (trunk): * common.mk : Reverts the changeset 18994.
7909 2008-09-19 22:11 [ko1@a... ] Ruby:r19430 (trunk): * prec.c: removed. Precision will be redesigned and be back again.
7910 2008-09-19 22:56 [ko1@a... ] Ruby:r19431 (trunk): * complex.c: uses f_(in)?exact_p macro.
7911 2008-09-20 08:06 [ko1@a... ] Ruby:r19432 (trunk): * common.mk: prec.c is removed.
7912 2008-09-20 08:07 [ko1@a... ] Ruby:r19433 (trunk): * re.c (rb_reg_desc): Regexps of ASCII Compatible encoding may
7913 2008-09-20 08:15 [ko1@a... ] Ruby:r19434 (trunk): * parse.y: strings which contain only US-ASCII don't force to have
7914 2008-09-20 11:45 [ko1@a... ] Ruby:r19435 (trunk): * lib/optparse.rb (summarize): separator "" should output new line.
7915 2008-09-21 02:41 [ko1@a... ] Ruby:r19436 (trunk): * ext/json: import JSON v 1.1.3.
7916 2008-09-21 02:55 [ko1@a... ] Ruby:r19437 (trunk): * ext/json/ext/parser/parse.c: use ruby_xfree().
7917 2008-09-21 02:58 [ko1@a... ] Ruby:r19438 (trunk): * ext/json/ext/parser/parse.c: use ruby_xfree().
7918 2008-09-21 07:50 [ko1@a... ] Ruby:r19439 (trunk): * complex.c: an instance method image has been removed and
7919 2008-09-21 07:56 [ko1@a... ] Ruby:r19440 (trunk): * lib/complex.rb: provides some obsolate methods.
7920 2008-09-21 09:39 [ko1@a... ] Ruby:r19441 (trunk): * lib/csv/csv.rb: Reworked CSV's parser and generator to be m17n. Data
7921 2008-09-21 10:30 [ko1@a... ] Ruby:r19442 (trunk): * complex.c (nucomp_s_canonicalize_internal): checks exactness of
7922 2008-09-21 12:37 [ko1@a... ] Ruby:r19443 (trunk): fixed indentation.
7923 2008-09-21 14:00 [ko1@a... ] Ruby:r19444 (trunk): trivial changes.
7924 2008-09-21 18:07 [ko1@a... ] Ruby:r19445 (trunk): * complex.c (nucomp_s_convert): checks argc.
7925 2008-09-21 21:21 [ko1@a... ] Ruby:r19446 (trunk): * complex.c: added two macros.
7926 2008-09-21 21:32 [ko1@a... ] Ruby:r19447 (trunk): fixed previous commit.
7927 2008-09-21 21:53 [ko1@a... ] Ruby:r19448 (trunk): * math.c (math_log): should check argc.
7928 2008-09-22 02:52 [ko1@a... ] Ruby:r19451 (trunk): * 2008-09-22
7929 2008-09-22 02:52 [ko1@a... ] Ruby:r19450 (trunk): * encoding.c (get_default_external): add description.
7930 2008-09-22 10:16 [ko1@a... ] Ruby:r19452 (trunk): * LEGAL: updated file names removed and added.
7931 2008-09-22 11:47 [ko1@a... ] Ruby:r19453 (trunk): * include/ruby/encoding.h (enum): ISO C forbids comma at end of
7932 2008-09-22 18:01 [ko1@a... ] Ruby:r19454 (trunk): * lib/tempfile.rb (Tempfile#open): should return a value from the
7933 2008-09-22 21:42 [ko1@a... ] Ruby:r19455 (rexml_adds_tests): Second merge from trunk.
7934 2008-09-23 02:07 [ko1@a... ] Ruby:r19457 (trunk): * 2008-09-23
7935 2008-09-23 02:07 [ko1@a... ] Ruby:r19456 (trunk): * ext/readline/readline.c (Init_readline): used remove_history to
7936 2008-09-23 02:13 [ko1@a... ] Ruby:r19458 (trunk): * test/readline/test_readline_history.rb
7937 2008-09-23 02:22 [ko1@a... ] Ruby:r19459 (trunk): * doc/NEWS: fixed typo, Readline.HISTORY::clear -> Readline::HISTORY.clear.
7938 2008-09-23 08:09 [ko1@a... ] Ruby:r19460 (trunk): * misc/ruby-mode.el (ruby-keyword-end-re): emacs21 support. a
7939 2008-09-23 08:26 [ko1@a... ] Ruby:r19462 (ruby_1_8): * 2008-09-23
7940 2008-09-23 08:26 [ko1@a... ] Ruby:r19461 (ruby_1_8): * misc/ruby-mode.el: updated to the latest trunk (without encoding
7941 2008-09-23 08:27 [ko1@a... ] Ruby:r19463 (trunk): * hash.c (env_aset): allow nil value to remove an entry.
7942 2008-09-23 08:38 [ko1@a... ] Ruby:r19464 (trunk): * test/ruby/test_env.rb (TestEnv#test_aset): test updated.
7943 2008-09-23 09:04 [ko1@a... ] Ruby:r19465 (trunk): * lib/pathname.rb (each_filename): return Enumerator if no block
7944 2008-09-23 09:21 [ko1@a... ] Ruby:r19466 (trunk): * common.mk: clean up
7945 2008-09-23 10:10 [ko1@a... ] Ruby:r19467 (trunk): * eval_safe.c, safe.c: rename eval_safe.c to safe.c.
7946 2008-09-23 15:34 [ko1@a... ] Ruby:r19468 (trunk): * common.mk, hash.c: remove unused inclusion.
7947 2008-09-23 15:54 [ko1@a... ] Ruby:r19469 (trunk): properties.
7948 2008-09-23 16:06 [ko1@a... ] Ruby:r19470 (trunk): fix a typo.
7949 2008-09-23 16:20 [ko1@a... ] Ruby:r19471 (trunk): * ext/ripper/eventids2.c (token_to_eventid): supper __ENCODING__
7950 2008-09-23 16:50 [ko1@a... ] Ruby:r19472 (trunk): * include/ruby/node.h, vm_core.h: move definition of
7951 2008-09-23 16:56 [ko1@a... ] Ruby:r19473 (trunk): * ruby.h: fix comment and rename macro HAVE_RUBY_MVM_H to
7952 2008-09-23 17:00 [ko1@a... ] Ruby:r19474 (trunk, ruby_1_8): * hash.c (ENVMATCH, ENVNMATCH): reduced same code.
7953 2008-09-23 17:03 [ko1@a... ] Ruby:r19475 (trunk): * debug.h (ruby_set_debug_option): declared.
7954 2008-09-23 17:10 [ko1@a... ] Ruby:r19476 (trunk): * class.c, vm_core.h: move decl of rb_iseq_clone() to class.c.
7955 2008-09-23 17:17 [ko1@a... ] Ruby:r19477 (trunk): * thread.c, include/ruby/intern.h (rb_thread_interrupted): added.
7956 2008-09-23 17:51 [ko1@a... ] Ruby:r19478 (trunk): * thread.c (rb_thread_blocking_region): write a document
7957 2008-09-23 18:01 [ko1@a... ] Ruby:r19479 (trunk): * thread.c (rb_thread_blocking_region): fix typo in a document.
7958 2008-09-23 18:08 [ko1@a... ] Ruby:r19480 (trunk): * common.mk (io.o): remove dependency for vm_core.h.
7959 2008-09-23 18:25 [ko1@a... ] Ruby:r19481 (trunk): * hash.c (rb_obj_is_proc): declaration moved for rdoc.
7960 2008-09-23 19:31 [ko1@a... ] Ruby:r19482 (ruby_1_8): * win32/win32.c (filetime_to_timeval): new function, split from
7961 2008-09-23 19:33 [ko1@a... ] Ruby:r19483 (trunk): * complex.c (nucomp_s_canonicalize_internal): does no apply
7962 2008-09-23 19:40 [ko1@a... ] Ruby:r19484 (trunk): * win32/win32.c (subtruct): check tv_sec. reported by ko1.
7963 2008-09-23 19:48 [ko1@a... ] Ruby:r19485 (trunk): * io.c (rb_io_s_binread): a new method to read binary chunk from a
7964 2008-09-23 19:50 [ko1@a... ] Ruby:r19486 (ruby_1_8): * win32/win32.c (subtruct): check tv_sec.
7965 2008-09-23 20:09 [ko1@a... ] Ruby:r19487 (trunk): * lib/rexml/formatters/pretty.rb (REXML::Formatters::Pretty#wrap):
7966 2008-09-23 20:37 [ko1@a... ] Ruby:r19488 (trunk): * signal.c (signal_exec): fix to use rb_proc_call().
7967 2008-09-23 20:56 [ko1@a... ] Ruby:r19489 (trunk): * io.c (io_binwrite): add nosync argument.
7968 2008-09-23 21:27 [ko1@a... ] Ruby:r19490 (trunk): * string.c (rb_str_casecmp): make the ordering consistent with
7969 2008-09-23 21:46 [ko1@a... ] Ruby:r19492 (trunk): * io.c (copy_stream_body): use io_binwrite instead of io_fwrite.
7970 2008-09-23 21:53 [ko1@a... ] Ruby:r19493 (trunk): * io.c (io_binwrite): allocate wbuf if nosync.
7971 2008-09-23 23:40 [ko1@a... ] Ruby:r19494 (trunk): * lib/csv/csv.rb: Improved the idea of whitespace and word characters used
7972 2008-09-24 03:16 [ko1@a... ] Ruby:r19496 (trunk): * 2008-09-24
7973 2008-09-24 03:16 [ko1@a... ] Ruby:r19495 (trunk): Fix ruby -w warnings for mismatched indentation discovered by rdoc
7974 2008-09-24 04:09 [ko1@a... ] Ruby:r19497 (trunk): * signal.c (signal_exec): execute rb_eval_cmd() directly.
7975 2008-09-24 04:10 [ko1@a... ] Ruby:r19498 (trunk): * vm_core.h: remove unused frame values.
7976 2008-09-24 04:11 [ko1@a... ] Ruby:r19499 (trunk): * vm_core.h: remove unused frame values.
7977 2008-09-24 04:52 [ko1@a... ] Ruby:r19500 (trunk): * include/ruby/node.h, node.h: move node.h from include path.
7978 2008-09-24 06:32 [ko1@a... ] Ruby:r19501: Removed test/unit
7979 2008-09-24 06:34 [ko1@a... ] Ruby:r19502: committed one dir too deep. THIS removes the rest of test/unit
7980 2008-09-24 06:36 [ko1@a... ] Ruby:r19503 (trunk): Added miniunit 1.3.0
7981 2008-09-24 06:39 [ko1@a... ] Ruby:r19504 (trunk): Added changes needed for miniunit. usually from using internal calls that aren't needed anymore.
7982 2008-09-24 06:47 [ko1@a... ] Ruby:r19505 (trunk): Updated changelog
7983 2008-09-24 07:44 [ko1@a... ] Ruby:r19506 (trunk): * vm_core.h: ruby/ruby.h should be included at the very first
7984 2008-09-24 11:33 [ko1@a... ] Ruby:r19507 (trunk): * io.c (rb_io_s_binread): offset argument was wrongly passed to
7985 2008-09-24 12:37 [ko1@a... ] Ruby:r19509 (ricsin): set eol-style property.
7986 2008-09-24 12:54 [ko1@a... ] Ruby:r19510 (trunk): updated miniunit to defer error message creation
7987 2008-09-24 14:13 [ko1@a... ] Ruby:r19511 (ruby_1_8): * lib/rexml/formatters/pretty.rb (REXML::Formatters::Pretty#wrap):
7988 2008-09-24 14:13 [ko1@a... ] Ruby:r19512 (ruby_1_8): * 2008-09-24
7989 2008-09-24 14:39 [ko1@a... ] Ruby:r19513 (trunk): * lib/tmpdir.rb: setup buffer with nul characters instead of spaces.
7990 2008-09-24 14:40 [ko1@a... ] Ruby:r19514 (ruby_1_8): * lib/tmpdir.rb: setup buffer with nul characters instead of spaces.
7991 2008-09-24 14:50 [ko1@a... ] Ruby:r19515 (ricsin): * ricsin/ricsin.rb: moved from tool/ricsin.rb.
7992 2008-09-24 15:26 [ko1@a... ] Ruby:r19516 (trunk): * test/cgi/test_cgi_multipart.rb : test for miniunit.
7993 2008-09-24 15:41 [ko1@a... ] Ruby:r19517 (trunk): properties.
7994 2008-09-24 16:01 [ko1@a... ] Ruby:r19518 (trunk): * string.c (rb_str_rstrip_bang): removing mixed spaces and nuls at
7995 2008-09-24 17:05 [ko1@a... ] Ruby:r19519 (trunk): * complex.c (Init_Complex), rational.c (Init_Rational): ID_ALLOCATOR
7996 2008-09-24 17:20 [ko1@a... ] Ruby:r19520 (trunk): Added ARGV filtering for tests. Allows for multiple values
7997 2008-09-24 17:31 [ko1@a... ] Ruby:r19521 (ricsin): * common.mk: fix ricsin.rb path.
7998 2008-09-24 17:43 [ko1@a... ] Ruby:r19522 (ricsin): * ricsin/test.rcb: add 2 assersions.
7999 2008-09-24 17:45 [ko1@a... ] Ruby:r19523 (trunk): * complex.c (Init_Complex), rational.c (Init_Rational): undefines
8000 2008-09-24 17:45 [ko1@a... ] Ruby:r19524 (trunk): removed basedir and runner args to test/runner.rb. not valid args anymore
[前][次][スレッド一覧][上]