summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2001-11-19* parse.y (parse_regx): should raise error on untermitatedmatz
2001-11-18 * lib/cgi.rb (header): support for Apache. thanks towakou
2001-11-18* parse.y: needless conditionals.nobu
2001-11-15* array.c (rb_ary_join): non-nil separator must be converted tonobu
2001-11-14 * hash.c (ruby_setenv): remove USE_WIN32_RTL_ENV block since it'susa
2001-11-13 * win32/win32.c (waitpid): fix wait count.usa
2001-11-13* configure.in: do not override CC if set.eban
2001-11-13* signal.c (sighandle): should not re-register sighandler ifmatz
2001-11-13 * win32/win32.c (mypopen): return error status instead of callingusa
2001-11-13 * hash.c (envix): use GET_ENVIRON and FREE_ENVIRON to get environmentusa
2001-11-09* win32/config.status.in: make CFLAGS same as Makefile's one.usa
2001-11-08* eval.c (rb_trap_eval): avoid annoying warning with signal.nobu
2001-11-08* file.c (path_check_1): forgot to initialize 'p'.matz
2001-11-07* process.c (security): always give warning for insecure PATH.matz
2001-11-06* lib/net/imap.rb (getquota_response): use astring for mailboxshugo
2001-11-03* matrix.rb (Matrix#column_vectors, Matrix#row_vectors): ditto bug.keiju
2001-11-01* bignum.c (rb_big_aref): idx may be a Bignum.matz
2001-11-01* gc.c (gc_mark_children): should NOT treat last element ofmatz
2001-10-31* eval.c (exec_under): should initialize ruby_frame->self;matz
2001-10-31* eval.c (POP_VARS): should not set DVAR_DONT_RECYCLE if _oldmatz
2001-10-30 * lib/cgi.rb: CGI::Cookie::parse(): Ignore duplicate keys caused bywakou
2001-10-30 * win32/mkexports.rb: follow the change of rb_io_puts().usa
2001-10-30* string.c (rb_str_chomp_bang): do smart chomp if $/ == '\n'.matz
2001-10-29 * intern.h (rb_protect_inspect): follow the change of array.c.usa
2001-10-29* parse.y (str_extend): shuould allow interpolation of $-x.matz
2001-10-22* eval.c (proc_invoke): fix self switching in Proc#callnobu
2001-10-22* variable.c (rb_global_entry): reconstruct global variablenobu
2001-10-22* class.c (rb_mod_clone): should not copy class name, since clonematz
2001-10-21* variable.c (remove_trace): should not access already freed area.nobu
2001-10-19* marshal.c (w_uclass): cloned class is not usernobu
2001-10-17* variable.c (alias_fixup): added. ad hoc support for ordinarynobu
2001-10-16* eval.c (rb_f_missing): check stack level with rb_stack_check().nobu
2001-10-16missing changelog.nobu
2001-10-16* string.c (rb_str_index): wrong increment for non alphanumericmatz
2001-10-15* parse.y (yylex): disallow alpha-numeric and mbchar fornobu
2001-10-10* file.c (rb_stat_clone): should copy internal data too.matz
2001-10-09* eval.c (rb_eval): NODE_MATCH3 was confusing left and right. sigh.matz
2001-10-09* process.c (Init_process): activate the case NT.eban
2001-10-09* eval.c (thread_status_name): separated fromnobu
2001-10-05* marshal.c (w_unique): should not dump anonymous class.matz
2001-10-05* eval.c (proc_s_new): revived.nobu
2001-10-04* re.c (rb_reg_s_alloc): avoid inifinte recursion.matz
2001-10-04* ext/socket/socket.c (ruby_connect): EALREADY is the equivalent eban
2001-10-03* ext/gdbm/gdbm.c (rb_gdbm_fetch): str is a VALUE now.nobu
2001-10-03* marshal.c (r_object): better allocation type check formatz
2001-10-02* lib/ftools.rb (catname): allow trailing '/' for the destination.eban
2001-10-02* ext/socket/socket.c (unix_addr): getsockname(2) may result len = 0.matz
2001-10-01* marshal.c (r_object): TYPE_UCLASS check should be inversed.nobu
2001-09-26Wed Sep 26 19:02:39 2001 Guy Decoux <ts@moulon.inra.fr>ts
2001-09-25* win32/win32.c (isInternalCmd): check return value of NtMakeCmdVector (Tiete...usa