Fix segfaults when mainthread exits with other threads running:
[p5sagit/p5-mst-13.2.git] / embedvar.h
2002-04-03 Nick Ing-Simmons Fix segfaults when mainthread exits with other threads...
2002-03-21 Nick Ing-Simmons Integrate mainline (Win2k/MinGW all ok except threads...
2002-03-20 Jarkko Hietaniemi If it looks like UTF-8 (either nl_langinfo or locale...
2002-01-25 Nick Ing-Simmons Integrate mainline
2002-01-24 Jarkko Hietaniemi Sprinkle some copyrights (use the oldest timestamp to
2002-01-19 Nick Ing-Simmons Nearly-working threads re-structuring. Do not integrate,
2002-01-15 Nick Ing-Simmons Regen embed enable slab for PERL_IMPLICIT_SYS
2002-01-14 Jarkko Hietaniemi Retract #14251 (the op slab allocator from perlio)
2002-01-13 Nick Ing-Simmons Slab allocator for ops
2001-12-20 Nick Ing-Simmons Integrate mainline (mostly) utf8.c does not compile.
2001-12-19 Jarkko Hietaniemi Some bincompat clawbacks.
2001-12-14 Michael G. Schwern -t taint warnings
2001-11-20 Jarkko Hietaniemi Create a per-interpeter debug scratchpad container
2001-11-19 Jarkko Hietaniemi Retract #13088: it seems that unless dump.c is extensively
2001-11-19 Jarkko Hietaniemi The runops_dbg should not be needed.
2001-11-18 Nick Ing-Simmons embed.pl generated changes I forgot to include
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-10-20 Jarkko Hietaniemi Integrate perlio:
2001-10-18 Charles Lane try#2: [proposed PATCH Perl@12401] ieee floats, rand...
2001-09-21 Artur Bergman Add the shared sv space to the global vars.
2001-09-15 Jarkko Hietaniemi Regen headers.
2001-09-02 Jarkko Hietaniemi Rename the variable: it *used* to be (wrongly) that the
2001-08-31 Gurusamy Sarathy remove deprecated PERL_OBJECT cruft, it has long since...
2001-08-27 Artur Bergman Regen headers
2001-08-27 Artur Bergman Changes USE_THREADS to USE_5005THREADS in the entire...
2001-08-18 Jarkko Hietaniemi New try for ID 20010407.006: detach the semantics
2001-08-07 James A. Duncan B && BEGIN handling
2001-08-01 Simon Cozens Pluggable optimizer
2001-07-12 Artur Bergman Use reentrant API glibc
2001-07-11 Artur Bergman Threadsafe PMOPs! We might still win this war.
2001-06-30 Jarkko Hietaniemi Add support for $^N, the most-recently closed group.
2001-06-20 Jarkko Hietaniemi Regen headers.
2001-06-09 Artur Bergman New attempt to clone callack
2001-04-30 Jarkko Hietaniemi Save the spot of regprev (see #9911) for binary compati...
2001-04-30 Jarkko Hietaniemi Change PL_numeric_radix to PL_numeric_radix_sv (and...
2001-02-08 Charles Bailey SYN SYN
2001-02-01 Jarkko Hietaniemi Integrate changes #8641,8644,8649,8654,8662,8663,8664...
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-09-03 Nick Ing-Simmons Hash lookup of constant strings optimization:
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 typos in change#6399, regen headers
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 Jarkko Hietaniemi Mopup for #6204.
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-03-19 Gurusamy Sarathy pod typo fixes (from Marcel Grunauer <marcel.grunauer...
2000-03-08 Gurusamy Sarathy add missing locks for op refcounts
2000-02-29 Gurusamy Sarathy support fetching current interpreter from TLS under...
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-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-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-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-20 Vishal Bhatia add arenas for managing allocations of remaining xpv...
1999-09-20 Gurusamy Sarathy queue errors due to strictures rather than printing...
1999-09-18 Nick Ing-Simmons Re-integrate mainline
1999-09-12 Gurusamy Sarathy make sprintf("%g",...) threadsafe; only taint its resul...
1999-08-20 Gurusamy Sarathy support USE_THREADS+MULTIPLICITY; source compat tweaks for
1999-08-01 Jarkko Hietaniemi Integrate with Sarathy. perl.h and util.c required...
1999-08-01 Ilya Zakharevich More optimizations to REx engine
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 Ilya Zakharevich applied slightly tweaked version of suggested patch for
1999-06-17 Jarkko Hietaniemi Fixed two long-standing locale bugs.
1999-06-12 Gurusamy Sarathy EXTERN_C declarations for global arrays in various
1999-06-10 Gurusamy Sarathy most globals are now interpreter local; locale initiali...
1999-06-09 Gurusamy Sarathy more complete support for implicit thread/interpreter...
1999-05-28 Tom Hughes ByteLoader mark 2
1999-05-25 Jarkko Hietaniemi Cures for _57 in AIX 4.1.5.0.
1999-05-25 Ilya Zakharevich REx engine improvements
1999-05-24 Gurusamy Sarathy remove vestiges of PL_last_proto
1999-05-11 Gurusamy Sarathy update embedvar.h
1999-03-08 Gurusamy Sarathy remove bogus symbols from global.sym
next