Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Dual-life perlfaq | Florian Ragwitz | 2011-07-08 | 1 | -2689/+0 |
| | |||||
* | perlfaq4: Use E<> instead of non-ASCII | Karl Williamson | 2011-06-17 | 1 | -1/+1 |
| | | | | We're trying to get rid of non-ASCII in pods. | ||||
* | perlfaq4: Fix broken link | Karl Williamson | 2011-05-18 | 1 | -1/+1 |
| | |||||
* | Correct the U<...> link in perlfaq4 | Father Chrysostomos | 2011-03-10 | 1 | -1/+1 |
| | |||||
* | Update link to "What Every Computer Scientist Should Know About ↵ | brian d foy | 2011-03-10 | 1 | -1/+1 |
| | | | | Floating-Point Arithmetic" | ||||
* | Note here docs need a line separator after the last token | brian d foy | 2011-03-01 | 1 | -2/+4 |
| | |||||
* | Minor perlfaq4 tweaks | Father Chrysostomos | 2011-02-18 | 1 | -22/+25 |
| | |||||
* | Some missing hyphens in perlfaq* | Father Chrysostomos | 2011-02-17 | 1 | -1/+1 |
| | |||||
* | Fix pod warnings in perlfaq4.pod | Michael Stevens | 2011-02-16 | 1 | -2/+2 |
| | |||||
* | Update perlfaq4 examples to use Time::Piece | brian d foy | 2011-02-15 | 1 | -35/+86 |
| | |||||
* | Fix line containing only whitespace. | Michael Stevens | 2011-01-17 | 1 | -1/+1 |
| | |||||
* | Fix typos in pod/* | Peter J. Acklam) (via RT | 2011-01-07 | 1 | -3/+3 |
| | | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81906] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81906 > | ||||
* | * perlfaq4: perlreftut is no longer upcoming, it's come | brian d foy | 2010-10-16 | 1 | -1/+1 |
| | |||||
* | perlfaq4: use given() in number/float/integer answer | brian d foy | 2010-10-13 | 1 | -13/+21 |
| | | | | | | | | | How do I determine whether a scalar is a number/whole/integer/float? David Canzi also adjusted some of the regexes. The real number and decimal number tests are really the same thing, and we don't have to capture in the float case. | ||||
* | * Clarified a pronoun in perlfaq4 | brian d foy | 2010-10-05 | 1 | -12/+11 |
| | | | | How do I strip blank space from the beginning/end of a string? | ||||
* | * Don't allow extra newlines in number type example in perlfaq4 | brian d foy | 2010-09-27 | 1 | -7/+7 |
| | | | | + How do I determine whether a scalar is a number/whole/integer/float? | ||||
* | perlfaa4: fix a one-off mistake | brian d foy | 2010-09-23 | 1 | -1/+1 |
| | | | | + How do I perform an operation on a series of integers? | ||||
* | * Fix 'a keys' question title in perlfaq4 | brian d foy | 2010-09-17 | 1 | -1/+1 |
| | |||||
* | * Add multilevel hash exists() to perlfaq4 | brian d foy | 2010-09-14 | 1 | -0/+68 |
| | | | | | | | How can I check if a keys exists in a multilevel hash? How is it we got this far without ever answering this FAQ? :) | ||||
* | perlfaq4: fix a minor grammar problem in the Y2K answer | brian d foy | 2010-09-14 | 1 | -1/+1 |
| | |||||
* | Fix trailing whitespace | brian d foy | 2010-09-14 | 1 | -1/+1 |
| | |||||
* | * How do I handle linked lists? | brian d foy | 2010-09-14 | 1 | -46/+16 |
| | | | | | + Steve Lembark makes interesting cases for perly linked lists, depending on the task. | ||||
* | Prefer \g1 over \1 in pods | Karl Williamson | 2010-06-28 | 1 | -3/+3 |
| | | | | | | | \g was added to avoid ambiguities that \digit causes. This updates the pod documentation to use \g in examples, and to prefer it when explaining the concepts. Some non-symmetrical outlined text dealing with it was also cleaned up. | ||||
* | * FAQ sync | brian d foy | 2010-06-17 | 1 | -20/+24 |
| | | | | | This is commit 37550b8f812e591bcd0dd869d61677dac5bda92c from the perlfaq repository at git@github.com:briandfoy/perlfaq.git | ||||
* | * Backported Tom's perlfaq cleanup to the perlfaq repo, and now they are ↵ | brian d foy | 2010-01-16 | 1 | -2/+2 |
| | | | | back here :) | ||||
* | * FAQ sync for Perl 5.12 release candidate | brian d foy | 2010-01-13 | 1 | -37/+101 |
| | | | | | This is commit cfc60b072536b6232cec8a3a3551c8bdf3c3eefd from the perlfaq repository at git@github.com:briandfoy/perlfaq.git | ||||
* | PATCH: minor typo cleanup of pod/ directory | Tom Christiansen | 2010-01-05 | 1 | -2/+2 |
| | | | | | | | | | | | | | | These are all in the pod/ directory, and only the first is a code fix. There was also a single lingering ISO 8859-1 encoding that missed the UTF-8 upconvert. The rest are cleanups for typos, some of which seem to have been around for a rather long time: spelling errors, incorrect possessives, and extra, missing, or duplicated words. If you actually read through, I bet you'll realize what sparked this. :) --tom Signed-off-by: Abigail <abigail@abigail.be> | ||||
* | * Synced the perlfaq | brian d foy | 2009-12-19 | 1 | -30/+25 |
| | | | | | | | | The latest commit in https://github.com/briandfoy/perlfaq is 4e2e0c9bcb3404e0b09d2e61e23ba6a6095b1 dated Sat Dec 19 04:17:11 2009 -0600 | ||||
* | * FAQ sync for Nov blead release | brian d foy | 2009-11-19 | 1 | -3/+3 |
| | | | | | This comes from 028b6d17a07335707c2b234cb69ac4051ed48435 in git@github.com:briandfoy/perlfaq.git | ||||
* | * Synced the perlfaq | brian d foy | 2009-10-19 | 1 | -14/+6 |
| | | | | | | | | The latest commit in https://github.com/briandfoy/perlfaq is aa2b30a3bcbf1ac69f000fe363b0c384fbc44723 dated Thu Oct 15 20:01:45 2009 -0500 | ||||
* | Merge the updated perlfaq from the perlfaq repository | Steffen Mueller | 2009-08-13 | 1 | -116/+326 |
| | |||||
* | Update some docs to explain that Perl no longer has a 2038 bug. | Michael G. Schwern | 2009-01-03 | 1 | -6/+14 |
| | |||||
* | FAQ sync | Rafael Garcia-Suarez | 2007-12-12 | 1 | -7/+13 |
| | | | p4raw-id: //depot/perl@32614 | ||||
* | FAQ sync | Rafael Garcia-Suarez | 2007-11-23 | 1 | -21/+49 |
| | | | p4raw-id: //depot/perl@32464 | ||||
* | FAQ sync | Rafael Garcia-Suarez | 2007-07-07 | 1 | -6/+6 |
| | | | p4raw-id: //depot/perl@31559 | ||||
* | PerlFAQ sync. | Rafael Garcia-Suarez | 2007-06-25 | 1 | -5/+5 |
| | | | p4raw-id: //depot/perl@31456 | ||||
* | PerlFAQ sync. | Rafael Garcia-Suarez | 2007-03-23 | 1 | -1/+1 |
| | | | | | | Also, use a svn checkout done under an English locale, to avoid having French dates in the headers. Hateful. p4raw-id: //depot/perl@30721 | ||||
* | FAQ sync | Rafael Garcia-Suarez | 2007-02-12 | 1 | -22/+63 |
| | | | p4raw-id: //depot/perl@30218 | ||||
* | FAQ sync | Rafael Garcia-Suarez | 2006-11-15 | 1 | -10/+14 |
| | | | p4raw-id: //depot/perl@29282 | ||||
* | FAQ sync | Rafael Garcia-Suarez | 2006-10-18 | 1 | -50/+81 |
| | | | p4raw-id: //depot/perl@29034 | ||||
* | FAQ sync | Rafael Garcia-Suarez | 2006-09-11 | 1 | -715/+741 |
| | | | p4raw-id: //depot/perl@28820 | ||||
* | s/have a more/have more/ typo fix in perlfaq4 | Craig A. Berry | 2006-07-02 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@28464 | ||||
* | FAQ sync. (FAQ now moved to svn) | Rafael Garcia-Suarez | 2006-03-07 | 1 | -11/+22 |
| | | | p4raw-id: //depot/perl@27399 | ||||
* | Sync perlfaq. | Rafael Garcia-Suarez | 2006-01-03 | 1 | -24/+32 |
| | | | p4raw-id: //depot/perl@26601 | ||||
* | FAQ sync. | Rafael Garcia-Suarez | 2005-11-28 | 1 | -23/+46 |
| | | | p4raw-id: //depot/perl@26220 | ||||
* | FAQ sync. | Rafael Garcia-Suarez | 2005-10-26 | 1 | -19/+38 |
| | | | p4raw-id: //depot/perl@25857 | ||||
* | FAQ sync | Rafael Garcia-Suarez | 2005-08-17 | 1 | -11/+8 |
| | | | p4raw-id: //depot/perl@25301 | ||||
* | POD typos | Piotr Fusik | 2005-08-01 | 1 | -1/+1 |
| | | | | | | From: "Piotr Fusik" <pfusik@op.pl> Message-ID: <00ef01c59542$3198ba00$26d34dd5@piec> p4raw-id: //depot/perl@25253 | ||||
* | Quotes in pod/*.pod | Andy Lester | 2005-06-03 | 1 | -7/+7 |
| | | | | | Message-ID: <20050602211954.GA22107@petdance.com> p4raw-id: //depot/perl@24686 | ||||
* | FAQ sync | Rafael Garcia-Suarez | 2005-06-03 | 1 | -148/+174 |
| | | | p4raw-id: //depot/perl@24684 |