Monster _r patch: try to scan for all known _r variants,
[p5sagit/p5-mst-13.2.git] / intrpvar.h
2002-03-15 Jarkko Hietaniemi Monster _r patch: try to scan for all known _r variants,
2002-03-10 Jarkko Hietaniemi Renaming tweaks, and split off the reentrant "superbuffer"
2002-01-19 Nick Ing-Simmons Nearly-working threads re-structuring. Do not integrate,
2002-01-15 Nick Ing-Simmons Correct slab allocator for case where sizeof(IV) >...
2002-01-14 Jarkko Hietaniemi Retract #14251 (the op slab allocator from perlio)
2002-01-13 Nick Ing-Simmons Slab allocator for ops
2002-01-03 Jarkko Hietaniemi Missed the =head1 additions.
2001-12-14 Michael G. Schwern -t taint warnings
2001-11-24 Jarkko Hietaniemi The debug_pag needs to be visible at all times
2001-11-20 Jarkko Hietaniemi Create a per-interpeter debug scratchpad container
2001-11-02 Jarkko Hietaniemi Unicode: add ToFold mapping. Not used yet; but basically
2001-10-28 Jarkko Hietaniemi Add the encoding pragma to control the "upgrade"
2001-10-21 Nick Ing-Simmons Convert rest of PerlIO's memory tables to per-interp...
2001-10-21 Nick Ing-Simmons PerlIO layer table as PL_perlio (per-interpreter)
2001-09-20 Jarkko Hietaniemi Cant spl wirth a dam.
2001-09-20 Jarkko Hietaniemi The sharedsv_space* are variables, not code. Duh.
2001-09-10 Artur Bergman Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_C...
2001-09-04 Jarkko Hietaniemi Retract #11870 and volatilize the right destruct_level.
2001-09-04 Jarkko Hietaniemi (Retracted by #11872)
2001-08-27 Artur Bergman Changes USE_THREADS to USE_5005THREADS in the entire...
2001-08-27 Simon Cozens Custom Ops
2001-08-07 James A. Duncan B && BEGIN handling
2001-07-12 Jarkko Hietaniemi Needed by #11283.
2001-07-12 Artur Bergman Use reentrant API glibc
2001-07-11 Artur Bergman Threadsafe PMOPs! We might still win this war.
2001-06-20 Artur Bergman Fixes case of CvDEPTH for perl_clone
2001-06-09 Artur Bergman New attempt to clone callack
2001-04-30 Jarkko Hietaniemi Change PL_numeric_radix to PL_numeric_radix_sv (and...
2001-02-08 Charles Bailey SYN SYN
2001-01-30 Jarkko Hietaniemi Fix for the fa_IR locale failure. The reason for the...
2001-01-30 Jarkko Hietaniemi Integrate changes #8608,8609,8610,8611,8612,8613 from...
2001-01-24 Charles Bailey SYN SYN
2001-01-16 Nick Ing-Simmons Provide infrastructure for PERL_ASYNC_CHECK() style...
2001-01-08 Charles Bailey Once again syncing after too long an absence
2000-12-09 Nick Ing-Simmons UTF8 output prework.
2000-10-20 Charles Bailey SYN SYN
2000-08-22 Jarkko Hietaniemi Bytecompiler patches from Benjamin Stuhl.
2000-08-04 Charles Bailey YA resync with mainstem, including VMS patches from...
2000-07-14 Gurusamy Sarathy move new variables to the end of the interpreter struct...
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6207..6210 into mainline
2000-07-04 Jarkko Hietaniemi Integrate with Sarathy.
2000-07-04 Gurusamy Sarathy fix large memory leak that has been around for ever...
2000-06-07 Dan Sugalski Lock PL_fdpid against race conditions, based on:
2000-06-06 Dan Sugalski Threadsafe patches
2000-06-06 Benjamin Stuhl B::Bytecode patches
2000-05-23 Charles Bailey Resync with mainline prior to post-5.6.0 updates
2000-04-24 Jarkko Hietaniemi Integrate with Sarathy.
2000-04-16 Gurusamy Sarathy introduce illegal symbols into null package so that...
2000-02-29 Gurusamy Sarathy support fetching current interpreter from TLS under...
2000-02-20 Gurusamy Sarathy make change#3386 a build-time option (avoids problems...
2000-02-09 Charles Bailey Resync with mainline
2000-02-08 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-07 Gurusamy Sarathy change $^U to $^WIDE_SYSTEM_CALLS; s/PL_bigchar/PL_wide...
2000-01-31 Gurusamy Sarathy introduce $^U, a global bit to indicate whether system
2000-01-28 Gurusamy Sarathy autogenerate API listing from comments in the source...
2000-01-26 Gurusamy Sarathy s/STOP/CHECK/ blocks
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-24 Gurusamy Sarathy support for v5.5.640 style version numbers
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-12-09 Gurusamy Sarathy avoid mismatched expectation <-> int types for C++...
1999-12-08 Larry Wall patch to fix parser bug in C<${h{${a[0]}}} = 13>
1999-12-01 Gurusamy Sarathy avoid "Callback called exit" error on intentional exit()
1999-12-01 Gurusamy Sarathy more complete pseudo-fork() support for Windows
1999-11-14 Gurusamy Sarathy cosmetic tweaks
1999-11-08 Gurusamy Sarathy preliminary support for perl_clone() (still needs work in
1999-11-04 Gurusamy Sarathy implement STOP blocks and fix compiler to use them...
1999-10-31 Gurusamy Sarathy make nested ARGV/$^I loops work correctly; fixes severa...
1999-10-24 Gurusamy Sarathy remove unused interpreter globals
1999-10-17 Gurusamy Sarathy PL_malloc_mutex needs to be global, not per-interpreter
1999-10-17 Gurusamy Sarathy support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on
1999-10-06 Gurusamy Sarathy make die/warn and other diagnostics go to wherever...
1999-09-30 Kurt D. Starsinic (Was: deprecating SIGDIE)
1999-09-29 Charles Bailey resync with mainline
1999-09-25 Larry Wall Re: [PATCH 5.005_61] "our" declarations
1999-09-20 Vishal Bhatia add arenas for managing allocations of remaining xpv...
1999-09-18 Nick Ing-Simmons Re-integrate mainline
1999-09-12 Gurusamy Sarathy make sprintf("%g",...) threadsafe; only taint its resul...
1999-08-10 Jarkko Hietaniemi Gratuitous uid and gid casts to I32s and ints removed.
1999-07-12 Gurusamy Sarathy fixups for sundry warnings about function pointers
1999-07-12 Gurusamy Sarathy yet more cleanups of the PERL_OBJECT, MULTIPLICITY...
1999-07-08 Gurusamy Sarathy more PERL_OBJECT cleanups (changes still untested on...
1999-07-06 Jarkko Hietaniemi POSIX [[:character class:]] support for standard, locale,
1999-07-06 Jarkko Hietaniemi Integrate with Sarathy.
1999-07-06 Dan Sugalski slightly tweaked version of suggested patch
1999-06-17 Jarkko Hietaniemi Fixed two long-standing locale bugs.
1999-06-11 Gurusamy Sarathy various little tweaks; most globals are now in intrpvar...
1999-06-10 Gurusamy Sarathy most globals are now interpreter local; locale initiali...
1999-05-28 Tom Hughes ByteLoader mark 2
1999-05-24 Gurusamy Sarathy remove vestiges of PL_last_proto
1998-11-27 Jan Dubois add ext/Devel/Peek
1998-09-24 Gurusamy Sarathy provide locked access to string table for USE_THREADS
1998-07-22 Gurusamy Sarathy s/PL_sv/PL_bytecode_sv/ etc., so we have unique, case...
1998-07-21 Gurusamy Sarathy final tweaks before beta2
1998-07-21 Gurusamy Sarathy part 2 of PERL_OBJECT fixes (globals in bytecode.h...
1998-07-12 Gurusamy Sarathy make RE engine threadsafe; -Dusethreads builds, tests...
1998-07-11 Ilya Zakharevich add patch, along with all the missing bits, and doc...
1998-07-10 Joshua Pritikin add more correct version of change#1350 (as yet untested)
1998-07-09 Gurusamy Sarathy get it building again on win32
1998-07-08 Gurusamy Sarathy change#1350 breaks things, back it out
1998-07-08 Ilya Zakharevich add patch for C<use re 'debug'>
next