summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
* avoid bogus line number in XSUB redefined warningsGurusamy Sarathy1998-10-251-1/+2
* Program with utf8 identifiers fails to compileLarry Wall1998-10-231-2/+6
* restore sanity to "constant" referencesGurusamy Sarathy1998-10-211-1/+39
* stray typo found by Hugo van der SandenGurusamy Sarathy1998-10-171-1/+1
* integrate cfgperl mods into mainlineGurusamy Sarathy1998-10-161-2/+3
|\
| * check in all confperl changes as of change#1964 into cfgperlGurusamy Sarathy1998-10-151-2/+3
* | stray tweakGurusamy Sarathy1998-10-161-2/+2
* | propagate typeness of lexicals while cloning themGurusamy Sarathy1998-10-151-0/+6
* | s/last/first/ typo in append_list()Gurusamy Sarathy1998-10-151-1/+1
|/
* tweak to make fix in change#1944 behave correctly for closuresGurusamy Sarathy1998-10-151-5/+10
* change#1614 merely disabled earlier fix (doh!); undo it and properlyGurusamy Sarathy1998-10-131-4/+18
* ensure recursive attempts to findlex()icals know enough about whereGurusamy Sarathy1998-10-131-8/+6
* fix globals caught by change#1927; builds and tests on SolarisGurusamy Sarathy1998-10-061-3/+3
* use cpp symbols instead of hardwired constantsHugo van der Sanden1998-10-061-6/+8
* make C<use> recognize C<require> overrides; allow C<do EXPR> to beGurusamy Sarathy1998-10-031-2/+39
* 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