This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Let's require fork for this test.
[perl5.git] / perl.c
2003-09-05 Jarkko HietaniemiMore suidperl path disclosure plugging:
2003-08-26 Rafael Garcia-SuarezIntegrate two DJGPP portability patches from the 5...
2003-08-12 Jarkko HietaniemiOops.
2003-08-12 Jarkko HietaniemiApply much of Ilya's microperl patch, but instead of
2003-08-04 Jarkko HietaniemiRename DEBUG() and DEB() to PERL_DEBUG() and PERL_DEB().
2003-07-30 Jarkko HietaniemiSilly gcc.
2003-07-30 Jarkko HietaniemiBe paranoid about PL_origargv.
2003-07-27 Marcus Holland-MoritzRe: [PATCH] Re: Storing &PL_sv_undef as a hash key...
2003-07-23 Jarkko HietaniemiThis should make Stas happy.
2003-07-18 Rafael Garcia-SuarezRename get_seed() to get_hash_seed(), as suggested by
2003-07-11 Jarkko HietaniemiI think the API for mod_perl v2 should be simply that
2003-07-11 Jarkko HietaniemiChicken out: the hash randomisation is not on by default.
2003-07-10 Jarkko HietaniemiCheck PERL_HASH_SEED even when tainted.
2003-07-10 Stas Bekman[comment patch]
2003-07-10 Chip SalzenbergRestore SIGFPE on exec()
2003-07-07 Jarkko HietaniemiMark Bixby ++.
2003-07-06 Radu GreabDProf fixes
2003-07-05 Jarkko HietaniemiThe logic for additional randomisation for 64-bit UV
2003-07-05 Jarkko HietaniemiIIRC gcc would complain about if (s = ...).
2003-07-05 Jarkko HietaniemiAllow $ENV{PERL_HASH_SEED_DEBUG} to work even under...
2003-07-04 Jarkko HietaniemiRemove PL_earlytaint since the hash seed code
2003-07-01 Jarkko HietaniemiDo the "aligned contiguous" check only if the arguments
2003-07-01 Jarkko HietaniemiSwitch on PERL_IMPLICIT_SYS, not on Win32.
2003-06-30 Nick Ing-SimmonsWin32 hack for doing_taint()
2003-06-30 Nick Ing-SimmonsIntegrate mainline
2003-06-30 Nick Ing-Simmons"Missing" dTHX for Win32's re-direction of getuid etc.
2003-06-30 Jarkko Hietaniemiint is not UV.
2003-06-30 Jarkko HietaniemiThe 'contiguous' test for argv[], envp[] was bogus
2003-06-29 Jarkko HietaniemiThe joy of $0. Undoing the #16399 makes Andreas'
2003-06-28 Dave MitchellTwo debugging patches.
2003-06-27 Jarkko Hietaniemiatoi() doesn't cut the mustard if the PERL_HASH_SEED
2003-06-27 Jarkko HietaniemiUse the PL_earlytaint. (PL_earlytaint is a global,
2003-06-27 Jarkko HietaniemiIntroduce (global) variable PL_earlytaint which
2003-06-27 Jarkko HietaniemiMake doing_taint() always available (though not
2003-06-27 Jarkko HietaniemiDo not obey PERL_HASH_SEED or PERL_HASH_SEED_DEBUG
2003-06-27 Jarkko HietaniemiHash/Util.t and Encode/t/Aliases.t seem to be having
2003-06-26 Jarkko HietaniemiBite the bullet and apply the hash randomisation patch.
2003-06-20 Jarkko HietaniemiMore Perl malloc debugging magic from Ilya. Seems...
2003-06-20 Jarkko HietaniemiRetract #19785 and #19756: JPL nowadays works without...
2003-06-15 Jarkko HietaniemiMost often unused variables.
2003-06-13 Jarkko HietaniemiThe changes #8803 and #8896 that fixed JPL for use...
2003-06-11 Marcus Holland-MoritzIntegrate from maint:
2003-06-05 Robin BarkerRE: maint @ 19683
2003-04-19 Dave Mitchellallow recursive FETCHes
2003-04-16 Jarkko HietaniemiFix up Larry's copyright statements to my best knowledge.
2003-04-10 Jarkko HietaniemiNoted by Nat: -0 didn't work that well with Unicode.
2003-04-02 Artur BergmanAdd packname->stash cache before the check if a packnam...
2003-03-14 Gurusamy Sarathyfix for switchC.t test#6 failure on windows
2003-03-12 Jarkko HietaniemiCygwin doesn't like initing the $0 mutex in perl_constr...
2003-03-11 Jarkko HietaniemiWinCE tweaks from Vadim Konovalov.
2003-03-11 Craig A. Berryclear PL_exitlist in perl_destruct
2003-03-10 Stas BekmanBunch of doc patches from Stas; plus regen.
2003-03-06 Rafael Garcia-SuarezMake the -A switch work without an assertion name.
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2003-03-02 Jarkko HietaniemiThe -CI cannot be easily tested under UTF-8 locale...
2003-02-24 Jarkko HietaniemiPERL_SIGNALS=unsafe enables the old unsafe/immediate...
2003-02-17 Jarkko HietaniemiMake also the -CAL conditional on locale.
2003-02-16 Salvador Fandiñoadd support for assertions. Updated form of:
2003-02-15 Jarkko HietaniemiThe new(er) way of controlling Unicode I/O (and other...
2003-01-21 Jarkko HietaniemiAllow explicit -C enable/disable by -C:1/-C:0
2003-01-21 H.Merijn Brandperl version reporting
2003-01-16 Jarkko HietaniemiMake the locale-induced UTF-8-ification of STD fhs
2003-01-07 Nicholas Clark%_ (was Re: [PATCH] operation on `PL_na' may be undefined)
2002-12-03 Jarkko HietaniemiFix up #18229.
2002-12-02 Jarkko Hietaniemi$0 mofifying part I
2002-11-16 Dave Mitchelloptional code for debugging leaking scalars
2002-11-04 Slaven RezicRe: [perl #18066] Bug in -I when path has double colons?
2002-10-22 Dave MitchellPL_curpad == AvARRAY(PL_comppad) always
2002-10-19 H.Merijn BrandHappy chainsaw stories; The removal of the 5005 threads
2002-10-12 Rafael Garcia-SuarezThe -0 command-line switch wasn't setting $/ at compile...
2002-10-02 Dave Mitchellmove all pad-related code to its own src file
2002-09-29 Abhijit Menon-SenRemove package; (Heh heh.)
2002-09-26 Jarkko Hietaniemienable -ansi -pedantic
2002-09-26 H.Merijn BrandLEAKTEST is dead, RIP
2002-09-04 Jarkko Hietaniemiuse sysconf(_SC_CLK_TCK) for times()
2002-08-29 Rafael Garcia-SuarezB::check_av() ; B::Deparse for CHECK blocks
2002-08-29 Rafael Garcia-Suarezposixify getppid on linux-multithread
2002-08-20 Nicholas ClarkClean up copy-on-write macros and debug facilities...
2002-08-12 Dave Mitchelladd verbose stack display option, -Dvs
2002-08-11 Nick Ing-SimmonsIntegrate mainline.
2002-08-05 Hugo van der SandenIntegrate from maint-5.6/macperl via macperl
2002-07-09 Robin Barker5.8.0-RC1 on SunOS 4!
2002-06-15 Jarkko HietaniemiSpurious empty statements.
2002-06-15 Alessandro ForghieriPossible cure for
2002-06-12 Tim JennessRe: RC1 on Playstation2
2002-06-10 Jarkko HietaniemiNI-S doesn't need these comments :-) but I'm commenting...
2002-06-06 Jarkko HietaniemiWith -Ud_stdstdio perl -v and perl -h didn't flush...
2002-06-01 Gerrit P. Haase[Patch] Inplace editing on Cygwin and others?
2002-05-30 Jarkko HietaniemiIntegrate macperl patch #16868.
2002-05-02 Gurusamy Sarathymanual integrate of change#16332 from maint-5.6 branch
2002-05-02 Nick Ing-SimmonsFix the "PerlIO require leak". Snag was that clean_objs
2002-04-22 Jarkko HietaniemiNetWare changeover from Watcom to Codewarrior, from...
2002-04-21 Gurusamy Sarathyfixes for all the warnings reported by Visual C (most...
2002-04-21 Gurusamy SarathyWindows 64-bit support:
2002-04-18 Artur BergmanAlways flush the PerlIO buffers after running END blocks in
2002-04-18 Doug MacEachernplug memory leak in perl_destruct() by cleaning out...
2002-04-16 Jarkko Hietaniemimy $utf8here, our $utf8here, and package variable ...
2002-04-15 Mark-Jason DominusSupporess spurious warnings for @+ and and @-
2002-04-15 Mark-Jason DominusRe: [PATCH 5.7.3] Suppress warnings about @F when ...
2002-04-08 Nick Ing-SimmonsIntegrate mainline
next