summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * [win32] merge change#896 from maintbranchGurusamy Sarathy1998-05-141-0/+2
| * [win32] merge change#886 from maintbranchGurusamy Sarathy1998-05-141-1/+0
| * [win32] merge missing part of change#663 from maint branchGurusamy Sarathy1998-05-131-0/+1
* | [asperl] add AS patch#17Gurusamy Sarathy1998-04-211-1/+1
* | [asperl] integrate mainline changesGurusamy Sarathy1998-04-081-1/+28
|\ \ | |/
| * [win32] implement stack-of-stacks so that magic invocations don'tGurusamy Sarathy1998-04-031-1/+1
| * newCONSTSUB had private MY_start_subparse.Malcolm Beattie1998-03-161-1/+1
| * Bump patchlevel.h to 63.Malcolm Beattie1998-03-161-2/+2
| |\
| * | newCONSTSUB added (XSUB equivalent for inlinable sub () { 123 }).Jan Dubois1998-03-161-0/+27
* | | [asperl] various changes to get asperl working under BorlandGurusamy Sarathy1998-03-161-1/+2
* | | [win32] integrate mainline changesGurusamy Sarathy1998-03-071-30/+62
|\ \ \ | | |/ | |/|
| * | [win32] change all 'sp' to 'SP' in code and in the docs. ExplicitlyGurusamy Sarathy1998-03-071-2/+2
| |/
| * [win32] integrate mainlineGurusamy Sarathy1998-03-051-3/+8
| |\
| | * [5.004_61 PATCH] Make incompatible changes to RE engine NOWIlya Zakharevich1998-03-051-1/+1
| | * Make autouse -w-safeIlya Zakharevich1998-03-051-2/+7