summaryrefslogtreecommitdiff
path: root/perl.c
Commit message (Expand)AuthorAgeFilesLines
* Supporess spurious warnings for @+ and and @-Mark-Jason Dominus2002-04-151-4/+8
* Re: [PATCH 5.7.3] Suppress warnings about @F when -a flag suppliedMark-Jason Dominus2002-04-151-0/+4
* Make other nits nervous.Abhijit Menon-Sen2002-04-071-2/+0
* Prototype tweak for non-threaded builds.Jarkko Hietaniemi2002-04-031-1/+1
* Fix segfaults when mainthread exits with other threads running:Nick Ing-Simmons2002-04-031-7/+27
* Update my email address in perl.cPaul Green2002-04-021-1/+1
* yfix fix for VMS (was YYDEBUG etc.)Craig A. Berry2002-03-251-1/+1
* Forgotten from #15486.Jarkko Hietaniemi2002-03-251-1/+6
* In the spirit of #15464.Jarkko Hietaniemi2002-03-241-2/+2
* Re: [ID 20020323.002] recently-introduced regex segfault Michael G. Schwern2002-03-241-2/+0
* If it looks like UTF-8 (either nl_langinfo or locale variables),Jarkko Hietaniemi2002-03-201-0/+16
* Make regex DEBUGGING faster.Jarkko Hietaniemi2002-03-181-0/+5
* Monster _r patch: try to scan for all known _r variants,Jarkko Hietaniemi2002-03-151-2/+1
* Re: Win32: C:\Program FilesKen Williams2002-03-141-0/+1
* Typo fixes.Abhijit Menon-Sen2002-03-111-2/+2
* Re: [PATCH] for broken /proc/curproc/file on FreeBSDJarkko Hietaniemi2002-03-111-1/+7
* more warnings tidyupPaul Marquess2002-03-111-8/+8
* Renaming tweaks, and split off the reentrant "superbuffer"Jarkko Hietaniemi2002-03-101-3/+2
* 5005threads wasn't even compiling.Jarkko Hietaniemi2002-03-061-0/+3
* Debugging OPsIlya Zakharevich2002-03-031-1/+1
* DJGPP tweaks from Laszlo Molnar.Jarkko Hietaniemi2002-02-081-10/+0
* Copyright++. (Not all the toplevel *.h have one, it seems.)Jarkko Hietaniemi2002-01-231-8/+8
* Use PerlMemShared for CopSTASHPV and CopFILE. MUCH harder than it sounds!Nick Ing-Simmons2002-01-141-14/+3
* 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