summaryrefslogtreecommitdiff
path: root/av.c
Commit message (Expand)AuthorAgeFilesLines
* update copyright yearGurusamy Sarathy2001-03-221-1/+1
* integrate changes#7984,7987,8010 from mainline (gets rid ofGurusamy Sarathy2001-01-301-6/+1
* integrate changes#7643,7646..7649,7651..7654,7658,7659,Gurusamy Sarathy2000-12-181-0/+8
* integrate changes#7472,7474..7478,7481,7485,7489,7493,7494,7496,Gurusamy Sarathy2000-12-181-2/+7
* integrate changes#6415..6418,6420..6438 from mainlineGurusamy Sarathy2000-11-241-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
* phase 1 of somewhat major rearrangement of PERL_OBJECT stuffGurusamy Sarathy1998-10-301-6/+6
* integrate changes#1982,2014,2021 (from maint-5.005)Gurusamy Sarathy1998-10-251-14/+14
* fix handling of mayhaps-extended @_ in goto &subGurusamy Sarathy1998-10-211-0/+1
* support match indices via special variables @- and @+Ilya Zakharevich1998-09-231-1/+1
* disable malloced_size() feedback with -DLEAKTESTIlya Zakharevich1998-07-211-1/+1
* PL_ prefix to all perlvars, part1Nick Ing-Simmons1998-07-181-34/+34
* add a few more PURIFY guardsGurusamy Sarathy1998-07-131-1/+1
* rename s/\bSI_/PERLSI_/ to avoid collisions with sysinfo headersGurusamy Sarathy1998-07-061-6/+6
* patchlevel up to 5.004_70, various tweaksGurusamy Sarathy1998-07-051-1/+2
* applied patch with tweaks to proseGisle Aas1998-07-041-173/+23
* PUSHSTACK renovationJoshua Pritikin1998-06-281-12/+12
* applied patch, regen headersIlya Zakharevich1998-06-231-2/+9
* added patch, tweaked missed files, excised comment that doesn't reallyJoshua Pritikin1998-06-201-7/+0
* hand apply whitespace-mutiliated patchJoshua Pritikin1998-06-181-0/+3
* [win32] more whitespace tweaks from maintbranchGurusamy Sarathy1998-05-181-2/+1
* [win32] sundry whitespace cleanups from maintbranchGurusamy Sarathy1998-05-171-3/+3
* [win32] implement stack-of-stacks so that magic invocations don'tGurusamy Sarathy1998-04-031-0/+12
* [win32] merge C<local $tied{foo}> patch, also moved statics inGurusamy Sarathy1998-03-091-2/+2
* [win32] change all 'sp' to 'SP' in code and in the docs. ExplicitlyGurusamy Sarathy1998-03-071-10/+10
* Replaced two occurrences of THREADSV(find_thread_sv(...)) (orderMalcolm Beattie1998-02-031-1/+1
* Gisle's av_unshift tweak, two small patches from chipNick Ing-Simmons1998-01-241-16/+9
* TIEARRAY updates - almost works ...Nick Ing-Simmons1998-01-141-7/+18
* tiearray tweaksNick Ing-Simmons1998-01-131-0/+1
* tie array changes to core and testsNick Ing-Simmons1998-01-131-44/+146