summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* disable USE_THREADS when PERL_OBJECT is enabledGurusamy Sarathy1998-10-062-0/+2
* remove spurious unused conflicting globals (PL_yy{v,s}sp)Gurusamy Sarathy1998-10-067-19/+2
* make C<use> recognize C<require> overrides; allow C<do EXPR> to beGurusamy Sarathy1998-10-039-5/+49
* suppress manifypods leak in extensionsGurusamy Sarathy1998-10-033-2/+4
* os390 fixes (suggested by Peter Prymmer)Gurusamy Sarathy1998-10-022-2/+19
* squelch undef warningsHugo van der Sanden1998-10-022-3/+223
* add note to INSTALL about ANSI CGurusamy Sarathy1998-10-021-0/+17
* tolerate spaces when fixing up __cplusplus output by old h2xsJan Dubois1998-10-021-1/+1
* Re: Configure test for selectbits bustedJarkko Hietaniemi1998-10-021-2/+9
* VMS config tweaksHans Mulder1998-10-022-2/+6
* use Off_t to permit 64-bit seek()Scott Henry1998-10-024-6/+6
* normalize tm struct passed to strftime() with mktime()Spider Boardman1998-10-022-4/+6
* don't try to run foo_SH.orig etc.Gurusamy Sarathy1998-10-021-1/+1
* make warning about glob process failure optionalGurusamy Sarathy1998-10-022-12/+19
* document yet another RE diagnostic, make it consistent with REG_INFTYDominic Dunlop1998-10-022-2/+10
* minor Configure tweaks (via private mail)Jarkko Hietaniemi1998-10-023-12/+8
* update SCO hints for dynamic loadingAndy Dougherty1998-10-021-80/+60
* make File::Find work when wanted() is autoloaded or a symbolic refGurusamy Sarathy1998-10-021-5/+5
* applied patches, but retained old behavior for win32 (where compilersGraham Barr1998-10-021-10/+16
* tolerate whitespace in /etc/group entries (suggested by JarkkoGurusamy Sarathy1998-10-021-2/+2
* win32 caveats about truncate()Gurusamy Sarathy1998-10-021-0/+5
* various Configure and hints updates (prefer drand48() or random()Jarkko Hietaniemi1998-10-0214-244/+534
* fixes for bugs in /RE/p from Hugo van der SandenGurusamy Sarathy1998-10-021-3/+3
* writemain dies when there are more than 4000 characters of extensionsKenneth Duda1998-10-021-1/+5
* tweak run_byacc recipeGurusamy Sarathy1998-10-022-3/+6
* use SETERRNO() to reset errno (suggested by Charles Bailey)Gurusamy Sarathy1998-10-022-2/+2
* fix various 5.00552 mishaps (fixes suggested by Jan Dubois,Gurusamy Sarathy1998-09-284-7/+8
* flush unsubmitted 5.00552 changeGurusamy Sarathy1998-09-281-0/+1
* run vms_yfix.plGurusamy Sarathy1998-09-271-14/+15
* small tweak on last changeGurusamy Sarathy1998-09-271-1/+1
* fix win32_stat() to do the right thing for share namesGurusamy Sarathy1998-09-271-8/+18
* Fixed apostrophe problem from Mark Knutsen.Larry Wall1998-09-251-1/+1
* update template config.sh, add new config vars to win32 stuffGurusamy Sarathy1998-09-2514-649/+1786
* big Configure update from Jarkko: sync metaconfig units; d_statblks fixGurusamy Sarathy1998-09-2526-544/+1875
* bump patchlevel to 52; other little tweaks for threads, win32 buildsGurusamy Sarathy1998-09-2511-38/+67
* win32.c tweakGurusamy Sarathy1998-09-251-14/+12
* s/MAKEMAKEROPT/PERL_MM_OPT/Gurusamy Sarathy1998-09-251-2/+2
* MM_Unix::canonpath erroneously turns leading // into /Dominic Dunlop1998-09-251-2/+2
* temporarily disable perl malloc for a2p until we clean upGurusamy Sarathy1998-09-251-2/+4
* remove obsolete win32/bin/*.plGurusamy Sarathy1998-09-257-2210/+35
* missing file in last submitGurusamy Sarathy1998-09-251-4/+4
* serial access to PL_x[inpr]v_root for USE_THREADSGurusamy Sarathy1998-09-251-39/+47
* lock sv_mutex in new_he() and del_he() for USE_THREADSDrago Goricanec1998-09-252-11/+13
* tweaks to enable PERL_OBJECT to build & test on win32Gurusamy Sarathy1998-09-258-17/+112
* fix change#1861, which breaks default boot_xxx symbol generationGurusamy Sarathy1998-09-251-2/+2
* two tweaks for clean build and test on SolarisGurusamy Sarathy1998-09-242-0/+3
* perlform.podColin Kuskie1998-09-241-0/+9
* Re: problem with (?p{}) [PATCH 5.005_5*]Ilya Zakharevich1998-09-241-0/+1
* Re: your Regexp.patch dated 21.8 [PATCH]Ilya Zakharevich1998-09-241-1/+3
* Extraneous warning for (?()A|B)Ilya Zakharevich1998-09-242-0/+89