summaryrefslogtreecommitdiff
path: root/pp_ctl.c
Commit message (Expand)AuthorAgeFilesLines
* Implement the sort pragma. Split sort code from pp_ctl.cJarkko Hietaniemi2001-11-211-771/+1
* [PATCH] Doc spellcheck + podcheckAbhijit Menon-Sen2001-11-161-1/+1
* Quieten pgcc 2.91.66 worries.Jarkko Hietaniemi2001-11-141-1/+1
* If an encoding is set by -M/-m, it must be inJarkko Hietaniemi2001-11-011-1/+13
* vmsish fix, ieee rand() cleanupCharles Lane2001-10-191-0/+1
* Oh, bother. In Tru64 cc -std1 was looking rather niceJarkko Hietaniemi2001-10-171-1/+1
* (retracted by #12485)Jarkko Hietaniemi2001-10-171-1/+1
* two s/// bugfixesRafael Garcia-Suarez2001-10-101-0/+2
* sortsv not in place anymore, noticed by John P. Linderman.Jarkko Hietaniemi2001-10-011-1/+1
* Patch to put qsortsv in the public APIBrian Ingerson2001-09-301-6/+16
* Allow an @INC hook to set %INCRafael Garcia-Suarez2001-09-281-4/+8
* Integrate macperl changes from Chris Nandor:Jarkko Hietaniemi2001-09-261-1/+1
* warning on v-string in use/requireJohn Peacock2001-09-251-0/+3
* proposal : put the @INC-hooks directly in %INCRafael Garcia-Suarez2001-09-231-1/+5
* avoid v-strings with require/useRonald J. Kimball2001-09-211-1/+1
* Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{C...Hugo van der Sanden2001-09-151-6/+0
* Silence some more warnings INT2PTR.Artur Bergman2001-09-101-1/+1
* remove deprecated PERL_OBJECT cruft, it has long since stoppedGurusamy Sarathy2001-08-311-56/+26
* put useful info in %INC for files loaded by a hook in @INCRafael Garcia-Suarez2001-08-281-1/+1
* Changes USE_THREADS to USE_5005THREADS in the entire source.Artur Bergman2001-08-271-31/+31
* Custom OpsSimon Cozens2001-08-271-10/+10
* Re: The coderef in @INC strikes backNicholas Clark2001-08-251-1/+3
* Not quite so relicy as thought in #11651 (op/concat #4 and #5Jarkko Hietaniemi2001-08-121-0/+9
* More (less) regex/utf8 relics. (Toned down later in #11653.)Jarkko Hietaniemi2001-08-121-9/+0
* Re: [PATCH] Small fix to pp_gmtimeDoug MacEachern2001-07-111-2/+7
* Re: Bug report: split splits on wrong patternAbhijit Menon-Sen2001-07-021-4/+3
* Re: Bug report: split splits on wrong patternRadu Greab2001-06-291-2/+5
* Argh. How hard it can be to re-apply a patch manually? :-)Jarkko Hietaniemi2001-06-241-4/+3
* De-cut-and-pasto in #10902.Jarkko Hietaniemi2001-06-241-22/+2
* The #10771 didn't take?Jarkko Hietaniemi2001-06-241-0/+28
* Step 2: Use the new PM_GETRE/SETRE macros everywhere.Richard Soderberg2001-06-211-18/+11
* Make /o work under i?threadsRichard Soderberg2001-06-211-0/+7
* Integrate change #10448 from maintperl; lexicalsJarkko Hietaniemi2001-06-061-0/+3
* Integrate change #10412 from maintperl; locale is nowJarkko Hietaniemi2001-06-031-1/+1
* [PATCH] DEBUG_* macro cleanupsAbhijit Menon-Sen2001-05-311-1/+1
* Salvage bits and pieces from the experimental 'utf8 everywhere'Jarkko Hietaniemi2001-05-311-1/+1
* More -Wall sweeping.Jarkko Hietaniemi2001-05-301-13/+13
* Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not ...Hugo van der Sanden2001-05-291-4/+0
* [LARGE!] symbolic magicDave Mitchell2001-05-201-5/+5
* require $mod where $mod has touched numeric contextGisle Aas2001-05-201-1/+1
* Integrate change #10100 from maintperl.Jarkko Hietaniemi2001-05-141-2/+3
* Integrate changes #9584,9587 from maintperl into mainline.Jarkko Hietaniemi2001-04-061-1/+1
* Propagate calling context for do '...'Gisle Aas2001-04-051-2/+2
* PATCH: cosmetic tweak in pp_ctl.cRobin Houston2001-03-191-1/+1
* Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when thatNick Ing-Simmons2001-03-181-1/+7
* PATCH: make goto work in nested eval ""Robin Houston2001-03-141-1/+5
* PATCH for [ID 20010305.003]Robin Houston2001-03-141-0/+13
* Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;...Robin Houston2001-03-141-3/+5
* Integrate change #9108 from maintperl to mainline.Jarkko Hietaniemi2001-03-121-40/+0
* EBCDIC sanity - phase INick Ing-Simmons2001-03-101-4/+4