This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove "Can't upgrade to undef" from perldiag, as the corresponding
[perl5.git] / perl.c
2006-02-05 Nicholas ClarkWithout this Windows and Netware compilers should be...
2006-02-04 Nicholas ClarkEnhance PERL_TRACK_MEMPOOL so that it also emulates...
2006-02-04 Nicholas ClarkRemove obsolete comment.
2006-02-03 Nicholas ClarkS_find_beginning is only called from one place, so...
2006-02-03 Nicholas ClarkAnd as we've now got to the point where all calls to...
2006-02-03 Nicholas ClarkThe MSDOS-only call to moreswitches will never reach...
2006-02-03 Nicholas ClarkPull the variables fdscript and suidscript into a much...
2006-02-03 Nicholas ClarkChange 27070 failed to initialise a variable. (But...
2006-02-03 Nicholas ClarkEliminating PL_suidscript is more tricky, and requires...
2006-02-03 Nicholas ClarkPassing the flag to S_forbit_setid as a single char...
2006-02-03 Nicholas ClarkIt's actually easier to get rid of PL_fdscript than...
2006-02-03 Steven SchubigerRe: [PATCH] s/Null(gv|hv|sv)/NULL/g
2006-02-03 Steven Schubigers/Nullcv/NULL/g
2006-02-02 Steven SchubigerRe: [PATCH] s/Null(av|ch)/NULL/g
2006-02-02 Nicholas Clarkgv_fetchpvn_flags ranks highly in the profile, and...
2006-02-02 Nicholas ClarkYet more instances of gv_fetchpv... that should be...
2006-01-31 Nicholas ClarkMake Perl_gv_fetchpvn_flags actually heed the passed...
2006-01-30 Nicholas ClarkUse a union for storing the shared hash key reference...
2006-01-29 Nicholas ClarkAvoid using space to create 2 functions just to force...
2006-01-28 Nicholas ClarkAdd gv_fetchpvs, which uses STR_WITH_LEN to call gv_fet...
2006-01-26 Yves OrtonMake dump and -u croak on Win32 and Cygwin to avoid...
2006-01-24 Rafael Garcia-SuarezFix a regression on suidperl : the error message "No...
2006-01-24 Steve HaySPRINTF_RETURNS_STRLEN isn't really a compile-time...
2006-01-18 Steve HayChange all NEWSV() to newSV() in the core and non-dual...
2006-01-11 Gisle AasMake setting 'PL_origalen = 1' before perl_parse()...
2006-01-10 Gisle AasAvoid possible dereference of NULL in the initializatio...
2006-01-06 Jarkko Hietaniemisprinkle dVAR
2006-01-06 Gisle AasMove "DEVEL####" marker to the 'perl -v' output.
2006-01-06 Steve PetersReplacing broken call to savepvn() with savepvs() to...
2006-01-06 Gisle AasMake '-s' on the shebang line able to parse -foo=bar...
2006-01-04 Gisle AasMake the new STR_WITH_LEN() affected compile under...
2006-01-04 Gisle AasIntroduce newSVpvs_share() macro.
2006-01-04 Gisle AasGet rid of a few more hardcoded string lengths.
2006-01-04 Gisle AasGet rid of a few more hardcoded string lengths.
2006-01-04 Gisle AasIntroduce the macros newSVpvs(str) and sv_catpvs(sv...
2006-01-02 Nicholas ClarkHappy New Year. (It's not just embed.pl).
2005-12-30 Nicholas ClarkTweak S_init_main_stash so as allocate PL_curstname...
2005-12-30 Dave Mitchellfix errors in new MY_CTX code
2005-12-29 Andy Lesterav.c cleanup, plus!
2005-12-21 Robin HoustonFeature bundle is now :5.10, and add -E switch
2005-12-16 Nicholas Clarks/Nullhv/NULL/g;
2005-12-16 Nicholas Clarks/Nullav/NULL/g
2005-11-22 Dave Mitchellinclude PERL_TRACK_MEMPOOL in perl -V output
2005-11-12 Andy Lestermathoms prototypes aren't prototypes
2005-11-09 Steve PetersPatch from Gisle to add NO_MATHOMS to the Compile-time...
2005-11-09 Rafael Garcia-SuarezDon't declare a function inside another function
2005-11-08 Nicholas ClarkEliminate some unnecessary strlen()s
2005-11-08 Nicholas ClarkProbaby a good idea to include DEBUG_LEAKING_SCALARS...
2005-11-08 Benjamin SugarsRe: C<undef %::> considered harmful
2005-11-07 Jarkko HietaniemiSymbian update blead@26025
2005-11-04 Gisle AasRe: Configure -Dno_mathoms
2005-10-31 Andy LesterEtta James presents: More consting
2005-10-26 Nicholas ClarkMost platforms don't actually need PL_pidstatus, or...
2005-10-25 John E. MalmbergBack out change #25839, and apply :
2005-10-25 Nicholas ClarkWhoops. The Windows build is going to need to know...
2005-10-25 John E. MalmbergVMS exit handling still broken, need some help.
2005-10-23 Marcus Holland-MoritzFix mismatched braces in S_fd_on_nosuid_fs().
2005-10-20 John E. Malmberg[patch@25809]restore documented exit behavior
2005-10-17 Jarkko Hietaniemianother Symbian update: Alan's fault :-)
2005-10-16 John E. Malmberg[patch@25763] Fix VMS error/exit handling, update kill...
2005-10-13 Steve PetersAdd PERL_USE_SAFE_PUTENV to the compile time options...
2005-10-13 Andy LesterStas' croak patch and then some
2005-10-13 Rafael Garcia-SuarezIf /dev/null is not readable, perl -e fails with
2005-10-11 Rafael Garcia-SuarezComment fix
2005-10-11 Alan Burlisonenviron fixup
2005-10-06 Nicholas ClarkAvoid a cast
2005-10-06 H.Merijn BrandAdd -C to allowed $PERL5OPT options
2005-10-05 Andy LesterRe: [PATCH] Random constings and printf cleanup
2005-10-04 Gisle AasRe: $^CHILD_ERROR_NATIVE issues (with attachment)
2005-09-29 Dave MitchellPL_defoutgv could be used after being freed
2005-09-29 Nicholas ClarkAttempting to do too many things simultaneously with...
2005-09-28 Nicholas ClarkWe can use the C pre-processor to build a single, longe...
2005-09-18 Nicholas ClarkIt looks like the only way to reliably make Perl_hv_nam...
2005-08-09 Steve PetersFix a couple of random warnings
2005-07-20 Jarkko Hietaniemisupport POSIX SA_SIGINFO
2005-07-15 Andy Lestermore embed cleanup
2005-07-13 Steve HayMake -V "Compile-time options" list everything used...
2005-07-12 Steve HayChange New*() to Newx*() in various comments and docume...
2005-07-10 Andy LesterMaking my way thru embed.fnc
2005-07-08 Jim CromieRe: janitorial work ? [patch]
2005-07-02 Nicholas ClarkDon't check the pointer is non-NULL before calling...
2005-06-30 Nicholas ClarkA terser way of implementing require_pv.
2005-06-30 Nicholas ClarkAvoid using PL_Sv in the -V argument processing.
2005-06-30 Nicholas ClarkUse Perl_sv_catpvf to shorten the code (source and...
2005-06-30 Nicholas ClarkThe core shouldn't be using PL_na
2005-06-30 Nicholas Clark-V:... would get upset (syntax error) if ... contained...
2005-06-30 Nicholas ClarkReplace newSVpv(...,0) with newSVpvn where we know...
2005-06-30 Nicholas ClarkWhy use Perl_form and newSVpv when newSVpvf will do...
2005-06-29 Nicholas ClarkFirst stab at not automatically creating an unused...
2005-06-27 Andy LesterWe're going round in circles with pp_sys.c
2005-06-26 Nicholas ClarkTweak the child dump socket protocol to return error...
2005-06-26 Nicholas ClarkWhen using DEBUG_LEAKING_SCALARS_FORK_DUMP it's possibl...
2005-06-25 Nicholas ClarkIf forking during global destruction, the child needs...
2005-06-24 Nicholas ClarkExtend DEBUG_LEAKING_SCALARS_FORK_DUMP so it can also...
2005-06-23 Nicholas ClarkRe-initialise PL_curcop to &PL_compiling before destroy...
2005-06-23 Andy LesterConst Boy II: The Localizing
2005-06-22 Nicholas ClarkAdd facility to fork() early in perl_destruct and use...
2005-06-22 Nicholas ClarkNow that the global string table is using a single...
2005-06-20 Rafael Garcia-Suarezperl -v was outputting a double v (spotted by Jarkko)
2005-06-20 Rafael Garcia-SuarezRemove the deprecated $# variable
next