summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* move PL_tokenbuf into the PL_parser structDave Mitchell2007-05-217-16/+4
| | | p4raw-id: //depot/perl@31252
* Update ChangesRafael Garcia-Suarez2007-05-211-0/+4771
| | | p4raw-id: //depot/perl@31251
* Skip ext/Win32/t/Unicode.t under CygwinJerry D. Hedden2007-05-211-0/+4
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510705190856o2a98f1a5sd6f316f863e60c87@mail.gmail.com> p4raw-id: //depot/perl@31250
* Skip win32core.t under CygwinJerry D. Hedden2007-05-211-1/+5
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510705190543r505cfc2fua18e87cd665b8f6e@mail.gmail.com> p4raw-id: //depot/perl@31249
* pp_sys.c: gethostbyaddrJarkko Hietaniemi2007-05-211-1/+1
| | | | | Message-ID: <465119DE.6040208@iki.fi> p4raw-id: //depot/perl@31248
* VMSify uupacktool.pl and run it during VMS build.Craig A. Berry2007-05-212-4/+48
| | | p4raw-id: //depot/perl@31247
* delete unused vars PL_av_fetch_sv, PL_hv_fetch_svDave Mitchell2007-05-204-15/+10
| | | | | | and fix 'duplicate symbol' warnings from embed.pl for utf8cache and sh_path p4raw-id: //depot/perl@31246
* delete thrdvar.h and move its contents to intrpvar.hDave Mitchell2007-05-2026-806/+731
| | | p4raw-id: //depot/perl@31245
* Minor perlreapi.pod cleanupÆvar Arnfjörð Bjarmason2007-05-202-43/+42
| | | | | | From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com> Message-ID: <51dd1af80705160938w13789b63m6d5f4710441ceac@mail.gmail.com> p4raw-id: //depot/perl@31244
* Update Archive::Tar to 1.31Rafael Garcia-Suarez2007-05-2013-751/+600
| | | p4raw-id: //depot/perl@31243
* RE: When is -DPERL_CORE required?Jan Dubois2007-05-201-4/+0
| | | | | | From: "Jan Dubois" <jand@activestate.com> Message-ID: <044601c79976$046691d0$0d33b570$@com> p4raw-id: //depot/perl@31242
* Don't use a regex match in lib/feature.pmÆvar Arnfjörð Bjarmason2007-05-201-8/+8
| | | | | | From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com> Message-ID: <51dd1af80705181316r15f65e45n55903de294565aa1@mail.gmail.com> p4raw-id: //depot/perl@31241
* Make VMS's home-grown glob() recognize a directory even withoutCraig A. Berry2007-05-201-0/+2
| | | | | tell-tale punctuation. p4raw-id: //depot/perl@31240
* Various mro updates from Brandon Black. References:Craig A. Berry2007-05-198-39/+191
| | | | | | | | <84621a60705111347q40f9dd9ciefa9468e9ff9ca6c@mail.gmail.com> <84621a60705121458i34ff361fh9166e8558781df41@mail.gmail.com> <84621a60705141111q70ed307r9181dfc2834a8f5c@mail.gmail.com> <84621a60705160937h53946fcfg70635908302724e8@mail.gmail.com> p4raw-id: //depot/perl@31239
* threads 1.62Jerry D. Hedden2007-05-189-221/+245
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510705170921g77d87898ye2c081fc0df53a9e@mail.gmail.com> p4raw-id: //depot/perl@31238
* Unicode::UCD: add general category and bidi type interfacesJarkko Hietaniemi2007-05-182-7/+135
| | | | | Message-Id: <200705180045.l4I0jTeI221780@kosh.hut.fi> p4raw-id: //depot/perl@31237
* When trimming long XS symbols on VMS, avoid warnings from operatorCraig A. Berry2007-05-181-5/+4
| | | | | | precedence mistakes, but for now give the same symbol mangling results as before. p4raw-id: //depot/perl@31236
* Upgrade to Win32-0.29Steve Hay2007-05-189-327/+1131
| | | p4raw-id: //depot/perl@31235
* todos for perl 5.12Jarkko Hietaniemi2007-05-171-4/+41
| | | | | | | Message-Id: <200705170125.l4H1PJNi198465@kosh.hut.fi> (plus a fix for 1 unescaped <>) p4raw-id: //depot/perl@31234
* Re: Thread fail/hang on HP-UX 10.20Jerry D. Hedden2007-05-163-1/+8
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510705161118x55e9d18crdf376ca469f97dc7@mail.gmail.com> p4raw-id: //depot/perl@31233
* Configure (and Makefile.SH): remove ODBM_File early if c++ (this time even ↵Jarkko Hietaniemi2007-05-162-37/+34
| | | | | | | with the Configure bits) Message-Id: <200705160233.l4G2XEET143034@kosh.hut.fi> p4raw-id: //depot/perl@31232
* DynaLoader doesn't seem to need -DPERL_CORE, and no other extensionsSteve Hay2007-05-161-1/+1
| | | | | | are compiled with it, so let's see if we can get away with removing it. Revert this change if it causes black smoke! p4raw-id: //depot/perl@31230
* A more general fix to non-threaded static extension build problemsSteve Hay2007-05-162-1/+28
| | | | | than #31220 was. p4raw-id: //depot/perl@31229
* Remove comment added by #31218 since the rest of that change wasSteve Hay2007-05-161-2/+0
| | | | | reverted by #31224 p4raw-id: //depot/perl@31228
* DBM_Filter test: use std test preambleJarkko Hietaniemi2007-05-161-2/+5
| | | | | Message-Id: <200705160229.l4G2THSE421947@kosh.hut.fi> p4raw-id: //depot/perl@31227
* Better suppression of Threads build (probably still needed on 5.8.x)Craig A. Berry2007-05-161-1/+6
| | | p4raw-id: //depot/perl@31226
* change 31200 broke src filters used within an evalDave Mitchell2007-05-151-1/+1
| | | | | eg BEGIN { eval q(use MyFilter) } would ignore the filter p4raw-id: //depot/perl@31225
* Move pmop.op_pmflags back to its previous location. The move inSteve Peters2007-05-151-1/+1
| | | | | | | change #31218 was causing segfaults in miniperl on 32-bit environments. p4raw-link: @31218 on //depot/perl: d7f23a062a625a1f0067a15d3cea5401ea21006c p4raw-id: //depot/perl@31224
* [PATCH] Math::BigInt v1.87Tels2007-05-156-134/+452
| | | | | | | | | | | | | | | | Date: Sun, 13 May 2007 14:34:11 +0000 Message-Id: <200705131434.11992@bloodgate.com> Subject: Re: [PATCH] Math::BigInt v1.87 (take 2) From: Tels <nospam-abuse@bloodgate.com> Date: Mon, 14 May 2007 15:41:36 +0000 Message-Id: <200705141541.40678@bloodgate.com> Subject: Re: [PATCH] Math::BigInt v1.87 (take 3) From: Tels <nospam-abuse@bloodgate.com> Date: Tue, 15 May 2007 19:02:54 +0000 Message-Id: <200705151902.57372@bloodgate.com> p4raw-id: //depot/perl@31222
* Win32CORE.c needed windows.hJerry D. Hedden2007-05-151-0/+3
| | | | | | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510705150609l1c178629i97091adbd02b6463@mail.gmail.com> (plus a #define to save windows.h pulling in so much stuff.) Fixes a build error on Cygwin caused by #31214. p4raw-id: //depot/perl@31221
* RE: Smoke summary results for maint and current on Win32Jan Dubois2007-05-151-0/+1
| | | | | | | | | | | | | | From: "Jan Dubois" <jand@activestate.com> Message-ID: <013401c79672$fbbdb320$f3391960$@com> Fixes non-threaded builds on Win32 (which had warnings with VC and errors with GCC) by compiling the statically linked extension Win32CORE with -DPERLDLL. The same fix should be applied more generally to all statically linked extensions so a further change may be forthcoming, but this at least gets the standard non-threaded build working again. p4raw-id: //depot/perl@31220
* RE: [perl #42925] Win32::GetLastError fails when first calledJan Dubois2007-05-151-1/+7
| | | | | | | | | From: "Jan Dubois" <jand@activestate.com> Message-ID: <014e01c79675$c8bfc6e0$5a3f54a0$@com> Improved test: make sure that Win32 isn't already loaded when you call Win32::GetLastError() p4raw-id: //depot/perl@31219
* BASEOP isn't an exact multiple of 8 bytes, so reordering pmop and copNicholas Clark2007-05-152-2/+6
| | | | | to put a 32 bit member first elimiates structure padding on LP64. p4raw-id: //depot/perl@31218
* PERL_IMPLICIT_CONTEXT is usually defined for threads, so assume thatNicholas Clark2007-05-142-8/+9
| | | | | | its int needs a friend under LP64. gcc -Wpaddedspotted padding I'd missed in thrdvar.h p4raw-id: //depot/perl@31217
* threads::shared 1.11Jerry D. Hedden2007-05-143-5/+5
| | | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510705140517n1c140d96nca36667bcbbc27f@mail.gmail.com> Date: Mon, 14 May 2007 08:17:51 -0400 p4raw-id: //depot/perl@31216
* Test for [perl #42925], which was fixed by #31214Steve Hay2007-05-141-1/+6
| | | p4raw-id: //depot/perl@31215
* RE: [perl #42925] Win32::GetLastError fails when first called Jan Dubois2007-05-141-0/+2
| | | | | | From: "Jan Dubois" <jand@activestate.com> Message-ID: <02bd01c79427$d36140b0$7a23c210$@com> p4raw-id: //depot/perl@31214
* Older versions of windres interpret "-I" as the input format,Steve Hay2007-05-141-1/+1
| | | | | so use the long option name "--include-dir" instead. p4raw-id: //depot/perl@31213
* Upgrade to Encode-2.21Steve Peters2007-05-138-7/+200
| | | p4raw-id: //depot/perl@31212
* Restore Windows NT supportJan Dubois2007-05-133-10/+16
| | | | | | From: "Jan Dubois" <jand@activestate.com> Message-ID: <02d101c79434$743be100$5cb3a300$@com> p4raw-id: //depot/perl@31211
* fix some (mostly MAD) compiler warningsDave Mitchell2007-05-134-183/+187
| | | p4raw-id: //depot/perl@31209
* Give the 'local' declarator a new key, such that 'local our'Gerard Goossen2007-05-124-2/+4
| | | | | | | | declaration don't have multiple 'd' keys. Subject: [PATCH] mad: different key for the locale declarator Message-Id: <20070508171125.GI17043@ostwald> p4raw-id: //depot/perl@31208
* move the logic of combining '_' and '#' with the previous logicGerard Goossen2007-05-122-7/+7
| | | | | | | | | from Nomad.pm to dump.c. So they are already combined in the XML dump. Subject: [PATCH] mad: combine whitespace keys '_' '#' in dump.c instead of Nomad.pm Message-Id: <20070508170341.GH17043@ostwald> p4raw-id: //depot/perl@31207
* Disable slurping assigned of split when PL_madskillsGerard Goossen2007-05-123-16/+1
| | | | | Message-Id: <20070508164400.GA15860@ostwald> p4raw-id: //depot/perl@31206
* Disable !a&&b, !b||a optimalization when PL_madskillsGerard Goossen2007-05-121-5/+2
| | | | | Message-Id: <20070508164556.GB15860@ostwald> p4raw-id: //depot/perl@31205
* Disable operator target setting for 'my' variables (OPpTARGET_MY)Gerard Goossen2007-05-123-26/+8
| | | | | | | | | | | | | | | when madskills is active. Remove the p55 code required for dealing with the optimized tree. Subject: [PATCH] disable operator with target my when madskills enabled Message-Id: <20070419133822.GG19244@ostwald> also: Remove the just remove madprop 'M' doc Message-ID: <20070419134549.GH19244@ostwald> p4raw-id: //depot/perl@31204
* move PL_in_my and PL_in_my_stash into the PL_parser structDave Mitchell2007-05-1211-38/+39
| | | p4raw-id: //depot/perl@31203
* eliminate a stray PL_lex_stateDave Mitchell2007-05-121-1/+1
| | | p4raw-id: //depot/perl@31202
* save old PL_curcop value in parser structDave Mitchell2007-05-122-2/+4
| | | p4raw-id: //depot/perl@31201
* move PL_rsfp_filters into the parser structDave Mitchell2007-05-1219-169/+191
| | | p4raw-id: //depot/perl@31200