summaryrefslogtreecommitdiff
path: root/pod
Commit message (Collapse)AuthorAgeFilesLines
* integrate cfgperl changes into mainlineGurusamy Sarathy2000-02-241-1/+1
| | | p4raw-id: //depot/perl@5234
* per Larry's idea, parse 1.2.3 as v1.2.3; C<require 5.6.0> andGurusamy Sarathy2000-02-233-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 omissionsGurusamy Sarathy2000-02-221-4/+5
| | | p4raw-id: //depot/perl@5211
* describe C<< ... >> in perlpod.pod (from Brad Appleton)Gurusamy Sarathy2000-02-221-0/+35
| | | p4raw-id: //depot/perl@5210
* s/Activeware/ActiveState/Gurusamy Sarathy2000-02-221-6/+5
| | | p4raw-id: //depot/perl@5208
* sundry typos and suchGurusamy Sarathy2000-02-222-2/+2
| | | p4raw-id: //depot/perl@5204
* remove vestiges of older attribute syntaxGurusamy Sarathy2000-02-225-22/+18
| | | p4raw-id: //depot/perl@5202
* integrate cfgperl contents into mainline, update ChangesGurusamy Sarathy2000-02-222-1/+3
|\ | | | | p4raw-id: //depot/perl@5197
| * Integrate with Sarathy.Jarkko Hietaniemi2000-02-218-304/+422
| |\ | | | | | | p4raw-id: //depot/cfgperl@5176
| * | 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
* | | s/undef/NO_INIT/g in change#5183Gurusamy Sarathy2000-02-221-2/+2
| | | | | | | | | | | | | | | 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
* | | remove dual-valueness of v-strings (i.e., they are pure stringsGurusamy Sarathy2000-02-214-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 Sarathy2000-02-211-4/+9
| | | | | | | | | p4raw-id: //depot/perl@5184
* | | allow optional XSUB parameters without being forced to use aGurusamy Sarathy2000-02-212-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 Sarathy2000-02-212-10/+19
| |/ |/| | | | | | | "%vd", "%v#o", "%*vX", etc are allowed p4raw-id: //depot/perl@5181
* | lexical warnings update, ability to inspect bitmask in callingGurusamy Sarathy2000-02-203-272/+355
| | | | | | | | | | scope, among other things (from Paul Marquess) p4raw-id: //depot/perl@5170
* | default mkdir() mode argument to 0777Gurusamy Sarathy2000-02-202-1/+4
| | | | | | p4raw-id: //depot/perl@5164
* | 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-204-21/+26
|/ | | p4raw-id: //depot/perl@5158
* remove outdated caveat about C<while ($k = each %foo)> (fromGurusamy Sarathy2000-02-191-3/+1
| | | | | Hugo van der Sanden) p4raw-id: //depot/perl@5154
* tests, doc tweak (from Gisle Aas)Gurusamy Sarathy2000-02-191-2/+2
| | | p4raw-id: //depot/perl@5153
* document behavior of splice(@ary) (from Gisle Aas)Gurusamy Sarathy2000-02-191-1/+5
| | | p4raw-id: //depot/perl@5152
* integrate cfgperl contents into mainlineGurusamy Sarathy2000-02-193-16/+89
|\ | | | | p4raw-id: //depot/perl@5146
| * Fcntl: more O_ constants, move SEEK_ to @EXPORT_OKJarkko Hietaniemi2000-02-163-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 Sarathy2000-02-191-3/+3
| | | | | | p4raw-id: //depot/perl@5141
* | set close-on-exec flag on sockets too, like we do for filesGurusamy Sarathy2000-02-193-6/+21
| | | | | | | | | | and pipes p4raw-id: //depot/perl@5137
* | rename byte:: to bytes::Gurusamy Sarathy2000-02-194-9/+9
| | | | | | p4raw-id: //depot/perl@5133
* | English names for $^R and $^SGurusamy Sarathy2000-02-191-0/+4
| | | | | | p4raw-id: //depot/perl@5132
* | rename "Probable precendence problem" diagnostic to "Bareword foundGurusamy Sarathy2000-02-192-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 systemGurusamy Sarathy2000-02-192-31/+28
|/ | | p4raw-id: //depot/perl@5130
* add XS version of Sys::Hostname (from Greg BaconGurusamy Sarathy2000-02-151-5/+10
| | | | | <gbacon@itsc.uah.edu>) p4raw-id: //depot/perl@5110
* avoid accidental #line directives (from Rick DelaneyGurusamy Sarathy2000-02-151-1/+1
| | | | | <rick@consumercontact.com>) p4raw-id: //depot/perl@5108
* incorrect docs about delete() (spotted by Martyn PearceGurusamy Sarathy2000-02-152-7/+12
| | | | | <martyn@inpharmatica.co.uk>) p4raw-id: //depot/perl@5106
* doc patches from Rick Delaney and Chris Nandor; update Todo-5.6Gurusamy Sarathy2000-02-152-13/+18
| | | p4raw-id: //depot/perl@5102
* Clarify 64-bit issues.Jarkko Hietaniemi2000-02-111-6/+10
| | | p4raw-id: //depot/cfgperl@5066
* Integrate with Sarathy.Jarkko Hietaniemi2000-02-0813-168/+150
| | | p4raw-id: //depot/cfgperl@5043
* Sys::Syslog goes the XS way (from Tom Hughes <tom@compton.nu>)Gurusamy Sarathy2000-02-041-0/+5
| | | p4raw-id: //depot/perl@4980
* pod updates (from David Adler, M J T Guy)Gurusamy Sarathy2000-02-043-18/+27
| | | p4raw-id: //depot/perl@4979
* patch to provide more informative names for evals and anonymousGurusamy Sarathy2000-02-042-2/+22
| | | | | subroutines (from Ilya Zakharevich) p4raw-id: //depot/perl@4975
* remove FUD from perlfunc/use (from M J T Guy)Gurusamy Sarathy2000-02-021-2/+1
| | | p4raw-id: //depot/perl@4959
* flock() pod talks about "adding" in the sense of "or-ing"Gurusamy Sarathy2000-02-021-3/+3
| | | p4raw-id: //depot/perl@4956
* fixes for switching files in the debugger (from Ilya Zakharevich)Gurusamy Sarathy2000-02-021-0/+6
| | | p4raw-id: //depot/perl@4955
* deltanotes on weakrefs and Pod::Parser (from Tuomas Lukka andGurusamy Sarathy2000-02-021-5/+108
| | | | | Brad Appleton) p4raw-id: //depot/perl@4952
* reword some sections of perlunicode.podGurusamy Sarathy2000-02-021-21/+53
| | | p4raw-id: //depot/perl@4943
* HINT_UTF8 is not propagated to the op tree anymore; add aGurusamy Sarathy2000-02-012-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 systemGurusamy Sarathy2000-01-311-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 Sarathy2000-01-312-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 Sarathy2000-01-311-6/+4
| | | p4raw-id: //depot/perl@4928
* introduce $^V (eq chr($revision) . chr($version) . chr($subversion));Gurusamy Sarathy2000-01-304-29/+160
| | | | | document version tuples p4raw-id: //depot/perl@4927