summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix outdated URLs (from Michael G Schwern)Gurusamy Sarathy2000-02-2814-67/+72
| | | p4raw-id: //depot/perl@5319
* update Changes, patchlevel etc.Gurusamy Sarathy2000-02-2810-37/+954
| | | p4raw-id: //depot/perl@5318
* make stringwise bitops work properly on utf8 stringsGurusamy Sarathy2000-02-282-1/+88
| | | p4raw-id: //depot/perl@5317
*-. integrate cfgperl and vmsperl changes into mainlineGurusamy Sarathy2000-02-2821-141/+281
|\ \ | | | | | | p4raw-id: //depot/perl@5316
| | * The search for static _s-suffixex libs was broken;Jarkko Hietaniemi2000-02-282-4/+5
| | | | | | | | | | | | | | | add -L/lib/pa20_64 only iff there. p4raw-id: //depot/cfgperl@5315
| | * Even better use64bitall logic.Jarkko Hietaniemi2000-02-281-30/+35
| | | | | | | | | p4raw-id: //depot/cfgperl@5314
| | * Integrate with Sarathy.Jarkko Hietaniemi2000-02-288-116/+259
| | |\ | |_|/ |/| | p4raw-id: //depot/cfgperl@5313
| | * Ask about use64bitall regardless of whether use64bitint is defined.Jarkko Hietaniemi2000-02-281-20/+20
| | | | | | | | | p4raw-id: //depot/cfgperl@5312
| | * The #5249 wasn't doing any good.Jarkko Hietaniemi2000-02-282-2/+2
| | | | | | | | | p4raw-id: //depot/cfgperl@5309
| | * A less ambitious version of #5292.Jarkko Hietaniemi2000-02-281-9/+10
| | | | | | | | | p4raw-id: //depot/cfgperl@5307
| | * The #5292 was Not So Good Idea.Jarkko Hietaniemi2000-02-281-45/+15
| | | | | | | | | p4raw-id: //depot/cfgperl@5305
| | * Version number update.Jarkko Hietaniemi2000-02-272-2/+2
| | | | | | | | | p4raw-id: //depot/cfgperl@5295
| | * proto.h was mssing from the list of generated files;Jarkko Hietaniemi2000-02-271-15/+45
| | | | | | | | | | | | | | | | | | | | | added rules to generate any single wanted file (a bunch of other files may also be generated at the same time, as before) p4raw-id: //depot/cfgperl@5292
| | * Integrate with Sarathy.Jarkko Hietaniemi2000-02-2721-229/+276
| | |\ | | | | | | | | p4raw-id: //depot/cfgperl@5291
| * | \ Integrate mainlineCharles Bailey2000-02-2823-283/+342
| |\ \ \ | |/ / / |/| | | p4raw-id: //depot/vmsperl@5311
* | | | m/.*$/ etc should be m/.*\z/s in many file handling modules; fixGurusamy Sarathy2000-02-283-34/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | these insidious errors in File::Basename, File::Find and find2perl (from Tom Christiansen) TODO: many other modules need to be fixed as well! p4raw-id: //depot/perl@5296
* | | | typos in change#5293Gurusamy Sarathy2000-02-271-3/+3
| | | | | | | | | | | | | | | | | | | | p4raw-link: @5293 on //depot/perl: 479ba38336aaacaf3a7e00a4662d83e2dc833197 p4raw-id: //depot/perl@5294
* | | | support fields::new() and fields::phash() to create pseudo-hashGurusamy Sarathy2000-02-275-82/+225
| |_|/ |/| | | | | | | | | | | | | | | | | | | | objects and plain pseudo-hashes respectively (this avoids users from having to diddle %FIELDS directly); update documentation to suit (from original fields::phash() implementation by Peter Scott <Peter@PSDT.com>) p4raw-id: //depot/perl@5293
| | |
| \ \
*-. \ \ integrate cfgperl and vmsperl contents into mainlineGurusamy Sarathy2000-02-278-84/+259
|\ \ \ \ | | |_|/ | |/| | p4raw-id: //depot/perl@5290
| * | | Integrate with Sarathy.Jarkko Hietaniemi2000-02-271-1/+5
| |\ \ \ | | | | | | | | | | p4raw-id: //depot/cfgperl@5279
| * | | | Fix locale case-ignorant matching bug reported ingomar@md.media-web.de2000-02-272-11/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To: perl5-porters@perl.org Subject: [ID 20000223.005] Message-Id: <20000223160308.1830.qmail@md.media-web.de> p4raw-id: //depot/cfgperl@5277
| * | | | Integrate with Sarathy.Jarkko Hietaniemi2000-02-2634-239/+644
| |\ \ \ \ | | | | | | | | | | | | p4raw-id: //depot/cfgperl@5275
* | | | | | tweak change#5286 (we don't ever get to pp_glob() if we're usingGurusamy Sarathy2000-02-271-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the internal glob()) p4raw-link: @5286 on //depot/perl: 3a4b19e44cf4e74b7a6a58fed36ba3ca9cafc864 p4raw-id: //depot/perl@5289
* | | | | | djgpp update (from Laszlo Molnar)Gurusamy Sarathy2000-02-275-77/+15
| | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@5288
* | | | | | tweak comment about core glob()Gurusamy Sarathy2000-02-271-1/+2
| | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@5287
* | | | | | remove outdated info about csh and glob(); glob() need not failGurusamy Sarathy2000-02-277-73/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when tainting anymore if using internal globbing p4raw-id: //depot/perl@5286
* | | | | | make readdir() respect IOf_UNTAINT flag (allows untainting of directoryGurusamy Sarathy2000-02-271-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | handles with: C<use IO::Handle; opendir D, $dir or die; D->untaint;> p4raw-id: //depot/perl@5285
* | | | | | avoid compiler warnings (from Dan Sugalski)Gurusamy Sarathy2000-02-272-3/+3
| | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@5284
* | | | | | propagate utf8ness in sv_setsv() (from Gisle Aas)Gurusamy Sarathy2000-02-271-0/+5
| |_|/ / / |/| | | | | | | | | p4raw-id: //depot/perl@5283
| | | | * Revert File::Spec::Unix functions and keep VMS versions VMS-specificCharles Bailey2000-02-281-23/+15
| | | | | | | | | | | | | | | p4raw-id: //depot/vmsperl@5310
| | | | * Repair typo -- conjunction of variable with textCharles Bailey2000-02-281-3/+3
| | | | | | | | | | | | | | | p4raw-id: //depot/vmsperl@5308
| | | | * Defer inclusion of VMS-specific code to runtimeCharles Bailey2000-02-281-1/+1
| | | | | | | | | | | | | | | p4raw-id: //depot/vmsperl@5306
| | | | * Minor test updates to accomodate new subprocess invocationCharles Bailey2000-02-283-8/+3
| | | | | | | | | | | | | | | p4raw-id: //depot/vmsperl@5304
| | | | * Missed bit of #5302 (case-sensitive symbols)Charles Bailey2000-02-281-0/+2
| | | | | | | | | | | | | | | p4raw-id: //depot/vmsperl@5303
| | | | * Support case-sensitive symbols usage in linkerCharles Bailey2000-02-284-9/+24
| | | | | | | | | | | | | | | p4raw-id: //depot/vmsperl@5302
| | | | * Free $PARSE context after lookupsCharles Bailey2000-02-281-7/+32
| | | | | | | | | | | | | | | p4raw-id: //depot/vmsperl@5301
| | | | * Don't wait for subprocess to read final EOFCharles Bailey2000-02-281-1/+1
| | | | | | | | | | | | | | | p4raw-id: //depot/vmsperl@5300
| | | | * Dan Sugalski's config/build changes to .660Charles Bailey2000-02-283-21/+130
| | | | | | | | | | | | | | | p4raw-id: //depot/vmsperl@5299
| | | | * When testing CGI.pm, use its notion of CRLFCharles Bailey2000-02-281-17/+10
| | | | | | | | | | | | | | | p4raw-id: //depot/vmsperl@5298
| | | | * Quote command line args which need to be upper caseCharles Bailey2000-02-281-2/+4
| | | |/ | | | | | | | | | | | | | | | | Tell subprocess we're finished before waiting for it p4raw-id: //depot/vmsperl@5297
| | | * Impose security constraints on lnm lookup only if taintingCharles Bailey2000-02-271-0/+4
| | | | | | | | | | | | p4raw-id: //depot/vmsperl@5282
| | | * Add new File::Spec::VMS methodsCharles Bailey2000-02-275-26/+140
| | | | | | | | | | | | | | | | | | | | | | | | Don't add implicit device in VMS <-> Unix filespec translation Make File::Spec::Unix{rel2abs|abs2rel} OS-independent p4raw-id: //depot/vmsperl@5281
| | | * Accept filespecs as command verbs for subprocessesCharles Bailey2000-02-272-47/+82
| | | | | | | | | | | | p4raw-id: //depot/vmsperl@5280
| | | * Resync with mainline againCharles Bailey2000-02-2717-212/+418
| | | |\ | |_|_|/ |/| | | p4raw-id: //depot/vmsperl@5278
* | | | allow $fh->autoflush on globrefs, and thence autovivified filehandlesGurusamy Sarathy2000-02-261-1/+5
| |/ / |/| | | | | | | | | | | (from Tom Christiansen) p4raw-id: //depot/perl@5276
* | | rework binmode() entry in perlfunc (from Martien VerbruggenGurusamy Sarathy2000-02-261-36/+43
| | | | | | | | | | | | | | | <mgjv@comdyn.com.au>) p4raw-id: //depot/perl@5274
* | | PodParser v1.11 update (from Brad Appleton)Gurusamy Sarathy2000-02-268-92/+235
| | | | | | | | | p4raw-id: //depot/perl@5273
* | | add missing perl headers to perldepend actionGurusamy Sarathy2000-02-261-10/+47
| | | | | | | | | p4raw-id: //depot/perl@5272
* | | VMS patch (from Peter Prymmer)Gurusamy Sarathy2000-02-266-73/+88
| | | | | | | | | p4raw-id: //depot/perl@5271
* | | integrate vmsperl changes into mainlineGurusamy Sarathy2000-02-269-16/+67
|\ \ \ | | |/ | |/| p4raw-id: //depot/perl@5270