summaryrefslogtreecommitdiff
path: root/perl.c
Commit message (Expand)AuthorAgeFilesLines
* warnings and const violations identified by compiling in C++ modeGurusamy Sarathy1999-10-261-2/+2
* remove unused interpreter globalsGurusamy Sarathy1999-10-241-18/+7
* don't allow SIGCHLD to be ignored at startup, or wait*() andGurusamy Sarathy1999-10-241-0/+16
* Re: [PATCH 5.005_62] OS/2 improvementsIlya Zakharevich1999-10-241-0/+4
* PL_malloc_mutex needs to be global, not per-interpreterGurusamy Sarathy1999-10-171-2/+13
* support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS onGurusamy Sarathy1999-10-171-7/+31
* another bug in change#3386 (CATCH_SET wasn't reverted correctly)Gurusamy Sarathy1999-10-161-1/+1
* fix POPSTACK panics that ensued from bad interaction betweenGurusamy Sarathy1999-10-141-8/+2
* avoid inefficiency in change#3386 (every longjmp() was followedGurusamy Sarathy1999-10-141-5/+13
* various cleanupsGurusamy Sarathy1999-10-121-1/+1
* don't run END blocks when running under -c switch (older,Gurusamy Sarathy1999-10-091-3/+3
* remove kludgey duplicate background error avoidance (causedGurusamy Sarathy1999-10-081-1/+0
* make die/warn and other diagnostics go to wherever STDERR happensGurusamy Sarathy1999-10-061-15/+16
* (Was: deprecating SIGDIE)Kurt D. Starsinic1999-09-301-2/+0
* queue errors due to strictures rather than printing them asGurusamy Sarathy1999-09-201-0/+4
* make sprintf("%g",...) threadsafe; only taint its result iff theGurusamy Sarathy1999-09-121-0/+5
* avoid leaking static local_patches unless patchlevel.h isGurusamy Sarathy1999-09-101-0/+1
* sub : attrlistSpider Boardman1999-08-291-0/+1
* perl_free() should use PerlMem_free()Gurusamy Sarathy1999-08-201-2/+2
* win32 tweaksGurusamy Sarathy1999-08-201-1/+1
* integrate cfgperl contents into mainlineGurusamy Sarathy1999-08-201-4/+4
|\
| * Integrate with Nick.Jarkko Hietaniemi1999-08-161-2/+8
| |\
| * | Gratuitous uid and gid casts to I32s and ints removed.Jarkko Hietaniemi1999-08-101-4/+4
| * | Integrate with Sarathy. perl.h and util.c required manual resolving.Jarkko Hietaniemi1999-08-011-0/+1
* | | support USE_THREADS+MULTIPLICITY; source compat tweaks forGurusamy Sarathy1999-08-201-10/+17
| |/ |/|
* | New lightweight Carp has a require. If Carp is used in a __DIE__ handlerNick Ing-Simmons1999-08-141-2/+8
* | More optimizations to REx engineIlya Zakharevich1999-08-011-0/+1
|/
* 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