| Commit message (Expand) | Author | Age | Files | Lines |
* | PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>) | Gurusamy Sarathy | 1999-02-12 | 1 | -12/+18 |
* | nosuid getmntent() branch. | Jarkko Hietaniemi | 1999-01-22 | 1 | -1/+1 |
* | -DNO_NOSUID_CHECK for those platforms which have no way | Jarkko Hietaniemi | 1999-01-21 | 1 | -1/+1 |
* | Jumbo Configure update. | Jarkko Hietaniemi | 1999-01-19 | 1 | -0/+71 |
* | change#2572 is not applicable; undo, retaining scan_bin addition | Gurusamy Sarathy | 1999-01-17 | 1 | -2/+0 |
* | Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de> | Jarkko Hietaniemi | 1999-01-13 | 1 | -0/+3 |
* | Based on | Jan Dubois | 1999-01-06 | 1 | -0/+2 |
* | another threads reliability fix: serialize writes to thr->threadsv | Gurusamy Sarathy | 1998-11-29 | 1 | -7/+10 |
* | various fixes for race conditions under threads: mutex locks based | Gurusamy Sarathy | 1998-11-29 | 1 | -0/+1 |
* | Finishing off SNOBOL: $1 in (?{}) | Ilya Zakharevich | 1998-11-28 | 1 | -0/+2 |
* | add ext/Devel/Peek | Jan Dubois | 1998-11-27 | 1 | -1/+3 |
* | ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY | Gurusamy Sarathy | 1998-11-17 | 1 | -2/+2 |
* | patches from Hugo van der Sanden <hv@crypt.compulink.co.uk> | Gurusamy Sarathy | 1998-11-09 | 1 | -1/+1 |
* | refetch local stack pointer in POPSTACK | Gurusamy Sarathy | 1998-11-04 | 1 | -2/+2 |
* | phase 1 of somewhat major rearrangement of PERL_OBJECT stuff | Gurusamy Sarathy | 1998-10-30 | 1 | -10/+7 |
* | POSIX BC2000 port from perl-mvs: | Thomas Dorner | 1998-10-17 | 1 | -0/+3 |
* | The VM/ESA port essentials, based on | Jarkko Hietaniemi | 1998-10-17 | 1 | -0/+19 |
* | fix $/ init for USE_THREADS | Gurusamy Sarathy | 1998-10-06 | 1 | -1/+1 |
* | fix globals caught by change#1927; builds and tests on Solaris | Gurusamy Sarathy | 1998-10-06 | 1 | -2/+2 |
* | big Configure update from Jarkko: sync metaconfig units; d_statblks fix | Gurusamy Sarathy | 1998-09-25 | 1 | -0/+3 |
* | provide locked access to string table for USE_THREADS | Gurusamy Sarathy | 1998-09-24 | 1 | -0/+4 |
* | RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port | Green, Paul | 1998-09-23 | 1 | -0/+3 |
* | better CR-handling on shebang line and in formats (fixed variant of | Gurusamy Sarathy | 1998-09-23 | 1 | -1/+1 |
* | fix coredump with MULTIPLICITY (ckWARN() needs early curcop init) | Gurusamy Sarathy | 1998-08-09 | 1 | -0/+2 |
* | lexical warnings; tweaks to places that didn't apply correctly | Paul Marquess | 1998-08-09 | 1 | -3/+17 |
* | Fix for command line use of source filters | Paul Marquess | 1998-08-07 | 1 | -1/+3 |
* | remove useless 'rcsid' (extension of a suggestion by | Gurusamy Sarathy | 1998-08-04 | 1 | -2/+0 |
* | tweaked version of suggested patch | Ilya Zakharevich | 1998-08-02 | 1 | -14/+10 |
* | support OE/MVS | Jarkko Hietaniemi | 1998-08-02 | 1 | -0/+3 |
* | win32 tweaks: disable XSLOCKS in perl.c, correct typo, search | Douglas Lankshear | 1998-07-22 | 1 | -0/+3 |
* | fix small memory leak when mess_sv happens to be touched by magic | Gurusamy Sarathy | 1998-07-21 | 1 | -0/+11 |
* | complete s/foo/PL_foo/ changes (all escaped cases identified with | Gurusamy Sarathy | 1998-07-20 | 1 | -62/+64 |
* | PL_ scheme Builds under Minw32 - some SEGFAULT snags | Nick Ing-Simmons | 1998-07-18 | 1 | -64/+64 |
* | PL_ stuff for threads | Nick Ing-Simmons | 1998-07-18 | 1 | -85/+85 |
* | Builds and passes tests with -DMULTIPLICITY and -DCRIPPLED_CC | Nick Ing-Simmons | 1998-07-18 | 1 | -6/+6 |
* | PL_ prefix to all perlvars, part1 | Nick Ing-Simmons | 1998-07-18 | 1 | -506/+506 |
* | fix $/ init for multiple interpreters/threads | Gurusamy Sarathy | 1998-07-18 | 1 | -4/+7 |
* | add files and tweaks needed for MPE/iX port (via PM) | Jarkko Hietaniemi | 1998-07-14 | 1 | -0/+3 |
* | small tweaks from Jarkko Hietaniemi <jhi@cc.hut.fi> | Gurusamy Sarathy | 1998-07-12 | 1 | -0/+3 |
* | make RE engine threadsafe; -Dusethreads builds, tests on Solaris, | Gurusamy Sarathy | 1998-07-12 | 1 | -0/+7 |
* | added patch, made linking with setargv a build option | Douglas Lankshear | 1998-07-11 | 1 | -0/+3 |
* | rename s/\bSI_/PERLSI_/ to avoid collisions with sysinfo headers | Gurusamy Sarathy | 1998-07-06 | 1 | -2/+2 |
* | fix small memleak on -e, don't try to find_script() when e_script | Gurusamy Sarathy | 1998-07-06 | 1 | -12/+20 |
* | fixes for mortalization bug in xsubpp, other efficiency tweaks | Joshua Pritikin | 1998-07-04 | 1 | -0/+6 |
* | add patch preextend global string table, tweak for 512 entries | Gisle Aas | 1998-07-04 | 1 | -2/+1 |
* | added patch for overloading constants, made PERL_OBJECT-aware | Ilya Zakharevich | 1998-06-29 | 1 | -0/+3 |
* | PUSHSTACK renovation | Joshua Pritikin | 1998-06-28 | 1 | -1/+7 |
* | avoid creation of %^R | Ilya Zakharevich | 1998-06-28 | 1 | -1/+1 |
* | make find_script() return saved string, reenable missing diagnostics | Gurusamy Sarathy | 1998-06-26 | 1 | -2/+3 |
* | avoid warning with -P switch | Gurusamy Sarathy | 1998-06-25 | 1 | -1/+1 |