summaryrefslogtreecommitdiff
path: root/perl.c
Commit message (Expand)AuthorAgeFilesLines
* Missed the =head1 additions.Jarkko Hietaniemi2002-01-031-0/+15
* -t without -w Michael G. Schwern2001-12-301-6/+22
* Make -t equal -tw.Jarkko Hietaniemi2001-12-251-2/+4
* -t and the core tests; -t and PERL5OPTRafael Garcia-Suarez2001-12-171-2/+7
* -t taint warningsMichael G. Schwern2001-12-141-0/+7
* Passing in env to perl_parse did not workGisle Aas2001-12-121-35/+5
* -P on VMS. Evicting sedMichael G. Schwern2001-11-301-108/+101
* Revert the /proc/self/auxv experiment for now.Jarkko Hietaniemi2001-11-251-50/+5
* The new way of finding out $^X in SolarisJarkko Hietaniemi2001-11-251-0/+12
* $$ readonly, take twoMichael G. Schwern2001-11-251-1/+4
* The debug_pag needs to be visible at all timesJarkko Hietaniemi2001-11-241-6/+0
* Use /proc/self/auxv in Solaris to figure out the $^X.Jarkko Hietaniemi2001-11-241-5/+38
* Use PROCSELFEXE_PATH.Jarkko Hietaniemi2001-11-231-1/+1
* perl.c change to use HAS_PROCSELFEXE, alsoNick Ing-Simmons2001-11-201-3/+26
* Extra diagnostics for -DP Michael G. Schwern2001-11-201-0/+5
* Create a per-interpeter debug scratchpad containerJarkko Hietaniemi2001-11-201-0/+6
* Add comments to mark where $^X is being handled.Jarkko Hietaniemi2001-11-141-1/+1
* s/parse_perl/parse_body/Michael G. Schwern2001-11-141-1/+1
* when PERL_USE_SAFE_PUTENV is defined environ will notDoug MacEachern2001-11-101-2/+4
* #!perl -F...Rafael Garcia-Suarez2001-11-091-2/+4
* -s on #! line Rafael Garcia-Suarez2001-11-081-20/+29
* microperl sync.Jarkko Hietaniemi2001-11-021-1/+1
* Unicode: add ToFold mapping. Not used yet; but basicallyJarkko Hietaniemi2001-11-021-0/+2
* Integrate changes #12580 and #12581 from macperl;Jarkko Hietaniemi2001-10-221-1/+2
* All tests pass (legitimately) on ithreadsNick Ing-Simmons2001-10-221-1/+6
* Win32 PerlIO_cleanup special cases should no longer be required.Nick Ing-Simmons2001-10-211-10/+0
* Convert rest of PerlIO's memory tables to per-interp and add clone functionsNick Ing-Simmons2001-10-211-4/+9
* vmsish fix, ieee rand() cleanupCharles Lane2001-10-191-0/+3
* Oh, bother. In Tru64 cc -std1 was looking rather niceJarkko Hietaniemi2001-10-171-1/+1
* (retracted by #12485)Jarkko Hietaniemi2001-10-171-1/+1
* A missing SvREFCNT_dec.Jarkko Hietaniemi2001-10-161-0/+1
* Integrate macperl changes from Chris Nandor:Jarkko Hietaniemi2001-09-261-1/+1
* Do the environ assignment in perl_contruct to match perl_destruct.Artur Bergman2001-09-261-8/+11
* Move the creation of PL_strtab to perl_construct so we can workArtur Bergman2001-09-261-9/+13
* [patch] plug PL_beginav_save leakDoug MacEachern2001-09-151-0/+2
* Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{C...Hugo van der Sanden2001-09-151-14/+12
* Building on win32 w/o perlioMattia Barbon2001-09-101-0/+4
* Apply INT2PTR with force to silence warnings fromArtur Bergman2001-09-101-1/+1
* oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again (w...Nicholas Clark2001-09-051-4/+6
* Retract #11870 and volatilize the right destruct_level.Jarkko Hietaniemi2001-09-041-1/+1
* integrate change#11801 from maint-5.6Gurusamy Sarathy2001-08-311-7/+1
* remove deprecated PERL_OBJECT cruft, it has long since stoppedGurusamy Sarathy2001-08-311-120/+55
* Introduces SvREPADTMP(sv) that marks a repad SvIV as a offsetArtur Bergman2001-08-301-1/+4
* Changes USE_THREADS to USE_5005THREADS in the entire source.Artur Bergman2001-08-271-27/+27
* Plugs a memory leak on destruction of regular expressionsArtur Bergman2001-08-271-1/+3
* Adds PERL_EXIT_DESTRUCT_END to PL_exit_flags which if set moves END block run...Artur Bergman2001-08-171-3/+8
* change#10334 leaks memory, copies string when it doesn'tGurusamy Sarathy2001-08-171-3/+9
* Re: END {} blocks run in perl_runArthur Bergman2001-08-131-7/+8
* SV: END {} blocks run in perl_runArthur Bergman2001-08-121-3/+8
* B && BEGIN handlingJames A. Duncan2001-08-071-1/+1