summaryrefslogtreecommitdiff
path: root/perl.c
Commit message (Expand)AuthorAgeFilesLines
* some rearrangement of the includes for easier "microperl" build;Gurusamy Sarathy2000-02-191-7/+2
* locale guards needed (from Simon Cozens <simon@brecon.co.uk>)Gurusamy Sarathy2000-02-151-0/+4
* avoid warningsGurusamy Sarathy2000-02-141-1/+2
* fix small interpreter leaks identified by PurifyGurusamy Sarathy2000-02-141-7/+32
* remove outdated -DPURIFY code--it reports bogus errors during globalGurusamy Sarathy2000-02-141-1/+1
* more purification (pp_require() could access free memory; vdie()Gurusamy Sarathy2000-02-131-3/+3
* Windows has a somewhat different sitelib layout, and needsGurusamy Sarathy2000-02-081-0/+10
* change $^U to $^WIDE_SYSTEM_CALLS; s/PL_bigchar/PL_widesyscalls/;Gurusamy Sarathy2000-02-071-0/+6
* tolerate NULL SITELIB_EXPGurusamy Sarathy2000-02-071-6/+9
* NULL-terminate PERL_INC_VERSION_LISTGurusamy Sarathy2000-02-071-4/+3
* add compatible versions from $Config{inc_ver_list} to searchGurusamy Sarathy2000-02-071-18/+34
* 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