summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* make change#3386 a build-time option (avoids problems due toGurusamy Sarathy2000-02-2016-86/+286
* IO::Socket now sets $!, avoids eval/die (patch from Graham BarrGurusamy Sarathy2000-02-202-56/+77
* mention portability caveat about C<use Errno 'EFOO'>Gurusamy Sarathy2000-02-201-6/+18
* revise docs on @+ and @- (from Tom "Camel" Christiansen)Gurusamy Sarathy2000-02-201-10/+37
* README.vms and related updates (from Peter Prymmer <pvhp@best.com>)Gurusamy Sarathy2000-02-208-265/+572
* char vs U8 warningsGurusamy Sarathy2000-02-191-2/+2
* remove outdated caveat about C<while ($k = each %foo)> (fromGurusamy Sarathy2000-02-191-3/+1
* tests, doc tweak (from Gisle Aas)Gurusamy Sarathy2000-02-192-5/+12
* document behavior of splice(@ary) (from Gisle Aas)Gurusamy Sarathy2000-02-191-1/+5
* fix bug in backtracking optimizer (from Makoto IshisoneGurusamy Sarathy2000-02-192-2/+21
* more B fixups to cope with empty GVs (these can only happen in pads)Gurusamy Sarathy2000-02-194-14/+35
* avoid compiler warningsGurusamy Sarathy2000-02-192-8/+8
* document 'lvalue' attribute (from Simon Cozens <simon@brecon.co.uk>)Gurusamy Sarathy2000-02-191-0/+6
* avoid failing on $!{ENOTHERE} (they can always use C<exists $!{NOTHERE}>Gurusamy Sarathy2000-02-191-6/+8
* integrate cfgperl contents into mainlineGurusamy Sarathy2000-02-1913-148/+780
|\
| * Take out the -Wl,-z as we have survice so far without.Jarkko Hietaniemi2000-02-171-1/+1
| * Integrate with Sarathy.Jarkko Hietaniemi2000-02-173-10/+1
| |\
| * | Regularize the use* questions, and replaceJarkko Hietaniemi2000-02-161-36/+35
| * | HP-UX 64-bitness/largefile fixes.Jarkko Hietaniemi2000-02-165-75/+89
| * | Fcntl: more O_ constants, move SEEK_ to @EXPORT_OKJarkko Hietaniemi2000-02-169-37/+656
* | | POSIX::strftime gets the date wrong (from John TobeyGurusamy Sarathy2000-02-192-3/+10
* | | don't blindly set bool=char on linux (from Andy Dougherty)Gurusamy Sarathy2000-02-193-17/+13
* | | some rearrangement of the includes for easier "microperl" build;Gurusamy Sarathy2000-02-197-41/+24
* | | fixes for Pod::Html issues (from Wolfgang LaunGurusamy Sarathy2000-02-191-10/+14
* | | grammos (spotted by Tom Christiansen)Gurusamy Sarathy2000-02-191-3/+3
* | | various xsubpp enhancements that make it easier to use withGurusamy Sarathy2000-02-191-30/+144
* | | s/croak/Perl_croak/Gurusamy Sarathy2000-02-191-1/+1
* | | make comparisons promote to utf8 as necessary (from Gisle Aas)Gurusamy Sarathy2000-02-1910-14/+269
* | | set close-on-exec flag on sockets too, like we do for filesGurusamy Sarathy2000-02-194-6/+31
* | | allocate sufficient buffer sizes for 64-bit wide utf8 charactersGurusamy Sarathy2000-02-193-19/+21
* | | s/WARN_PRECEDENCE/WARN_BAREWORD/, vide change#5131Gurusamy Sarathy2000-02-194-18/+18
* | | s/byte/bytes/g remnantsGurusamy Sarathy2000-02-192-10/+10
* | | rename byte:: to bytes::Gurusamy Sarathy2000-02-1911-16/+16
* | | English names for $^R and $^SGurusamy Sarathy2000-02-192-0/+8
* | | rename "Probable precendence problem" diagnostic to "Bareword foundGurusamy Sarathy2000-02-194-12/+43
* | | fix outdated info about PerlClinic and the bug-tracking systemGurusamy Sarathy2000-02-192-31/+28
* | | some fixes for mingw32/GCC (SETERRNO() still appears toGurusamy Sarathy2000-02-195-18/+18
* | | avoid $@-clearing sideeffect of require in CarpGurusamy Sarathy2000-02-181-2/+2
* | | stronger testcase for change#5126Gurusamy Sarathy2000-02-181-12/+37
* | | make /\S/ match the same things /[\S]/ matches; likewise forGurusamy Sarathy2000-02-182-17/+71
* | | Compiler fixups from Jan DuboisGurusamy Sarathy2000-02-184-70/+135
| |/ |/|
* | fix test that depends on op_dump() outputGurusamy Sarathy2000-02-171-1/+1
* | op_dump() tweakGurusamy Sarathy2000-02-171-2/+0
* | avoid warnings due to redefined NULLGurusamy Sarathy2000-02-161-7/+0
* | integrate cfgperl changes into mainlineGurusamy Sarathy2000-02-1613-85/+191
|\ \ | |/
| * Probe for <sys/utsname.h>.Jarkko Hietaniemi2000-02-156-37/+60
| * Integrate with Sarathy.Jarkko Hietaniemi2000-02-1544-199/+1734
| |\ | |/ |/|
* | update Changes, patchlevelGurusamy Sarathy2000-02-157-28/+496
* | fix change#5104 under useithreadsGurusamy Sarathy2000-02-151-6/+19
* | export list tweak needed by change#5103Gurusamy Sarathy2000-02-151-0/+1