|
|
April 30, 2003
- ruby: * regex.c (re_match_exec): $ _always_ matches at the end of string., matz
- app/rwiki: Should check fname(name)., nahi
- app/rwiki/lib/rwiki: rename ext_ref_img -> ext_refer_img, seki
- app/rwiki/lib/rwiki: indent `more ...' and `show all' like search.rhtml, kazu
- app/rwiki/lib/rwiki: sort result (ToDo377), kazu
- app/rwiki/lib/rwiki: move `show all' message, kazu
- app/rwiki/lib/rwiki: add Content#make_tree, make_visitor, seki
- app/rwiki/lib/rwiki: add RWikiNameTooLongError / ToDo383, seki
- app/rwiki/lib/rwiki: add not_modified_since?, seki
- ruby/lib/net: * net/imap.rb: support THREAD extension., shugo
- ruby: * net/imap.rb: support THREAD extension., shugo
April 29, 2003
- help, Hirotaka Oomori
- app/rwiki/lib/rwiki: pages parameter bug fix, kazu
- app/rwiki/lib/rwiki: fix Index label, kazu
- app/rwiki/lib/rwiki: fix footnote anchor number, kazu
- app/rwiki/lib/rwiki: Change extension rule; Use ext_* method name to add extension. (like dev-rrr), kazu
- app/rwiki/interface: follow drb-2.0.3's change, kazu
- app/rwiki/installer: change default RWiki::DB_DIR, kazu
- app/rwiki: :rwiki.rb, nahi
- app/rwiki: :rw-lib.rb, nahi
- app/rwiki: Remove 'xx% change' comment at submit page., nahi
April 24, 2003
- ruby, ruby/lib: Matrix used range.size, which no longer exists, dave
- ruby, ruby/lib: Re-expose Complex.new as .new! (Kernel#Complex needs to call _something_ :), dave
- ruby, ruby/lib: Fix method name typo in Matrix.row_vector, dave
- ruby/ext: BigDecimal dir. rearrangement according to the suggestions from Minero Aoki., shigek
- ruby/ext/bigdecimal/lib: Dir. rearrangement according to the suggestions from Minero Aoki., shigek
- ruby/ext/bigdecimal/sample: Dir. rearrangement according to the suggestions from Minero Aoki., shigek
- ruby/ext/bigdecimal: Dir. rearrangement according to the suggestions from Minero Aoki., shigek
- ruby/ext/bigdecimal: More explanations for sincos., shigek
- ruby/ext/bigdecimal: Prec. improvement for PI., shigek
- ruby/ext, ruby: * ext/extmk.rb: add -Wl,--no-undefined to LDSHARED only, eban
- ruby, ruby/lib: * lib/ipaddr.rb (include?): Support non-IPAddr parameters by Dave Thomas. [ruby-core:00980], nobu
April 22, 2003
- ruby, ruby/ext/zlib: * ext/zlib/extconf.rb: bccwin32 is win32 too., nobu
- ruby/lib: fix ERB::DefMethod bug, seki
- rough/lib/erb, rough/lib/erb/lib, rough/lib/erb/runit: fix ERB::DefMethod bug, seki
- ruby: * ruby.c: don't call VirtualQuery in ruby_init_loadpath(), uema2
- ruby: * marshal.c (save_mantissa, load_mantissa): for interoperability, nobu
- ruby: 2003-04-22, eban
- ruby/lib: * parse.y (arg_ambiguous): hopefully better message., matz
- ruby: * parse.y (arg_ambiguous): hopefully better message., matz
- shim/ruby16/tests/features/ruby18: Appease ruby 1.8's open(){} which now carps when the stream to close, knu
- shim/ruby16/tests/features/ruby18: Ruby 1.8 now supports any radix between 1 and 36. Deferring, knu
- shim/ruby16, shim/ruby16/lib/features, shim/ruby16/lib/features/ruby18, shim/ruby16/tests/features, shim/ruby16/tests/features/ruby18: MatchData#to_ary and Range#to_ary are gone., knu
- shim/ruby16/tests/features/ruby18: Avoid "closed stream" error now ruby 1.8 emits., knu
April 21, 2003
- ruby, ruby/lib: * lib/resolv.rb (Resolv::DNS::Resource#hash): use XOR to accumulate, akr
- ruby: * marshal.c: one more digit for decimal point. [ruby-talk:69808], nobu
- ruby, ruby/bcc32, ruby/win32: * numeric.c (flo_is_finite_p): use finite() if available., nobu
- ruby: * bignum.c (rb_cstr_to_inum): unnecessarily long buffer was used, nobu
- ruby: * parse.y (block_append, value_expr0, assign_in_cond,, nobu
- ruby/lib: * gc.c (rb_gc): use rb_gc_mark_maybe() to mark registered C, matz
- ruby: * gc.c (rb_gc): use rb_gc_mark_maybe() to mark registered C, matz
April 19, 2003
- ruby: 2003-04-20, eban
- ruby: 2003-04-20, eban
- ruby: * parse.y (void_expr0): node might become NULL after calling, eban
- ruby, ruby/lib: * parse.y (void_expr0): node might become NULL after calling remove_begin()., eban
- ruby: 2003-04-19, eban
- ruby, ruby/ext: * ext/Setup*: Add zlib and remove bogus and obsolete entries., knu
- shim/ruby16/lib: Sync with 1.8., knu
- shim/ruby16/ext/bigdecimal: Sync with 1.8., knu
April 11, 2003
- shim/ruby16/lib: Sync with 1.8., knu
- ruby, ruby/win32: * win32/win32.c (rb_w32_stat): check arguments. [ruby-dev:20007], nobu
- ruby, ruby/sample: * sample/test.rb: NaN comparison test., nobu
- ruby: * numeric.c (coerce_rescue): prevent inspected String from GC., nobu
- ruby: * file.c (rb_stat): dereference using StringValuePtr()., matz
- ruby: 2003-04-11, eban
- ruby, ruby/lib: * lib/benchmark.rb (Benchmark::bm): get rid of warning., nobu
April 09, 2003
- ruby: * variable.c (rb_mod_name): search module path if classname is not, matz
- ruby: * eval.c (rb_obj_is_method): indefinite return value., nobu
- ruby: 2003-04-10, eban
- ruby: * regex.c (re_compile_pattern): /[\--\-]/ was warned. warn /]/., akr
- ruby: * time.c (time_strftime): RSTRING(format)->ptr might become NULL., nobu
- ruby: * variable.c (rb_obj_remove_instance_variable): better message., matz
- ruby: * gc.c (rb_gc_mark_children): introduce this function again; this, matz
- ruby, ruby/ext: * ext/extmk.rb.in (create_makefile): link @LIBS@., usa
- ruby: 2003-04-09, eban
- ruby: * bignum.c (bigdivmod): small typo., matz
- ruby: * bignum.c (BIGZEROP): macro to determine if x is a bignum zero., matz
- ruby, ruby/ext/readline: * ext/readline/readline.c: include <unistd.h> only when, usa
- ruby: * marshal.c (w_object): preserve extended module on struct., nobu
|
|