summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* various minor tweaks seen on p5pGurusamy Sarathy2000-04-281-1/+1
| | | p4raw-id: //depot/perl@5993
* use $ENV{LIB} to search for libs under Visual C compilerGurusamy Sarathy2000-04-281-0/+4
| | | | | on Windows (from Jochen Wiedmann <joe@ispsoft.de>) p4raw-id: //depot/perl@5990
* s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul SharpeGurusamy Sarathy2000-04-281-1/+1
| | | | | <paul@miraclefish.com>) p4raw-id: //depot/perl@5988
* sync version numbers in File::Spec with the ones on CPANGurusamy Sarathy2000-04-276-5/+22
| | | | | (from Barrie Slaymaker) p4raw-id: //depot/perl@5978
* change#4197 somehow missed initializing PL_errors, meaningGurusamy Sarathy2000-04-271-1/+0
| | | | | | | | | sytax error queueing wasn't working outside eval"" at all; also fixed eval"" to localize PL_error_count, so that compile-time eval's don't clobber the error state of the outer context p4raw-link: @4197 on //depot/perl: 5a844595b9262407e093364ec4d29a22962723f0 p4raw-id: //depot/perl@5974
* Integrate with Sarathy.Jarkko Hietaniemi2000-04-261-1/+2
|\ | | | | p4raw-id: //depot/cfgperl@5953
| * typo in vars.pm that leads to cryptic message (from Piotr PiatkowskiGurusamy Sarathy2000-04-251-1/+2
| | | | | | | | | | <kompas@kompas.usr.onet.pl>) p4raw-id: //depot/perl@5948
| * various pod nits (from Larry Virden and others)Gurusamy Sarathy2000-04-241-1/+1
| | | | | | p4raw-id: //depot/perl@5917
| * add linebreak properties from unicode/LineBrk.txt (fromGurusamy Sarathy2000-04-2430-0/+1129
| | | | | | | | | | | | | | Dave Hartnoll <Dave_Hartnoll@3b2.com>) p4raw-link: @3 on //depot/thrperl: a4f68e9b64464684b732bc17fd65ed4a1aa4708c p4raw-id: //depot/perl@5911
* | Be more robust on "extreme" (large absolute value)Jarkko Hietaniemi2000-04-261-147/+179
| | | | | | | | | | | | | | | | | | | | arguments. Originally reported by Daniel Connelly as a problem with asinh() on large negative arguments, asinh() used to bail out because an argument to log() ended up being zero. Ilya Zakharevich proposed using Taylor's series in such cases, which for such large arguments is a very good approximation. p4raw-id: //depot/cfgperl@5951
* | Integrate with Sarathy.Jarkko Hietaniemi2000-04-2431-1/+1130
|/ | | p4raw-id: //depot/cfgperl@5937
* avoid File::Compare warning when passed handles (from NickGurusamy Sarathy2000-03-221-1/+1
| | | | | Ing-Simmons) p4raw-id: //depot/perl@5880
* RM600-svr4 tweaks (from Frank RidderbuschGurusamy Sarathy2000-03-221-0/+1
| | | | | <frank.ridderbusch@pdb.siemens.de>) p4raw-id: //depot/perl@5878
* backout change#5708; fixups for behavior of recently added -a switch;Gurusamy Sarathy2000-03-221-1/+0
| | | | | | | support -k and -m switches in h2xs (from Hugo van der Sanden) p4raw-link: @5708 on //depot/perl: ea5e7566745834b0ad6566d9ab0445e5381c11f5 p4raw-id: //depot/perl@5873
* integrate cfgperl and vmsperl contents into mainlineGurusamy Sarathy2000-03-211-3/+3
|\ | | | | p4raw-id: //depot/perl@5853
| * Quick pre-release fixes: clean up results in File::Spec::VMS andCharles Bailey2000-03-171-3/+3
| | | | | | | | | | switch dir test order in taint.t to accomodate DECCRTL extension. p4raw-id: //depot/vmsperl@5778
| * Add VMS' default to the CGI.pm temp list (should update to File::Spec)Charles Bailey2000-03-151-1/+1
| | | | | | | | | | p4raw-id: //depot/vmsperl@5750 p4raw-integrated: from //depot/perl@5749 'merge in' ext/File/Glob/Glob.pm (@5507..)
| * Change test using obsolete %COnfig elementCharles Bailey2000-03-151-1/+1
| | | | | | p4raw-id: //depot/vmsperl@5749
| * Trim out leftover hunk from prior resolve conflictCharles Bailey2000-03-131-7/+0
| | | | | | p4raw-id: //depot/vmsperl@5695
| * Resync with mainline post RC1Charles Bailey2000-03-1320-327/+601
| |\ | | | | | | p4raw-id: //depot/vmsperl@5690
| * | Update File::Spec::VMS and testsCharles Bailey2000-03-131-134/+44
| | | | | | | | | | | | | | | | | | Since reduce_ricochet has been removed from File::Spec, revert changes to VMS::Filespec::vmsify made to accomodate it. p4raw-id: //depot/vmsperl@5689
* | | $File::Find::name doesn't reflect top level filesGurusamy Sarathy2000-03-211-4/+4
| | | | | | | | | | | | | | | correctly (from Simon Cozens <simon@brecon.co.uk>) p4raw-id: //depot/perl@5849
* | | add note about symbolic filehandles (from Johan Vromans)Gurusamy Sarathy2000-03-201-0/+2
| | | | | | | | | p4raw-id: //depot/perl@5843
* | | typo in change#5839Gurusamy Sarathy2000-03-201-1/+1
| | | | | | | | | | | | | | | p4raw-link: @5839 on //depot/perl: d918263624f69db4f9575643879bfa5b4453117e p4raw-id: //depot/perl@5840
* | | make dumpvar.pl recognize emptyness in arrays (from Matthias UrlichsGurusamy Sarathy2000-03-202-7/+15
| | | | | | | | | | | | | | | <smurf@noris.de>); fix up duplicate code in Dumpvalue.pm p4raw-id: //depot/perl@5839
* | | mention handle autovivification in perldata (from Johan Vromans)Gurusamy Sarathy2000-03-201-1/+1
| | | | | | | | | p4raw-id: //depot/perl@5838
* | | pwent.pm doc tweak (from Tom Christiansen)Gurusamy Sarathy2000-03-191-2/+2
| | | | | | | | | p4raw-id: //depot/perl@5832
* | | mention need to wait for children (from Russ Allbery)Gurusamy Sarathy2000-03-192-0/+14
| | | | | | | | | p4raw-id: //depot/perl@5826
* | | Pod::Man should strip leading lib/ for module manpages (fromGurusamy Sarathy2000-03-191-3/+5
| | | | | | | | | | | | | | | Russ Allbery) p4raw-id: //depot/perl@5825
* | | User::pwent fixups for additional fields (from Tom Christiansen);Gurusamy Sarathy2000-03-191-46/+239
| | | | | | | | | | | | | | | | | | fix bug in pw_has(); tolerate absense of pw{change,age,quota} and pw{comment,class} (Debian 2.1 doesn't have either of these) p4raw-id: //depot/perl@5824
* | | remove dead codeGurusamy Sarathy2000-03-191-1/+0
| | | | | | | | | p4raw-id: //depot/perl@5821
* | | default warnLevel and dieLevel to 0 in debugger (from TomGurusamy Sarathy2000-03-193-9/+12
| | | | | | | | | | | | | | | | | | Christiansen); make dumpvar.pl safe against non-glob entries in stashes p4raw-id: //depot/perl@5818
* | | fixes for alias handling in debugger (from Tom Christiansen)Gurusamy Sarathy2000-03-191-20/+49
| | | | | | | | | p4raw-id: //depot/perl@5814
* | | Getopt::Long 2.23 update (from Johan Vromans)Gurusamy Sarathy2000-03-181-13/+17
| | | | | | | | | p4raw-id: //depot/perl@5799
* | | recognize single-line declarations in xsubpp; add switches toGurusamy Sarathy2000-03-181-4/+22
| | | | | | | | | | | | | | | disable newfangled features (from Ilya Zakharevich) p4raw-id: //depot/perl@5798
* | | make noTTY debugger option work again (from Paul Marquess)Gurusamy Sarathy2000-03-171-1/+1
| | | | | | | | | p4raw-id: //depot/perl@5788
* | | missing file in change#5781Gurusamy Sarathy2000-03-171-37/+52
| | | | | | | | | | | | | | | p4raw-link: @5781 on //depot/perl: 564d657a74dccde9ba1d290e8c73ec113622ee81 p4raw-id: //depot/perl@5784
* | | documentation fixes from p5pGurusamy Sarathy2000-03-171-4/+6
| | | | | | | | | p4raw-id: //depot/perl@5779
* | | s/:def/:DEFAULT/Gurusamy Sarathy2000-03-171-2/+2
| | | | | | | | | p4raw-id: //depot/perl@5775
* | | pod{man,text} updates from podlators-1.00 (from Russ Allbery)Gurusamy Sarathy2000-03-171-3/+6
| | | | | | | | | p4raw-id: //depot/perl@5770
* | | integrate cfgperl contents into mainlineGurusamy Sarathy2000-03-172-2/+2
| | | | | | | | | p4raw-id: //depot/perl@5767
* | | integrate vmsperl changes into mainline (change#5693 denied)Gurusamy Sarathy2000-03-141-21/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-link: @5693 on //depot/vmsperl: 925fd5a3f200998584b0c9f5f508f038863055cb p4raw-id: //depot/perl@5742 p4raw-integrated: from //depot/vmsperl@5741 'copy in' vms/ext/filespec.t (@5564..) t/lib/filespec.t vms/vms.c (@5689..) configure.com (@5690..) 'edit in' lib/File/Spec/VMS.pm (@5690..) 'ignore' t/lib/complex.t (@5690..)
* | | allow alternates to negate correctly (from Johan Vromans)Gurusamy Sarathy2000-03-141-13/+21
| | | | | | | | | p4raw-id: //depot/perl@5739
* | | protect special characters better against interpretation by *roffGurusamy Sarathy2000-03-141-5/+5
| | | | | | | | | | | | | | | (from Russ Allbery) p4raw-id: //depot/perl@5737
* | | more efficient Text::Abbrev (from M.E. O'Neill <oneill@cs.sfu.ca>)Gurusamy Sarathy2000-03-141-37/+31
| | | | | | | | | p4raw-id: //depot/perl@5725
* | | patches for many bugs in the debugger; documentation updates forGurusamy Sarathy2000-03-141-144/+527
| | | | | | | | | | | | | | | | | | perldelta; split perldebug.pod into perldeb{ug,guts}.pod (from Tom Christiansen) p4raw-id: //depot/perl@5723
* | | lexical warnings update for docs and tests (from Paul Marquess)Gurusamy Sarathy2000-03-131-1/+3
| | | | | | | | | p4raw-id: //depot/perl@5712
* | | updates from PodParser v1.12 on CPAN (from Brad Appleton)Gurusamy Sarathy2000-03-137-18/+25
| | | | | | | | | p4raw-id: //depot/perl@5711
* | | ignore const for the purposes of typemaps (from Hugo van der Sanden)Gurusamy Sarathy2000-03-131-0/+1
| | | | | | | | | p4raw-id: //depot/perl@5708
* | | final touches for lexical warnings (from Paul Marquess)Gurusamy Sarathy2000-03-1310-146/+284
| |/ |/| | | p4raw-id: //depot/perl@5702