summaryrefslogtreecommitdiff
path: root/pod/perlvar.pod
Commit message (Expand)AuthorAgeFilesLines
* patch for perlvar.podMark A. Hershberger2001-08-101-5/+5
* better VMS docs for $?, exit(), and system()Craig A. Berry2001-08-081-1/+1
* $^N foolery as wellJeff Pinyan2001-07-291-4/+2
* Suggestion for mnemonic for $^NPhilip Newton2001-07-021-1/+4
* Add support for $^N, the most-recently closed group.Jarkko Hietaniemi2001-06-301-3/+18
* $@ Clarification in pod/perlvar.podJon Gunnip2001-06-181-4/+4
* Mention that lexicalizing $a or $b is a bad idea if oneJarkko Hietaniemi2001-06-031-1/+3
* perlvar.pod additionJarkko Hietaniemi2001-05-301-0/+13
* perlvar.pod -- why isn't @F here?Jeff Pinyan2001-05-301-0/+7
* perlvar nitSimon Cozens2001-03-271-1/+1
* pod/perlvar.podAbigail2001-01-231-7/+12
* Make the POSIX::setuid and POSIX::setgid to really call setuid()Garry T. Williams2000-11-011-1/+11
* Minor tweak to perlvar.podStephen P. Potter2000-08-041-1/+1
* In new BSDs changes to argv[] do not show up in ps(1) output,Paul Saab2000-08-021-0/+5
* introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliasesGurusamy Sarathy2000-05-011-0/+4
* various minor tweaks seen on p5pGurusamy Sarathy2000-04-281-1/+1
* various pod nits (from Larry Virden and others)Gurusamy Sarathy2000-04-241-4/+4
* whitespace and readabiliti nits in the pods (from Michael G SchwernGurusamy Sarathy2000-03-031-9/+9
* fix outdated URLs (from Michael G Schwern)Gurusamy Sarathy2000-02-281-1/+1
* remove vestiges of older attribute syntaxGurusamy Sarathy2000-02-221-1/+1
* remove dual-valueness of v-strings (i.e., they are pure stringsGurusamy Sarathy2000-02-211-12/+12
* revise docs on @+ and @- (from Tom "Camel" Christiansen)Gurusamy Sarathy2000-02-201-10/+37
* set close-on-exec flag on sockets too, like we do for filesGurusamy Sarathy2000-02-191-1/+2
* rename byte:: to bytes::Gurusamy Sarathy2000-02-191-2/+2
* English names for $^R and $^SGurusamy Sarathy2000-02-191-0/+4
* alias to $^V to $PERL_VERSION_TUPLEGurusamy Sarathy2000-02-081-0/+2
* change $^U to $^WIDE_SYSTEM_CALLS; s/PL_bigchar/PL_widesyscalls/;Gurusamy Sarathy2000-02-071-13/+15
* ${^Warnings} renamed to ${^WARNING_BITS}Gurusamy Sarathy2000-02-071-1/+1
* pod fixes (from Abigail and M J T Guy)Gurusamy Sarathy2000-02-071-2/+2
* remove $^U dependent behaviors in runtime; chr() and sprintf('%c',...)Gurusamy Sarathy2000-02-071-30/+8
* patch to provide more informative names for evals and anonymousGurusamy Sarathy2000-02-041-0/+17
* introduce $^U, a global bit to indicate whether systemGurusamy Sarathy2000-01-311-0/+35
* introduce $^V (eq chr($revision) . chr($version) . chr($subversion));Gurusamy Sarathy2000-01-301-0/+22
* notes about $^H and %^H from Ilya Zakharevich; substantialGurusamy Sarathy2000-01-211-2/+48
* newer version of constant.pm from Tom Phoenix; added Tom's notes toGurusamy Sarathy1999-12-281-1/+1
* Rename warning to warnings, from Paul Marquess.Jarkko Hietaniemi1999-08-291-9/+7
* pod fixes (with minor edits) from Abigail, Ronald Kimball, JonGurusamy Sarathy1999-07-171-5/+3
* lexical warnings update (warning.t fails one testPaul Marquess1999-07-071-0/+7
* Fixes related to working local $.Paul Johnson1999-05-281-2/+4
* more pod updates from Tom Christiansen; regen perltocGurusamy Sarathy1999-05-241-37/+36
* major pod update from Tom ChristiansenGurusamy Sarathy1999-05-241-297/+324
* todo item: permit extended control variables a la ${^Foo} (patchGurusamy Sarathy1999-02-281-0/+48
* clarify what a "line" isGurusamy Sarathy1999-02-151-2/+8
* patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)Gurusamy Sarathy1999-02-151-3/+3
* slurping an empty file should return '' rather than undef, withGurusamy Sarathy1999-02-141-2/+2
* Fix most of the bad L<> links ofTom Christiansen1998-12-021-2/+6
* Update docs and English.pm for $^CNick Ing-Simmons1998-11-291-0/+9
* Change $#+Ilya Zakharevich1998-11-281-10/+13
* PATCH: document English.pm sawampersand and thread issuesJohn Tobey1998-11-281-0/+21
* set close-on-exec bit on pipe() FDsGurusamy Sarathy1998-11-081-1/+1