summaryrefslogtreecommitdiff
path: root/perlvars.h
Commit message (Collapse)AuthorAgeFilesLines
* add more correct version of change#1350 (as yet untested)Joshua Pritikin1998-07-101-1/+0
| | | | | | | | Message-Id: <H00000e50008f277@MHS> Subject: Re: [PATCH _70] cache missing methods p4raw-link: @1350 on //depot/perl: a4bb25971c379e48da873823e220bdef09e90ab9 p4raw-id: //depot/perl@1404
* change#1350 breaks things, back it outGurusamy Sarathy1998-07-081-0/+1
| | | | | p4raw-link: @1350 on //depot/perl: a4bb25971c379e48da873823e220bdef09e90ab9 p4raw-id: //depot/perl@1376
* add patch to improve method caching, regen headersJoshua Pritikin1998-07-061-1/+0
| | | | | | Message-Id: <H00000e50008a518@MHS> Subject: [PATCH _70] cache missing methods p4raw-id: //depot/perl@1350
* IV changes for long long (was Re: 5.004_68 on its way to the CPAN)Stephen McCamant1998-06-281-1/+1
| | | | | Message-Id: <m0yq2fr-000EalC@alias-2.pr.mcs.net> p4raw-id: //depot/perl@1253
* partial MULTIPLICITY cleanupGurusamy Sarathy1998-06-231-73/+83
| | | p4raw-id: //depot/perl@1205
* remove unused global `scrgv'Gurusamy Sarathy1998-06-141-1/+0
| | | p4raw-id: //depot/perl@1128
* Applied patch, followed by tweaks to *.sym and `perl embed.pl`Ilya Zakharevich1998-06-101-0/+2
| | | | | | Message-Id: <199806090216.WAA02041@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_66] Resend of RE cache patch (modified) p4raw-id: //depot/perl@1105
* [win32] add AS patch#24, remove one other instance of error_noGurusamy Sarathy1998-06-031-5/+0
| | | | | that was missed (patch#23 was intentionally skipped) p4raw-id: //depot/win32/perl@1071
* [asperl] tweaks to make it build with the Borland compiler. Won't runGurusamy Sarathy1998-05-261-1/+1
| | | | | | testsuite because @INC intuition from location of perlcore.dll seems to be broken. Also, system() and qx// seem broken as well. p4raw-id: //depot/asperl@1033
* [asperl] add AS patch#16Gurusamy Sarathy1998-04-201-1/+1
| | | p4raw-id: //depot/asperl@892
* [asperl] integrate mainline changesGurusamy Sarathy1998-03-011-0/+1
|\ | | | | p4raw-id: //depot/asperl@607
| * Make refcounts atomic for threading (dependent on appropriateMalcolm Beattie1998-02-271-0/+1
| | | | | | | | | | | | arch-dependent and compiler-dependent definitions in atomic.h or else falls back to a global mutex to protect refcounts). p4raw-id: //depot/perl@598
* | [asperl] added AS patch#3Douglas Lankshear1998-02-011-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-Id: <01BD2EF2.53433A40.dougl@ActiveState.com> To: "'Gurusamy Sarathy'" <gsar@umich.edu> Here's an additional diff against //depot/asperl The field name mg_length was changed back to mg_len The function name mg_len was change to mg_length The need for sort_mutex removed thanks to the code derived from Tom Horsley's work. -- Doug p4raw-id: //depot/asperl@451
* | [asperl] added AS patch#2Gurusamy Sarathy1998-01-301-0/+11
|/ | | p4raw-id: //depot/asperl@443
* Fix char*/unsigned char* clashes in util.c:fbm_instr and removeMalcolm Beattie1997-12-101-4/+4
| | | | | a few extraneous trailing semicolons in perlvars.h. p4raw-id: //depot/perl@358
* [win32] Revert to keeping (some) constant strings as globalsGurusamy Sarathy1997-12-021-0/+6
| | | p4raw-id: //depot/win32/perl@349
* Create a struct for all perls globals (as an option)Nick Ing-Simmons1997-12-011-169/+120
| | | | | | | Mainly for Mingw32 which cannot import data. Now only Opcode tests fail (op_desc/op_name not handled yet stuff) p4raw-id: //depot/ansiperl@341
* embed.pl now reads *var*.h to do its stuff.Nick Ing-Simmons1997-11-301-9/+11
| | | | | | | | | | | | Split generated embed.h into two - new embedvar.h is #included when 'op' etc. will not mess up proto.h etc. Removed #define foo (thr->Tfoo) from thread.h Added some 'missing' symbols to global.sym, removed those in the *var*.h files Has build all MULTIPLICITY/USE_THREADS options on win32 with VC++ (and passed tests), but not with exactly this set of files. p4raw-id: //depot/ansiperl@338
* Globals and structs via macros - part 1 of NNick Ing-Simmons1997-11-291-0/+206
- introduce perlvars.h intrpvar.h and thrdvar.h - change perl.h and thread.h to include them with appropriate macros defined - result is status-quo but with macros - next step is to tweak embed.* to capitalize on new easy-to-find info. p4raw-id: //depot/ansiperl@337