aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * lib/net/fileutils.rb: rm_r should raise Errno::ENOENT if file not exist. [r...aamine2003-04-152-0/+6
* (ruby-bugs:PR#758)nobu2003-04-151-0/+1
* * struct.c (rb_struct_hash): new methods Struct#hash, Struct#eql?.nobu2003-04-152-0/+22
* 2003-04-15eban2003-04-151-3/+3
* * numeric.c (rb_fix2str): buffer was insufficient.nobu2003-04-152-1/+6
* * file.c (file_expand_path): root must follow buf whennobu2003-04-142-0/+7
* * rubyio.h (struct OpenFile): add error raise flag to finalizer.matz2003-04-146-23/+42
* 2003-04-14nobu2003-04-141-3/+3
* * bignum.c (rb_cstr_to_inum, rb_big2str): allow 2-36 as radix.nobu2003-04-145-69/+98
* * lib/mkmf.rb (try_func): remove COMMON_HEADERS at first for performance.eban2003-04-122-1/+5
* * misc/ruby-mode.el (ruby-forward-sexp): missed argument for forward-word.nobu2003-04-121-1/+1
* * misc/ruby-mode.el (ruby-beginning-of-arg): substitutenobu2003-04-122-128/+163
* * win32/win32.c (rb_w32_stat): check arguments. [ruby-dev:20007]nobu2003-04-112-6/+13
* * sample/test.rb: NaN comparison test.nobu2003-04-112-0/+26
* * numeric.c (coerce_rescue): prevent inspected String from GC.nobu2003-04-112-20/+43
* * file.c (rb_stat): dereference using StringValuePtr().matz2003-04-112-5/+8
* 2003-04-11eban2003-04-111-3/+3
* * lib/benchmark.rb (Benchmark::bm): get rid of warning.nobu2003-04-112-1/+6
* * io.c (set_stdin): assigned value must respond to "read" andnobu2003-04-102-7/+31
* * lib/net/pop.rb: Exception line was accidentaly removed. [ruby-dev:19989]aamine2003-04-102-0/+6
* added some checks for request size.tadf2003-04-102-0/+8
* * variable.c (rb_mod_name): always return empty string formatz2003-04-105-49/+55
* * variable.c (rb_mod_name): search module path if classname is notmatz2003-04-093-5/+10
* * eval.c (rb_obj_is_method): indefinite return value.nobu2003-04-092-0/+5
* 2003-04-10eban2003-04-091-3/+3
* * regex.c (re_compile_pattern): /[\--\-]/ was warned. warn /]/.akr2003-04-093-4/+12
* * time.c (time_strftime): RSTRING(format)->ptr might become NULL.nobu2003-04-092-2/+8
* * variable.c (rb_obj_remove_instance_variable): better message.matz2003-04-093-14/+42
* * gc.c (rb_gc_mark_children): introduce this function again; thismatz2003-04-092-25/+40
* 2003-04-09eban2003-04-091-3/+3
* * bignum.c (bigdivmod): small typo.matz2003-04-092-1/+5
* * bignum.c (BIGZEROP): macro to determine if x is a bignum zero.matz2003-04-095-31/+37
* * ext/readline/readline.c: include <unistd.h> only whenusa2003-04-092-0/+7
* * marshal.c (w_object): preserve extended module on struct.nobu2003-04-092-23/+26
* * random.c (rb_f_rand): normalize bignum argument.matz2003-04-083-1/+17
* 2003-04-08eban2003-04-081-3/+3
* * eval.c (Init_Proc): make Method and UnboundMethod independent.matz2003-04-085-6/+29
* 2003-04-07eban2003-04-071-3/+3
* * ext/socket/socket.c (sock_s_unpack_sockaddr_in): remove structmatz2003-04-076-15/+31
* * zlib.c (rb_gzreader_getc): the return value of GzipReader#getc must be unsi...katsu2003-04-061-1/+1
* * sample/exyacc.rb: use Regexp in gsub!.akr2003-04-052-2/+6
* 2003-04-04eban2003-04-041-3/+3
* * eval.c (assign): should prepare mrhs by svalue_to_mrhs().matz2003-04-044-5/+22
* 2003-04-03eban2003-04-031-4/+4
* * eval.c (rb_f_missing): use "inspect" for T_OBJECT as well.matz2003-04-037-9/+26
* * README.EXT, README.EXT.ja (3.3): clarified -1 as free fornobu2003-04-023-3/+10
* 2003-03-31eban2003-03-311-3/+3
* * hash.c (env_reject_bang): untaint key string.matz2003-03-313-5/+15
* * pack.c (pack_pack): do not call rb_str_buf_cat() with NULL ptr,matz2003-03-292-4/+13
* 2003-03-29eban2003-03-291-3/+3