Update to Module::CoreList 3.04.
[p5sagit/p5-mst-13.2.git] / perl.c
2006-02-02 Nicholas Clark Yet more instances of gv_fetchpv... that should be...
2006-01-31 Nicholas Clark Make Perl_gv_fetchpvn_flags actually heed the passed...
2006-01-30 Nicholas Clark Use a union for storing the shared hash key reference...
2006-01-29 Nicholas Clark Avoid using space to create 2 functions just to force...
2006-01-28 Nicholas Clark Add gv_fetchpvs, which uses STR_WITH_LEN to call gv_fet...
2006-01-26 Yves Orton Make dump and -u croak on Win32 and Cygwin to avoid...
2006-01-24 Rafael Garcia-Suarez Fix a regression on suidperl : the error message "No...
2006-01-24 Steve Hay SPRINTF_RETURNS_STRLEN isn't really a compile-time...
2006-01-18 Steve Hay Change all NEWSV() to newSV() in the core and non-dual...
2006-01-11 Gisle Aas Make setting 'PL_origalen = 1' before perl_parse()...
2006-01-10 Gisle Aas Avoid possible dereference of NULL in the initializatio...
2006-01-06 Jarkko Hietaniemi sprinkle dVAR
2006-01-06 Gisle Aas Move "DEVEL####" marker to the 'perl -v' output.
2006-01-06 Steve Peters Replacing broken call to savepvn() with savepvs() to...
2006-01-06 Gisle Aas Make '-s' on the shebang line able to parse -foo=bar...
2006-01-04 Gisle Aas Make the new STR_WITH_LEN() affected compile under...
2006-01-04 Gisle Aas Introduce newSVpvs_share() macro.
2006-01-04 Gisle Aas Get rid of a few more hardcoded string lengths.
2006-01-04 Gisle Aas Get rid of a few more hardcoded string lengths.
2006-01-04 Gisle Aas Introduce the macros newSVpvs(str) and sv_catpvs(sv...
2006-01-02 Nicholas Clark Happy New Year. (It's not just embed.pl).
2005-12-30 Nicholas Clark Tweak S_init_main_stash so as allocate PL_curstname...
2005-12-30 Dave Mitchell fix errors in new MY_CTX code
2005-12-29 Andy Lester av.c cleanup, plus!
2005-12-21 Robin Houston Feature bundle is now :5.10, and add -E switch
2005-12-16 Nicholas Clark s/Nullhv/NULL/g;
2005-12-16 Nicholas Clark s/Nullav/NULL/g
2005-11-22 Dave Mitchell include PERL_TRACK_MEMPOOL in perl -V output
2005-11-12 Andy Lester mathoms prototypes aren't prototypes
2005-11-09 Steve Peters Patch from Gisle to add NO_MATHOMS to the Compile-time...
2005-11-09 Rafael Garcia-Suarez Don't declare a function inside another function
2005-11-08 Nicholas Clark Eliminate some unnecessary strlen()s
2005-11-08 Nicholas Clark Probaby a good idea to include DEBUG_LEAKING_SCALARS...
2005-11-08 Benjamin Sugars Re: C<undef %::> considered harmful
2005-11-07 Jarkko Hietaniemi Symbian update blead@26025
2005-11-04 Gisle Aas Re: Configure -Dno_mathoms
2005-10-31 Andy Lester Etta James presents: More consting
2005-10-26 Nicholas Clark Most platforms don't actually need PL_pidstatus, or...
2005-10-25 John E. Malmberg Back out change #25839, and apply :
2005-10-25 Nicholas Clark Whoops. The Windows build is going to need to know...
2005-10-25 John E. Malmberg VMS exit handling still broken, need some help.
2005-10-23 Marcus Holland-Moritz Fix mismatched braces in S_fd_on_nosuid_fs().
2005-10-20 John E. Malmberg [patch@25809]restore documented exit behavior
2005-10-17 Jarkko Hietaniemi another Symbian update: Alan's fault :-)
2005-10-16 John E. Malmberg [patch@25763] Fix VMS error/exit handling, update kill...
2005-10-13 Steve Peters Add PERL_USE_SAFE_PUTENV to the compile time options...
2005-10-13 Andy Lester Stas' croak patch and then some
2005-10-13 Rafael Garcia-Suarez If /dev/null is not readable, perl -e fails with
2005-10-11 Rafael Garcia-Suarez Comment fix
2005-10-11 Alan Burlison environ fixup
2005-10-06 Nicholas Clark Avoid a cast
2005-10-06 H.Merijn Brand Add -C to allowed $PERL5OPT options
2005-10-05 Andy Lester Re: [PATCH] Random constings and printf cleanup
2005-10-04 Gisle Aas Re: $^CHILD_ERROR_NATIVE issues (with attachment)
2005-09-29 Dave Mitchell PL_defoutgv could be used after being freed
2005-09-29 Nicholas Clark Attempting to do too many things simultaneously with...
2005-09-28 Nicholas Clark We can use the C pre-processor to build a single, longe...
2005-09-18 Nicholas Clark It looks like the only way to reliably make Perl_hv_nam...
2005-08-09 Steve Peters Fix a couple of random warnings
2005-07-20 Jarkko Hietaniemi support POSIX SA_SIGINFO
2005-07-15 Andy Lester more embed cleanup
2005-07-13 Steve Hay Make -V "Compile-time options" list everything used...
2005-07-12 Steve Hay Change New*() to Newx*() in various comments and docume...
2005-07-10 Andy Lester Making my way thru embed.fnc
2005-07-08 Jim Cromie Re: janitorial work ? [patch]
2005-07-02 Nicholas Clark Don't check the pointer is non-NULL before calling...
2005-06-30 Nicholas Clark A terser way of implementing require_pv.
2005-06-30 Nicholas Clark Avoid using PL_Sv in the -V argument processing.
2005-06-30 Nicholas Clark Use Perl_sv_catpvf to shorten the code (source and...
2005-06-30 Nicholas Clark The core shouldn't be using PL_na
2005-06-30 Nicholas Clark -V:... would get upset (syntax error) if ... contained...
2005-06-30 Nicholas Clark Replace newSVpv(...,0) with newSVpvn where we know...
2005-06-30 Nicholas Clark Why use Perl_form and newSVpv when newSVpvf will do...
2005-06-29 Nicholas Clark First stab at not automatically creating an unused...
2005-06-27 Andy Lester We're going round in circles with pp_sys.c
2005-06-26 Nicholas Clark Tweak the child dump socket protocol to return error...
2005-06-26 Nicholas Clark When using DEBUG_LEAKING_SCALARS_FORK_DUMP it's possibl...
2005-06-25 Nicholas Clark If forking during global destruction, the child needs...
2005-06-24 Nicholas Clark Extend DEBUG_LEAKING_SCALARS_FORK_DUMP so it can also...
2005-06-23 Nicholas Clark Re-initialise PL_curcop to ...
2005-06-23 Andy Lester Const Boy II: The Localizing
2005-06-22 Nicholas Clark Add facility to fork() early in perl_destruct and use...
2005-06-22 Nicholas Clark Now that the global string table is using a single...
2005-06-20 Rafael Garcia-Suarez perl -v was outputting a double v (spotted by Jarkko)
2005-06-20 Rafael Garcia-Suarez Remove the deprecated $# variable
2005-06-16 Andy Lester Removing /*SUPPRESS xxx*/
2005-06-16 Rafael Garcia-Suarez Revert part of change #24854
2005-06-15 Steve Peters Re: [PATCH] make -f invalid when USE_SITECUSTOMIZE...
2005-06-14 Salvador Fandiño better assertion support
2005-06-13 Nicholas Clark More SvPV consting
2005-06-13 Nicholas Clark We no longer need PL_shared_hek_table
2005-06-08 Nicholas Clark Remove repeated C<n_a>s
2005-06-08 Nicholas Clark n_a no more
2005-06-07 Nicholas Clark More SvPV consting
2005-06-03 Andy Lester Random consting
2005-06-02 Rafael Garcia-Suarez CPP typo fix (by Dominic Dunlop)
2005-06-02 H.Merijn Brand HP-UX specific #pragma entered in #23890 is not supported
2005-06-02 Andy Lester Quotes fixed, see also perl #36079
2005-05-25 Nicholas Clark Track the mapping between source shared hash keys and...
2005-05-23 Nicholas Clark PL_regex_padav elements hold either more AVs, or IVs...
next