Get mad compiling as C++. (At least for me)
[p5sagit/p5-mst-13.2.git] / perl.c
2007-09-15 Nicholas Clark Move all the compile time options that affect binary...
2007-09-15 Nicholas Clark Rejig the word wrapping code for the "Compile-time...
2007-09-15 Nicholas Clark Save some C<","> in the embedded program used to genera...
2007-09-03 Rafael Garcia-Suarez Deprecate the -P switch.
2007-08-08 Abhijit Menon-Sen Revert #31690, because it can make -x eat arguments...
2007-08-08 Abhijit Menon-Sen Make '-xx' and '-x x' work the same way (see #44387).
2007-07-19 Dave Mitchell fix up some nested #ifdef indentation
2007-07-19 Dave Mitchell silence 'unused var' compiler warning
2007-06-17 Rafael Garcia-Suarez Patches to compile perl on Cray XT4 Catamount/Qk, by...
2007-06-05 Rafael Garcia-Suarez Remove support for assertions and -A
2007-05-21 Dave Mitchell move PL_error_count into the PL_parser struct
2007-05-20 Dave Mitchell delete thrdvar.h and move its contents to intrpvar.h
2007-05-12 Dave Mitchell move PL_rsfp_filters into the parser struct
2007-05-11 Dave Mitchell move PL_rsfp into the PL_parser struct
2007-05-05 Dave Mitchell move PL_lex_state into the PL_parser struct
2007-04-30 Brandon Black Re: mro status, etc
2007-04-26 Dave Mitchell eliminate "unused var" warning
2007-04-24 Dave Mitchell move PL_linestr from the interpreter struct to the...
2007-04-23 Dave Mitchell eliminate some uses of PL_linestr in perl.c
2007-04-23 Dave Mitchell inline S_init_lexer() and regen
2007-04-23 Dave Mitchell make initialisation of PL_sv_no etc unconditional
2007-04-21 Rafael Garcia-Suarez Upgrade to version-0.7203.
2007-04-19 Brandon Black Re: new C3 MRO patch
2007-04-10 Nicholas Clark Silence the g++ warnings "right-hand operand of comma...
2007-04-06 Gerard Goossen MAD do not ignore errors from 'use'
2007-04-02 Nicholas Clark Cleanups for PERL_DEBUG_READONLY_OPS debugging code...
2007-04-02 Nicholas Clark Add a new compile option PERL_DEBUG_READONLY_OPS which...
2007-04-01 Dave Mitchell Eliminate the use of PL_curforce outside of toke.c
2007-03-21 Nicholas Clark Add some PERL_MEM* defines to the -V output that were...
2007-03-19 Rafael Garcia-Suarez Upgrade to version.pm 0.71, by John Peacock
2007-03-07 Rafael Garcia-Suarez Use another method to avoid the "possible interpolation...
2007-03-07 Rafael Garcia-Suarez Avoid to load the *+ and *- globs too early.
2007-03-03 Rafael Garcia-Suarez Add a volatile modifier to avoid possible cloberring...
2007-02-18 Nicholas Clark More efficient to call newSV_type() then SvGROW() inste...
2007-02-18 Nicholas Clark Add a new API function newSV_type, to replace the idiom:
2007-02-12 Nicholas Clark Integrate:
2007-02-06 Jan Dubois fix 2 environment handling bugs
2007-02-04 Nicholas Clark Change 23753 wasn't quite a perfect refactoring, as...
2007-02-03 Nicholas Clark Purge all references to 5005 threads variables in the...
2007-01-29 Nicholas Clark Add av_create_and_push() and av_create_and_unshift_one...
2007-01-18 Nicholas Clark Add in missing dVAR that prevents compilation with
2007-01-15 Nicholas Clark Add get_cvn_flags(), which is like get_cv() but takes...
2007-01-15 Dave Mitchell extend threads 'veto cleanup' to perl_free and system...
2007-01-11 Steve Hay Update copyright year in "perl -v" output
2007-01-08 Rafael Garcia-Suarez Turn taint warnings (-t) into severe warnings, so they're
2007-01-05 Rafael Garcia-Suarez Fix the interaction of -w and -t when provided on the...
2007-01-05 Rafael Garcia-Suarez Update copyright years in .c files
2007-01-04 Marcus Holland-Moritz 4th patch from:
2007-01-04 Marcus Holland-Moritz The first three patches from:
2006-12-19 Jan Dubois Don't destroy the Unicode system environment on Perl...
2006-12-18 Ilya Zakharevich OS/2-specific fixes, round II
2006-12-18 Jarkko Hietaniemi perl.c: leak avoidance
2006-11-30 Jarkko Hietaniemi No code specified for -.
2006-10-31 Nicholas Clark Missed a ) in a comment.
2006-10-30 Steve Peters VOL should be used instead of volatile in the core.
2006-10-25 Rafael Garcia-Suarez Fix small leak with -F at interpreter destruction
2006-10-19 Alexander Gough stab at UNITCHECK blocks
2006-10-03 Jim Cromie [patch] convert spare debug flag to DEBUG_U, for Unoffi...
2006-09-25 Dave Mitchell eliminate PL_regindent and improve -Mre=Debug,STATE...
2006-07-13 Steve Peters Clear up a few more warnings from blead.
2006-06-30 Rafael Garcia-Suarez PERL_UNUSED_CONTEXT is not enough to silence warnings...
2006-05-20 Nicholas Clark Abolish cop_io (the simple way) by storing the value...
2006-05-20 Nicholas Clark Rename cop_hints to cop_hints_hash
2006-04-28 Jarkko Hietaniemi reduce gcc -ansi -pedantic noise plus a suggestion
2006-04-26 Marcus Holland-Moritz Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
2006-04-24 Andy Lester Inlining static funcs in perl.c
2006-04-17 Nicholas Clark Turn on UTF8 cache assertions with -Ca
2006-04-13 Steve Hay Re: [PATCH] add pTHX_ parameter to new_warnings_bitfield()
2006-04-12 Nicholas Clark Change cop_warnings from an SV holding the warnings...
2006-04-11 Nicholas Clark Need to migrate the refcounted_he structure to be prope...
2006-04-07 Gisle Aas Make perl_fini() run when compiling perl with
2006-04-07 Nicholas Clark Oops. Being too terse for my own good - it's not a...
2006-04-06 Nicholas Clark Move all the regexp state variables into a single struc...
2006-04-02 Dave Mitchell use slabs to allocate save state space in regmatch()
2006-03-31 Nicholas Clark Serialise changes to %^H onto the current COP. Return...
2006-03-31 Andy Lester Random accumulated patches
2006-03-30 Gisle Aas Introduce d_sitearch and d_inc_version_list config...
2006-03-27 Nicholas Clark Merge the cut ...
2006-03-25 Nicholas Clark PL_multiline isn't referenced, and can be removed.
2006-03-10 Nicholas Clark Move the 12 static MAD variables from toke.c into the...
2006-03-09 Nicholas Clark Avoid scribbling on the passed in command line string...
2006-03-08 Nicholas Clark Further MAD changes.
2006-03-08 Nicholas Clark Oops. Didn't mean to commit 27426 to maint first. Integ...
2006-03-07 Nicholas Clark Add a Configure question for mad (Misc Attribute Decora...
2006-03-06 Marcus Holland-Moritz Don't free thread memory if PERL_DESTRUCT_LEVEL is...
2006-03-01 Rafael Garcia-Suarez Don't put strings with embedded NULs in the environment.
2006-02-27 Andy Lester Speedups and shrinkages of SvREFCNT_inc
2006-02-24 Andy Lester unused context warnings
2006-02-20 Rafael Garcia-Suarez More NullXXX macro removal from Andy Lester
2006-02-17 Robin Houston Re: Perl_sighandler voodoo (was Re: Smoke [5.8.7] 26127...
2006-02-15 Gisle Aas Get perl_fini() running on HP-UX again.
2006-02-09 Andy Lester Trying my "remove the pTHXes" patch again
2006-02-08 Andy Lester Handle unused args
2006-02-06 Nicholas Clark Expunge USE_5005THREADS from perl.c
2006-02-05 Nicholas Clark Yes, I broke Win32 with change 27089 by having a {...
2006-02-05 Nicholas Clark Without this Windows and Netware compilers should be...
2006-02-04 Nicholas Clark Enhance PERL_TRACK_MEMPOOL so that it also emulates...
2006-02-04 Nicholas Clark Remove obsolete comment.
2006-02-03 Nicholas Clark S_find_beginning is only called from one place, so...
2006-02-03 Nicholas Clark And as we've now got to the point where all calls to...
next