summaryrefslogtreecommitdiff
path: root/gv.c
Commit message (Expand)AuthorAgeFilesLines
* another threads reliability fix: serialize writes to thr->threadsvGurusamy Sarathy1998-11-291-2/+3
* various fixes for race conditions under threads: mutex locks basedGurusamy Sarathy1998-11-291-0/+1
* prefer IO::Handle for IO if FileHandle:: is empty (as suggested byGurusamy Sarathy1998-11-291-1/+2
* Implement $^C to allow perl access to -c flag - I think this Nick Ing-Simmons1998-11-281-0/+1
* fix a location affected by change#2191, add note about POPSTACKGurusamy Sarathy1998-11-051-0/+1
* s/sv_upgrade/SvUPGRADE/ a couple of placesGurusamy Sarathy1998-11-041-2/+2
* Overloaded <> and deref againIlya Zakharevich1998-10-301-0/+9
* phase 1 of somewhat major rearrangement of PERL_OBJECT stuffGurusamy Sarathy1998-10-301-14/+14
* various win32 tweaks; disable new xs_cpp section (it createsGurusamy Sarathy1998-10-261-1/+3
* avoid "mysterious" compile-time failures without messagesGurusamy Sarathy1998-10-251-1/+1
* Program with utf8 identifiers fails to compileLarry Wall1998-10-231-1/+1
* check in all confperl changes as of change#1964 into cfgperlGurusamy Sarathy1998-10-151-2/+3
* support match indices via special variables @- and @+Ilya Zakharevich1998-09-231-2/+19
* add missing dTHR; notes for test failures due to small stacksizeGurusamy Sarathy1998-08-091-0/+2
* lexical warnings; tweaks to places that didn't apply correctlyPaul Marquess1998-08-091-7/+10
* remove useless 'rcsid' (extension of a suggestion byGurusamy Sarathy1998-08-041-2/+0
* support OE/MVSJarkko Hietaniemi1998-08-021-18/+12
* fixes for overloading bugs and docs, tweaked someIlya Zakharevich1998-08-011-9/+32
* complete s/foo/PL_foo/ changes (all escaped cases identified withGurusamy Sarathy1998-07-201-1/+1
* PL_ stuff for threadsNick Ing-Simmons1998-07-181-3/+3
* PL_ prefix to all perlvars, part1Nick Ing-Simmons1998-07-181-65/+65
* fix another CvMUTEXP() leakGurusamy Sarathy1998-07-181-1/+2
* add more correct version of change#1350 (as yet untested)Joshua Pritikin1998-07-101-2/+8
* change#1350 breaks things, back it outGurusamy Sarathy1998-07-081-8/+2
* add patch to improve method caching, regen headersJoshua Pritikin1998-07-061-2/+8
* rename s/\bSI_/PERLSI_/ to avoid collisions with sysinfo headersGurusamy Sarathy1998-07-061-1/+1
* add comments on GV_FOO constants, s/8/GV_ADDINEVAL/Gurusamy Sarathy1998-07-051-2/+2
* PUSHSTACK renovationJoshua Pritikin1998-06-281-2/+2
* improve recursive error messages!Joshua Pritikin1998-06-281-1/+2
* applied patch, modified logic to avoid reentering lexer at compile-timeGraham Barr1998-06-211-2/+2
* [asperl] integrate mainline changesGurusamy Sarathy1998-05-291-1/+2
|\
| * [win32] merge changes#1014,1038 from maintbranchGurusamy Sarathy1998-05-291-1/+1
| * [win32] fix problematic change#965 from maintbranchIlya Zakharevich1998-05-211-0/+1
* | [asperl] integrate mainline changes (untested)Gurusamy Sarathy1998-05-181-11/+58
|\ \ | |/
| * [win32] sundry whitespace cleanups from maintbranchGurusamy Sarathy1998-05-171-4/+4
| * [win32] merge changes#982,984 from maintbranchGurusamy Sarathy1998-05-151-2/+2
| * [win32] merge change#981 from maintbranch, add XXX comment aboutGurusamy Sarathy1998-05-151-1/+16
| * [win32] merge changes#922,944,949,965,970 from maintbranchGurusamy Sarathy1998-05-151-6/+38
* | [asperl] integrate mainline changesGurusamy Sarathy1998-04-081-9/+2
|\ \ | |/
| * [win32] implement stack-of-stacks so that magic invocations don'tGurusamy Sarathy1998-04-031-9/+2
* | [win32] integrate mainline changesGurusamy Sarathy1998-03-071-11/+20
|\ \ | |/
| * [win32] change all 'sp' to 'SP' in code and in the docs. ExplicitlyGurusamy Sarathy1998-03-071-1/+1
| * [win32] merge problematic maintpatch to op.cChip Salzenberg1998-03-031-10/+11
| * [win32] merge another conflicting maintpatch to op.cTkil1998-03-031-1/+9
* | [asperl] integrate win32 branch contentsGurusamy Sarathy1998-02-091-13/+18
|\ \ | |/
| * [win32] fix misapplied hunks in 5.004_58Gurusamy Sarathy1998-02-091-9/+8
| * Fix up problem with gv.c from change 477.Malcolm Beattie1998-02-061-2/+7
| * Faster gv_fetchpv() for nested packagesMalcolm Beattie1998-02-061-10/+10
| * Some Chip patches (some tweaked to match _5x source):Chip Salzenberg1998-02-061-8/+9
* | [asperl] initial merge of latest win32 branch into ASPerlGurusamy Sarathy1998-01-301-2/+4
|\ \ | |/