summaryrefslogtreecommitdiff
path: root/av.c
Commit message (Expand)AuthorAgeFilesLines
* Integrate:Jarkko Hietaniemi2003-05-041-1/+2
* Integrate:Jarkko Hietaniemi2003-04-211-3/+5
* Pseudohashes die hard -- go with Rick Delaney's ideaJarkko Hietaniemi2003-03-171-2/+2
* Warn only on unblessed pseudohashes.Jarkko Hietaniemi2003-03-141-3/+3
* Integrate:Jarkko Hietaniemi2003-03-021-1/+1
* Integrate:Jarkko Hietaniemi2003-01-221-1/+4
* Retry the #17920.Jarkko Hietaniemi2002-11-281-2/+2
* Urque. Retract #18206 since it got two patches interleavedJarkko Hietaniemi2002-11-281-2/+2
* Integrate:H.Merijn Brand2002-11-281-2/+2
|\
| * LEAKTEST is dead, RIPH.Merijn Brand2002-09-261-2/+2
| * Negative subscripts optionally passed to tied array methodsMark-Jason Dominus2002-08-171-50/+131
| * Remove pseudo-hashes (complete)Michael G. Schwern2002-08-171-101/+0
* | Add pseudo-hashes deprecation warning (at each pseudo-hash access).Jarkko Hietaniemi2002-11-151-0/+3
* | The first big import towards 5.8.1, @18078. Please do NOTJarkko Hietaniemi2002-11-041-50/+131
|/
* More VC5-induced casting found by Nikola Knezevic.Jarkko Hietaniemi2002-04-271-1/+1
* fixes for all the warnings reported by Visual C (most of thisGurusamy Sarathy2002-04-211-1/+1
* more warnings tidyupPaul Marquess2002-03-111-2/+2
* PATCH (bleadperl): Quieter handling of tied arraysMark-Jason Dominus2002-03-021-4/+10
* Copyright++. (Not all the toplevel *.h have one, it seems.)Jarkko Hietaniemi2002-01-231-1/+1
* Missed the =head1 additions.Jarkko Hietaniemi2002-01-031-0/+4
* Re: Perl bug with "delete" on arraysAbhijit Menon-Sen2001-07-121-0/+1
* More -Wall sweeping.Jarkko Hietaniemi2001-05-301-0/+2
* Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,Jarkko Hietaniemi2001-05-301-1/+1
* [LARGE!] symbolic magicDave Mitchell2001-05-201-15/+20
* Bump up Larry's copyright.Jarkko Hietaniemi2001-01-011-1/+1
* dTHR is a nop in 5.6.0 onwards. Ergo, it can go.Jarkko Hietaniemi2000-12-051-6/+1
* Re: av.c patch (having slight problems)Ben Tilly2000-11-231-0/+8
* [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.cJens Hamisch2000-10-311-2/+7
* av.c apidocSimon Cozens2000-07-251-3/+24
* fixes for most warnings identified by gcc -WallGurusamy Sarathy2000-03-051-9/+7
* support for list assignment to pseudohashes (from John TobeyGurusamy Sarathy2000-03-031-9/+21
* Resync with mainlineCharles Bailey2000-02-261-1/+1
|\
| * notes about running PurifyGurusamy Sarathy2000-02-141-1/+1
| * documentation patches (from Michael Schwern and YitzchakGurusamy Sarathy2000-02-081-3/+3
| * set SvUTF8 on vectors only if there are chars > 127; update copyrightGurusamy Sarathy2000-02-061-1/+1
| * autogenerate API listing from comments in the source (from BenjaminGurusamy Sarathy2000-01-281-0/+119
| * clearer docs for change#4796; faster av_exists()Gurusamy Sarathy2000-01-131-1/+4
| * support delete() and exists() on array, tied array, and pseudo-hashGurusamy Sarathy2000-01-131-15/+91
| * A better version of #4296.Michael G. Schwern1999-10-031-1/+1
| * (Replaced by #4297.)Michael G. Schwern1999-10-031-2/+3
| * make exists() work better on pseudo-hashes (reworked a patch suggestedGurusamy Sarathy1999-10-021-1/+24
* | Minor fixes to assuage picky compilers (unsigned comparisons andCharles Bailey2000-02-091-1/+1
* | Resync with mainlineCharles Bailey2000-02-091-1/+120
* | Quick integration of mainline changes to dateCharles Bailey2000-01-201-3/+106
|/
* Avoid core dumps resulting from humongous array indicesSpider Boardman1999-07-231-8/+10
* lexical warnings update (warning.t fails one testPaul Marquess1999-07-071-4/+4
* more complete support for implicit thread/interpreter pointer,Gurusamy Sarathy1999-06-091-13/+13
* initial stub implementation of implicit thread/thisGurusamy Sarathy1999-06-071-27/+28
* update copyright yearsGurusamy Sarathy1999-03-221-1/+1
* fix AvREALISH bogusnessGurusamy Sarathy1998-11-061-4/+1