in reply to "NoNe SuCh" in perl core??
Another little tidbit.
A quick little binary search grep of past perl distributions (god bless the "tools" link on search.cpan.org) indicates that the relevent line from perl.c (my_setenv("NoNe SuCh", Nullch);) was initially in mg.c, and first appeared in perl5.004_01.
Changes indicates the following changes below involving mg.c, ...unfortunately I don't know enough about perforce to pull out individual diffs and figure out exactly which commit message corrisponds to that line, so I still don't understand what it's for...
Title: "magic_clear_all_env proto should match svt_clear" From: Nick Ing-Simmons <nik@tiuk.ti.com> Files: proto.h mg.c Title: "[PATCH] ENV leaks on win32 (was Re: Comments on ENV patch s +ought)", "[PATCH] for NETaa13787: %ENV=(); doesn't clear the environm +ent" From: hansm@euronet.nl, pvhp@forte.com (Peter Prymmer) Msg-ID: <199705292240.AAA01135@mail.euronet.nl> Files: embed.h perl.h proto.h global.sym mg.c t/op/magic.t Title: "Compilation of mg.c from perl5.004m1t2 fails on OpenVMS/AXP +" From: Henrik Tougaard <ht.000@foa.dk> Files: mg.c t/op/taint.t Title: "Major 5.004 Win32 update (Borland win32 support, and other +patches)", "($a,undef,$b) = qw(a b c) and ties delaying DESTROY fixes" From: Gurusamy Sarathy <gsar@engin.umich.edu> Files: MANIFEST pod/perlguts.pod win32/include/sys/socket.h EXTERN. +h opcode.h perl.h regcomp.h ext/Fcntl/Fcntl.pm ext/SDBM_File/Makefile.PL lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Mksymlists.pm lib/File/DosGlob.pm t/op/mkdir.t t/op/stat.t win32/win32.h win32/win32io.h win32/win32iop.h README.win32 doio.c gv.c mg.c op.c perlio.c pp.c pp_ctl.c pp_hot.c pp_sys.c util.c win32/Makefile win32/config.bc win32/config.vc win32/config_H.bc win32/config_H.vc win32/makedef.pl win32/makefile.mk win32/makeperldef.pl win32/perlglob.c win32/perllib.c win32/win32.c win32/win32io.c win32/win32sck.c Title: "[PATCH] ENV leaks on win32 (was Re: Comments on ENV patch s +ought)" From: Gurusamy Sarathy <gsar@engin.umich.edu> Files: win32/win32.h win32/win32io.h win32/win32iop.h global.sym mg +.c perl.c t/op/magic.t util.c win32/makedef.pl win32/win32.c win32/win32io.c
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: "NoNe SuCh" in perl core??
by tphyahoo (Vicar) on Feb 16, 2005 at 09:04 UTC | |
by edan (Curate) on Feb 16, 2005 at 11:22 UTC |