Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | integrate cfgperl changes into mainline | Gurusamy Sarathy | 2000-02-24 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@5234 | ||||
* | per Larry's idea, parse 1.2.3 as v1.2.3; C<require 5.6.0> and | Gurusamy Sarathy | 2000-02-23 | 3 | -10/+34 |
| | | | | | C<use 5.6.0> work as well; underscores are now permitted in v-strings p4raw-id: //depot/perl@5220 | ||||
* | add -W and -X to -h output; fix other pod omissions | Gurusamy Sarathy | 2000-02-22 | 1 | -4/+5 |
| | | | p4raw-id: //depot/perl@5211 | ||||
* | describe C<< ... >> in perlpod.pod (from Brad Appleton) | Gurusamy Sarathy | 2000-02-22 | 1 | -0/+35 |
| | | | p4raw-id: //depot/perl@5210 | ||||
* | s/Activeware/ActiveState/ | Gurusamy Sarathy | 2000-02-22 | 1 | -6/+5 |
| | | | p4raw-id: //depot/perl@5208 | ||||
* | sundry typos and such | Gurusamy Sarathy | 2000-02-22 | 2 | -2/+2 |
| | | | p4raw-id: //depot/perl@5204 | ||||
* | remove vestiges of older attribute syntax | Gurusamy Sarathy | 2000-02-22 | 5 | -22/+18 |
| | | | p4raw-id: //depot/perl@5202 | ||||
* | integrate cfgperl contents into mainline, update Changes | Gurusamy Sarathy | 2000-02-22 | 2 | -1/+3 |
|\ | | | | | p4raw-id: //depot/perl@5197 | ||||
| * | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-02-21 | 8 | -304/+422 |
| |\ | | | | | | | p4raw-id: //depot/cfgperl@5176 | ||||
| * | | Be explicit about what ops work with bt vectors. | Jarkko Hietaniemi | 2000-02-19 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | (And implicit about which don't.) p4raw-id: //depot/cfgperl@5157 | ||||
* | | | s/undef/NO_INIT/g in change#5183 | Gurusamy Sarathy | 2000-02-22 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | p4raw-link: @5183 on //depot/perl: 4628e4f8c013135d9c9ab7023d7730ab67289444 p4raw-id: //depot/perl@5195 | ||||
* | | | perlipc bug (spotted by Ben Low) | Gurusamy Sarathy | 2000-02-22 | 1 | -1/+1 |
| | | | | | | | | | p4raw-id: //depot/perl@5194 | ||||
* | | | remove dual-valueness of v-strings (i.e., they are pure strings | Gurusamy Sarathy | 2000-02-21 | 4 | -74/+103 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 Sarathy | 2000-02-21 | 1 | -4/+9 |
| | | | | | | | | | p4raw-id: //depot/perl@5184 | ||||
* | | | allow optional XSUB parameters without being forced to use a | Gurusamy Sarathy | 2000-02-21 | 2 | -4/+17 |
| | | | | | | | | | | | | | | | default (from Hugo van der Sanden) p4raw-id: //depot/perl@5183 | ||||
* | | | generalize "%v" format into a flag for any integral format type: | Gurusamy Sarathy | 2000-02-21 | 2 | -10/+19 |
| |/ |/| | | | | | | | "%vd", "%v#o", "%*vX", etc are allowed p4raw-id: //depot/perl@5181 | ||||
* | | lexical warnings update, ability to inspect bitmask in calling | Gurusamy Sarathy | 2000-02-20 | 3 | -272/+355 |
| | | | | | | | | | | scope, among other things (from Paul Marquess) p4raw-id: //depot/perl@5170 | ||||
* | | default mkdir() mode argument to 0777 | Gurusamy Sarathy | 2000-02-20 | 2 | -1/+4 |
| | | | | | | p4raw-id: //depot/perl@5164 | ||||
* | | 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 | 4 | -21/+26 |
|/ | | | p4raw-id: //depot/perl@5158 | ||||
* | 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 | 1 | -2/+2 |
| | | | 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 | ||||
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 2000-02-19 | 3 | -16/+89 |
|\ | | | | | p4raw-id: //depot/perl@5146 | ||||
| * | Fcntl: more O_ constants, move SEEK_ to @EXPORT_OK | Jarkko Hietaniemi | 2000-02-16 | 3 | -16/+89 |
| | | | | | | | | | | | | | | | | (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 | ||||
* | | grammos (spotted by Tom Christiansen) | Gurusamy Sarathy | 2000-02-19 | 1 | -3/+3 |
| | | | | | | p4raw-id: //depot/perl@5141 | ||||
* | | set close-on-exec flag on sockets too, like we do for files | Gurusamy Sarathy | 2000-02-19 | 3 | -6/+21 |
| | | | | | | | | | | and pipes p4raw-id: //depot/perl@5137 | ||||
* | | rename byte:: to bytes:: | Gurusamy Sarathy | 2000-02-19 | 4 | -9/+9 |
| | | | | | | p4raw-id: //depot/perl@5133 | ||||
* | | English names for $^R and $^S | Gurusamy Sarathy | 2000-02-19 | 1 | -0/+4 |
| | | | | | | p4raw-id: //depot/perl@5132 | ||||
* | | rename "Probable precendence problem" diagnostic to "Bareword found | Gurusamy Sarathy | 2000-02-19 | 2 | -8/+40 |
| | | | | | | | | | | | | 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 | ||||
* | add XS version of Sys::Hostname (from Greg Bacon | Gurusamy Sarathy | 2000-02-15 | 1 | -5/+10 |
| | | | | | <gbacon@itsc.uah.edu>) p4raw-id: //depot/perl@5110 | ||||
* | avoid accidental #line directives (from Rick Delaney | Gurusamy Sarathy | 2000-02-15 | 1 | -1/+1 |
| | | | | | <rick@consumercontact.com>) p4raw-id: //depot/perl@5108 | ||||
* | incorrect docs about delete() (spotted by Martyn Pearce | Gurusamy Sarathy | 2000-02-15 | 2 | -7/+12 |
| | | | | | <martyn@inpharmatica.co.uk>) p4raw-id: //depot/perl@5106 | ||||
* | doc patches from Rick Delaney and Chris Nandor; update Todo-5.6 | Gurusamy Sarathy | 2000-02-15 | 2 | -13/+18 |
| | | | p4raw-id: //depot/perl@5102 | ||||
* | Clarify 64-bit issues. | Jarkko Hietaniemi | 2000-02-11 | 1 | -6/+10 |
| | | | p4raw-id: //depot/cfgperl@5066 | ||||
* | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-02-08 | 13 | -168/+150 |
| | | | p4raw-id: //depot/cfgperl@5043 | ||||
* | Sys::Syslog goes the XS way (from Tom Hughes <tom@compton.nu>) | Gurusamy Sarathy | 2000-02-04 | 1 | -0/+5 |
| | | | p4raw-id: //depot/perl@4980 | ||||
* | pod updates (from David Adler, M J T Guy) | Gurusamy Sarathy | 2000-02-04 | 3 | -18/+27 |
| | | | p4raw-id: //depot/perl@4979 | ||||
* | patch to provide more informative names for evals and anonymous | Gurusamy Sarathy | 2000-02-04 | 2 | -2/+22 |
| | | | | | subroutines (from Ilya Zakharevich) p4raw-id: //depot/perl@4975 | ||||
* | remove FUD from perlfunc/use (from M J T Guy) | Gurusamy Sarathy | 2000-02-02 | 1 | -2/+1 |
| | | | p4raw-id: //depot/perl@4959 | ||||
* | flock() pod talks about "adding" in the sense of "or-ing" | Gurusamy Sarathy | 2000-02-02 | 1 | -3/+3 |
| | | | p4raw-id: //depot/perl@4956 | ||||
* | fixes for switching files in the debugger (from Ilya Zakharevich) | Gurusamy Sarathy | 2000-02-02 | 1 | -0/+6 |
| | | | p4raw-id: //depot/perl@4955 | ||||
* | deltanotes on weakrefs and Pod::Parser (from Tuomas Lukka and | Gurusamy Sarathy | 2000-02-02 | 1 | -5/+108 |
| | | | | | Brad Appleton) p4raw-id: //depot/perl@4952 | ||||
* | reword some sections of perlunicode.pod | Gurusamy Sarathy | 2000-02-02 | 1 | -21/+53 |
| | | | p4raw-id: //depot/perl@4943 | ||||
* | HINT_UTF8 is not propagated to the op tree anymore; add a | Gurusamy Sarathy | 2000-02-01 | 2 | -2/+209 |
| | | | | | perlunicode.pod that reflects changes to unicode support so far p4raw-id: //depot/perl@4941 | ||||
* | introduce $^U, a global bit to indicate whether system | Gurusamy Sarathy | 2000-01-31 | 1 | -0/+35 |
| | | | | | | | calls should using widechar APIs; chr and sprintf "%c" also follow this flag in the absense of "use byte"; "use utf8" sets $^U=1 (this appears kludgey) p4raw-id: //depot/perl@4937 | ||||
* | remove caller.pm from change#3534 (flawed idea) | Gurusamy Sarathy | 2000-01-31 | 2 | -7/+3 |
| | | | | | p4raw-link: @3534 on //depot/perl: f3aa04c29a85dd63d563ae8e27316ff34501ccd5 p4raw-id: //depot/perl@4929 | ||||
* | fix factual regression (-e doesn't create temporary files anymore) | Gurusamy Sarathy | 2000-01-31 | 1 | -6/+4 |
| | | | p4raw-id: //depot/perl@4928 | ||||
* | introduce $^V (eq chr($revision) . chr($version) . chr($subversion)); | Gurusamy Sarathy | 2000-01-30 | 4 | -29/+160 |
| | | | | | document version tuples p4raw-id: //depot/perl@4927 |