Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | windows fixes for virtualizing child std{in,out,err} handles, | Gurusamy Sarathy | 2000-02-20 | 4 | -5/+42 |
| | | | | | | attempts to lock uninitialized critical section in files that were never explicitly opened (from Doug Lankshear) p4raw-id: //depot/perl@5169 | ||||
* | update Changes, credits | Gurusamy Sarathy | 2000-02-20 | 1 | -2/+358 |
| | | | p4raw-id: //depot/perl@5168 | ||||
* | avoid reading out-of-bounds memory when matching against reference | Gurusamy Sarathy | 2000-02-20 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@5167 | ||||
* | byte mode chop() should clear UTF8 (from Gisle Aas) | Gurusamy Sarathy | 2000-02-20 | 1 | -0/+1 |
| | | | p4raw-id: //depot/perl@5166 | ||||
* | test fix needed by change#5164 | Gurusamy Sarathy | 2000-02-20 | 1 | -2/+2 |
| | | | | | p4raw-link: @5164 on //depot/perl: 5a211162cd360449f2dbfb7ca9231c025909353f p4raw-id: //depot/perl@5165 | ||||
* | default mkdir() mode argument to 0777 | Gurusamy Sarathy | 2000-02-20 | 7 | -16/+25 |
| | | | p4raw-id: //depot/perl@5164 | ||||
* | glob() takes one or no user arguments and a non-user-visible second | Gurusamy Sarathy | 2000-02-20 | 3 | -3/+4 |
| | | | | | hidden argument, fix its prototype-checking accordingly p4raw-id: //depot/perl@5163 | ||||
* | make change#3386 a build-time option (avoids problems due to | Gurusamy Sarathy | 2000-02-20 | 16 | -86/+286 |
| | | | | | | | perl_run() longjmping out) p4raw-link: @3386 on //depot/perl: 312caa8e97f1c7ee342a9895c2f0e749625b4929 p4raw-id: //depot/perl@5162 | ||||
* | IO::Socket now sets $!, avoids eval/die (patch from Graham Barr | Gurusamy Sarathy | 2000-02-20 | 2 | -56/+77 |
| | | | | | modified to use Errno more portably) p4raw-id: //depot/perl@5161 | ||||
* | mention portability caveat about C<use Errno 'EFOO'> | Gurusamy Sarathy | 2000-02-20 | 1 | -6/+18 |
| | | | p4raw-id: //depot/perl@5160 | ||||
* | revise docs on @+ and @- (from Tom "Camel" Christiansen) | Gurusamy Sarathy | 2000-02-20 | 1 | -10/+37 |
| | | | p4raw-id: //depot/perl@5159 | ||||
* | README.vms and related updates (from Peter Prymmer <pvhp@best.com>) | Gurusamy Sarathy | 2000-02-20 | 8 | -265/+572 |
| | | | p4raw-id: //depot/perl@5158 | ||||
* | char vs U8 warnings | Gurusamy Sarathy | 2000-02-19 | 1 | -2/+2 |
| | | | p4raw-id: //depot/perl@5155 | ||||
* | remove outdated caveat about C<while ($k = each %foo)> (from | Gurusamy Sarathy | 2000-02-19 | 1 | -3/+1 |
| | | | | | Hugo van der Sanden) p4raw-id: //depot/perl@5154 | ||||
* | tests, doc tweak (from Gisle Aas) | Gurusamy Sarathy | 2000-02-19 | 2 | -5/+12 |
| | | | p4raw-id: //depot/perl@5153 | ||||
* | document behavior of splice(@ary) (from Gisle Aas) | Gurusamy Sarathy | 2000-02-19 | 1 | -1/+5 |
| | | | p4raw-id: //depot/perl@5152 | ||||
* | fix bug in backtracking optimizer (from Makoto Ishisone | Gurusamy Sarathy | 2000-02-19 | 2 | -2/+21 |
| | | | | | <ishisone@sra.co.jp>) p4raw-id: //depot/perl@5151 | ||||
* | more B fixups to cope with empty GVs (these can only happen in pads) | Gurusamy Sarathy | 2000-02-19 | 4 | -14/+35 |
| | | | p4raw-id: //depot/perl@5150 | ||||
* | avoid compiler warnings | Gurusamy Sarathy | 2000-02-19 | 2 | -8/+8 |
| | | | p4raw-id: //depot/perl@5149 | ||||
* | document 'lvalue' attribute (from Simon Cozens <simon@brecon.co.uk>) | Gurusamy Sarathy | 2000-02-19 | 1 | -0/+6 |
| | | | p4raw-id: //depot/perl@5148 | ||||
* | avoid failing on $!{ENOTHERE} (they can always use C<exists $!{NOTHERE}> | Gurusamy Sarathy | 2000-02-19 | 1 | -6/+8 |
| | | | | | for that) p4raw-id: //depot/perl@5147 | ||||
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 2000-02-19 | 13 | -148/+780 |
|\ | | | | | p4raw-id: //depot/perl@5146 | ||||
| * | Take out the -Wl,-z as we have survice so far without. | Jarkko Hietaniemi | 2000-02-17 | 1 | -1/+1 |
| | | | | | | p4raw-id: //depot/cfgperl@5124 | ||||
| * | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-02-17 | 3 | -10/+1 |
| |\ | | | | | | | p4raw-id: //depot/cfgperl@5123 | ||||
| * | | Regularize the use* questions, and replace | Jarkko Hietaniemi | 2000-02-16 | 1 | -36/+35 |
| | | | | | | | | | | | | | | | | | | "Configure *must* be run with -Duse..." with. "can be run". p4raw-id: //depot/cfgperl@5120 | ||||
| * | | HP-UX 64-bitness/largefile fixes. | Jarkko Hietaniemi | 2000-02-16 | 5 | -75/+89 |
| | | | | | | | | | p4raw-id: //depot/cfgperl@5119 | ||||
| * | | Fcntl: more O_ constants, move SEEK_ to @EXPORT_OK | Jarkko Hietaniemi | 2000-02-16 | 9 | -37/+656 |
| | | | | | | | | | | | | | | | | | | | | | | | | (tag :seek), add S_I constants (and functions) (tag :mode); refer only to the SEEK_ of Fcntl, not the ones from POSIX or IO::; add SHUT_ to Socket; get trigonometric functions from Math::Trig instead of POSIX. p4raw-id: //depot/cfgperl@5118 | ||||
* | | | POSIX::strftime gets the date wrong (from John Tobey | Gurusamy Sarathy | 2000-02-19 | 2 | -3/+10 |
| | | | | | | | | | | | | | | | <jtobey@epsilondev.com>) p4raw-id: //depot/perl@5145 | ||||
* | | | don't blindly set bool=char on linux (from Andy Dougherty) | Gurusamy Sarathy | 2000-02-19 | 3 | -17/+13 |
| | | | | | | | | | p4raw-id: //depot/perl@5144 | ||||
* | | | some rearrangement of the includes for easier "microperl" build; | Gurusamy Sarathy | 2000-02-19 | 7 | -41/+24 |
| | | | | | | | | | | | | | | | add PERL_MICRO guards supplied by Simon Cozens <simon@brecon.co.uk> p4raw-id: //depot/perl@5143 | ||||
* | | | fixes for Pod::Html issues (from Wolfgang Laun | Gurusamy Sarathy | 2000-02-19 | 1 | -10/+14 |
| | | | | | | | | | | | | | | | <wolfgang.laun@chello.at>) p4raw-id: //depot/perl@5142 | ||||
* | | | grammos (spotted by Tom Christiansen) | Gurusamy Sarathy | 2000-02-19 | 1 | -3/+3 |
| | | | | | | | | | p4raw-id: //depot/perl@5141 | ||||
* | | | various xsubpp enhancements that make it easier to use with | Gurusamy Sarathy | 2000-02-19 | 1 | -30/+144 |
| | | | | | | | | | | | | | | | | | | | | | C::Scan (from Ilya Zakharevich) TODO: still needs documentation p4raw-id: //depot/perl@5140 | ||||
* | | | s/croak/Perl_croak/ | Gurusamy Sarathy | 2000-02-19 | 1 | -1/+1 |
| | | | | | | | | | p4raw-id: //depot/perl@5139 | ||||
* | | | make comparisons promote to utf8 as necessary (from Gisle Aas) | Gurusamy Sarathy | 2000-02-19 | 10 | -14/+269 |
| | | | | | | | | | p4raw-id: //depot/perl@5138 | ||||
* | | | set close-on-exec flag on sockets too, like we do for files | Gurusamy Sarathy | 2000-02-19 | 4 | -6/+31 |
| | | | | | | | | | | | | | | | and pipes p4raw-id: //depot/perl@5137 | ||||
* | | | allocate sufficient buffer sizes for 64-bit wide utf8 characters | Gurusamy Sarathy | 2000-02-19 | 3 | -19/+21 |
| | | | | | | | | | | | | | | | | | | | | | permitted by change#5011 (from Gisle Aas) p4raw-link: @5011 on //depot/perl: 3c77ea2bace63b1ad27d15a6366cb938bdd158cb p4raw-id: //depot/perl@5136 | ||||
* | | | s/WARN_PRECEDENCE/WARN_BAREWORD/, vide change#5131 | Gurusamy Sarathy | 2000-02-19 | 4 | -18/+18 |
| | | | | | | | | | | | | | | | p4raw-link: @5131 on //depot/perl: 34d09196f6a006314d7ea49a091a30ce5ee08bff p4raw-id: //depot/perl@5135 | ||||
* | | | s/byte/bytes/g remnants | Gurusamy Sarathy | 2000-02-19 | 2 | -10/+10 |
| | | | | | | | | | p4raw-id: //depot/perl@5134 | ||||
* | | | rename byte:: to bytes:: | Gurusamy Sarathy | 2000-02-19 | 11 | -16/+16 |
| | | | | | | | | | p4raw-id: //depot/perl@5133 | ||||
* | | | English names for $^R and $^S | Gurusamy Sarathy | 2000-02-19 | 2 | -0/+8 |
| | | | | | | | | | p4raw-id: //depot/perl@5132 | ||||
* | | | rename "Probable precendence problem" diagnostic to "Bareword found | Gurusamy Sarathy | 2000-02-19 | 4 | -12/+43 |
| | | | | | | | | | | | | | | | | | | in conditional" to better reflect the class of error (as suggested by Larry) p4raw-id: //depot/perl@5131 | ||||
* | | | fix outdated info about PerlClinic and the bug-tracking system | Gurusamy Sarathy | 2000-02-19 | 2 | -31/+28 |
| | | | | | | | | | p4raw-id: //depot/perl@5130 | ||||
* | | | some fixes for mingw32/GCC (SETERRNO() still appears to | Gurusamy Sarathy | 2000-02-19 | 5 | -18/+18 |
| | | | | | | | | | | | | | | | trash memory) p4raw-id: //depot/perl@5129 | ||||
* | | | avoid $@-clearing sideeffect of require in Carp | Gurusamy Sarathy | 2000-02-18 | 1 | -2/+2 |
| | | | | | | | | | p4raw-id: //depot/perl@5128 | ||||
* | | | stronger testcase for change#5126 | Gurusamy Sarathy | 2000-02-18 | 1 | -12/+37 |
| | | | | | | | | | | | | | | | p4raw-link: @5126 on //depot/perl: 9442cb0ec25041ea5b061c40868e0a3c8bfbb2ab p4raw-id: //depot/perl@5127 | ||||
* | | | make /\S/ match the same things /[\S]/ matches; likewise for | Gurusamy Sarathy | 2000-02-18 | 2 | -17/+71 |
| | | | | | | | | | | | | | | | \D (from Rick Delaney <rick@consumercontact.com>) p4raw-id: //depot/perl@5126 | ||||
* | | | Compiler fixups from Jan Dubois | Gurusamy Sarathy | 2000-02-18 | 4 | -70/+135 |
| |/ |/| | | | p4raw-id: //depot/perl@5125 | ||||
* | | fix test that depends on op_dump() output | Gurusamy Sarathy | 2000-02-17 | 1 | -1/+1 |
| | | | | | | p4raw-id: //depot/perl@5122 | ||||
* | | op_dump() tweak | Gurusamy Sarathy | 2000-02-17 | 1 | -2/+0 |
| | | | | | | p4raw-id: //depot/perl@5121 |