aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * array.c (rb_ary_join): non-nil separator must be converted tonobu2001-11-152-2/+8
* * hash.c (ruby_setenv): remove USE_WIN32_RTL_ENV block since it'susa2001-11-144-345/+49
* * win32/win32.c (waitpid): fix wait count.usa2001-11-132-5/+11
* * configure.in: do not override CC if set.eban2001-11-132-3/+7
* tkutil needed to be updatedmatz2001-11-131-1/+1
* * signal.c (sighandle): should not re-register sighandler ifmatz2001-11-1314-269/+327
* * signal.c (sighandle): should not re-register sighandler ifmatz2001-11-135-23/+41
* * win32/win32.c (mypopen): return error status instead of callingusa2001-11-132-5/+12
* 2001-11-13usa2001-11-131-2/+2
* * hash.c (envix): use GET_ENVIRON and FREE_ENVIRON to get environmentusa2001-11-134-449/+468
* * win32/config.status.in: make CFLAGS same as Makefile's one.usa2001-11-092-1/+5
* too much backoutmatz2001-11-091-2/+2
* * eval.c (rb_trap_eval): avoid annoying warning with signal.nobu2001-11-082-1/+15
* eval.c fixmatz2001-11-081-20/+37
* * 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