summaryrefslogtreecommitdiff
path: root/perlvars.h
Commit message (Collapse)AuthorAgeFilesLines
* [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