summaryrefslogtreecommitdiff
path: root/pp_ctl.c
Commit message (Expand)AuthorAgeFilesLines
* lexicals not recognized in a run-time (?{})Jarkko Hietaniemi2000-11-201-1/+1
* Lexical use open ... support:Nick Ing-Simmons2000-11-181-30/+39
* Fix for bug id 19990615.008, pos() unset during s///ge.Jarkko Hietaniemi2000-11-051-0/+15
* Zero-padded Numerics in Perl FormatJohn Peacock2000-10-251-0/+56
* Continue the internal UTF-8 API tweaking.Jarkko Hietaniemi2000-10-251-3/+3
* Make the UTF-8 decoding stricter and more verbose whenJarkko Hietaniemi2000-10-241-4/+4
* Re: [ID 20001018.008] flip-flop bug when there's no <FH> Hugo van der Sanden2000-10-181-4/+11
* save_re_context() could reset PL_curcop to freed memory, causing coreGurusamy Sarathy2000-10-081-0/+6
* The HINT_BYTE patch is apparently unnecessary, retracted.Jarkko Hietaniemi2000-10-061-8/+0
* Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.Jarkko Hietaniemi2000-10-061-0/+8
* Inside require() $^S was always left undefined.Ilya Zakharevich2000-10-031-1/+4
* Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.Nick Ing-Simmons2000-09-301-3/+3
* Batch of UTF-8 patches from Simon Cozens.Jarkko Hietaniemi2000-09-141-3/+3
* 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