This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[PATCH] Syncing with Test::Simple 0.19
[perl5.git] / intrpvar.h
2001-09-10 Artur BergmanRemove #ifdef PERL_CUSTOM_OPS, always build with PERL_C...
2001-09-04 Jarkko HietaniemiRetract #11870 and volatilize the right destruct_level.
2001-09-04 Jarkko Hietaniemi(Retracted by #11872)
2001-08-27 Artur BergmanChanges USE_THREADS to USE_5005THREADS in the entire...
2001-08-27 Simon CozensCustom Ops
2001-08-07 James A. DuncanB && BEGIN handling
2001-07-12 Jarkko HietaniemiNeeded by #11283.
2001-07-12 Artur BergmanUse reentrant API glibc
2001-07-11 Artur BergmanThreadsafe PMOPs! We might still win this war.
2001-06-20 Artur BergmanFixes case of CvDEPTH for perl_clone
2001-06-09 Artur BergmanNew attempt to clone callack
2001-04-30 Jarkko HietaniemiChange PL_numeric_radix to PL_numeric_radix_sv (and...
2001-02-08 Charles BaileySYN SYN
2001-01-30 Jarkko HietaniemiFix for the fa_IR locale failure. The reason for the...
2001-01-30 Jarkko HietaniemiIntegrate changes #8608,8609,8610,8611,8612,8613 from...
2001-01-24 Charles BaileySYN SYN
2001-01-16 Nick Ing-SimmonsProvide infrastructure for PERL_ASYNC_CHECK() style...
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2000-12-09 Nick Ing-SimmonsUTF8 output prework.
2000-10-20 Charles BaileySYN SYN
2000-08-22 Jarkko HietaniemiBytecompiler patches from Benjamin Stuhl.
2000-08-04 Charles BaileyYA resync with mainstem, including VMS patches from...
2000-07-14 Gurusamy Sarathymove new variables to the end of the interpreter struct...
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6207..6210 into mainline
2000-07-04 Jarkko HietaniemiIntegrate with Sarathy.
2000-07-04 Gurusamy Sarathyfix large memory leak that has been around for ever...
2000-06-07 Dan SugalskiLock PL_fdpid against race conditions, based on:
2000-06-06 Dan SugalskiThreadsafe patches
2000-06-06 Benjamin StuhlB::Bytecode patches
2000-05-23 Charles BaileyResync with mainline prior to post-5.6.0 updates
2000-04-24 Jarkko HietaniemiIntegrate with Sarathy.
2000-04-16 Gurusamy Sarathyintroduce illegal symbols into null package so that...
2000-02-29 Gurusamy Sarathysupport fetching current interpreter from TLS under...
2000-02-20 Gurusamy Sarathymake change#3386 a build-time option (avoids problems...
2000-02-09 Charles BaileyResync with mainline
2000-02-08 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-07 Gurusamy Sarathychange $^U to $^WIDE_SYSTEM_CALLS; s/PL_bigchar/PL_wide...
2000-01-31 Gurusamy Sarathyintroduce $^U, a global bit to indicate whether system
2000-01-28 Gurusamy Sarathyautogenerate API listing from comments in the source...
2000-01-26 Gurusamy Sarathys/STOP/CHECK/ blocks
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-24 Gurusamy Sarathysupport for v5.5.640 style version numbers
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-12-09 Gurusamy Sarathyavoid mismatched expectation <-> int types for C++...
1999-12-08 Larry Wallpatch to fix parser bug in C<${h{${a[0]}}} = 13>
1999-12-01 Gurusamy Sarathyavoid "Callback called exit" error on intentional exit()
1999-12-01 Gurusamy Sarathymore complete pseudo-fork() support for Windows
1999-11-14 Gurusamy Sarathycosmetic tweaks
1999-11-08 Gurusamy Sarathypreliminary support for perl_clone() (still needs work in
1999-11-04 Gurusamy Sarathyimplement STOP blocks and fix compiler to use them...
1999-10-31 Gurusamy Sarathymake nested ARGV/$^I loops work correctly; fixes severa...
1999-10-24 Gurusamy Sarathyremove unused interpreter globals
1999-10-17 Gurusamy SarathyPL_malloc_mutex needs to be global, not per-interpreter
1999-10-17 Gurusamy Sarathysupport PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on
1999-10-06 Gurusamy Sarathymake die/warn and other diagnostics go to wherever...
1999-09-30 Kurt D. Starsinic(Was: deprecating SIGDIE)
1999-09-29 Charles Baileyresync with mainline
1999-09-25 Larry WallRe: [PATCH 5.005_61] "our" declarations
1999-09-20 Vishal Bhatiaadd arenas for managing allocations of remaining xpv...
1999-09-18 Nick Ing-SimmonsRe-integrate mainline
1999-09-12 Gurusamy Sarathymake sprintf("%g",...) threadsafe; only taint its resul...
1999-08-10 Jarkko HietaniemiGratuitous uid and gid casts to I32s and ints removed.
1999-07-12 Gurusamy Sarathyfixups for sundry warnings about function pointers
1999-07-12 Gurusamy Sarathyyet more cleanups of the PERL_OBJECT, MULTIPLICITY...
1999-07-08 Gurusamy Sarathymore PERL_OBJECT cleanups (changes still untested on...
1999-07-06 Jarkko HietaniemiPOSIX [[:character class:]] support for standard, locale,
1999-07-06 Jarkko HietaniemiIntegrate with Sarathy.
1999-07-06 Dan Sugalskislightly tweaked version of suggested patch
1999-06-17 Jarkko HietaniemiFixed two long-standing locale bugs.
1999-06-11 Gurusamy Sarathyvarious little tweaks; most globals are now in intrpvar...
1999-06-10 Gurusamy Sarathymost globals are now interpreter local; locale initiali...
1999-05-28 Tom HughesByteLoader mark 2
1999-05-24 Gurusamy Sarathyremove vestiges of PL_last_proto
1998-11-27 Jan Duboisadd ext/Devel/Peek
1998-09-24 Gurusamy Sarathyprovide locked access to string table for USE_THREADS
1998-07-22 Gurusamy Sarathys/PL_sv/PL_bytecode_sv/ etc., so we have unique, case...
1998-07-21 Gurusamy Sarathyfinal tweaks before beta2
1998-07-21 Gurusamy Sarathypart 2 of PERL_OBJECT fixes (globals in bytecode.h...
1998-07-12 Gurusamy Sarathymake RE engine threadsafe; -Dusethreads builds, tests...
1998-07-11 Ilya Zakharevichadd patch, along with all the missing bits, and doc...
1998-07-10 Joshua Pritikinadd more correct version of change#1350 (as yet untested)
1998-07-09 Gurusamy Sarathyget it building again on win32
1998-07-08 Gurusamy Sarathychange#1350 breaks things, back it out
1998-07-08 Ilya Zakharevichadd patch for C<use re 'debug'>
1998-07-06 Joshua Pritikinadd patch to improve method caching, regen headers
1998-06-29 Ilya Zakharevichadded patch for overloading constants, made PERL_OBJECT...
1998-06-23 Gurusamy Sarathypartial MULTIPLICITY cleanup
1998-06-21 Ilya Zakharevichadded patch, regen headers
1998-06-15 Gurusamy Sarathyback out previous change (it breaks PERL_OBJECT)
1998-06-15 Joshua Pritikinadded patch, fixed typo, reworked documentation
1998-06-11 Ilya ZakharevichBugs with (?{}), $^R and many-to-many subst
1998-06-10 Ilya ZakharevichApplied patch, followed by tweaks to *.sym and `perl...
1998-06-04 Gurusamy Sarathy[win32] add AS patch#25 (allow B build with -DPERL_OBJECT)
1998-05-31 Gurusamy Sarathy[win32] minimal fix to enable compiling with -DMULTIPLICITY
1998-05-26 Gurusamy Sarathy[asperl] tweaks to make it build with the Borland compi...
1998-05-18 Gurusamy Sarathy[asperl] integrate mainline changes (untested)
1998-05-16 Gurusamy Sarathy[win32] merge change#995 from maintbranch, tweak interp...
1998-04-22 Gurusamy Sarathy[win32] intern -> sys_intern
1998-04-22 Jan Dubois[win32] hand-applied patch along with small tweaks
1998-04-08 Gurusamy Sarathy[asperl] integrate mainline changes
next