summaryrefslogtreecommitdiff
path: root/perl.c
Commit message (Expand)AuthorAgeFilesLines
* INSTALL =~ s/5.006/5.6/; delay loading Errno until neededGurusamy Sarathy1999-07-261-1/+1
* Cut-and-pasto in #3737.Jarkko Hietaniemi1999-07-251-0/+1
* Use vendorprefixlib.Jarkko Hietaniemi1999-07-251-0/+6
* Segfaults if $^PIlya Zakharevich1999-07-171-3/+6
* fixups for sundry warnings about function pointersGurusamy Sarathy1999-07-121-11/+11
* yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADSGurusamy Sarathy1999-07-121-34/+9
* more PERL_OBJECT cleanups (changes still untested on Unix!)Gurusamy Sarathy1999-07-081-2/+5
* lexical warnings update (warning.t fails one testPaul Marquess1999-07-071-11/+19
* better diagnostics on read operations from write-onlyGurusamy Sarathy1999-07-071-6/+10
* applied slightly tweaked version of suggested patch forIlya Zakharevich1999-07-061-0/+3
* Hack SOCKS support some more plus a patch from Andy DoughertyJarkko Hietaniemi1999-07-051-0/+4
* Integrate with mainperl.Jarkko Hietaniemi1999-07-041-0/+2
* EPOC port to Psion5.Olaf Flebbe1999-06-271-1/+1
* somewhat untested PERL_OBJECT cleanups (C++isms mostlyGurusamy Sarathy1999-06-271-11/+13
* Fixed two long-standing locale bugs.Jarkko Hietaniemi1999-06-171-1/+1
* various little tweaks; most globals are now in intrpvar.h, ninterpsGurusamy Sarathy1999-06-111-5/+0
* most globals are now interpreter local; locale initializationGurusamy Sarathy1999-06-101-0/+1
* win32 build fixesGurusamy Sarathy1999-06-101-2/+2
* more complete support for implicit thread/interpreter pointer,Gurusamy Sarathy1999-06-091-139/+157
* initial stub implementation of implicit thread/thisGurusamy Sarathy1999-06-071-132/+65
* remove _() non-ansismGurusamy Sarathy1999-06-021-26/+26
* tighter -help outputGurusamy Sarathy1999-05-311-17/+17
* name PL_in_eval bitsHugo van der Sanden1999-05-241-2/+2
* avoid creating spurious subroutine stubs on failed subroutineGurusamy Sarathy1999-05-111-0/+3
* various fixes for clean build and test on win32; configpm broken,Gurusamy Sarathy1999-05-111-14/+14
* gutsupport for C++ exceptionsChip Salzenberg1999-05-111-103/+140
* applied non-conflicting parts of suggested patchCharles Bailey1999-05-051-1/+5
* correct places that said newSVpv() when they meant newSVpvn()Gurusamy Sarathy1999-04-041-13/+13
* Integrate from mainperl.Jarkko Hietaniemi1999-03-231-11/+11
|\
| * update copyright yearsGurusamy Sarathy1999-03-221-11/+11
* | First pass of integrating the Rhapsody port,Wilfredo Sánchez1999-03-151-1/+1
|/
* tolerate CRs after optionsGurusamy Sarathy1999-03-061-0/+3
* destroy PL_svref_mutex in perl_destruct()Gurusamy Sarathy1999-03-011-0/+3
* Regen Configure.Jarkko Hietaniemi1999-02-191-0/+7
* propagate PERL_VERSION everywhere, add to podGurusamy Sarathy1999-02-161-10/+9
* add const qualifier to most char* prototypes, handle ripple effectGurusamy Sarathy1999-02-151-9/+9
* PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)Gurusamy Sarathy1999-02-121-12/+18
* nosuid getmntent() branch.Jarkko Hietaniemi1999-01-221-1/+1
* -DNO_NOSUID_CHECK for those platforms which have no wayJarkko Hietaniemi1999-01-211-1/+1
* Jumbo Configure update.Jarkko Hietaniemi1999-01-191-0/+71
* change#2572 is not applicable; undo, retaining scan_bin additionGurusamy Sarathy1999-01-171-2/+0
* Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>Jarkko Hietaniemi1999-01-131-0/+3
* Based onJan Dubois1999-01-061-0/+2
* another threads reliability fix: serialize writes to thr->threadsvGurusamy Sarathy1998-11-291-7/+10
* various fixes for race conditions under threads: mutex locks basedGurusamy Sarathy1998-11-291-0/+1
* Finishing off SNOBOL: $1 in (?{})Ilya Zakharevich1998-11-281-0/+2
* add ext/Devel/PeekJan Dubois1998-11-271-1/+3
* ensure PL_dirty is reinit-ed properly under -DMULTIPLICITYGurusamy Sarathy1998-11-171-2/+2
* patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>Gurusamy Sarathy1998-11-091-1/+1
* refetch local stack pointer in POPSTACKGurusamy Sarathy1998-11-041-2/+2