phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
[p5sagit/p5-mst-13.2.git] / perl.c
1998-10-30 Gurusamy Sarathy phase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-10-17 Thomas Dorner POSIX BC2000 port from perl-mvs:
1998-10-17 Jarkko Hietaniemi The VM/ESA port essentials, based on
1998-10-06 Gurusamy Sarathy fix $/ init for USE_THREADS
1998-10-06 Gurusamy Sarathy fix globals caught by change#1927; builds and tests...
1998-09-25 Gurusamy Sarathy big Configure update from Jarkko: sync metaconfig units...
1998-09-24 Gurusamy Sarathy provide locked access to string table for USE_THREADS
1998-09-23 Green, Paul RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
1998-09-23 Gurusamy Sarathy better CR-handling on shebang line and in formats ...
1998-08-09 Gurusamy Sarathy fix coredump with MULTIPLICITY (ckWARN() needs early...
1998-08-09 Paul Marquess lexical warnings; tweaks to places that didn't apply...
1998-08-07 Paul Marquess Fix for command line use of source filters
1998-08-04 Gurusamy Sarathy remove useless 'rcsid' (extension of a suggestion by
1998-08-02 Ilya Zakharevich tweaked version of suggested patch
1998-08-02 Jarkko Hietaniemi support OE/MVS
1998-07-22 Douglas Lankshear win32 tweaks: disable XSLOCKS in perl.c, correct typo...
1998-07-21 Gurusamy Sarathy fix small memory leak when mess_sv happens to be touche...
1998-07-20 Gurusamy Sarathy complete s/foo/PL_foo/ changes (all escaped cases ident...
1998-07-18 Nick Ing-Simmons PL_ scheme Builds under Minw32 - some SEGFAULT snags
1998-07-18 Nick Ing-Simmons PL_ stuff for threads
1998-07-18 Nick Ing-Simmons Builds and passes tests with -DMULTIPLICITY and -DCRIPP...
1998-07-18 Nick Ing-Simmons PL_ prefix to all perlvars, part1
1998-07-18 Gurusamy Sarathy fix $/ init for multiple interpreters/threads
1998-07-14 Jarkko Hietaniemi add files and tweaks needed for MPE/iX port (via PM)
1998-07-12 Gurusamy Sarathy small tweaks from Jarkko Hietaniemi <jhi@cc.hut.fi>
1998-07-12 Gurusamy Sarathy make RE engine threadsafe; -Dusethreads builds, tests...
1998-07-11 Douglas Lankshear added patch, made linking with setargv a build option
1998-07-06 Gurusamy Sarathy rename s/\bSI_/PERLSI_/ to avoid collisions with sysinf...
1998-07-06 Gurusamy Sarathy fix small memleak on -e, don't try to find_script(...
1998-07-04 Joshua Pritikin fixes for mortalization bug in xsubpp, other efficiency...
1998-07-04 Gisle Aas add patch preextend global string table, tweak for...
1998-06-29 Ilya Zakharevich added patch for overloading constants, made PERL_OBJECT...
1998-06-28 Joshua Pritikin PUSHSTACK renovation
1998-06-28 Ilya Zakharevich avoid creation of %^R
1998-06-26 Gurusamy Sarathy make find_script() return saved string, reenable missin...
1998-06-25 Gurusamy Sarathy avoid warning with -P switch
1998-06-23 Gurusamy Sarathy final touches to 5.004_68
1998-06-23 Gurusamy Sarathy more MULTIPLICITY tweaks
1998-06-23 Gurusamy Sarathy partial MULTIPLICITY cleanup
1998-06-23 Ilya Zakharevich applied patch, regen headers
1998-06-18 Gurusamy Sarathy fix spurious cxstack_max init that trampled memory
1998-06-18 Gurusamy Sarathy fix memory leaks and uninitialized memory accesses...
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-12 Jan Dubois added patch, undo earlier workaround
1998-06-11 Ilya Zakharevich Bugs with (?{}), $^R and many-to-many subst
1998-06-11 Douglas Lankshear misc win32 fixes
1998-06-05 Gurusamy Sarathy [win32] add AS patch#26 (rename THIS to PERL_OBJEC_THIS...
1998-05-29 Gurusamy Sarathy [asperl] integrate mainline changes
1998-05-26 Gurusamy Sarathy [asperl] tweaks to make it build with the Borland compi...
1998-05-23 Gurusamy Sarathy [win32] merge change#1011 from maintbranch
1998-05-20 Gurusamy Sarathy [win32] remove strupr() from perl.c
1998-05-18 Gurusamy Sarathy [asperl] integrate mainline changes (untested)
1998-05-18 Gurusamy Sarathy [win32] more whitespace tweaks from maintbranch
1998-05-17 Gurusamy Sarathy [win32] sundry whitespace cleanups from maintbranch
1998-05-16 Gurusamy Sarathy [win32] merge change#995 from maintbranch, tweak interp...
1998-05-15 Gurusamy Sarathy [win32] merge changes#982,984 from maintbranch
1998-05-15 Malcolm Beattie Patch from Sarathy to fix up win32 integration. Patch...
1998-05-15 Malcolm Beattie Integrate win32 branch into mainline.
1998-05-15 Gurusamy Sarathy [win32] merge changes#906,907,909,910 from maintbranch
1998-05-14 Gurusamy Sarathy [win32] merge change#904 from maintbranch
1998-05-14 Gurusamy Sarathy [win32] merge change#897 from maintbranch
1998-05-14 Gurusamy Sarathy [win32] integrate mainline
1998-05-14 Malcolm Beattie Integrate win32 branch into mainline
1998-05-14 Charles Bailey Consolidated patch to 5.004_64
1998-05-14 Hans Mulder perl dies in perl_construct when compiled with MULTIPL...
1998-05-14 Gurusamy Sarathy [win32] merge change#887 from maintbranch
1998-05-14 Gurusamy Sarathy [win32] merge change#886 from maintbranch
1998-05-14 Gurusamy Sarathy [win32] merge changes#755..759,763,764 from maintbranch
1998-05-14 Gurusamy Sarathy [win32] merge change#754 from maintbranch
1998-05-09 Gurusamy Sarathy [win32] minor cleanup
1998-04-22 Jan Dubois [win32] hand-applied patch along with small tweaks
1998-04-08 Gurusamy Sarathy [asperl] integrate mainline changes
1998-04-04 Gurusamy Sarathy [win32] fixes for various noises under PERL_DESTRUCT_LEVEL
1998-04-04 Hans Mulder [win32] fix order of init
1998-04-03 Malcolm Beattie Integrate win32 branch into mainline
1998-04-03 Gurusamy Sarathy [win32] fixup hv_free_ent() to not fail on null HeVAL()
1998-04-03 Gurusamy Sarathy [win32] integrate mainline
1998-04-03 Gurusamy Sarathy [win32] implement stack-of-stacks so that magic invocat...
1998-04-03 Gurusamy Sarathy [asperl] add AS patch#15
1998-04-02 Jan-Pieter Cornet Re: [PATCH] [BUG 5.004_63] define/set of PERL_DESTRUCT_...
1998-04-02 Jarkko Hietaniemi 5.004_63: further -e patching
1998-04-02 Stephen Potter Re: doc: perlrun typo
1998-03-16 Malcolm Beattie Bump patchlevel.h to 63.
1998-03-16 Stephen McCamant STRESS_REALLOC
1998-03-16 Andy Dougherty [PATCH 5.004_62} Config_62-01 patch available.
1998-03-12 Gurusamy Sarathy [asperl] added AS patch#12 with minor changes
1998-03-07 Gurusamy Sarathy [win32] integrate mainline changes
1998-03-07 Gurusamy Sarathy [win32] change all 'sp' to 'SP' in code and in the...
1998-03-01 Gurusamy Sarathy [asperl] integrate mainline changes
1998-02-27 Malcolm Beattie Make refcounts atomic for threading (dependent on appro...
1998-02-26 Gurusamy Sarathy [asperl] added AS patch#9
1998-02-25 Laszlo Molnar dos-djgpp update
1998-02-25 Gisle Aas #ifdef CAN_PROTOTYPE cleanup
1998-02-25 Andy Dougherty Re: ANNOUNCE: perl5.004_60 Configure patch is available
1998-02-23 Malcolm Beattie Remove old Linux+threads segfault degugging kludge.
1998-02-22 Gurusamy Sarathy [asperl] integrate latest win32 branch
1998-02-20 Malcolm Beattie Initialise $@ early (fixes t/lib/ph.t for threaded...
1998-02-20 Stephen O. Lidie - perl5.005_59, update Copyright
1998-02-14 Gurusamy Sarathy [asperl] added AS patch#5 (patch #4 was intentionally...
next