summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* We need cc to be able to test for cc -v.Jarkko Hietaniemi1999-10-271-0/+2
| | | p4raw-id: //depot/cfgperl@4463
* Revert #4457 for more investigation.Jarkko Hietaniemi1999-10-2611-75/+41
| | | p4raw-id: //depot/cfgperl@4460
* Regen Configure.Jarkko Hietaniemi1999-10-265-46/+96
| | | p4raw-id: //depot/cfgperl@4459
* Add getmnt() to nosuid checking.Jarkko Hietaniemi1999-10-269-69/+104
| | | p4raw-id: //depot/cfgperl@4457
* Massive multitypo in #4446.Jarkko Hietaniemi1999-10-261-4/+4
| | | p4raw-id: //depot/cfgperl@4455
* dos-djgpp updateLaszlo Molnar1999-10-255-8/+28
| | | | | | To: Perl 5 Porters <perl5-porters@perl.org> Message-ID: <19991025101130.K459@crater.eth.ericsson.se> p4raw-id: //depot/cfgperl@4454
* Remove the last regnode<==>char*Ilya Zakharevich1999-10-255-113/+135
| | | | | | To: perl5-porters@perl.org (Mailing list Perl5) Message-Id: <199910250706.DAA16825@monk.mps.ohio-state.edu> p4raw-id: //depot/cfgperl@4453
* Missing REx engine patchIlya Zakharevich1999-10-253-1/+55
| | | | | | To: perl5-porters@perl.org (Mailing list Perl5) Message-Id: <199910250347.XAA16094@monk.mps.ohio-state.edu> p4raw-id: //depot/cfgperl@4452
* charnames and UTESTIlya Zakharevich1999-10-251-9/+13
| | | | | | To: perl5-porters@perl.org (Mailing list Perl5) Message-Id: <199910250339.XAA16058@monk.mps.ohio-state.edu> p4raw-id: //depot/cfgperl@4451
* Another hints tweak.Jarkko Hietaniemi1999-10-241-1/+1
| | | p4raw-id: //depot/cfgperl@4447
* Hints tweak.Jarkko Hietaniemi1999-10-241-15/+15
| | | p4raw-id: //depot/cfgperl@4446
* test for #2835 (yeah, better later than never)Jarkko Hietaniemi1999-10-241-1/+6
| | | p4raw-id: //depot/cfgperl@4439
* More printf-fixes (see also #4426).Jarkko Hietaniemi1999-10-2315-172/+197
| | | p4raw-id: //depot/cfgperl@4429
* Integrate with Sarathy.Jarkko Hietaniemi1999-10-232-10/+13
|\ | | | | p4raw-id: //depot/cfgperl@4427
| * sv_vcatpvfn() bug: fell through to assuming intsize of 'q' forGurusamy Sarathy1999-10-221-5/+8
| | | | | | | | | | C<"%ld", long_val> p4raw-id: //depot/perl@4421
| * win32_utime() on directories should use localtime() ratherGurusamy Sarathy1999-10-221-5/+5
| | | | | | | | | | than gmtime() (from Jan Dubois) p4raw-id: //depot/perl@4420
* | Fix the printfing nits pointed out by using gcc -Wall andJarkko Hietaniemi1999-10-237-41/+46
| | | | | | | | | | | | Configure -Duse64bits -Dccflags=-DDEBUGGING in Solaris, plus few other warnings in Dumper.xs. p4raw-id: //depot/cfgperl@4426
* | Configure regen to pick up the new installation directoriesJarkko Hietaniemi1999-10-231-1/+54
| | | | | | | | | | | | from Policy_sh.SH. The explanations of "public add-ons" and "vendor-supplied" could do with more work. p4raw-id: //depot/cfgperl@4425
* | Update Policy_sh.SH to handle the newer installation directives.Andy Dougherty1999-10-221-43/+91
| | | | | | | | | | | | | | To: Perl Porters <perl5-porters@perl.org> Subject: [PATCH 5.005_62] Policy_sh.SH update Message-ID: <Pine.SOL.4.10.9910221645470.15232-100000@maxwell.phys.lafayette.edu> p4raw-id: //depot/cfgperl@4423
* | so back to 'so', from Stephanie Beals <bealzy@us.ibm.com>Jarkko Hietaniemi1999-10-221-1/+5
| | | | | | p4raw-id: //depot/cfgperl@4422
* | Integrate with Sarathy.Jarkko Hietaniemi1999-10-216-30/+54
|\ \ | |/ | | p4raw-id: //depot/cfgperl@4419
| * add test for change#4417Gurusamy Sarathy1999-10-201-1/+4
| | | | | | | | | | p4raw-link: @4417 on //depot/perl: 970c490586e0f01dd70401842b590223949989af p4raw-id: //depot/perl@4418
| * avoid coredump on C<sort { my $c; return $a cmp $b } ...>Gurusamy Sarathy1999-10-201-1/+1
| | | | | | p4raw-id: //depot/perl@4417
| * fix prototype mismatch (from Hans Mulder <hansm@xs4all.nl>)Gurusamy Sarathy1999-10-201-1/+2
| | | | | | p4raw-id: //depot/perl@4416
| * disable optimizing troublesome ops in change#3612Gurusamy Sarathy1999-10-203-19/+35
| | | | | | | | | | | | | | (from Ilya Zakharevich) p4raw-link: @3612 on //depot/perl: b162f9ead0a98db35cdcfc8c889e344c040c8d8e p4raw-id: //depot/perl@4415
| * skip unreadable directory test when running as rootGurusamy Sarathy1999-10-201-9/+13
| | | | | | p4raw-id: //depot/perl@4414
* | Avoid GNU ar if HP cc is being used.Jarkko Hietaniemi1999-10-191-0/+30
| | | | | | p4raw-id: //depot/cfgperl@4413
* | Integrate with Sarathy.Jarkko Hietaniemi1999-10-191-1/+1
|\ \ | |/ | | p4raw-id: //depot/cfgperl@4412
| * perl_mutex n/a if !USE_THREADSGurusamy Sarathy1999-10-191-1/+1
| | | | | | p4raw-id: //depot/perl@4409
* | Long double support: sqrtl et al are not available everywhere,Jarkko Hietaniemi1999-10-196-66/+92
| | | | | | | | | | e.g. not in Solaris, even when long doubles are. p4raw-id: //depot/cfgperl@4411
* | Forgotten s/warning/warnings/.Jarkko Hietaniemi1999-10-181-1/+1
| | | | | | p4raw-id: //depot/cfgperl@4408
* | Integrate with Sarathy.Jarkko Hietaniemi1999-10-1831-426/+1136
|\ \ | |/ | | p4raw-id: //depot/cfgperl@4407
| * added intro to source filters from Paul MarquessGurusamy Sarathy1999-10-183-0/+577
| | | | | | p4raw-id: //depot/perl@4406
| * missing manpagesGurusamy Sarathy1999-10-181-0/+2
| | | | | | p4raw-id: //depot/perl@4405
| * pod updates from Tom ChristiansenGurusamy Sarathy1999-10-183-160/+201
| | | | | | p4raw-id: //depot/perl@4404
| * PL_malloc_mutex needs to be global, not per-interpreterGurusamy Sarathy1999-10-175-8/+21
| | | | | | | | | | (malloc.c has static data) p4raw-id: //depot/perl@4403
| * support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS onGurusamy Sarathy1999-10-1711-237/+292
| | | | | | | | | | windows p4raw-id: //depot/perl@4402
| * serious bug introduced by G_VOID changes in 5.003_96: scalarGurusamy Sarathy1999-10-172-1/+8
| | | | | | | | | | | | eval"" did not pop stack correctly; C<$a = eval "(1,2)x1"> is one symptom of the problem p4raw-id: //depot/perl@4401
| * remove FileHandle from list of PodParser dependencies (theGurusamy Sarathy1999-10-174-7/+7
| | | | | | | | | | difference is 20 files vs 6 files loaded!) p4raw-id: //depot/perl@4400
| * make installperl ignore RCS files (from Michael G SchwernGurusamy Sarathy1999-10-172-6/+8
| | | | | | | | | | <schwern@pobox.com>) p4raw-id: //depot/perl@4398
| * another bug in change#3386 (CATCH_SET wasn't reverted correctly)Gurusamy Sarathy1999-10-161-1/+1
| | | | | | | | | | p4raw-link: @3386 on //depot/perl: 312caa8e97f1c7ee342a9895c2f0e749625b4929 p4raw-id: //depot/perl@4397
| * assumption about @_ always being non-REAL doesn't hold whenGurusamy Sarathy1999-10-161-1/+7
| | | | | | | | | | | | debugger is running; DB::sub() can call arbitrary stuff that modifies @_ at will p4raw-id: //depot/perl@4395
| * OS/2 support bits (from Ilya Zakharevich)Gurusamy Sarathy1999-10-164-5/+12
| | | | | | p4raw-id: //depot/perl@4393
* | Missing comma.Jarkko Hietaniemi1999-10-161-2/+2
| | | | | | p4raw-id: //depot/cfgperl@4396
* | Integrate with Sarathy.Jarkko Hietaniemi1999-10-1511-12/+59
|\ \ | |/ | | p4raw-id: //depot/cfgperl@4392
| * here be 5.005_62Gurusamy Sarathy1999-10-153-3/+31
| | | | | | p4raw-id: //depot/perl@4391
| * lvalue subs patch (change#4081) breaks C<\(Foo->Bar())>;Gurusamy Sarathy1999-10-154-5/+10
| | | | | | | | | | | | | | | | avoid tickling it in Pod::Man for now; other nits in Pod::* p4raw-link: @4081 on //depot/perl: cd06dffe59d60ee6a2fdd7c81f8cef42c7026b36 p4raw-id: //depot/perl@4390
| * disable internal globbing for miniperl (or build breaks outGurusamy Sarathy1999-10-154-4/+18
| | | | | | | | | | in a rash of failed dependencies) p4raw-id: //depot/perl@4389
* | Integrate with Sarathy.Jarkko Hietaniemi1999-10-157-88/+395
|\ \ | |/ | | p4raw-id: //depot/cfgperl@4388
| * integrate cfgperl contents into mainlineGurusamy Sarathy1999-10-155-7/+249
| |\ | |/ |/| p4raw-id: //depot/perl@4387