This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Even still more todo.
[perl5.git] / perl.c
1999-07-17 Ilya ZakharevichSegfaults if $^P
1999-07-12 Gurusamy Sarathyfixups for sundry warnings about function pointers
1999-07-12 Gurusamy Sarathyyet more cleanups of the PERL_OBJECT, MULTIPLICITY...
1999-07-08 Gurusamy Sarathymore PERL_OBJECT cleanups (changes still untested on...
1999-07-07 Paul Marquesslexical warnings update (warning.t fails one test
1999-07-07 Gurusamy Sarathybetter diagnostics on read operations from write-only
1999-07-06 Jarkko HietaniemiIntegrate with Sarathy.
1999-07-06 Ilya Zakharevichapplied slightly tweaked version of suggested patch for
1999-07-05 Jarkko HietaniemiHack SOCKS support some more plus a patch from Andy...
1999-07-04 Jarkko HietaniemiIntegrate with mainperl.
1999-07-04 Gurusamy Sarathyperl_run() should call my_exit(0) for normal completion
1999-06-27 Olaf FlebbeEPOC port to Psion5.
1999-06-27 Gurusamy Sarathysomewhat untested PERL_OBJECT cleanups (C++isms mostly
1999-06-17 Jarkko HietaniemiFixed two long-standing locale bugs.
1999-06-11 Gurusamy Sarathyvarious little tweaks; most globals are now in intrpvar...
1999-06-10 Gurusamy Sarathymost globals are now interpreter local; locale initiali...
1999-06-10 Gurusamy Sarathywin32 build fixes
1999-06-09 Gurusamy Sarathymore complete support for implicit thread/interpreter...
1999-06-07 Gurusamy Sarathyinitial stub implementation of implicit thread/this
1999-06-02 Gurusamy Sarathyremove _() non-ansism
1999-05-31 Gurusamy Sarathytighter -help output
1999-05-24 Hugo van der Sandenname PL_in_eval bits
1999-05-11 Gurusamy Sarathyavoid creating spurious subroutine stubs on failed...
1999-05-11 Gurusamy Sarathyvarious fixes for clean build and test on win32; config...
1999-05-11 Chip Salzenberggutsupport for C++ exceptions
1999-05-05 Charles Baileyapplied non-conflicting parts of suggested patch
1999-04-04 Gurusamy Sarathycorrect places that said newSVpv() when they meant...
1999-03-23 Jarkko HietaniemiIntegrate from mainperl.
1999-03-22 Gurusamy Sarathyupdate copyright years
1999-03-15 Wilfredo SánchezFirst pass of integrating the Rhapsody port,
1999-03-06 Gurusamy Sarathytolerate CRs after options
1999-03-01 Gurusamy Sarathydestroy PL_svref_mutex in perl_destruct()
1999-02-19 Jarkko HietaniemiRegen Configure.
1999-02-16 Gurusamy Sarathypropagate PERL_VERSION everywhere, add to pod
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
next