summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
* various win32-ish changes merged from maint-5.005Gurusamy Sarathy1999-02-011-3/+1
* various tweaks for clean build and test on win32Gurusamy Sarathy1999-01-171-1/+2
* PERL_OBJECTness for change#2595Gurusamy Sarathy1999-01-171-2/+3
* From: Hans Mulder <hansm@icgroup.nl>Jarkko Hietaniemi1999-01-131-1/+62
* From: Hugo van der Sanden <hv@crypt.compulink.co.uk>Jarkko Hietaniemi1999-01-011-1/+2
* To: perl5-porters@perl.comMark-Jason Dominus1998-12-211-1/+1
* another threads reliability fix: serialize writes to thr->threadsvGurusamy Sarathy1998-11-291-16/+32
* various fixes for race conditions under threads: mutex locks basedGurusamy Sarathy1998-11-291-1/+6
* make $1 et al readonly under threads; make C<undef $1> fail likeGurusamy Sarathy1998-11-281-0/+10
* fix C<if (...) { package Foo; ... }> misoptimization that failsGurusamy Sarathy1998-11-261-0/+1
* allow C<sort $coderef @foo>Gurusamy Sarathy1998-11-171-0/+2
* catch a neophyte trap: open(<FH>), close(<FH>) etc.Gurusamy Sarathy1998-11-141-0/+4
* phase 1 of somewhat major rearrangement of PERL_OBJECT stuffGurusamy Sarathy1998-10-301-98/+102
* 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