This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
make die/warn and other diagnostics go to wherever STDERR happens
authorGurusamy Sarathy <gsar@cpan.org>
Wed, 6 Oct 1999 02:36:53 +0000 (02:36 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Wed, 6 Oct 1999 02:36:53 +0000 (02:36 +0000)
commitbf49b057b09bec860588a9b554c3a77683394722
treefc9654fc3743f5dfbde82f6eb5729519d41f568d
parent65cec58980c279c041788ef30ee8617e63ab5229
make die/warn and other diagnostics go to wherever STDERR happens
to point at; change places that meant Perl_debug_log rather than
PerlIO_stderr()

p4raw-id: //depot/perl@4302
39 files changed:
cop.h
doio.c
embedvar.h
ext/Devel/Peek/Peek.xs
ext/DynaLoader/dl_aix.xs
ext/DynaLoader/dl_beos.xs
ext/DynaLoader/dl_cygwin.xs
ext/DynaLoader/dl_dld.xs
ext/DynaLoader/dl_dlopen.xs
ext/DynaLoader/dl_hpux.xs
ext/DynaLoader/dl_mpeix.xs
ext/DynaLoader/dl_next.xs
ext/DynaLoader/dl_rhapsody.xs
ext/DynaLoader/dl_vmesa.xs
ext/DynaLoader/dl_vms.xs
ext/DynaLoader/dlutils.c
ext/Thread/Thread.xs
ext/Thread/typemap
intrpvar.h
malloc.c
mg.c
objXSUB.h
op.c
perl.c
perl.h
perlio.c
pp.c
pp_ctl.c
pp_hot.c
regexec.c
scope.c
scope.h
sv.c
thread.h
toke.c
util.c
win32/dl_win32.xs
win32/win32.c
win32/win32thread.c