This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
enable dynaloading in C.pm-compiled programs (non-conflicting part
[perl5.git] / perl.c
1999-02-15 Gurusamy Sarathyadd const qualifier to most char* prototypes, handle...
1999-02-12 Gurusamy SarathyPERL5OPT=-T enables taint mode (suggested by Jason...
1999-01-22 Jarkko Hietanieminosuid getmntent() branch.
1999-01-21 Jarkko Hietaniemi-DNO_NOSUID_CHECK for those platforms which have no way
1999-01-19 Jarkko HietaniemiJumbo Configure update.
1999-01-17 Gurusamy Sarathychange#2572 is not applicable; undo, retaining scan_bin...
1999-01-13 Jarkko HietaniemiAtari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
1999-01-06 Jan DuboisBased on
1998-11-29 Gurusamy Sarathyanother threads reliability fix: serialize writes to...
1998-11-29 Gurusamy Sarathyvarious fixes for race conditions under threads: mutex...
1998-11-28 Ilya ZakharevichFinishing off SNOBOL: $1 in (?{})
1998-11-27 Jan Duboisadd ext/Devel/Peek
1998-11-17 Gurusamy Sarathyensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
1998-11-09 Gurusamy Sarathypatches from Hugo van der Sanden <hv@crypt.compulink...
1998-11-04 Gurusamy Sarathyrefetch local stack pointer in POPSTACK
1998-10-30 Gurusamy Sarathyphase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-10-17 Thomas DornerPOSIX BC2000 port from perl-mvs:
1998-10-17 Jarkko HietaniemiThe VM/ESA port essentials, based on
1998-10-06 Gurusamy Sarathyfix $/ init for USE_THREADS
1998-10-06 Gurusamy Sarathyfix globals caught by change#1927; builds and tests...
1998-09-25 Gurusamy Sarathybig Configure update from Jarkko: sync metaconfig units...
1998-09-24 Gurusamy Sarathyprovide locked access to string table for USE_THREADS
1998-09-23 Green, PaulRE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
1998-09-23 Gurusamy Sarathybetter CR-handling on shebang line and in formats ...
1998-08-09 Gurusamy Sarathyfix coredump with MULTIPLICITY (ckWARN() needs early...
1998-08-09 Paul Marquesslexical warnings; tweaks to places that didn't apply...
1998-08-07 Paul MarquessFix for command line use of source filters
1998-08-04 Gurusamy Sarathyremove useless 'rcsid' (extension of a suggestion by
1998-08-02 Ilya Zakharevichtweaked version of suggested patch
1998-08-02 Jarkko Hietaniemisupport OE/MVS
1998-07-22 Douglas Lankshearwin32 tweaks: disable XSLOCKS in perl.c, correct typo...
1998-07-21 Gurusamy Sarathyfix small memory leak when mess_sv happens to be touche...
1998-07-20 Gurusamy Sarathycomplete s/foo/PL_foo/ changes (all escaped cases ident...
1998-07-18 Nick Ing-SimmonsPL_ scheme Builds under Minw32 - some SEGFAULT snags
1998-07-18 Nick Ing-SimmonsPL_ stuff for threads
1998-07-18 Nick Ing-SimmonsBuilds and passes tests with -DMULTIPLICITY and -DCRIPP...
1998-07-18 Nick Ing-SimmonsPL_ prefix to all perlvars, part1
1998-07-18 Gurusamy Sarathyfix $/ init for multiple interpreters/threads
1998-07-14 Jarkko Hietaniemiadd files and tweaks needed for MPE/iX port (via PM)
1998-07-12 Gurusamy Sarathysmall tweaks from Jarkko Hietaniemi <jhi@cc.hut.fi>
1998-07-12 Gurusamy Sarathymake RE engine threadsafe; -Dusethreads builds, tests...
1998-07-11 Douglas Lankshearadded patch, made linking with setargv a build option
1998-07-06 Gurusamy Sarathyrename s/\bSI_/PERLSI_/ to avoid collisions with sysinf...
1998-07-06 Gurusamy Sarathyfix small memleak on -e, don't try to find_script(...
1998-07-04 Joshua Pritikinfixes for mortalization bug in xsubpp, other efficiency...
1998-07-04 Gisle Aasadd patch preextend global string table, tweak for...
1998-06-29 Ilya Zakharevichadded patch for overloading constants, made PERL_OBJECT...
1998-06-28 Joshua PritikinPUSHSTACK renovation
1998-06-28 Ilya Zakharevichavoid creation of %^R
1998-06-26 Gurusamy Sarathymake find_script() return saved string, reenable missin...
1998-06-25 Gurusamy Sarathyavoid warning with -P switch
1998-06-23 Gurusamy Sarathyfinal touches to 5.004_68
1998-06-23 Gurusamy Sarathymore MULTIPLICITY tweaks
1998-06-23 Gurusamy Sarathypartial MULTIPLICITY cleanup
1998-06-23 Ilya Zakharevichapplied patch, regen headers
1998-06-18 Gurusamy Sarathyfix spurious cxstack_max init that trampled memory
1998-06-18 Gurusamy Sarathyfix memory leaks and uninitialized memory accesses...
1998-06-15 Gurusamy Sarathyback out previous change (it breaks PERL_OBJECT)
1998-06-15 Joshua Pritikinadded patch, fixed typo, reworked documentation
1998-06-12 Jan Duboisadded patch, undo earlier workaround
1998-06-11 Ilya ZakharevichBugs with (?{}), $^R and many-to-many subst
1998-06-11 Douglas Lankshearmisc 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 BeattiePatch from Sarathy to fix up win32 integration. Patch...
1998-05-15 Malcolm BeattieIntegrate 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 BeattieIntegrate win32 branch into mainline
1998-05-14 Charles BaileyConsolidated patch to 5.004_64
1998-05-14 Hans Mulderperl 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 BeattieIntegrate 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 CornetRe: [PATCH] [BUG 5.004_63] define/set of PERL_DESTRUCT_...
1998-04-02 Jarkko Hietaniemi5.004_63: further -e patching
1998-04-02 Stephen PotterRe: doc: perlrun typo
1998-03-16 Malcolm BeattieBump patchlevel.h to 63.
1998-03-16 Stephen McCamantSTRESS_REALLOC
next