summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * file.c (path_check_1): forgot to initialize 'p'.matz2001-11-086-47/+83
* * process.c (security): always give warning for insecure PATH.matz2001-11-0817-109/+201
* * process.c (security): always give warning for insecure PATH.matz2001-11-071-0/+22
* * lib/net/imap.rb (getquota_response): use astring for mailboxshugo2001-11-062-4/+10
* * matrix.rb (Matrix#column_vectors, Matrix#row_vectors): ditto bug.keiju2001-11-033-6/+12
* gc patchmatz2001-11-022-33/+114
* * bignum.c (rb_big_aref): idx may be a Bignum.matz2001-11-015-37/+337
* * gc.c (gc_mark_children): should NOT treat last element ofmatz2001-11-012-10/+7
* * eval.c (exec_under): should initialize ruby_frame->self;matz2001-10-312-0/+5
* * eval.c (POP_VARS): should not set DVAR_DONT_RECYCLE if _oldmatz2001-10-316-67/+169
* * lib/cgi.rb: CGI::Cookie::parse(): Ignore duplicate keys caused bywakou2001-10-302-3/+6
* * win32/mkexports.rb: follow the change of rb_io_puts().usa2001-10-302-2/+6
* * string.c (rb_str_chomp_bang): do smart chomp if $/ == '\n'.matz2001-10-309-52/+158
* * intern.h (rb_protect_inspect): follow the change of array.c.usa2001-10-295-10/+24
* * parse.y (str_extend): shuould allow interpolation of $-x.matz2001-10-2920-77/+174
* * eval.c (proc_invoke): fix self switching in Proc#callnobu2001-10-222-5/+19
* * variable.c (rb_global_entry): reconstruct global variablenobu2001-10-222-100/+113
* 2001-10-22eban2001-10-221-2/+2
* * class.c (rb_mod_clone): should not copy class name, since clonematz2001-10-227-41/+59
* * variable.c (remove_trace): should not access already freed area.nobu2001-10-213-4/+11
* * marshal.c (w_uclass): cloned class is not usernobu2001-10-193-4/+12
* 20011017nobu2001-10-171-2/+2
* * variable.c (alias_fixup): added. ad hoc support for ordinarynobu2001-10-172-4/+68
* * eval.c (rb_f_missing): check stack level with rb_stack_check().nobu2001-10-163-3/+20
* missing changelog.nobu2001-10-161-0/+5
* * string.c (rb_str_index): wrong increment for non alphanumericmatz2001-10-169-21/+47
* 20011015nobu2001-10-151-2/+2
* * parse.y (yylex): disallow alpha-numeric and mbchar fornobu2001-10-152-0/+9
* 2001-10-10eban2001-10-101-2/+2
* * file.c (rb_stat_clone): should copy internal data too.matz2001-10-107-7/+51
* eval.c backout.matz2001-10-091-28/+6
* * eval.c (rb_eval): NODE_MATCH3 was confusing left and right. sigh.matz2001-10-092-9/+35
* * process.c (Init_process): activate the case NT.eban2001-10-093-4/+7
* * eval.c (thread_status_name): separated fromnobu2001-10-092-17/+32
* * marshal.c (w_unique): should not dump anonymous class.matz2001-10-054-19/+23
* * eval.c (proc_s_new): revived.nobu2001-10-052-1/+21
* 2001-10-05eban2001-10-051-2/+2
* * re.c (rb_reg_s_alloc): avoid inifinte recursion.nobu2001-10-051-5/+6
* * re.c (rb_reg_s_alloc): avoid inifinte recursion.matz2001-10-041-0/+4
* * ext/socket/socket.c (ruby_connect): EALREADY is the equivalenteban2001-10-043-4/+9
* * ext/gdbm/gdbm.c (rb_gdbm_fetch): str is a VALUE now.nobu2001-10-032-1/+5
* * marshal.c (r_object): better allocation type check formatz2001-10-0325-338/+345
* * lib/ftools.rb (catname): allow trailing '/' for the destination.eban2001-10-022-6/+5
* * ext/socket/socket.c (unix_addr): getsockname(2) may result len = 0.matz2001-10-0217-150/+254
* * marshal.c (r_object): TYPE_UCLASS check should be inversed.nobu2001-10-012-1/+5
* Wed Sep 26 19:02:39 2001 Guy Decoux <ts@moulon.inra.fr>ts2001-09-262-1/+5
* * win32/win32.c (isInternalCmd): check return value of NtMakeCmdVector (Tiete...usa2001-09-252-12/+19
* 20010920nobu2001-09-201-2/+2
* forgotten MATCH_DATA...nobu2001-09-202-1/+5
* for special local variable.nobu2001-09-201-0/+35