summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* various Configure and hints updates (prefer drand48() or random()Jarkko Hietaniemi1998-10-0214-244/+534
| | | | | | | | over rand(); add -Dusemultiplicity; enhanced 64-bitness); patch applied modulo SCO hints superseded by later patch Message-Id: <199809282156.AAA18615@alpha.hut.fi> Subject: [PATCH] 5.005_52: Configure et al: p4raw-id: //depot/perl@1904
* fixes for bugs in /RE/p from Hugo van der SandenGurusamy Sarathy1998-10-021-3/+3
| | | | | | | | | | | | | | | Date: Mon, 28 Sep 1998 17:41:49 +0100 Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk> Subject: [PATCH 5.005_52] Re: More on ?p -- Date: Thu, 01 Oct 1998 09:10:58 +0100 Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk> Subject: [PATCH 5.005_52] ?p fix -- Date: Thu, 01 Oct 1998 10:45:56 +0100 Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk> Subject: [PATCH 5.005_52] more on ?p p4raw-id: //depot/perl@1903
* writemain dies when there are more than 4000 characters of extensionsKenneth Duda1998-10-021-1/+5
| | | | | Message-Id: <199809280322.UAA01261@scorpion.cisco.com> p4raw-id: //depot/perl@1902
* tweak run_byacc recipeGurusamy Sarathy1998-10-022-3/+6
| | | p4raw-id: //depot/perl@1901
* use SETERRNO() to reset errno (suggested by Charles Bailey)Gurusamy Sarathy1998-10-022-2/+2
| | | p4raw-id: //depot/perl@1900
* fix various 5.00552 mishaps (fixes suggested by Jan Dubois,Gurusamy Sarathy1998-09-284-7/+8
| | | | | | Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert Dvornik) p4raw-id: //depot/perl@1899
* flush unsubmitted 5.00552 changeGurusamy Sarathy1998-09-281-0/+1
| | | p4raw-id: //depot/perl@1898
* run vms_yfix.plGurusamy Sarathy1998-09-271-14/+15
| | | p4raw-id: //depot/perl@1897
* small tweak on last changeGurusamy Sarathy1998-09-271-1/+1
| | | p4raw-id: //depot/perl@1896
* fix win32_stat() to do the right thing for share namesGurusamy Sarathy1998-09-271-8/+18
| | | p4raw-id: //depot/perl@1895
* Fixed apostrophe problem from Mark Knutsen.Larry Wall1998-09-251-1/+1
| | | p4raw-id: //depot/perl@1891
* update template config.sh, add new config vars to win32 stuffGurusamy Sarathy1998-09-2514-649/+1786
| | | p4raw-id: //depot/perl@1890
* big Configure update from Jarkko: sync metaconfig units; d_statblks fixGurusamy Sarathy1998-09-2526-544/+1875
| | | | | | | | | | | | | | | | | for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings of full-fledged 64-bit support (including support for: fseeko/ftello, Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants in Fcntl) From: Jarkko Hietaniemi <jhi@iki.fi> Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST) Message-Id: <199809112056.XAA04720@alpha.hut.fi> Subject: [PATCH] 5.005_51: Configure "Massive Attack" -- From: Jarkko Hietaniemi <jhi@cc.hut.fi> Date: 12 Sep 1998 09:44:25 +0300 Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi> Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack" p4raw-id: //depot/perl@1889
* bump patchlevel to 52; other little tweaks for threads, win32 buildsGurusamy Sarathy1998-09-2511-38/+67
| | | p4raw-id: //depot/perl@1888
* win32.c tweakGurusamy Sarathy1998-09-251-14/+12
| | | p4raw-id: //depot/perl@1887
* s/MAKEMAKEROPT/PERL_MM_OPT/Gurusamy Sarathy1998-09-251-2/+2
| | | p4raw-id: //depot/perl@1886
* MM_Unix::canonpath erroneously turns leading // into /Dominic Dunlop1998-09-251-2/+2
| | | | | Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]> p4raw-id: //depot/perl@1885
* temporarily disable perl malloc for a2p until we clean upGurusamy Sarathy1998-09-251-2/+4
| | | | | conflicting malloc() declarations everywhere p4raw-id: //depot/perl@1884
* remove obsolete win32/bin/*.plGurusamy Sarathy1998-09-257-2210/+35
| | | p4raw-id: //depot/perl@1883
* missing file in last submitGurusamy Sarathy1998-09-251-4/+4
| | | p4raw-id: //depot/perl@1882
* serial access to PL_x[inpr]v_root for USE_THREADSGurusamy Sarathy1998-09-251-39/+47
| | | p4raw-id: //depot/perl@1881
* lock sv_mutex in new_he() and del_he() for USE_THREADSDrago Goricanec1998-09-252-11/+13
| | | | | | Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp> Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe p4raw-id: //depot/perl@1880
* tweaks to enable PERL_OBJECT to build & test on win32Gurusamy Sarathy1998-09-258-17/+112
| | | p4raw-id: //depot/perl@1879
* fix change#1861, which breaks default boot_xxx symbol generationGurusamy Sarathy1998-09-251-2/+2
| | | | | p4raw-link: @1861 on //depot/perl: 762efda7da89e66e6132e666545886910dd743f8 p4raw-id: //depot/perl@1878
* two tweaks for clean build and test on SolarisGurusamy Sarathy1998-09-242-0/+3
| | | p4raw-id: //depot/perl@1877
* perlform.podColin Kuskie1998-09-241-0/+9
| | | | | Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com> p4raw-id: //depot/perl@1876
* Re: problem with (?p{}) [PATCH 5.005_5*]Ilya Zakharevich1998-09-241-0/+1
| | | | | Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@1875
* Re: your Regexp.patch dated 21.8 [PATCH]Ilya Zakharevich1998-09-241-1/+3
| | | | | Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@1874
* Extraneous warning for (?()A|B)Ilya Zakharevich1998-09-242-0/+89
| | | | | Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@1873
* new irix_6.sh hints fileKrishna Sethuraman1998-09-241-1/+21
| | | | | Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com> p4raw-id: //depot/perl@1872
* correct FSF address in various placesGurusamy Sarathy1998-09-244-11/+11
| | | p4raw-id: //depot/perl@1871
* (and _5x I expect) VMS config procedure patchHans Mulder1998-09-241-1/+1
| | | | | Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu> p4raw-id: //depot/perl@1870
* use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y againScott Henry1998-09-241-7/+8
| | | | | | Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com> Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...) p4raw-id: //depot/perl@1869
* 5.005_02 perlfunc.pod, improve umask entryNathan Torkington1998-09-241-19/+41
| | | | | Message-Id: <199808131659.KAA06179@prometheus.frii.com> p4raw-id: //depot/perl@1868
* make C<goto &sub> AUTOLOAD-aware (autouse now works for modulesGurusamy Sarathy1998-09-241-3/+14
| | | | | that are autoloaded) p4raw-id: //depot/perl@1867
* grandfather deprecated "$$<digit>" no moreGurusamy Sarathy1998-09-242-17/+2
| | | p4raw-id: //depot/perl@1866
* tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution ofGurusamy Sarathy1998-09-241-1/+1
| | | | | low bits (suggested by Ilya Zakharevich) p4raw-id: //depot/perl@1865
* move yyglobal decls from perly.c to perlvars.h, regen headers, tweakGurusamy Sarathy1998-09-248-86/+115
| | | | | perly_c.diff p4raw-id: //depot/perl@1864
* provide locked access to string table for USE_THREADSGurusamy Sarathy1998-09-246-6/+34
| | | p4raw-id: //depot/perl@1863
* remove bogus warn()Gurusamy Sarathy1998-09-241-4/+3
| | | p4raw-id: //depot/perl@1862
* applied suggested patch, adapted for all platformsJan Dubois1998-09-245-22/+37
| | | | | | Message-ID: <3604de0c.12319885@smtp1.ibm.net> Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker p4raw-id: //depot/perl@1861
* upgrade to CPAN-1.40Gurusamy Sarathy1998-09-243-217/+786
| | | p4raw-id: //depot/perl@1860
* use $ENV{MAKEMAKEROPT} to set default command line argsGurusamy Sarathy1998-09-241-1/+13
| | | p4raw-id: //depot/perl@1859
* More verbose Test::Harness [PATCH]Ilya Zakharevich1998-09-231-5/+10
| | | | | Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@1857
* update hints for OPENSTEP 4.2 on i386Gerben Wierda1998-09-231-2/+15
| | | | | | Message-Id: <9809192303.AA29190@Spike> Subject: Perl 5.005_02 compilation problems p4raw-id: //depot/perl@1856
* reset errno after C<require> search (as suggested by Larry)Gurusamy Sarathy1998-09-231-0/+2
| | | p4raw-id: //depot/perl@1855
* misc pod tweaksGurusamy Sarathy1998-09-233-3/+3
| | | p4raw-id: //depot/perl@1854
* make Pod/Html.pm handle the --title option properly (as suggestedGurusamy Sarathy1998-09-231-11/+13
| | | | | by gml4410@ggr.co.uk) p4raw-id: //depot/perl@1853
* SSNEW() API for allocating memory on the savestackAlbert Dvornik1998-09-2312-45/+147
| | | | | | Message-Id: <tqemtae338.fsf@puma.genscan.com> Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...) p4raw-id: //depot/perl@1852
* ExtUtils::MakeMaker::prompt cannot return 0Jochen Wiedmann1998-09-231-1/+1
| | | | | Message-ID: <360127B6.E44564A@ispsoft.de> p4raw-id: //depot/perl@1851