This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: [PATCH] Configure followed by make minitest
[perl5.git] / perl.c
2002-02-08 Jarkko HietaniemiDJGPP tweaks from Laszlo Molnar.
2002-01-25 Nick Ing-SimmonsIntegrate mainline
2002-01-23 Jarkko HietaniemiCopyright++. (Not all the toplevel *.h have one, it...
2002-01-14 Nick Ing-SimmonsUse PerlMemShared for CopSTASHPV and CopFILE. MUCH...
2002-01-03 Jarkko HietaniemiMissed the =head1 additions.
2001-12-30 Michael G. Schwern-t without -w
2001-12-25 Jarkko HietaniemiMake -t equal -tw.
2001-12-17 Rafael Garcia-Suarez-t and the core tests; -t and PERL5OPT
2001-12-14 Michael G. Schwern-t taint warnings
2001-12-12 Gisle AasPassing in env to perl_parse did not work
2001-11-30 Michael G. Schwern-P on VMS. Evicting sed
2001-11-25 Jarkko HietaniemiRevert the /proc/self/auxv experiment for now.
2001-11-25 Jarkko HietaniemiThe new way of finding out $^X in Solaris
2001-11-25 Michael G. Schwern$$ readonly, take two
2001-11-24 Jarkko HietaniemiThe debug_pag needs to be visible at all times
2001-11-24 Jarkko HietaniemiUse /proc/self/auxv in Solaris to figure out the $^X.
2001-11-23 Jarkko HietaniemiUse PROCSELFEXE_PATH.
2001-11-20 Nick Ing-Simmonsperl.c change to use HAS_PROCSELFEXE, also
2001-11-20 Michael G. SchwernExtra diagnostics for -DP
2001-11-20 Jarkko HietaniemiCreate a per-interpeter debug scratchpad container
2001-11-14 Jarkko HietaniemiAdd comments to mark where $^X is being handled.
2001-11-14 Michael G. Schwerns/parse_perl/parse_body/
2001-11-10 Doug MacEachernwhen PERL_USE_SAFE_PUTENV is defined environ will not
2001-11-09 Rafael Garcia-Suarez#!perl -F...
2001-11-08 Rafael Garcia-Suarez-s on #! line
2001-11-02 Jarkko Hietaniemimicroperl sync.
2001-11-02 Jarkko HietaniemiUnicode: add ToFold mapping. Not used yet; but basically
2001-10-22 Jarkko HietaniemiIntegrate changes #12580 and #12581 from macperl;
2001-10-22 Nick Ing-SimmonsAll tests pass (legitimately) on ithreads
2001-10-21 Nick Ing-SimmonsWin32 PerlIO_cleanup special cases should no longer...
2001-10-21 Nick Ing-SimmonsConvert rest of PerlIO's memory tables to per-interp...
2001-10-19 Charles Lanevmsish fix, ieee rand() cleanup
2001-10-17 Jarkko HietaniemiOh, bother. In Tru64 cc -std1 was looking rather nice
2001-10-17 Jarkko Hietaniemi(retracted by #12485)
2001-10-16 Jarkko HietaniemiA missing SvREFCNT_dec.
2001-09-26 Jarkko HietaniemiIntegrate macperl changes from Chris Nandor:
2001-09-26 Artur BergmanDo the environ assignment in perl_contruct to match...
2001-09-26 Artur BergmanMove the creation of PL_strtab to perl_construct so...
2001-09-15 Doug MacEachern[patch] plug PL_beginav_save leak
2001-09-15 Hugo van der SandenRe: [ID 20010815.012] Unfortunate interaction between...
2001-09-10 Mattia BarbonBuilding on win32 w/o perlio
2001-09-10 Artur BergmanApply INT2PTR with force to silence warnings from
2001-09-05 Nicholas Clarkoct and hex in glorious 64 bit (with less bugs) (was...
2001-09-04 Jarkko HietaniemiRetract #11870 and volatilize the right destruct_level.
2001-08-31 Gurusamy Sarathyintegrate change#11801 from maint-5.6
2001-08-31 Gurusamy Sarathyremove deprecated PERL_OBJECT cruft, it has long since...
2001-08-30 Artur BergmanIntroduces SvREPADTMP(sv) that marks a repad SvIV as...
2001-08-27 Artur BergmanChanges USE_THREADS to USE_5005THREADS in the entire...
2001-08-27 Artur BergmanPlugs a memory leak on destruction of regular expressions
2001-08-17 Artur BergmanAdds PERL_EXIT_DESTRUCT_END to PL_exit_flags which...
2001-08-17 Gurusamy Sarathychange#10334 leaks memory, copies string when it doesn't
2001-08-13 Arthur BergmanRe: END {} blocks run in perl_run
2001-08-12 Arthur BergmanSV: END {} blocks run in perl_run
2001-08-07 James A. DuncanB && BEGIN handling
2001-08-04 Doug MacEachernRe: [patch] ignore PL_curpm in PL_regex_padav cleanup
2001-08-03 Doug MacEachern[patch] ignore PL_curpm in PL_regex_padav cleanup
2001-08-03 Doug MacEachern[patch] plug PL_regex_padav leaks
2001-08-03 Doug MacEachern[patch] plug PL_origargv leak
2001-08-02 Jarkko HietaniemiIntegrate the PerlCE (WinCE Perl) port;
2001-08-01 Simon CozensPluggable optimizer
2001-07-23 Ilya ZakharevichOS/2 multi-architecture
2001-07-20 Gurusamy SarathyMake perl fork()-safe (in a slightly limited way) even on
2001-07-12 Jarkko HietaniemiRetract #11289.
2001-07-12 Jarkko Hietaniemi(Retracted by #11289.)
2001-07-12 Artur BergmanUse reentrant API glibc
2001-07-12 Doug MacEachern[patch] pthread_atfork bandaid
2001-07-11 Artur BergmanThreadsafe PMOPs! We might still win this war.
2001-07-06 Nick Ing-SimmonsIntegrate mainline
2001-07-05 Gurusamy Sarathyperl built with USE_ITHREADS can deadlock during fork...
2001-07-02 Robin Houstonautosplit into @F
2001-06-26 Jarkko HietaniemiDJGPP patches from Laszlo Molnar.
2001-06-24 Ilya ZakharevichRe: [PATCH 5.6.1] test suite
2001-06-24 Jarkko HietaniemiIn Cygwin display the $ENV{CYGWIN} under perl -V, as...
2001-06-22 Jarkko HietaniemiMore MPE/iX tweaks from Mark Bixby.
2001-06-16 Abhijit Menon-SenRe: DYNAMIC_ENV_FETCH HvNAME abuse.
2001-06-16 Jarkko Hietaniemi-Wall strays.
2001-06-16 Jarkko HietaniemiNetWare port from Guruprasad S <SGURUPRASAD@novell...
2001-06-15 Nick Ing-SimmonsFix open.pm to work via XS-implemented method calls...
2001-06-11 Chris Nandor[MacPerl-Porters] [PATCH] Mac OS Compatability for...
2001-06-02 Jarkko Hietaniemi-Wall cleanup continues.
2001-05-31 Nick Ing-SimmonsIntegrate mainline.
2001-05-31 Abhijit Menon-Sen-Wall cleanups: perl.c, gv.c, Storable.xs
2001-05-30 Jarkko HietaniemiMore -Wall silencing from Michael Schwern and Jarkko...
2001-05-30 Jarkko Hietaniemi[PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514...
2001-05-30 Jarkko HietaniemiMedley of -Wall cleanups from Michael Schwen, Hugo...
2001-05-20 Dave Mitchell[LARGE!] symbolic magic
2001-05-16 Jarkko HietaniemiUse OSVERS.
2001-05-16 Jarkko HietaniemiDG-UX threading patches, including a README.dgux,
2001-05-02 Dan SugalskiRe: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
2001-05-02 Dan SugalskiMultiplicity and thread fixes for VMS
2001-05-01 H.Merijn BrandRe: Finally got a round tuit
2001-04-30 Jarkko HietaniemiChange PL_numeric_radix to PL_numeric_radix_sv (and...
2001-04-24 Jarkko HietaniemiPrevent path disclosure (probing for existence of filen...
2001-04-04 Benjamin SugarsRe: [PATCH] Lighten up glob
2001-03-25 Nick Ing-SimmonsAdd destruct time hook to PerlIO (for work-in-process...
2001-03-22 Nick Ing-SimmonsRe-instate warnings for 'eof STDOUT' etc. by marking...
2001-03-18 Jarkko HietaniemiIntegrate change #9197 from maintperl to mainline.
2001-03-10 Nick Ing-SimmonsEBCDIC sanity - phase I
2001-03-09 Dave MitchellRe: [ PATCH perl@8956 ] new debug option -DR shows...
2001-03-09 Dave MitchellRe: [ PATCH perl@8956 ] new debug option -DR shows...
next