summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* bump patchlevel; other minor fixes for clean build and test onGurusamy Sarathy1998-10-3115-243/+569
| | | | | Solaris and win32 p4raw-id: //depot/perl@2163
* Re: [PATCH 5.00552] Overloaded <> and deref againIlya Zakharevich1998-10-311-6/+11
| | | | | Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@2162
* ] a2p: make sprintf less greedy without -oAlbert Dvornik1998-10-315-1899/+2003
| | | | | Message-Id: <tqd879vf4z.fsf@puma.genscan.com> p4raw-id: //depot/perl@2161
* fix for bugs in -x modeIlya Zakharevich1998-10-311-17/+15
| | | | | | Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu> Subject: [PATCH 5.00552] Fix h2xs p4raw-id: //depot/perl@2160
* Data::Dumper updateGurusamy Sarathy1998-10-314-161/+278
| | | p4raw-id: //depot/perl@2159
* add testsuite portion of patchIlya Zakharevich1998-10-302-0/+215
| | | | | | Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu> Subject: [PATCH 5.00321 ;-)] 87% speedup p4raw-id: //depot/perl@2153
* mention the C<$SIG{CHLD} = 'IGNORE'> special caseGurusamy Sarathy1998-10-303-3/+19
| | | p4raw-id: //depot/perl@2152
* PATCH: (5.005_02) a2p should use `chomp' instead of `chop'Mark-Jason Dominus1998-10-301-2/+2
| | | | | Message-Id: <19981030192423.27276.qmail@plover.com> p4raw-id: //depot/perl@2151
* Overloaded <> and deref againIlya Zakharevich1998-10-3010-50/+463
| | | | | Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@2150
* patch for daemonization docs in perlipcRoderick Schertler1998-10-301-38/+25
| | | | | Message-ID: <17625.909690618@eeyore.ibcinc.com> p4raw-id: //depot/perl@2149
* win32_opendir() fails on empty drivesAnton Berezin1998-10-301-0/+4
| | | | | Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk> p4raw-id: //depot/perl@2148
* tweaked version of suggested patchAnton Berezin1998-10-301-2/+11
| | | | | | Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk> Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC p4raw-id: //depot/perl@2147
* hand-apply whitespace-mutiliated patchVishal Bhatia1998-10-302-2/+14
| | | | | | Message-ID: <19981029074534.2334.qmail@hotmail.com> Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B p4raw-id: //depot/perl@2146
* remaining PL_foo stragglersGurusamy Sarathy1998-10-307-27/+8
| | | p4raw-id: //depot/perl@2145
* integrate cfgperl tweaks into mainlineGurusamy Sarathy1998-10-308-53/+84
|\ | | | | p4raw-id: //depot/perl@2144
| * There can be multiple yacc/bison errors.Jarkko Hietaniemi1998-10-303-3/+3
| | | | | | p4raw-id: //depot/cfgperl@2143
| * README.posix-bc update.Jarkko Hietaniemi1998-10-301-17/+38
| | | | | | p4raw-id: //depot/cfgperl@2142
| * #2133 fallout.Jarkko Hietaniemi1998-10-302-3/+5
| | | | | | p4raw-id: //depot/cfgperl@2141
| * Integrate from mainperl.Jarkko Hietaniemi1998-10-3065-5269/+3039
| |\ | |/ |/| p4raw-id: //depot/cfgperl@2140
* | phase 1 of somewhat major rearrangement of PERL_OBJECT stuffGurusamy Sarathy1998-10-3065-5269/+3039
| | | | | | | | | | | | | | | | | | | | (objpp.h is gone, embed.pl now does some of that); objXSUB.h should soon be automated also; the global variables that escaped the PL_foo conversion are now reined in; renamed MAGIC in regcomp.h to REG_MAGIC to avoid collision with the type of same name; duplicated lists of pp_things in various places is now gone; result has only been tested on win32 p4raw-id: //depot/perl@2133
| * Pure bison yylex() proto was broken.Jarkko Hietaniemi1998-10-291-1/+1
| | | | | | p4raw-id: //depot/cfgperl@2130
| * Integrate mainperl.Jarkko Hietaniemi1998-10-2915-32/+128
| |\ | |/ |/| p4raw-id: //depot/cfgperl@2126
* | remove doubled hunk from integrationGurusamy Sarathy1998-10-281-7/+0
| | | | | | p4raw-id: //depot/perl@2119
* | Minor debugger tweaksIlya Zakharevich1998-10-281-3/+8
| | | | | | | | | | Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@2118
* | Make sort respect overloadingIlya Zakharevich1998-10-283-5/+86
| | | | | | | | | | Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@2117
* | MM patches from Ilya ZakharevichGurusamy Sarathy1998-10-281-1/+6
| | | | | | | | | | | | | | | | | | | | | | Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST) Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu> Subject: [PATCH 5.00552] Make MakeMaker more verbose -- Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST) Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu> Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL p4raw-id: //depot/perl@2116
* | add explicit references to perl source path in ld2 and gcc2Gurusamy Sarathy1998-10-283-6/+8
| | | | | | p4raw-id: //depot/perl@2115
* | Re: Problems with: Creating an installable tar archiveAndy Dougherty1998-10-281-7/+10
| | | | | | | | | | Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys> p4raw-id: //depot/perl@2114
* | integrate cfgperl into mainlineGurusamy Sarathy1998-10-2818-185/+269
|\ \ | | | | | | p4raw-id: //depot/perl@2113
* | | minor cleanupGurusamy Sarathy1998-10-284-8/+7
| | | | | | | | | p4raw-id: //depot/perl@2112
* | | smarter C<$SIG{FOO} = BAREWORD;> warningGurusamy Sarathy1998-10-281-1/+2
| | | | | | | | | p4raw-id: //depot/perl@2111
* | | utf8 change to quotemeta broke EBCDICLarry Wall1998-10-271-4/+24
| | | | | | | | | p4raw-id: //depot/perl@2102
| | * EBCDIC Makefile.SH iteration converges. Hopefully.Jarkko Hietaniemi1998-10-291-1/+9
| | | | | | | | | p4raw-id: //depot/cfgperl@2125
| | * EBCDIC Makefile.SH tuneup.Jarkko Hietaniemi1998-10-291-29/+29
| |/ | | | | p4raw-id: //depot/cfgperl@2124
| * posix-bc doesn't want to regenerate a2p.h from a2p.y.Jarkko Hietaniemi1998-10-281-1/+11
| | | | | | p4raw-id: //depot/cfgperl@2110
| * a2p.y needs to generate also y.tab.h.Jarkko Hietaniemi1998-10-281-1/+1
| | | | | | p4raw-id: //depot/cfgperl@2109
| * The "parse error" must be converted to "syntax error",Jarkko Hietaniemi1998-10-283-3/+3
| | | | | | | | | | just matching it aint' enough. p4raw-id: //depot/cfgperl@2108
| * Regen sig_n{ame,umber}* if slightest doubt.Jarkko Hietaniemi1998-10-281-6/+8
| | | | | | p4raw-id: //depot/cfgperl@2107
| * Bison says 'parse error', not 'parser error'.Jarkko Hietaniemi1998-10-284-8/+8
| | | | | | p4raw-id: //depot/cfgperl@2106
| * yylex() parametrization.Jarkko Hietaniemi1998-10-281-16/+19
| | | | | | p4raw-id: //depot/cfgperl@2105
| * Bring in #2102.Jarkko Hietaniemi1998-10-281-4/+24
| | | | | | p4raw-id: //depot/cfgperl@2104
| * Re: perl5.004_04 testing problemDominic Dunlop1998-10-281-11/+5
| | | | | | | | | | Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]> p4raw-id: //depot/cfgperl@2103
| * $Config{sig_num_init}.Jarkko Hietaniemi1998-10-272-71/+11
| | | | | | | | | | | | | | Also, a new approach to the 'pthreads-created-joinable': drop it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED} directly. (See also #2096). p4raw-id: //depot/cfgperl@2101
| * Regenerated perly_c.diff.Jarkko Hietaniemi1998-10-271-39/+31
| | | | | | p4raw-id: //depot/cfgperl@2100
| * First the mangler was Netscape, then it was me.Jarkko Hietaniemi1998-10-271-3/+3
| | | | | | p4raw-id: //depot/cfgperl@2099
| * `id -Gn` might be available where `groups` is not.Jarkko Hietaniemi1998-10-271-3/+8
| | | | | | p4raw-id: //depot/cfgperl@2098
| * Netscape had mangled the tabs.Jarkko Hietaniemi1998-10-271-4/+4
| | | | | | p4raw-id: //depot/cfgperl@2097
| * ATTR_JOINABLE logic, based on (private email)Neale Ferguson1998-10-271-9/+7
| | | | | | | | | | | | Subject: Some little diffs Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au> p4raw-id: //depot/cfgperl@2096
| * Mach cthreads support based on:Brian Harrison1998-10-274-22/+117
| | | | | | | | | | | | | | | | | | | | | | | | | | Subject: perl5.005_02 patch for mthreads To: perl5-porters@perl.org Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net> Pthread yield probe (dejavu) Cosmetic nanochange for the union semun output. Better inttypes.h probe. Undo the 'void *' $selecttype probe from #1971 because it breaks the $selectminbits test. p4raw-id: //depot/cfgperl@2095
| * Also posix-bc wants to reyacc.Jarkko Hietaniemi1998-10-261-1/+1
| | | | | | p4raw-id: //depot/cfgperl@2094