| Commit message (Expand) | Author | Age | Files | Lines |
* | * eval.c (rb_obj_is_method): indefinite return value. | nobu | 2003-04-09 | 1 | -0/+4 |
* | * regex.c (re_compile_pattern): /[\--\-]/ was warned. warn /]/. | akr | 2003-04-09 | 1 | -0/+6 |
* | * time.c (time_strftime): RSTRING(format)->ptr might become NULL. | nobu | 2003-04-09 | 1 | -0/+4 |
* | * variable.c (rb_obj_remove_instance_variable): better message. | matz | 2003-04-09 | 1 | -0/+23 |
* | * gc.c (rb_gc_mark_children): introduce this function again; this | matz | 2003-04-09 | 1 | -0/+5 |
* | * bignum.c (bigdivmod): small typo. | matz | 2003-04-09 | 1 | -0/+4 |
* | * bignum.c (BIGZEROP): macro to determine if x is a bignum zero. | matz | 2003-04-09 | 1 | -2/+2 |
* | * ext/readline/readline.c: include <unistd.h> only when | usa | 2003-04-09 | 1 | -0/+5 |
* | * marshal.c (w_object): preserve extended module on struct. | nobu | 2003-04-09 | 1 | -6/+11 |
* | * random.c (rb_f_rand): normalize bignum argument. | matz | 2003-04-08 | 1 | -0/+9 |
* | * eval.c (Init_Proc): make Method and UnboundMethod independent. | matz | 2003-04-08 | 1 | -0/+14 |
* | * ext/socket/socket.c (sock_s_unpack_sockaddr_in): remove struct | matz | 2003-04-07 | 1 | -0/+23 |
* | * sample/exyacc.rb: use Regexp in gsub!. | akr | 2003-04-05 | 1 | -0/+4 |
* | * eval.c (assign): should prepare mrhs by svalue_to_mrhs(). | matz | 2003-04-04 | 1 | -0/+4 |
* | * eval.c (rb_f_missing): use "inspect" for T_OBJECT as well. | matz | 2003-04-03 | 1 | -0/+6 |
* | * README.EXT, README.EXT.ja (3.3): clarified -1 as free for | nobu | 2003-04-02 | 1 | -0/+5 |
* | * hash.c (env_reject_bang): untaint key string. | matz | 2003-03-31 | 1 | -0/+7 |
* | * pack.c (pack_pack): do not call rb_str_buf_cat() with NULL ptr, | matz | 2003-03-29 | 1 | -0/+5 |
* | * instruby.rb, ext/extmk.rb, lib/benchmark.rb, lib/cgi.rb, | akr | 2003-03-29 | 1 | -0/+7 |
* | * eval.c (avalue_to_svalue): use rb_check_array_type() again. | matz | 2003-03-29 | 1 | -0/+24 |
* | * MANIFEST (ext/aix_mksym.rb): remove obsolete file. | nobu | 2003-03-29 | 1 | -0/+4 |
* | * variable.c (rb_class_path): hold temporary class path in a | nobu | 2003-03-28 | 1 | -0/+8 |
* | * regex.c (re_compile_pattern): fix [:name:] handling. | akr | 2003-03-27 | 1 | -0/+7 |
* | * string.c (rb_str_capitalize_bang): check length before upcase | nobu | 2003-03-26 | 1 | -0/+5 |
* | * dln.c (dln_find_1): break if path list end, even for too long | nobu | 2003-03-26 | 1 | -0/+5 |
* | * eval.c (avalue_splat): new function to do unary * (splat) | matz | 2003-03-26 | 1 | -0/+17 |
* | * signal.c (trap): return "DEFAULT" and "IGNORE" respectively for | matz | 2003-03-25 | 1 | -0/+5 |
* | * eval.c (rb_yield_0): call avalue_to_mrhs() to assign block | matz | 2003-03-25 | 1 | -0/+7 |
* | * io.c (rb_io_initialize): should check rb_secure(4). | matz | 2003-03-25 | 1 | -0/+10 |
* | * ext/strscan/strscan.c: should infect also return values of #inspect. | aamine | 2003-03-25 | 1 | -0/+7 |
* | Added rb_secure(4). (Thanks to Minero Aoki) | ttate | 2003-03-24 | 1 | -0/+8 |
* | fix typos. | akr | 2003-03-23 | 1 | -76/+77 |
* | * io.c (rb_io_fread): may lose data on nonblocking read. | matz | 2003-03-23 | 1 | -0/+4 |
* | * parse.y (block_append): warn unused lteral. | nobu | 2003-03-23 | 1 | -0/+4 |
* | * lib/jcode.rb (tr!, delete!, szueeze!): add empty string checking. | eban | 2003-03-23 | 1 | -0/+4 |
* | * gc.c (rb_gc_call_finalizer_at_exit): use free() if dfree is -1. | nobu | 2003-03-23 | 1 | -0/+4 |
* | * time.c (make_time_t): try search_time_t if mktime/timegm is failed. | akr | 2003-03-22 | 1 | -1/+5 |
* | * lib/optparse.rb, lib/jcode.rb, ext/tk/lib/tk.rb: reorder character | akr | 2003-03-22 | 1 | -0/+5 |
* | * lib/uri/common.rb: `[', `]', `-' in chracter | akr | 2003-03-22 | 1 | -1/+1 |
* | * lib/date/format.rb, lib/uri/common.rb: `[', `]', `-' in chracter | akr | 2003-03-21 | 1 | -0/+5 |
* | * regex.c (re_compile_pattern): fix previous change. | akr | 2003-03-21 | 1 | -0/+10 |
* | * regex.c (re_compile_pattern): give warning for unescaped square | matz | 2003-03-21 | 1 | -0/+5 |
* | * eval.c (bmcall): missing type. | nobu | 2003-03-21 | 1 | -0/+4 |
* | * sprintf.c (rb_f_sprintf): copy sign bits only if value is | matz | 2003-03-20 | 1 | -0/+3 |
* | * missing.h: include <stdarg.h> or <varargs.h> if HAVE_VSNPRINTF | matz | 2003-03-20 | 1 | -0/+5 |
* | * lib/optparse.rb (OptionParser#order!): follow recent change | nobu | 2003-03-20 | 1 | -0/+5 |
* | * numeric.c (flo_to_s): change format specifier to "%.15g" to | matz | 2003-03-20 | 1 | -0/+5 |
* | * parse.y (stmt, primary): get rid of SEGV at empty or invalid | nobu | 2003-03-20 | 1 | -0/+7 |
* | * eval.c (load_dyna): clear ruby_errinfo. (ruby-bugs-ja PR#409) | matz | 2003-03-20 | 1 | -0/+34 |
* | * eval.c (bmcall): add volatile to avoid GC problem. | akr | 2003-03-20 | 1 | -0/+4 |