integrate vmsperl contents into mainline (where VMS files conflicted,
[p5sagit/p5-mst-13.2.git] / perl.c
1999-09-12 Gurusamy Sarathy make sprintf("%g",...) threadsafe; only taint its resul...
1999-09-10 Gurusamy Sarathy avoid leaking static local_patches unless patchlevel...
1999-08-29 Spider Boardman sub : attrlist
1999-08-20 Gurusamy Sarathy perl_free() should use PerlMem_free()
1999-08-20 Gurusamy Sarathy win32 tweaks
1999-08-20 Gurusamy Sarathy integrate cfgperl contents into mainline
1999-08-20 Gurusamy Sarathy support USE_THREADS+MULTIPLICITY; source compat tweaks for
1999-08-16 Jarkko Hietaniemi Integrate with Nick.
1999-08-14 Nick Ing-Simmons New lightweight Carp has a require. If Carp is used...
1999-08-10 Jarkko Hietaniemi Gratuitous uid and gid casts to I32s and ints removed.
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-26 Gurusamy Sarathy INSTALL =~ s/5.006/5.6/; delay loading Errno until...
1999-07-25 Jarkko Hietaniemi Cut-and-pasto in #3737.
1999-07-25 Jarkko Hietaniemi Use vendorprefixlib.
1999-07-17 Ilya Zakharevich Segfaults if $^P
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-07 Paul Marquess lexical warnings update (warning.t fails one test
1999-07-07 Gurusamy Sarathy better diagnostics on read operations from write-only
1999-07-06 Jarkko Hietaniemi Integrate with Sarathy.
1999-07-06 Ilya Zakharevich applied slightly tweaked version of suggested patch for
1999-07-05 Jarkko Hietaniemi Hack SOCKS support some more plus a patch from Andy...
1999-07-04 Jarkko Hietaniemi Integrate with mainperl.
1999-07-04 Gurusamy Sarathy perl_run() should call my_exit(0) for normal completion
1999-06-27 Olaf Flebbe EPOC port to Psion5.
1999-06-27 Gurusamy Sarathy somewhat untested PERL_OBJECT cleanups (C++isms mostly
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-06-10 Gurusamy Sarathy win32 build fixes
1999-06-09 Gurusamy Sarathy more complete support for implicit thread/interpreter...
1999-06-07 Gurusamy Sarathy initial stub implementation of implicit thread/this
1999-06-02 Gurusamy Sarathy remove _() non-ansism
1999-05-31 Gurusamy Sarathy tighter -help output
1999-05-24 Hugo van der Sanden name PL_in_eval bits
1999-05-11 Gurusamy Sarathy avoid creating spurious subroutine stubs on failed...
1999-05-11 Gurusamy Sarathy various fixes for clean build and test on win32; config...
1999-05-11 Chip Salzenberg gutsupport for C++ exceptions
1999-05-05 Charles Bailey applied non-conflicting parts of suggested patch
1999-04-04 Gurusamy Sarathy correct places that said newSVpv() when they meant...
1999-03-23 Jarkko Hietaniemi Integrate from mainperl.
1999-03-22 Gurusamy Sarathy update copyright years
1999-03-15 Wilfredo Sánchez First pass of integrating the Rhapsody port,
1999-03-06 Gurusamy Sarathy tolerate CRs after options
1999-03-01 Gurusamy Sarathy destroy PL_svref_mutex in perl_destruct()
1999-02-19 Jarkko Hietaniemi Regen Configure.
1999-02-16 Gurusamy Sarathy propagate PERL_VERSION everywhere, add to pod
1999-02-15 Gurusamy Sarathy add const qualifier to most char* prototypes, handle...
1999-02-12 Gurusamy Sarathy PERL5OPT=-T enables taint mode (suggested by Jason...
1999-01-22 Jarkko Hietaniemi nosuid getmntent() branch.
1999-01-21 Jarkko Hietaniemi -DNO_NOSUID_CHECK for those platforms which have no way
1999-01-19 Jarkko Hietaniemi Jumbo Configure update.
1999-01-17 Gurusamy Sarathy change#2572 is not applicable; undo, retaining scan_bin...
1999-01-13 Jarkko Hietaniemi Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
1999-01-06 Jan Dubois Based on
1998-11-29 Gurusamy Sarathy another threads reliability fix: serialize writes to...
1998-11-29 Gurusamy Sarathy various fixes for race conditions under threads: mutex...
1998-11-28 Ilya Zakharevich Finishing off SNOBOL: $1 in (?{})
1998-11-27 Jan Dubois add ext/Devel/Peek
1998-11-17 Gurusamy Sarathy ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
1998-11-09 Gurusamy Sarathy patches from Hugo van der Sanden <hv@crypt.compulink...
1998-11-04 Gurusamy Sarathy refetch local stack pointer in POPSTACK
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
next