| Commit message (Expand) | Author | Age | Files | Lines |
* | Doc update for changes in 5.15.0 + tweaks | Father Chrysostomos | 2011-06-17 | 1 | -5/+4 |
* | Reword perltie/READLINE and correct example | Father Chrysostomos | 2011-02-25 | 1 | -6/+6 |
* | [perl #84942] perltie.pod READLINE list context | Kevin Ryde | 2011-02-25 | 1 | -4/+19 |
* | Document the explicit * in tie *$handle | Father Chrysostomos | 2010-12-02 | 1 | -0/+7 |
* | use modern Perl style in example | Alexandr Ciornii | 2010-07-15 | 1 | -3/+3 |
* | * Em dash cleanup in pod/ | brian d foy | 2010-01-13 | 1 | -3/+3 |
* | perltie.pod docpatch | David Cantrell | 2009-05-06 | 1 | -1/+1 |
* | [perl #60978] [PATCH] Tied filehandles can't distinguish eof forms | Chip Salzenberg | 2008-12-11 | 1 | -0/+13 |
* | Re: [perl #49264] say behaves as just print on tied filehandle | Michael G. Schwern | 2008-01-06 | 1 | -3/+5 |
* | Re: AW: [PATCH pod/*] Use Direct Object Constructor Calls | chromatic | 2006-09-04 | 1 | -1/+1 |
* | POD index entries with X<> | Ivan Tubert-Brohman | 2005-10-13 | 1 | -0/+49 |
* | docpatch for perltie.pod | David Cantrell | 2004-10-21 | 1 | -3/+5 |
* | Remove a spurious \n in a perltie example, | Rafael Garcia-Suarez | 2004-06-08 | 1 | -1/+1 |
* | documenting SCALAR gotcha | Tassilo von Parseval | 2003-12-07 | 1 | -0/+6 |
* | Clarify the description of SCALAR in perltie | Rafael Garcia-Suarez | 2003-12-06 | 1 | -4/+4 |
* | SCALAR/FIRSTKEY for tied hashes in scalar context | Tassilo von Parseval | 2003-12-06 | 1 | -1/+23 |
* | DOCPATCH: does STORE need to return anything and if so what? | david nicol | 2003-11-02 | 1 | -2/+3 |
* | One more known tie problem. | Jarkko Hietaniemi | 2003-09-05 | 1 | -4/+7 |
* | Acknowledge some known tie bugs. | Jarkko Hietaniemi | 2003-09-05 | 1 | -6/+10 |
* | Re: [perl #17934] tied STDERR and internal warnings | Steve Grazzini | 2003-06-19 | 1 | -3/+10 |
* | Re: [perl #17718] %tiedhash in bool context doesn't check if hash is empty | Yitzchak Scott-Thoennes | 2003-05-08 | 1 | -0/+8 |
* | 2 Pod errors in perlop.pod | Andreas König | 2002-11-26 | 1 | -1/+1 |
* | Negative subscripts optionally passed to tied array methods | Mark-Jason Dominus | 2002-08-17 | 1 | -1/+3 |
* | tied hashes | Ilya Zakharevich | 2002-02-14 | 1 | -6/+7 |
* | perltie.pod (or what does it mean?) | Wolfgang Laun | 2001-12-21 | 1 | -1/+1 |
* | Tweten->West | Casey West | 2001-04-17 | 1 | -1/+1 |
* | One more perltie.pod nit from Casey R. Tweten. | Jarkko Hietaniemi | 2000-11-29 | 1 | -11/+0 |
* | Re: [PATCH] Updating perltie.pod for arrays | Casey R. Tweten | 2000-11-29 | 1 | -10/+16 |
* | Updating perltie.pod for arrays | Casey R. Tweten | 2000-11-28 | 1 | -38/+189 |
* | Pod updates | Stephen P. Potter | 2000-11-07 | 1 | -4/+4 |
* | Tied filehandle documentation | Gisle Aas | 2000-09-07 | 1 | -0/+3 |
* | Document UNTIE. Also tweak implementation to suppress the 'inner references' | Nick Ing-Simmons | 2000-09-01 | 1 | -12/+54 |
* | Document UNTIE in a very minimalistic way. | Jarkko Hietaniemi | 2000-08-31 | 1 | -0/+5 |
* | integrate cfgperl changes#6268..6282 into mainline | Gurusamy Sarathy | 2000-07-11 | 1 | -8/+8 |
* | add note about the handling of negative indices to tied arrays | Gurusamy Sarathy | 2000-05-28 | 1 | -0/+6 |
* | avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer | Gurusamy Sarathy | 2000-05-07 | 1 | -5/+2 |
* | lexical warnings update for docs and tests (from Paul Marquess) | Gurusamy Sarathy | 2000-03-13 | 1 | -1/+3 |
* | whitespace and readabiliti nits in the pods (from Michael G Schwern | Gurusamy Sarathy | 2000-03-03 | 1 | -1/+1 |
* | support delete() and exists() on array, tied array, and pseudo-hash | Gurusamy Sarathy | 2000-01-13 | 1 | -4/+6 |
* | major pod update from Tom Christiansen | Gurusamy Sarathy | 1999-05-24 | 1 | -1/+1 |
* | Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods. | Nick Ing-Simmons | 1999-05-08 | 1 | -1/+3 |
* | tweak READ() docs to mention $buffer must be altered by reference | Gurusamy Sarathy | 1999-02-15 | 1 | -4/+7 |
* | documentation update from tchrist | Tom Christiansen | 1998-06-15 | 1 | -1/+1 |
* | [win32] merge changes#1014,1038 from maintbranch | Gurusamy Sarathy | 1998-05-29 | 1 | -3/+3 |
* | _60 & _04 - Add WRITE & CLOSE to TIEHANDLE | Graham Barr | 1998-02-27 | 1 | -3/+21 |
* | TIEARRAY updates - almost works ... | Nick Ing-Simmons | 1998-01-14 | 1 | -7/+16 |
* | Split perlmod | Tom Christiansen | 1997-04-27 | 1 | -1/+1 |
* | [inseparable changes from match from perl-5.003_97g to perl-5.003_97h] | Perl 5 Porters | 1997-04-23 | 1 | -3/+17 |
* | [inseparable changes from match from perl-5.003_97 to perl-5.003_97a] | Perl 5 Porters | 1997-04-03 | 1 | -4/+4 |
* | [inseparable changes from match from perl-5.003_92 to perl-5.003_93] | Perl 5 Porters | 1997-03-07 | 1 | -5/+23 |