aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * parse.y (cond0): warn only range literals whose both side arenobu2003-04-171-0/+5
* * ext/readline/readline.c: add the defined operator for bcc32.eban2003-04-171-0/+4
* * misc/ruby-mode.el (ruby-special-char-p): should test at thenobu2003-04-151-0/+6
* * lib/net/fileutils.rb: rm_r should raise Errno::ENOENT if file not exist. [r...aamine2003-04-151-0/+5
* (ruby-bugs:PR#758)nobu2003-04-151-0/+1
* * struct.c (rb_struct_hash): new methods Struct#hash, Struct#eql?.nobu2003-04-151-0/+4
* * numeric.c (rb_fix2str): buffer was insufficient.nobu2003-04-151-0/+5
* * file.c (file_expand_path): root must follow buf whennobu2003-04-141-0/+5
* * rubyio.h (struct OpenFile): add error raise flag to finalizer.matz2003-04-141-0/+17
* * bignum.c (rb_cstr_to_inum, rb_big2str): allow 2-36 as radix.nobu2003-04-141-0/+8
* * lib/mkmf.rb (try_func): remove COMMON_HEADERS at first for performance.eban2003-04-121-0/+5
* * misc/ruby-mode.el (ruby-beginning-of-arg): substitutenobu2003-04-121-0/+11
* * win32/win32.c (rb_w32_stat): check arguments. [ruby-dev:20007]nobu2003-04-111-3/+6
* * sample/test.rb: NaN comparison test.nobu2003-04-111-0/+4
* * numeric.c (coerce_rescue): prevent inspected String from GC.nobu2003-04-111-0/+7
* * file.c (rb_stat): dereference using StringValuePtr().matz2003-04-111-0/+6
* * lib/benchmark.rb (Benchmark::bm): get rid of warning.nobu2003-04-111-0/+5
* * io.c (set_stdin): assigned value must respond to "read" andnobu2003-04-101-0/+8
* * lib/net/pop.rb: Exception line was accidentaly removed. [ruby-dev:19989]aamine2003-04-101-0/+5
* added some checks for request size.tadf2003-04-101-0/+4
* * variable.c (rb_mod_name): always return empty string formatz2003-04-101-2/+9
* * variable.c (rb_mod_name): search module path if classname is notmatz2003-04-091-0/+5
* * eval.c (rb_obj_is_method): indefinite return value.nobu2003-04-091-0/+4
* * regex.c (re_compile_pattern): /[\--\-]/ was warned. warn /]/.akr2003-04-091-0/+6
* * time.c (time_strftime): RSTRING(format)->ptr might become NULL.nobu2003-04-091-0/+4
* * variable.c (rb_obj_remove_instance_variable): better message.matz2003-04-091-0/+23
* * gc.c (rb_gc_mark_children): introduce this function again; thismatz2003-04-091-0/+5
* * bignum.c (bigdivmod): small typo.matz2003-04-091-0/+4
* * bignum.c (BIGZEROP): macro to determine if x is a bignum zero.matz2003-04-091-2/+2
* * ext/readline/readline.c: include <unistd.h> only whenusa2003-04-091-0/+5
* * marshal.c (w_object): preserve extended module on struct.nobu2003-04-091-6/+11
* * random.c (rb_f_rand): normalize bignum argument.matz2003-04-081-0/+9
* * eval.c (Init_Proc): make Method and UnboundMethod independent.matz2003-04-081-0/+14
* * ext/socket/socket.c (sock_s_unpack_sockaddr_in): remove structmatz2003-04-071-0/+23
* * sample/exyacc.rb: use Regexp in gsub!.akr2003-04-051-0/+4
* * eval.c (assign): should prepare mrhs by svalue_to_mrhs().matz2003-04-041-0/+4
* * eval.c (rb_f_missing): use "inspect" for T_OBJECT as well.matz2003-04-031-0/+6
* * README.EXT, README.EXT.ja (3.3): clarified -1 as free fornobu2003-04-021-0/+5
* * hash.c (env_reject_bang): untaint key string.matz2003-03-311-0/+7
* * pack.c (pack_pack): do not call rb_str_buf_cat() with NULL ptr,matz2003-03-291-0/+5
* * instruby.rb, ext/extmk.rb, lib/benchmark.rb, lib/cgi.rb,akr2003-03-291-0/+7
* * eval.c (avalue_to_svalue): use rb_check_array_type() again.matz2003-03-291-0/+24
* * MANIFEST (ext/aix_mksym.rb): remove obsolete file.nobu2003-03-291-0/+4
* * variable.c (rb_class_path): hold temporary class path in anobu2003-03-281-0/+8
* * regex.c (re_compile_pattern): fix [:name:] handling.akr2003-03-271-0/+7
* * string.c (rb_str_capitalize_bang): check length before upcasenobu2003-03-261-0/+5
* * dln.c (dln_find_1): break if path list end, even for too longnobu2003-03-261-0/+5
* * eval.c (avalue_splat): new function to do unary * (splat)matz2003-03-261-0/+17
* * signal.c (trap): return "DEFAULT" and "IGNORE" respectively formatz2003-03-251-0/+5
* * eval.c (rb_yield_0): call avalue_to_mrhs() to assign blockmatz2003-03-251-0/+7