summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
...
* two tweaks for clean build and test on SolarisGurusamy Sarathy1998-09-241-0/+1
* warn on C<my($foo,$foo)>Gurusamy Sarathy1998-09-231-3/+2
* better diagnostic for do{} used as lvalueGurusamy Sarathy1998-09-231-2/+5
* silence redefined warning for XS(INIT) {}Gurusamy Sarathy1998-09-231-0/+1
* tr/// logic was hosed under utf8Larry Wall1998-09-051-3/+12
* index() applied BM optimization to wrong argumentLarry Wall1998-09-051-0/+2
* various tweaks: fix signed vs. unsigned problems that prevented C++Gurusamy Sarathy1998-08-101-5/+5
* add missing dTHR; notes for test failures due to small stacksizeGurusamy Sarathy1998-08-091-18/+27
* lexical warnings; tweaks to places that didn't apply correctlyPaul Marquess1998-08-091-43/+72
* Eliminate superfluous RV2p[AH]Vs in oops[AH]V()Stephen McCamant1998-08-081-20/+2
* integrate maint-5.005 changes into mainlineGurusamy Sarathy1998-08-081-2/+6
|\
| * fix segfault when threadsv is used as foreach itervarStephen McCamant1998-08-031-0/+4
| * allow *FOO{BAR}[0] etc. (without intervening arrow)Stephen McCamant1998-08-021-1/+1
| * tweaked version of suggested patchIlya Zakharevich1998-08-021-1/+1
* | Here are the long-expected Unicode/UTF-8 modifications.Larry Wall1998-07-241-8/+202
|/
* suppress redefined warnings on C<INIT {} INIT {}>Gurusamy Sarathy1998-07-221-0/+1
* make $ prototype to accept THREADSVsGurusamy Sarathy1998-07-221-1/+5
* redundant RV2GVs in ck_fun()Stephen McCamant1998-07-211-1/+1
* complete s/foo/PL_foo/ changes (all escaped cases identified withGurusamy Sarathy1998-07-201-12/+12
* PL_ stuff for threadsNick Ing-Simmons1998-07-181-15/+15
* PL_ prefix to all perlvars, part1Nick Ing-Simmons1998-07-181-406/+406
* fix CvMUTEXP() leaks with -DusethreadsGurusamy Sarathy1998-07-181-1/+2
* added patch, tweaked PERL_OBJECT thingsGraham Barr1998-07-131-6/+4
* apply patch for smarter AASSIGN_COMMON detection; regen headersStephen McCamant1998-07-121-0/+10
* make RE engine threadsafe; -Dusethreads builds, tests on Solaris,Gurusamy Sarathy1998-07-121-0/+1
* add patch, along with all the missing bits, and doc tweaksIlya Zakharevich1998-07-111-4/+8
* get it building again on win32Gurusamy Sarathy1998-07-091-1/+1
* add patch for C<use re 'debug'>Ilya Zakharevich1998-07-081-1/+1
* much simpler fix to typecheck read/sysread/recv, as suggested byGurusamy Sarathy1998-07-061-2/+5
* undo ck_sysread() changes#1319,1337 in preparation for a muchGurusamy Sarathy1998-07-061-26/+2
* rename s/\bSI_/PERLSI_/ to avoid collisions with sysinfo headersGurusamy Sarathy1998-07-061-1/+1
* allow read(FH,threadsv,...)Gurusamy Sarathy1998-07-061-0/+1
* add ck_sysread() for better sysread/read/recv sanityGurusamy Sarathy1998-07-051-2/+25
* merge changes#1210,1211,1270 from maintbranchGurusamy Sarathy1998-07-041-1/+4
* bump patchlevel to 69, various little tweaks (tested on win32, SolarisGurusamy Sarathy1998-06-291-6/+6
* added patch for overloading constants, made PERL_OBJECT-awareIlya Zakharevich1998-06-291-1/+11
* Re: [PATCH] 4-arg substr update for perl5.004_68Gisle Aas1998-06-281-2/+10
* Optimize foreach (1..1000000)Gisle Aas1998-06-281-3/+35
* merge relevant portions from maintbranch change#1155Gurusamy Sarathy1998-06-221-1/+1
* 5.004_67 nigglesGurusamy Sarathy1998-06-171-1/+1
* Bugs with (?{}), $^R and many-to-many substIlya Zakharevich1998-06-111-5/+15
* Re: Uninitialised error from -M()Stephen McCamant1998-06-101-1/+1
* [asperl] integrate mainline changesGurusamy Sarathy1998-05-291-10/+23
|\
| * [win32] merge change#1015 from maintbranch (must revisit 1014 later, isGurusamy Sarathy1998-05-231-9/+22
| * [win32] fix problematic change#965 from maintbranchIlya Zakharevich1998-05-211-1/+1
* | [asperl] integrate mainline changes (untested)Gurusamy Sarathy1998-05-181-5/+71
|\ \ | |/
| * [win32] merge change#981 from maintbranch, add XXX comment aboutGurusamy Sarathy1998-05-151-0/+5
| * [win32] merge changes#922,944,949,965,970 from maintbranchGurusamy Sarathy1998-05-151-2/+57
| * [win32] merge change#904 from maintbranchGurusamy Sarathy1998-05-141-2/+5
| * [win32] integrate mainlineGurusamy Sarathy1998-05-141-2/+1