summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Re: [PATCH] Making adding binary files possibleYves Orton2006-12-2011-272/+307
| | | | | | | Message-ID: <9b18b3110612200700k48157cd1n1f2305f306b7de32@mail.gmail.com> plus matching updates to Makefile.SH and patching.pod p4raw-id: //depot/perl@29604
* Open Configure to the world of 64bitonly environmentsH.Merijn Brand2006-12-201-5/+6
| | | p4raw-id: //depot/perl@29603
* Fix leaks in label strings allocation in COPsRafael Garcia-Suarez2006-12-206-191/+185
| | | p4raw-id: //depot/perl@29601
* Don't free the original label string when assigning it to cop_label,Rafael Garcia-Suarez2006-12-201-2/+3
| | | | | | since it comes directly from the parser. (That was making op/goto.t fail under threads and without debugging on some platforms.) p4raw-id: //depot/perl@29600
* threads::shared 1.06Jerry D. Hedden2006-12-205-56/+45
| | | | | | From: "Jerry D. Hedden" <jdhedden@yahoo.com> Message-ID: <525867.40748.qm@web30207.mail.mud.yahoo.com> p4raw-id: //depot/perl@29599
* Update cwd() to return the "short" pathname if the long one doesn't fit the ↵Jan Dubois2006-12-202-36/+106
| | | | | | | codepage Message-ID: <3rteo219or8hqr511e4vg1fnsgvgemb4sh@4ax.com> p4raw-id: //depot/perl@29598
* let readdir() return the alternate (short) filename if the long name is ↵Jan Dubois2006-12-201-9/+60
| | | | | | | outside the current codepage Message-ID: <8nmgo2dr5gtmv00gtfu07g7rdgitr859jk@4ax.com> p4raw-id: //depot/perl@29597
* Re: 'localtime' not thread-safe under HP-UX B.11.11/64Jerry D. Hedden2006-12-191-1/+7
| | | | | | From: "Jerry D. Hedden" <jdhedden@yahoo.com> Message-ID: <31291.28361.qm@web30205.mail.mud.yahoo.com> p4raw-id: //depot/perl@29596
* Proper cleanup for Errno.pmRafael Garcia-Suarez2006-12-191-1/+1
| | | p4raw-id: //depot/perl@29595
* Fix paths of pack.pl in patching.podRafael Garcia-Suarez2006-12-191-12/+12
| | | p4raw-id: //depot/perl@29594
* Making adding binary files possibleJos I. Boumans2006-12-195-5/+159
| | | | | | | | From: "Jos Boumans" <kane@dwim.org> Message-ID: <19978.80.127.35.68.1166212305.squirrel@webmail.xs4all.nl> with a few tweaks p4raw-id: //depot/perl@29593
* Add a regression test to verify that POSIX::AUTOLOAD works,Rafael Garcia-Suarez2006-12-192-1/+5
| | | | | and silence a potential warning from it. p4raw-id: //depot/perl@29592
* Disable strictures in POSIX AUTOLOADRafael Garcia-Suarez2006-12-191-0/+1
| | | p4raw-id: //depot/perl@29591
* Don't destroy the Unicode system environment on Perl startupJan Dubois2006-12-191-2/+4
| | | | | Message-ID: <bsbeo2hama2sdo3kqdbrdhp505caeft6h9@4ax.com> p4raw-id: //depot/perl@29590
* make -Dpv print 8 parser stack items, not 9Dave Mitchell2006-12-191-1/+1
| | | p4raw-id: //depot/perl@29589
* Making strict et al propagate into autoloaded subroutines seems aNicholas Clark2006-12-181-0/+17
| | | | | worthy todo. p4raw-id: //depot/perl@29588
* Ensure that POSIX.pm is strict and warnings compliant throughout ifNicholas Clark2006-12-181-3/+3
| | | | | the __END__ is temporarily removed. p4raw-id: //depot/perl@29587
* Given that POSIX already has AutoLoader loaded, move as much asNicholas Clark2006-12-181-57/+61
| | | | | | possible of POSIX::SigRt out to AutoLoadLand, so that it won't be loaded unless someone starts using the realtime signals interface. p4raw-id: //depot/perl@29586
* Re: [PATCH] do not meddle in the affairs of PERL_TRACK_MEMPOOLJarkko Hietaniemi2006-12-183-14/+17
| | | | | | | Message-ID: <4586084E.8040706@iki.fi> Introduce CopLABEL() macro to deal with labels attached to COPs. p4raw-id: //depot/perl@29585
* Re: [perl #41071] require stringifies code references in tied @INCRick Delaney2006-12-184-1/+21
| | | | | Message-ID: <20061216042825.GB23501@localhost.localdomain> p4raw-id: //depot/perl@29584
* ExtUtils/MakeMaker.pm: WriteEmptyMakefile() was ignoring FIRST_MAKEFILEIlya Zakharevich2006-12-181-11/+11
| | | | | | Subject: [PATCH 5.8.8] OS/2 build, small change Message-ID: <20061218092012.GA15022@powdermilk.math.berkeley.edu> p4raw-id: //depot/perl@29583
* lib/perl5db.pl: Remove code now moved to OS2::ProcessIlya Zakharevich2006-12-181-57/+12
| | | | | | Subject: [PATCH 5.8.8] OS/2 build, small change Message-ID: <20061218092012.GA15022@powdermilk.math.berkeley.edu> p4raw-id: //depot/perl@29582
* Bump version number of ExtUtils::MM_Unix after last changeRafael Garcia-Suarez2006-12-181-1/+1
| | | p4raw-id: //depot/perl@29581
* OS/2-specific fixes, round IIIlya Zakharevich2006-12-1817-146/+2080
| | | | | Message-ID: <20061218084524.GA14866@powdermilk.math.berkeley.edu> p4raw-id: //depot/perl@29580
* ExtUtils::Command is now maintained separately from MakeMakerRafael Garcia-Suarez2006-12-181-1/+1
| | | p4raw-id: //depot/perl@29579
* Fixes for the test suite on OS/2Ilya Zakharevich2006-12-186-11/+27
| | | | | Message-ID: <20061214023222.GA29084@powdermilk.math.berkeley.edu> p4raw-id: //depot/perl@29578
* OS/2: survive SIGCHLDIlya Zakharevich2006-12-182-1/+15
| | | | | | | | Message-ID: <20061218085519.GA14893@powdermilk.math.berkeley.edu> plus a perldiag entry for the new error, "Maximal count of pending signals (%s) exceeded" p4raw-id: //depot/perl@29577
* C++: regcomp.c and ext/Time/Piece/Piece.xsJarkko Hietaniemi2006-12-182-28/+35
| | | | | Message-ID: <45860ED9.9090808@iki.fi> p4raw-id: //depot/perl@29576
* PATCH: Add =encoding directive to non-latin READMEsSlaven Rezic2006-12-184-0/+7
| | | | | Message-ID: <87wt4sdtvv.fsf@biokovo.herceg.de> p4raw-id: //depot/perl@29575
* perl.c: leak avoidanceJarkko Hietaniemi2006-12-181-13/+16
| | | | | Message-ID: <4584234D.7070209@iki.fi> p4raw-id: //depot/perl@29574
* In vms/vms.c, don't prototype decw$term_port until after Craig A. Berry2006-12-181-16/+15
| | | | | | config.h (via perl.h) is included. That's where USE_VMS_DECTERM is defined. p4raw-id: //depot/perl@29573
* Don't try to build Win32 on VMSCraig A. Berry2006-12-181-0/+1
| | | p4raw-id: //depot/perl@29572
* POSIX::SigAction::new can be moved into the AUTOLOAD section.Nicholas Clark2006-12-181-1/+1
| | | p4raw-id: //depot/perl@29571
* move parser state into new parser object, PL_parserDave Mitchell2006-12-1810-84/+82
| | | p4raw-id: //depot/perl@29570
* merge the four parser stacks into oneDave Mitchell2006-12-173-715/+618
| | | p4raw-id: //depot/perl@29569
* delete dead code and macros from perly.cDave Mitchell2006-12-171-129/+3
| | | p4raw-id: //depot/perl@29568
* unify stacks arithmetic in parserDave Mitchell2006-12-171-16/+12
| | | p4raw-id: //depot/perl@29567
* Add a new flag SVprv_PCS_IMPORTED (which is a pseudonym for SVf_SCREAM)Nicholas Clark2006-12-166-2/+63
| | | | | | | to note when a proxy constant subroutine is copied. This allows us to correctly set GvIMPORTED_CV_on() if the symbol is ever turned into a real GV. p4raw-id: //depot/perl@29566
* Split out the use of SVp_SCREAM for GVs with GPs into a new symbolicNicholas Clark2006-12-166-13/+30
| | | | | flag SVpgv_GP, and use this in isGV_with_GP_on/off. p4raw-id: //depot/perl@29565
* remove extraneous declaration prom perly.tabDave Mitchell2006-12-162-2/+0
| | | p4raw-id: //depot/perl@29564
* threads 1.56Jerry D. Hedden2006-12-166-24/+27
| | | | | | From: "Jerry D. Hedden" <jdhedden@yahoo.com> Message-ID: <20061215172217.10959.qmail@web30211.mail.mud.yahoo.com> p4raw-id: //depot/perl@29563
* TODO addition by Jerry D. Hedden.Rafael Garcia-Suarez2006-12-161-0/+2
| | | p4raw-id: //depot/perl@29562
* don't include MAD code when its not neededDave Mitchell2006-12-161-3/+6
| | | p4raw-id: //depot/perl@29561
* fix a cast warning in perly.cDave Mitchell2006-12-161-1/+1
| | | p4raw-id: //depot/perl@29560
* Better documentation for SVf_UTF8. Including SvPV() 1st, SvUTF() 2nd.Nicholas Clark2006-12-151-2/+8
| | | p4raw-id: //depot/perl@29559
* Re: [PATCH] Errno doesnt rebuild when things it depends on in Config.pm changeYves Orton2006-12-151-0/+19
| | | | | Message-ID: <9b18b3110612150352y2394954bg5acd5ec5fd320d33@mail.gmail.com> p4raw-id: //depot/perl@29558
* threads 1.54 - Adds ->error() methodJerry D. Hedden2006-12-159-75/+233
| | | | | | From: "Jerry D. Hedden" <jdhedden@yahoo.com> Message-ID: <20061214191748.98286.qmail@web30209.mail.mud.yahoo.com> p4raw-id: //depot/perl@29557
* Silence a warning from (MinGW's) gccSteve Hay2006-12-141-1/+1
| | | p4raw-id: //depot/perl@29556
* perl5db.pl Mac OS X fixBo Lindbergh2006-12-141-0/+8
| | | | | Message-Id: <658AFA03-517E-4068-93CA-06D4A93B5CA5@hagernas.com> p4raw-id: //depot/perl@29555
* Turn a tab into 2 spaces to make more room for comments about SV flags.Nicholas Clark2006-12-141-59/+57
| | | | | | Sorry about damaging the change history - dig through this change with http://public.activestate.com/cgi-bin/perlbrowse?show_blame=Show+Annotated+File&filename=sv.h&rev=&change=29552 p4raw-id: //depot/perl@29554