summaryrefslogtreecommitdiff
path: root/perl.c
Commit message (Expand)AuthorAgeFilesLines
* avoid "Callback called exit" error on intentional exit()Gurusamy Sarathy1999-12-011-3/+3
* more complete pseudo-fork() support for WindowsGurusamy Sarathy1999-12-011-17/+21
* cloning the stack (part 1)Gurusamy Sarathy1999-11-151-1/+1
* sundry cleanups for cloned interpreters (only known failure modeGurusamy Sarathy1999-11-141-3/+3
* cloned interpreters now actually run and pass all but 55/10386Gurusamy Sarathy1999-11-131-3/+6
* avoid stash pointers in optree under USE_ITHREADSGurusamy Sarathy1999-11-111-1/+1
* another change towards a shareable optree: avoid pointer to filegvGurusamy Sarathy1999-11-111-8/+11
* more thorough cleanup in perl_destroy()Gurusamy Sarathy1999-11-081-7/+64
* tweak change#4502Gurusamy Sarathy1999-11-081-1/+2
* implement STOP blocks and fix compiler to use them (minimallyGurusamy Sarathy1999-11-041-6/+15
* remove VIRTUAL tag, PERL_OBJECT doesn't need it anymoreGurusamy Sarathy1999-11-041-1/+0
* macros for COP.cop_filegv accessGurusamy Sarathy1999-11-011-6/+6
* make nested ARGV/$^I loops work correctly; fixes several bugsGurusamy Sarathy1999-10-311-0/+1
* Fix printing of uids and gids; regen Configure.Jarkko Hietaniemi1999-10-281-4/+4
* Regen Configure.Jarkko Hietaniemi1999-10-271-10/+14
* Integrate with Sarathy; manual resolve on regcomp.c conflictsJarkko Hietaniemi1999-10-271-20/+29
|\
| * 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
* | Nosuid checking for statfs() people: from Spider Boardman.Jarkko Hietaniemi1999-10-271-22/+41
* | Revert #4457 for more investigation.Jarkko Hietaniemi1999-10-261-25/+28
* | Add getmnt() to nosuid checking.Jarkko Hietaniemi1999-10-261-28/+25
* | More printf-fixes (see also #4426).Jarkko Hietaniemi1999-10-231-3/+3
|/
* 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