summaryrefslogtreecommitdiff
path: root/perl.c
Commit message (Expand)AuthorAgeFilesLines
* set SvUTF8 on vectors only if there are chars > 127; update copyrightGurusamy Sarathy2000-02-061-2/+2
* support sprintf("v%v", v1.2.3) (works on any string argument, inGurusamy Sarathy2000-02-061-2/+2
* autogenerate API listing from comments in the source (from BenjaminGurusamy Sarathy2000-01-281-0/+148
* s/STOP/CHECK/ blocksGurusamy Sarathy2000-01-261-8/+8
* add patch for printf-style format typechecks (from Robin BarkerGurusamy Sarathy2000-01-221-5/+5
* More -V.Jarkko Hietaniemi2000-01-181-0/+3
* More compile-time options shown with -V.Jarkko Hietaniemi2000-01-181-0/+12
* terminate -s switch processing only on C<-->, not on C<--foo>Gurusamy Sarathy2000-01-101-1/+1
* more changes for new-style version numbers (versions numbers onGurusamy Sarathy2000-01-091-8/+8
* integrate mainline contentsGurusamy Sarathy1999-12-281-19/+28
|\
| * update perldiag for change#4707Gurusamy Sarathy1999-12-271-2/+2
| * allow spaces in -I switch argumentGurusamy Sarathy1999-12-271-17/+27
| * bring in basic threads stuff under USE_ITHREADSGurusamy Sarathy1999-12-231-2/+1
* | support for v5.5.640 style version numbersGurusamy Sarathy1999-12-241-32/+37
|/
* missing backslash (spotted by Johan Vromans)Gurusamy Sarathy1999-12-161-1/+1
* interpreter structure should be nulled under -DMULTIPLICITYGurusamy Sarathy1999-12-101-0/+1
* 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