summaryrefslogtreecommitdiff
path: root/perl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Always flush the PerlIO buffers after running END blocks in Artur Bergman2002-04-181-0/+3
* plug memory leak in perl_destruct() by cleaning out PL_debug_padDoug MacEachern2002-04-181-0/+10
* my $utf8here, our $utf8here, and package variable $utf8here.Jarkko Hietaniemi2002-04-161-0/+4
* Supporess spurious warnings for @+ and and @-Mark-Jason Dominus2002-04-151-4/+8
* Re: [PATCH 5.7.3] Suppress warnings about @F when -a flag suppliedMark-Jason Dominus2002-04-151-0/+4
* Make other nits nervous.Abhijit Menon-Sen2002-04-071-2/+0
* Prototype tweak for non-threaded builds.Jarkko Hietaniemi2002-04-031-1/+1
* Fix segfaults when mainthread exits with other threads running:Nick Ing-Simmons2002-04-031-7/+27
* Update my email address in perl.cPaul Green2002-04-021-1/+1
* yfix fix for VMS (was YYDEBUG etc.)Craig A. Berry2002-03-251-1/+1
* Forgotten from #15486.Jarkko Hietaniemi2002-03-251-1/+6
* In the spirit of #15464.Jarkko Hietaniemi2002-03-241-2/+2
* Re: [ID 20020323.002] recently-introduced regex segfault Michael G. Schwern2002-03-241-2/+0
* If it looks like UTF-8 (either nl_langinfo or locale variables),Jarkko Hietaniemi2002-03-201-0/+16
* Make regex DEBUGGING faster.Jarkko Hietaniemi2002-03-181-0/+5
* Monster _r patch: try to scan for all known _r variants,Jarkko Hietaniemi2002-03-151-2/+1
* Re: Win32: C:\Program FilesKen Williams2002-03-141-0/+1
* Typo fixes.Abhijit Menon-Sen2002-03-111-2/+2