summaryrefslogtreecommitdiff
path: root/perlvars.h
Commit message (Expand)AuthorAgeFilesLines
* add missing locks for op refcountsGurusamy Sarathy2000-03-081-0/+4
* support fetching current interpreter from TLS under useithreadsGurusamy Sarathy2000-02-291-1/+5
* make change#3386 a build-time option (avoids problems due toGurusamy Sarathy2000-02-201-5/+1
* bring in basic threads stuff under USE_ITHREADSGurusamy Sarathy1999-12-231-1/+1
* perl_mutex n/a if !USE_THREADSGurusamy Sarathy1999-10-191-1/+1
* PL_malloc_mutex needs to be global, not per-interpreterGurusamy Sarathy1999-10-171-0/+4
* various little tweaks; most globals are now in intrpvar.h, ninterpsGurusamy Sarathy1999-06-111-25/+5
* most globals are now interpreter local; locale initializationGurusamy Sarathy1999-06-101-153/+0
* ByteLoader mark 2Tom Hughes1999-05-281-4/+0
* Cures for _57 in AIX 4.1.5.0.Jarkko Hietaniemi1999-05-251-0/+3
* cygwin32 update (untested adaptation of patch against 5.005_03)Alexander Smishlajev1999-05-101-1/+1
* remove OVERLOAD conditionalsJan Dubois1999-02-121-5/+0
* various win32-ish changes merged from maint-5.005Gurusamy Sarathy1999-02-011-1/+10
* various fixes for race conditions under threads: mutex locks basedGurusamy Sarathy1998-11-291-2/+0
* phase 1 of somewhat major rearrangement of PERL_OBJECT stuffGurusamy Sarathy1998-10-301-5/+1
* disallow 'x' in hex numbers (except leading '0x')Gisle Aas1998-10-251-1/+1
* remove spurious unused conflicting globals (PL_yy{v,s}sp)Gurusamy Sarathy1998-10-061-2/+0
* big Configure update from Jarkko: sync metaconfig units; d_statblks fixGurusamy Sarathy1998-09-251-0/+3
* move yyglobal decls from perly.c to perlvars.h, regen headers, tweakGurusamy Sarathy1998-09-241-16/+25
* Here are the long-expected Unicode/UTF-8 modifications.Larry Wall1998-07-241-0/+18
* add more correct version of change#1350 (as yet untested)Joshua Pritikin1998-07-101-1/+0
* change#1350 breaks things, back it outGurusamy Sarathy1998-07-081-0/+1
* add patch to improve method caching, regen headersJoshua Pritikin1998-07-061-1/+0
* IV changes for long long (was Re: 5.004_68 on its way to the CPAN)Stephen McCamant1998-06-281-1/+1
* partial MULTIPLICITY cleanupGurusamy Sarathy1998-06-231-73/+83
* remove unused global `scrgv'Gurusamy Sarathy1998-06-141-1/+0
* Applied patch, followed by tweaks to *.sym and `perl embed.pl`Ilya Zakharevich1998-06-101-0/+2
* [win32] add AS patch#24, remove one other instance of error_noGurusamy Sarathy1998-06-031-5/+0
* [asperl] tweaks to make it build with the Borland compiler. Won't runGurusamy Sarathy1998-05-261-1/+1
* [asperl] add AS patch#16Gurusamy Sarathy1998-04-201-1/+1
* [asperl] integrate mainline changesGurusamy Sarathy1998-03-011-0/+1
|\
| * Make refcounts atomic for threading (dependent on appropriateMalcolm Beattie1998-02-271-0/+1
* | [asperl] added AS patch#3Douglas Lankshear1998-02-011-2/+0
* | [asperl] added AS patch#2Gurusamy Sarathy1998-01-301-0/+11
|/
* Fix char*/unsigned char* clashes in util.c:fbm_instr and removeMalcolm Beattie1997-12-101-4/+4
* [win32] Revert to keeping (some) constant strings as globalsGurusamy Sarathy1997-12-021-0/+6
* Create a struct for all perls globals (as an option)Nick Ing-Simmons1997-12-011-169/+120
* embed.pl now reads *var*.h to do its stuff.Nick Ing-Simmons1997-11-301-9/+11
* Globals and structs via macros - part 1 of NNick Ing-Simmons1997-11-291-0/+206