summaryrefslogtreecommitdiff
path: root/pp_ctl.c
Commit message (Expand)AuthorAgeFilesLines
* Mi splgn s gnin.gJarkko Hietaniemi2000-09-011-1/+1
* Mergesort is back.Jarkko Hietaniemi2000-09-011-632/+319
* Retract the mergesort code, way too incompatible licensingJarkko Hietaniemi2000-09-011-327/+633
* Small tweaks all over.Jarkko Hietaniemi2000-08-311-3/+9
* Further rewording.Jarkko Hietaniemi2000-08-311-42/+8
* Clarify the mergesort situation.Jarkko Hietaniemi2000-08-311-0/+22
* Change the internal implementation of sort() to be mergesortJarkko Hietaniemi2000-08-301-632/+332
* The numeric locale was reset to "C" by s?printf and never restored.Christian Kirsch2000-08-161-1/+1
* Have symbols for the IoTYPEs.Jarkko Hietaniemi2000-08-061-1/+1
* MacOS nits from Matthias Neeracher.Jarkko Hietaniemi2000-07-261-2/+2
* Add an optimization for map-maps-a-list-element-to-more-list-elementsBen Tilly2000-07-241-1/+12
* Documentation to explain the behaviour of map().Gurusamy Sarathy2000-07-241-10/+24
* integrate cfgperl changes#6293..6324 into mainlineGurusamy Sarathy2000-07-111-2/+2
* integrate cfgperl changes#6207..6210 into mainlineGurusamy Sarathy2000-07-111-0/+4
* dounwind() may cause POPSUB() to diddle the wrong PL_curpadGurusamy Sarathy2000-06-301-0/+2
* tweak comment about @DB::argsGurusamy Sarathy2000-06-081-1/+1
* fix small eval"" memory leaks under USE_ITHREADSGurusamy Sarathy2000-06-021-5/+6
* MacOS support, part 1 (from Matthias NeeracherGurusamy Sarathy2000-05-281-0/+24
* warnings::enabled() doesn't fall back to looking at $^W ifGurusamy Sarathy2000-05-281-2/+5
* allow sort() reentrancy (variant of patch suggested byGurusamy Sarathy2000-04-271-7/+10
* change#4197 somehow missed initializing PL_errors, meaningGurusamy Sarathy2000-04-271-0/+1
* propagate lexical warnings from surrounding scope correctlyGurusamy Sarathy2000-04-241-3/+5
* arrange for next() to resume at the unstack op rather than theGurusamy Sarathy2000-04-241-7/+6
* avoid using uninitialized memory in require version checkGurusamy Sarathy2000-04-241-9/+4
* caller() wasn't returning the right number of elements forGurusamy Sarathy2000-04-241-1/+7
* make parenthetic warnings look consistent; make diagnostic onGurusamy Sarathy2000-03-211-4/+15
* support for C<use vmsish 'hushed'>; move VMSISH_EXIT out ofGurusamy Sarathy2000-03-191-2/+2
* final touches for lexical warnings (from Paul Marquess)Gurusamy Sarathy2000-03-131-5/+5
* the premature FREETMPS calls in change#1187 weren't defensive enoughGurusamy Sarathy2000-03-131-5/+11
* another long-standing eval bug: return doesn't reset $@ correctlyGurusamy Sarathy2000-03-111-0/+5
* change#3511 was not defensive enough about try blocks, causingGurusamy Sarathy2000-03-111-1/+3
* do FILE should not see outside lexicals (from Rick DelaneyGurusamy Sarathy2000-03-081-1/+4
* skip null siblings encountered by goto out of loopish blockGurusamy Sarathy2000-03-071-4/+6
* fixes for most warnings identified by gcc -WallGurusamy Sarathy2000-03-051-8/+5
* change#4849 wasn't restoring savestack correctly; make loops that haveGurusamy Sarathy2000-02-251-10/+7
* adjust for lost fp precision in require version checkGurusamy Sarathy2000-02-221-5/+7
* lexical warnings update, ability to inspect bitmask in callingGurusamy Sarathy2000-02-201-23/+34
* make change#3386 a build-time option (avoids problems due toGurusamy Sarathy2000-02-201-0/+18
* more purification (pp_require() could access free memory; vdie()Gurusamy Sarathy2000-02-131-10/+10
* formline() could wipe out readonly-ness, freeing constantsGurusamy Sarathy2000-02-101-2/+7
* set SvUTF8 on vectors only if there are chars > 127; update copyrightGurusamy Sarathy2000-02-061-2/+2
* patch to provide more informative names for evals and anonymousGurusamy Sarathy2000-02-041-4/+22
* HINT_UTF8 is not propagated to the op tree anymore; add aGurusamy Sarathy2000-02-011-2/+0
* runtime now looks at the SVf_UTF8 bit on the SV to decideGurusamy Sarathy2000-01-311-4/+14
* fix localization in while BLOCK when there is a continue BLOCKGurusamy Sarathy2000-01-231-1/+2
* fix scope cleanup when next jumps to a continue block; this is ratherGurusamy Sarathy2000-01-231-3/+9
* add patch for printf-style format typechecks (from Robin BarkerGurusamy Sarathy2000-01-221-5/+4
* range operator does magical string increment iff both operandsGurusamy Sarathy1999-12-281-2/+8
* support for v5.5.640 style version numbersGurusamy Sarathy1999-12-241-4/+48
* revert optimization in change#4700 (it appears OPpRUNTIME flagGurusamy Sarathy1999-12-201-7/+0