summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add socklen_t probe; Configure maintenance.Jarkko Hietaniemi2000-02-228-46/+107
| | | p4raw-id: //depot/cfgperl@5213
* The subtests 28 and 31 were wrong. Tightened also the similarJarkko Hietaniemi2000-02-221-5/+5
| | | | | tests nearby. p4raw-id: //depot/cfgperl@5209
* Perl version nit spotted by Spider Boardman.Jarkko Hietaniemi2000-02-221-3/+4
| | | p4raw-id: //depot/cfgperl@5207
* Integrate with Sarathy.Jarkko Hietaniemi2000-02-2254-689/+1344
|\ | | | | p4raw-id: //depot/cfgperl@5203
| * remove vestiges of older attribute syntaxGurusamy Sarathy2000-02-226-23/+19
| | | | | | p4raw-id: //depot/perl@5202
| * beta2Gurusamy Sarathy2000-02-221-0/+16
| | | | | | p4raw-id: //depot/perl@5199
| * PodParser-1.093 update (from Brad Appleton's site)Gurusamy Sarathy2000-02-2211-209/+505
| | | | | | p4raw-id: //depot/perl@5198
| * integrate cfgperl contents into mainline, update ChangesGurusamy Sarathy2000-02-2211-46/+296
| |\ | | | | | | p4raw-id: //depot/perl@5197
| * | dos-djgpp updates (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)Gurusamy Sarathy2000-02-228-4/+25
| | | | | | | | | p4raw-id: //depot/perl@5196
| * | s/undef/NO_INIT/g in change#5183Gurusamy Sarathy2000-02-222-3/+3
| | | | | | | | | | | | | | | p4raw-link: @5183 on //depot/perl: 4628e4f8c013135d9c9ab7023d7730ab67289444 p4raw-id: //depot/perl@5195
| * | perlipc bug (spotted by Ben Low)Gurusamy Sarathy2000-02-221-1/+1
| | | | | | | | | p4raw-id: //depot/perl@5194
| * | EPOC port update (from Olaf Flebbe <O.Flebbe@science-computing.de>)Gurusamy Sarathy2000-02-224-32/+45
| | | | | | | | | p4raw-id: //depot/perl@5193
| * | improvements for high-bit text literals (from Gisle Aas)Gurusamy Sarathy2000-02-226-163/+76
| | | | | | | | | p4raw-id: //depot/perl@5192
| * | allow C<print v10>, $h{v13.10} etc.Gurusamy Sarathy2000-02-222-24/+45
| | | | | | | | | p4raw-id: //depot/perl@5191
| * | adjust for lost fp precision in require version checkGurusamy Sarathy2000-02-222-10/+12
| | | | | | | | | p4raw-id: //depot/perl@5190
| * | use same treatment for EINVAL as for ETIMEDOUTGurusamy Sarathy2000-02-221-6/+8
| | | | | | | | | p4raw-id: //depot/perl@5188
| * | type mismatchGurusamy Sarathy2000-02-211-4/+4
| | | | | | | | | p4raw-id: //depot/perl@5187
| * | remove dual-valueness of v-strings (i.e., they are pure stringsGurusamy Sarathy2000-02-2110-107/+133
| | | | | | | | | | | | | | | | | | | | | | | | now); avoid the word "tuple" to describe strings represented as character ordinals; usurp $PERL_VERSION for $^V as suggested by Larry, deprecate $] ; adjust the documentation and testsuite accordingly p4raw-id: //depot/perl@5186
| * | clarify "use Module VERSION LIST" (from Robin Barker)Gurusamy Sarathy2000-02-211-4/+9
| | | | | | | | | p4raw-id: //depot/perl@5184
| * | allow optional XSUB parameters without being forced to use aGurusamy Sarathy2000-02-213-5/+22
| | | | | | | | | | | | | | | default (from Hugo van der Sanden) p4raw-id: //depot/perl@5183
| * | generalize "%v" format into a flag for any integral format type:Gurusamy Sarathy2000-02-216-77/+137
| | | | | | | | | | | | | | | "%vd", "%v#o", "%*vX", etc are allowed p4raw-id: //depot/perl@5181
| * | detypoGurusamy Sarathy2000-02-211-1/+1
| | | | | | | | | p4raw-id: //depot/perl@5180
| * | undo accidental deleteGurusamy Sarathy2000-02-212-0/+7
| | | | | | | | | p4raw-id: //depot/perl@5179
| * | get Compiler "working" under useithreadsGurusamy Sarathy2000-02-215-46/+134
| | | | | | | | | p4raw-id: //depot/perl@5178
* | | Configure nits spotted by Spider Boardman.Jarkko Hietaniemi2000-02-221-4/+7
| | | | | | | | | p4raw-id: //depot/cfgperl@5201
* | | Tru64 V5.0 patches from Spider Boardman.Jarkko Hietaniemi2000-02-221-3/+16
| |/ |/| | | p4raw-id: //depot/cfgperl@5200
* | Check the alignment of long doubles if they are to be used;Jarkko Hietaniemi2000-02-225-38/+69
| | | | | | | | | | regen Configure. p4raw-id: //depot/cfgperl@5189
* | detypoJarkko Hietaniemi2000-02-211-1/+1
| | | | | | p4raw-id: //depot/cfgperl@5185
* | Add Solaris LP64 notes.Jarkko Hietaniemi2000-02-211-3/+49
| | | | | | p4raw-id: //depot/cfgperl@5182
* | Thou shalt not printf longs with %d.Jarkko Hietaniemi2000-02-211-3/+3
| | | | | | p4raw-id: //depot/cfgperl@5177
* | Integrate with Sarathy.Jarkko Hietaniemi2000-02-2163-1230/+2949
|\ \ | |/ | | p4raw-id: //depot/cfgperl@5176
| * misplaced bracesGurusamy Sarathy2000-02-211-11/+17
| | | | | | p4raw-id: //depot/perl@5175
| * more malloc.c tweaks for change#5070Gurusamy Sarathy2000-02-211-17/+18
| | | | | | | | | | p4raw-link: @5070 on //depot/metaconfig: 0905a7e2c5c1d8a0937a928ec08bbe6e341eebb5on //depot/cfgperl: ad5513430ad41d3071839f83eb3da57da67fe68e p4raw-id: //depot/perl@5174
| * malloc.c fixups in change#5170 need to fetch thx pointerGurusamy Sarathy2000-02-211-12/+20
| | | | | | | | | | p4raw-link: @5170 on //depot/perl: e476b1b5c29f354cf8dad61a9fc6d855bdfb5b7d p4raw-id: //depot/perl@5173
| * missing file in change#5170Gurusamy Sarathy2000-02-201-0/+390
| | | | | | | | | | p4raw-link: @5170 on //depot/perl: e476b1b5c29f354cf8dad61a9fc6d855bdfb5b7d p4raw-id: //depot/perl@5172
| * skip conditionally defined symbols in change#5162Gurusamy Sarathy2000-02-201-0/+8
| | | | | | | | | | p4raw-link: @5162 on //depot/perl: 14dd3ad8c9bf82cf09798a22cc89a9862dfd6d1a p4raw-id: //depot/perl@5171
| * lexical warnings update, ability to inspect bitmask in callingGurusamy Sarathy2000-02-2026-773/+1108
| | | | | | | | | | scope, among other things (from Paul Marquess) p4raw-id: //depot/perl@5170
| * windows fixes for virtualizing child std{in,out,err} handles,Gurusamy Sarathy2000-02-204-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, creditsGurusamy Sarathy2000-02-201-2/+358
| | | | | | p4raw-id: //depot/perl@5168
| * avoid reading out-of-bounds memory when matching against referenceGurusamy Sarathy2000-02-201-1/+1
| | | | | | p4raw-id: //depot/perl@5167
| * byte mode chop() should clear UTF8 (from Gisle Aas)Gurusamy Sarathy2000-02-201-0/+1
| | | | | | p4raw-id: //depot/perl@5166
| * test fix needed by change#5164Gurusamy Sarathy2000-02-201-2/+2
| | | | | | | | | | p4raw-link: @5164 on //depot/perl: 5a211162cd360449f2dbfb7ca9231c025909353f p4raw-id: //depot/perl@5165
| * default mkdir() mode argument to 0777Gurusamy Sarathy2000-02-207-16/+25
| | | | | | p4raw-id: //depot/perl@5164
| * glob() takes one or no user arguments and a non-user-visible secondGurusamy Sarathy2000-02-203-3/+4
| | | | | | | | | | hidden argument, fix its prototype-checking accordingly p4raw-id: //depot/perl@5163
| * make change#3386 a build-time option (avoids problems due toGurusamy Sarathy2000-02-2016-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 BarrGurusamy Sarathy2000-02-202-56/+77
| | | | | | | | | | modified to use Errno more portably) p4raw-id: //depot/perl@5161
| * mention portability caveat about C<use Errno 'EFOO'>Gurusamy Sarathy2000-02-201-6/+18
| | | | | | p4raw-id: //depot/perl@5160
| * revise docs on @+ and @- (from Tom "Camel" Christiansen)Gurusamy Sarathy2000-02-201-10/+37
| | | | | | p4raw-id: //depot/perl@5159
| * README.vms and related updates (from Peter Prymmer <pvhp@best.com>)Gurusamy Sarathy2000-02-208-265/+572
| | | | | | p4raw-id: //depot/perl@5158
* | Be explicit about what ops work with bt vectors.Jarkko Hietaniemi2000-02-191-1/+2
| | | | | | | | | | (And implicit about which don't.) p4raw-id: //depot/cfgperl@5157