avoid stash pointers in optree under USE_ITHREADS
[p5sagit/p5-mst-13.2.git] / perl.c
1999-11-11 Gurusamy Sarathy avoid stash pointers in optree under USE_ITHREADS
1999-11-11 Gurusamy Sarathy another change towards a shareable optree: avoid pointe...
1999-11-08 Gurusamy Sarathy more thorough cleanup in perl_destroy()
1999-11-08 Gurusamy Sarathy tweak change#4502
1999-11-04 Gurusamy Sarathy implement STOP blocks and fix compiler to use them...
1999-11-04 Gurusamy Sarathy remove VIRTUAL tag, PERL_OBJECT doesn't need it anymore
1999-11-01 Gurusamy Sarathy macros for COP.cop_filegv access
1999-10-31 Gurusamy Sarathy make nested ARGV/$^I loops work correctly; fixes severa...
1999-10-28 Jarkko Hietaniemi Fix printing of uids and gids; regen Configure.
1999-10-27 Jarkko Hietaniemi Regen Configure.
1999-10-27 Jarkko Hietaniemi Integrate with Sarathy; manual resolve on regcomp.c...
1999-10-27 Jarkko Hietaniemi Nosuid checking for statfs() people: from Spider Boardman.
1999-10-26 Gurusamy Sarathy warnings and const violations identified by compiling...
1999-10-26 Jarkko Hietaniemi Revert #4457 for more investigation.
1999-10-26 Jarkko Hietaniemi Add getmnt() to nosuid checking.
1999-10-24 Gurusamy Sarathy remove unused interpreter globals
1999-10-24 Gurusamy Sarathy don't allow SIGCHLD to be ignored at startup, or wait...
1999-10-24 Ilya Zakharevich Re: [PATCH 5.005_62] OS/2 improvements
1999-10-23 Jarkko Hietaniemi More printf-fixes (see also #4426).
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-16 Gurusamy Sarathy another bug in change#3386 (CATCH_SET wasn't reverted...
1999-10-14 Gurusamy Sarathy fix POPSTACK panics that ensued from bad interaction...
1999-10-14 Gurusamy Sarathy avoid inefficiency in change#3386 (every longjmp()...
1999-10-12 Gurusamy Sarathy various cleanups
1999-10-09 Gurusamy Sarathy don't run END blocks when running under -c switch ...
1999-10-08 Gurusamy Sarathy remove kludgey duplicate background error avoidance...
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-20 Gurusamy Sarathy queue errors due to strictures rather than printing...
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...
next