GNU ld parses arguments different
[p5sagit/p5-mst-13.2.git] / intrpvar.h
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'>
1998-07-06 Joshua Pritikin add patch to improve method caching, regen headers
1998-06-29 Ilya Zakharevich added patch for overloading constants, made PERL_OBJECT...
1998-06-23 Gurusamy Sarathy partial MULTIPLICITY cleanup
1998-06-21 Ilya Zakharevich added patch, regen headers
1998-06-15 Gurusamy Sarathy back out previous change (it breaks PERL_OBJECT)
1998-06-15 Joshua Pritikin added patch, fixed typo, reworked documentation
1998-06-11 Ilya Zakharevich Bugs with (?{}), $^R and many-to-many subst
1998-06-10 Ilya Zakharevich Applied 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
1998-04-03 Gurusamy Sarathy [win32] implement stack-of-stacks so that magic invocat...
1998-02-14 Gurusamy Sarathy [asperl] added AS patch#5 (patch #4 was intentionally...
1998-02-09 Gurusamy Sarathy [asperl] integrate win32 branch contents
1998-02-02 Malcolm Beattie Introduced thr->threadsvp and THREADSV() for faster...
next