summaryrefslogtreecommitdiff
path: root/perl.c
Commit message (Expand)AuthorAgeFilesLines
* allow recursive FETCHesDave Mitchell2003-04-191-1/+1
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+2
* Noted by Nat: -0 didn't work that well with Unicode.Jarkko Hietaniemi2003-04-101-13/+36
* Add packname->stash cache before the check if a packname is aArtur Bergman2003-04-021-0/+5
* fix for switchC.t test#6 failure on windowsGurusamy Sarathy2003-03-141-4/+0
* Cygwin doesn't like initing the $0 mutex in perl_construct()Jarkko Hietaniemi2003-03-121-3/+1
* WinCE tweaks from Vadim Konovalov.Jarkko Hietaniemi2003-03-111-2/+2
* clear PL_exitlist in perl_destructCraig A. Berry2003-03-111-0/+3
* Bunch of doc patches from Stas; plus regen.Stas Bekman2003-03-101-1/+1
* Make the -A switch work without an assertion name.Rafael Garcia-Suarez2003-03-061-4/+4
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-2/+2
* The -CI cannot be easily tested under UTF-8 locale withJarkko Hietaniemi2003-03-021-6/+7
* PERL_SIGNALS=unsafe enables the old unsafe/immediate signals.Jarkko Hietaniemi2003-02-241-0/+9
* Make also the -CAL conditional on locale.Jarkko Hietaniemi2003-02-171-2/+4
* add support for assertions. Updated form of:Salvador FandiƱo2003-02-161-1/+18
* The new(er) way of controlling Unicode I/O (and other) features;Jarkko Hietaniemi2003-02-151-23/+40
* Allow explicit -C enable/disable by -C:1/-C:0Jarkko Hietaniemi2003-01-211-0/+4
* perl version reportingH.Merijn Brand2003-01-211-6/+3
* Make the locale-induced UTF-8-ification of STD fhsJarkko Hietaniemi2003-01-161-5/+6
* %_ (was Re: [PATCH] operation on `PL_na' may be undefined)Nicholas Clark2003-01-071-2/+1
* Fix up #18229.Jarkko Hietaniemi2002-12-031-4/+3
* $0 mofifying part IJarkko Hietaniemi2002-12-021-20/+5
* optional code for debugging leaking scalarsDave Mitchell2002-11-161-0/+18
* Re: [perl #18066] Bug in -I when path has double colons?Slaven Rezic2002-11-041-29/+32
* PL_curpad == AvARRAY(PL_comppad) alwaysDave Mitchell2002-10-221-2/+0
* Happy chainsaw stories; The removal of the 5005 threadsH.Merijn Brand2002-10-191-132/+2
* The -0 command-line switch wasn't setting $/ at compile-time.Rafael Garcia-Suarez2002-10-121-6/+1
* move all pad-related code to its own src fileDave Mitchell2002-10-021-20/+3
* Remove package; (Heh heh.)Abhijit Menon-Sen2002-09-291-1/+0
* enable -ansi -pedanticJarkko Hietaniemi2002-09-261-1/+1
* LEAKTEST is dead, RIPH.Merijn Brand2002-09-261-1/+1
* use sysconf(_SC_CLK_TCK) for times()Jarkko Hietaniemi2002-09-041-0/+20
* B::check_av() ; B::Deparse for CHECK blocksRafael Garcia-Suarez2002-08-291-4/+14
* posixify getppid on linux-multithreadRafael Garcia-Suarez2002-08-291-0/+3
* Clean up copy-on-write macros and debug facilities (new flag 'C').Nicholas Clark2002-08-201-1/+1
* add verbose stack display option, -DvsDave Mitchell2002-08-121-1/+1
* Integrate from maint-5.6/macperl via macperlHugo van der Sanden2002-08-051-4/+18
* 5.8.0-RC1 on SunOS 4!Robin Barker2002-07-091-1/+1
* Spurious empty statements.Jarkko Hietaniemi2002-06-151-2/+2
* Possible cure forAlessandro Forghieri2002-06-151-1/+2
* Re: RC1 on Playstation2Tim Jenness2002-06-121-0/+11
* NI-S doesn't need these comments :-) but I'm commenting anyway.Jarkko Hietaniemi2002-06-101-0/+5
* With -Ud_stdstdio perl -v and perl -h didn't flush theirJarkko Hietaniemi2002-06-061-2/+2
* [Patch] Inplace editing on Cygwin and others?Gerrit P. Haase2002-06-011-0/+6
* Integrate macperl patch #16868.Jarkko Hietaniemi2002-05-301-3/+8
* manual integrate of change#16332 from maint-5.6 branchGurusamy Sarathy2002-05-021-2/+14
* Fix the "PerlIO require leak". Snag was that clean_objsNick Ing-Simmons2002-05-021-4/+8
* NetWare changeover from Watcom to Codewarrior, from C Aditya.Jarkko Hietaniemi2002-04-221-1/+6
* fixes for all the warnings reported by Visual C (most of thisGurusamy Sarathy2002-04-211-1/+1
* Windows 64-bit support:Gurusamy Sarathy2002-04-211-5/+5