summaryrefslogtreecommitdiff
path: root/pp_ctl.c
Commit message (Expand)AuthorAgeFilesLines
* Signedness nit.Jarkko Hietaniemi2001-01-151-2/+2
* More UTF-8 patches from Inaba Hiroto.Jarkko Hietaniemi2001-01-151-1/+6
* Consolidated lvalue sub changesStephen McCamant2001-01-121-0/+14
* UTF-8 cleanup.Jarkko Hietaniemi2001-01-051-1/+1
* Bump up Larry's copyright.Jarkko Hietaniemi2001-01-011-1/+1
* more UTF8 test suites and an UTF8 patchInaba Hiroto2000-12-301-5/+12
* Polymorphic regexps.Jarkko Hietaniemi2000-12-171-4/+7
* dTHR is a nop in 5.6.0 onwards. Ergo, it can go.Jarkko Hietaniemi2000-12-051-13/+0
* C<foreach my $x ...> in pseudo-fork()ed process may diddleGurusamy Sarathy2000-11-251-1/+3
* 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