summaryrefslogtreecommitdiff
path: root/perl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Re: [patch] ignore PL_curpm in PL_regex_padav cleanupDoug MacEachern2001-08-041-1/+1
* [patch] ignore PL_curpm in PL_regex_padav cleanupDoug MacEachern2001-08-031-2/+10
* [patch] plug PL_regex_padav leaksDoug MacEachern2001-08-031-0/+22
* [patch] plug PL_origargv leakDoug MacEachern2001-08-031-1/+19
* Integrate the PerlCE (WinCE Perl) port;Jarkko Hietaniemi2001-08-021-0/+5
* Pluggable optimizerSimon Cozens2001-08-011-0/+1
* OS/2 multi-architectureIlya Zakharevich2001-07-231-2/+3
* Make perl fork()-safe (in a slightly limited way) even onGurusamy Sarathy2001-07-201-23/+0
* Retract #11289.Jarkko Hietaniemi2001-07-121-2/+2
* (Retracted by #11289.)Jarkko Hietaniemi2001-07-121-2/+2
* Use reentrant API glibcArtur Bergman2001-07-121-0/+9
* [patch] pthread_atfork bandaidDoug MacEachern2001-07-121-10/+4
* Threadsafe PMOPs! We might still win this war.Artur Bergman2001-07-111-1/+3
* perl built with USE_ITHREADS can deadlock during fork() or backticksGurusamy Sarathy2001-07-051-0/+29
* autosplit into @FRobin Houston2001-07-021-1/+1
* DJGPP patches from Laszlo Molnar.Jarkko Hietaniemi2001-06-261-2/+2
* Re: [PATCH 5.6.1] test suiteIlya Zakharevich2001-06-241-1/+2
* In Cygwin display the $ENV{CYGWIN} under perl -V, as suggestedJarkko Hietaniemi2001-06-241-1/+6
* More MPE/iX tweaks from Mark Bixby.Jarkko Hietaniemi2001-06-221-1/+1
* Re: DYNAMIC_ENV_FETCH HvNAME abuse.Abhijit Menon-Sen2001-06-161-3/+0
* -Wall strays.Jarkko Hietaniemi2001-06-161-1/+0
* NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.Jarkko Hietaniemi2001-06-161-5/+15
* Fix open.pm to work via XS-implemented method calls ratherNick Ing-Simmons2001-06-151-0/+1