summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* usurp GVOP slot for new PADOP (one small step to making optreeGurusamy Sarathy1999-10-2924-112/+162
* remove C<use Time::Local 'no_range_check'> misfeature (globalGurusamy Sarathy1999-10-281-22/+13
* regen config* stuff for windowsGurusamy Sarathy1999-10-2711-148/+561
* integrate cfgperl contents into mainline; merge conflictsGurusamy Sarathy1999-10-2746-1378/+1328
|\
| * Do not block if no message queues available.Jarkko Hietaniemi1999-10-271-3/+49
| * Remove unused "squatter" symbols; regen Configure.Jarkko Hietaniemi1999-10-2712-831/+127
| * Regen Configure.Jarkko Hietaniemi1999-10-277-108/+113
| * Integrate with Sarathy; manual resolve on regcomp.c conflictsJarkko Hietaniemi1999-10-2771-1314/+1777
| |\
| * | Regen Configure.Jarkko Hietaniemi1999-10-274-7/+26
| * | Nosuid checking for statfs() people: from Spider Boardman.Jarkko Hietaniemi1999-10-278-70/+301
| * | We need cc to be able to test for cc -v.Jarkko Hietaniemi1999-10-271-0/+2
| * | Revert #4457 for more investigation.Jarkko Hietaniemi1999-10-2611-75/+41
| * | Regen Configure.Jarkko Hietaniemi1999-10-265-46/+96
| * | Add getmnt() to nosuid checking.Jarkko Hietaniemi1999-10-269-69/+104
| * | Massive multitypo in #4446.Jarkko Hietaniemi1999-10-261-4/+4
| * | dos-djgpp updateLaszlo Molnar1999-10-255-8/+28
| * | Remove the last regnode<==>char*Ilya Zakharevich1999-10-255-113/+135
| * | Missing REx engine patchIlya Zakharevich1999-10-253-1/+55
| * | charnames and UTESTIlya Zakharevich1999-10-251-9/+13
| * | Another hints tweak.Jarkko Hietaniemi1999-10-241-1/+1
| * | Hints tweak.Jarkko Hietaniemi1999-10-241-15/+15
| * | test for #2835 (yeah, better later than never)Jarkko Hietaniemi1999-10-241-1/+6
| * | More printf-fixes (see also #4426).Jarkko Hietaniemi1999-10-2315-172/+197
| * | Integrate with Sarathy.Jarkko Hietaniemi1999-10-232-10/+13
| |\ \
| * | | Fix the printfing nits pointed out by using gcc -Wall andJarkko Hietaniemi1999-10-237-41/+46
| * | | Configure regen to pick up the new installation directoriesJarkko Hietaniemi1999-10-231-1/+54
| * | | Update Policy_sh.SH to handle the newer installation directives.Andy Dougherty1999-10-221-43/+91
| * | | so back to 'so', from Stephanie Beals <bealzy@us.ibm.com>Jarkko Hietaniemi1999-10-221-1/+5
| * | | Integrate with Sarathy.Jarkko Hietaniemi1999-10-216-30/+54
| |\ \ \
| * | | | Avoid GNU ar if HP cc is being used.Jarkko Hietaniemi1999-10-191-0/+30
| * | | | Integrate with Sarathy.Jarkko Hietaniemi1999-10-191-1/+1
| |\ \ \ \
| * | | | | Long double support: sqrtl et al are not available everywhere,Jarkko Hietaniemi1999-10-196-66/+92
| * | | | | Forgotten s/warning/warnings/.Jarkko Hietaniemi1999-10-181-1/+1
| * | | | | Integrate with Sarathy.Jarkko Hietaniemi1999-10-1831-426/+1136
| |\ \ \ \ \
| * | | | | | Missing comma.Jarkko Hietaniemi1999-10-161-2/+2
| * | | | | | Integrate with Sarathy.Jarkko Hietaniemi1999-10-1511-12/+59
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Integrate with Sarathy.Jarkko Hietaniemi1999-10-157-88/+395
| |\ \ \ \ \ \ \
* | | | | | | | | patch up egcs-1.1.2-mingw32 build (builds a working miniperl, but notGurusamy Sarathy1999-10-275-9/+17
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | more GCC v2.95 induced adjustmentsGurusamy Sarathy1999-10-279-770/+779
* | | | | | | | warnings and const violations identified by compiling in C++ modeGurusamy Sarathy1999-10-2612-35/+38
* | | | | | | | win32 tweakGurusamy Sarathy1999-10-251-0/+1
* | | | | | | | remove inconsistent tainting behavior of sprintf("%e",...)Gurusamy Sarathy1999-10-243-48/+6
* | | | | | | | remove unused interpreter globalsGurusamy Sarathy1999-10-2415-213/+41
* | | | | | | | Avoid creating GV with NULL name when vivifying nameless scalars.Nick Ing-Simmons1999-10-241-2/+8
* | | | | | | | typo in installperl (from Paul Moore <gustav@morpheus.demon.co.uk>)Gurusamy Sarathy1999-10-241-1/+1
* | | | | | | | test in change#4428 needs strict interpretation of C modulusGurusamy Sarathy1999-10-241-1/+2
* | | | | | | | don't allow SIGCHLD to be ignored at startup, or wait*() andGurusamy Sarathy1999-10-243-10/+44
* | | | | | | | typo, doc tweakGurusamy Sarathy1999-10-242-3/+3
* | | | | | | | allow get() and reftype() functions to be imported (fromGurusamy Sarathy1999-10-241-17/+30
* | | | | | | | suppress scalar leak messages for known leaks (fromGurusamy Sarathy1999-10-243-1/+287