lang.ruby.cvs (thread)
<
Prev Period
]
[
Next Period
>
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
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
app/rwiki/installer: make rd directory
,
kazu
app/rwiki/installer: add --cache-dir option
,
kazu
app/rwiki/installer: install run-rwiki.sh too
,
kazu
app/rwiki/installer: start message to stderr when not running
,
kazu
app/rwiki/installer: split result is [] when gecos == ",,,"
,
kazu
ruby: 2003-04-27
,
nobu
ruby: * string.c (rb_str_to_i): disallow negative radix.
,
nobu
lib/soap4r/lib/wsdl: Add required lib.
,
nahi
lib/devel-logger/sample: Add a sample to configure the timestamp format.
,
nahi
lib/devel-logger/lib/devel: Apply a patch that allows you to configure the timestamp yourself. Thanks to
,
nahi
shim/ruby16/ext/zlib: In the static link case, extmk.rb does not define $archdir, so use
,
knu
shim/ruby16/lib: Sync with rough.
,
knu
app/rwiki: Export todo in CSV format.
,
nahi
ruby: * parse.y (open_args): warning message changed to "don't put space
,
matz
ruby, ruby/wince, ruby/wince/sys: * wince/ : files removed.
,
uema2
ruby: 2003-04-25
,
eban
ruby: * gc.c: STACK_LEVEL_MAX=65535 on mswince.
,
uema2
ruby: * io.c (argf_read): read should not span two files. [ruby-dev:20073]
,
matz
ruby: * eval.c (splat_value): split splat_value() and avalue_splat().
,
matz
ruby: * eval.c (proc_invoke): Proc#yield should pass through retry and
,
matz
ruby/ext/bigdecimal: Patch from Michal Rokos for sprintf format strings applied.
,
shigek
ruby/ext: Removed lib & sample dir.
,
shigek
rough/lib/testunit: Updated TODO.
,
ntalbott
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
ruby/lib: * lib/cgi.rb (CGI::QueryExtension::[]): always return Value
,
matz
ruby: * lib/cgi.rb (CGI::QueryExtension::[]): always return Value
,
matz
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
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
ruby, ruby/sample: * sample/test.rb: avoid the MSVCRT *printf problem(float).
,
eban
ruby: * marshal.c (w_float): append least mantissa bits to get rid
,
nobu
ruby, ruby/bcc32, ruby/win32: * win32/win32.c (NtInitialize): set the floating-point control word
,
eban
ruby: modify typo.
,
aamine
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/ext/bigdecimal: Sync with 1.8.
,
knu
ruby/sample: * struct.c (rb_struct_eql): should compare values with "eql?".
,
matz
ruby: * struct.c (rb_struct_eql): should compare values with "eql?".
,
matz
ruby: 2003-04-18
,
eban
ruby: * error.c (rb_raise): workaround for some implementation of
,
usa
ruby: * util.c (ruby_strtod): improved conversion accuracy.
,
nobu
ruby/ext/bigdecimal: Bug in negative.exp(n) reported by Hitoshi Miyazaki fixed.
,
shigek
ruby, ruby/ext/dbm, ruby/ext/readline: * ext/dbm/dbm.c (each_pair): add prototype to avoid VC++ warnings.
,
usa
ruby: 2003-04-17
,
nobu
ruby: * parse.y (cond0): warn only range literals whose both side are
,
nobu
ruby/ext/readline, ruby: * ext/readline/readline.c: add the defined operator for bcc32.
,
eban
ruby, ruby/misc: * misc/ruby-mode.el (ruby-special-char-p): should test at the
,
nobu
ruby, ruby/lib: * lib/net/fileutils.rb: rm_r should raise Errno::ENOENT if file not exist. [ruby-core:958] Thanks Johan Holmberg.
,
aamine
ruby: (ruby-bugs:PR#758)
,
nobu
ruby: * struct.c (rb_struct_hash): new methods Struct#hash, Struct#eql?.
,
nobu
ruby: 2003-04-15
,
eban
ruby: * numeric.c (rb_fix2str): buffer was insufficient.
,
nobu
lib/drb/lib/drb: reduce TCPServer#addr
,
seki
ruby: * file.c (file_expand_path): root must follow buf when
,
nobu
ruby: * rubyio.h (struct OpenFile): add error raise flag to finalizer.
,
matz
ruby: 2003-04-14
,
nobu
ruby, ruby/sample: * bignum.c (rb_cstr_to_inum, rb_big2str): allow 2-36 as radix.
,
nobu
app/rwiki/installer: RWiki2 installer
,
kazu
lib/fcgi, lib/fcgi/lib: Version0.8.3
,
moonwolf
ruby/lib, ruby: * lib/mkmf.rb (try_func): remove COMMON_HEADERS at first for performance.
,
eban
ruby/misc: * misc/ruby-mode.el (ruby-forward-sexp): missed argument for forward-word.
,
nobu
ruby, ruby/misc: * misc/ruby-mode.el (ruby-beginning-of-arg): substitute
,
nobu
rubicon, rubicon/language: * language/regexp.test: fix error message on `([a-[:digit:]]+)'.
,
akr
shim/ruby16/lib: Sync with 1.8.
,
knu
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
ruby: * io.c (set_stdin): assigned value must respond to "read" and
,
nobu
ruby, ruby/lib/net: * lib/net/pop.rb: Exception line was accidentaly removed. [ruby-dev:19989]
,
aamine
ruby: added some checks for request size.
,
tadf
ruby: * variable.c (rb_mod_name): always return empty string for
,
matz
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
ruby: * random.c (rb_f_rand): normalize bignum argument.
,
matz
ruby: 2003-04-08
,
eban
ruby: * eval.c (Init_Proc): make Method and UnboundMethod independent.
,
matz
lib/drb: change URI / -> ?
,
seki
lib/drb/lib/drb, lib/drb/runit: change URI / -> ?
,
seki
ruby: 2003-04-07
,
eban
ruby/ext/socket: * ext/socket/socket.c (sock_s_unpack_sockaddr_in): remove struct
,
matz
ruby: * ext/socket/socket.c (sock_s_unpack_sockaddr_in): remove struct
,
matz
shim/ruby16/ext/bigdecimal, shim/ruby16/ext/bigdecimal/lib: Resurrect bigdecimal in shim/ after repository copy from rough/.
,
knu
ruby/ext/zlib: * zlib.c (rb_gzreader_getc): the return value of GzipReader#getc must be unsigned.
,
katsu
rough/ext/zlib: * zlib.c (rb_gzreader_getc): the return value of GzipReader#getc must be unsigned.
,
katsu
ruby, ruby/sample: * sample/exyacc.rb: use Regexp in gsub!.
,
akr
app/rwiki: Prohibit level 1 and level 2 headline at comment box.
,
nahi
app/rwiki: Prohibit reference in headlines.
,
nahi
app/rwiki: Move inline lambda to RWiki server.
,
nahi
ruby: 2003-04-04
,
eban
ruby/sample: * eval.c (assign): should prepare mrhs by svalue_to_mrhs().
,
matz
ruby/lib: * eval.c (assign): should prepare mrhs by svalue_to_mrhs().
,
matz
ruby: * eval.c (assign): should prepare mrhs by svalue_to_mrhs().
,
matz
app/rwiki/lib/rwiki: human-readable URL text
,
kazu
app/rwiki/lib/rwiki: avoid nested a element (ToDo369)
,
kazu
app/rwiki/lib/rwiki: comment: use <%# ... %> instead of <!-- ... -->
,
kazu
ruby: 2003-04-03
,
eban
ruby/ext/tk/lib: * eval.c (rb_f_missing): use "inspect" for T_OBJECT as well.
,
matz
ruby: * eval.c (rb_f_missing): use "inspect" for T_OBJECT as well.
,
matz
app/rwiki: Remember RW_user name as Cookie.
,
nahi
ruby: * README.EXT, README.EXT.ja (3.3): clarified -1 as free for
,
nobu
app/rwiki: Auto history tracing.
,
nahi
<
Prev Period
]
[
Next Period
>
News
|
FAQ
|
advertise