Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | We need cc to be able to test for cc -v. | Jarkko Hietaniemi | 1999-10-27 | 1 | -0/+2 |
| | | | p4raw-id: //depot/cfgperl@4463 | ||||
* | Revert #4457 for more investigation. | Jarkko Hietaniemi | 1999-10-26 | 11 | -75/+41 |
| | | | p4raw-id: //depot/cfgperl@4460 | ||||
* | Regen Configure. | Jarkko Hietaniemi | 1999-10-26 | 5 | -46/+96 |
| | | | p4raw-id: //depot/cfgperl@4459 | ||||
* | Add getmnt() to nosuid checking. | Jarkko Hietaniemi | 1999-10-26 | 9 | -69/+104 |
| | | | p4raw-id: //depot/cfgperl@4457 | ||||
* | Massive multitypo in #4446. | Jarkko Hietaniemi | 1999-10-26 | 1 | -4/+4 |
| | | | p4raw-id: //depot/cfgperl@4455 | ||||
* | dos-djgpp update | Laszlo Molnar | 1999-10-25 | 5 | -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 Zakharevich | 1999-10-25 | 5 | -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 patch | Ilya Zakharevich | 1999-10-25 | 3 | -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 UTEST | Ilya Zakharevich | 1999-10-25 | 1 | -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 Hietaniemi | 1999-10-24 | 1 | -1/+1 |
| | | | p4raw-id: //depot/cfgperl@4447 | ||||
* | Hints tweak. | Jarkko Hietaniemi | 1999-10-24 | 1 | -15/+15 |
| | | | p4raw-id: //depot/cfgperl@4446 | ||||
* | test for #2835 (yeah, better later than never) | Jarkko Hietaniemi | 1999-10-24 | 1 | -1/+6 |
| | | | p4raw-id: //depot/cfgperl@4439 | ||||
* | More printf-fixes (see also #4426). | Jarkko Hietaniemi | 1999-10-23 | 15 | -172/+197 |
| | | | p4raw-id: //depot/cfgperl@4429 | ||||
* | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-10-23 | 2 | -10/+13 |
|\ | | | | | p4raw-id: //depot/cfgperl@4427 | ||||
| * | sv_vcatpvfn() bug: fell through to assuming intsize of 'q' for | Gurusamy Sarathy | 1999-10-22 | 1 | -5/+8 |
| | | | | | | | | | | C<"%ld", long_val> p4raw-id: //depot/perl@4421 | ||||
| * | win32_utime() on directories should use localtime() rather | Gurusamy Sarathy | 1999-10-22 | 1 | -5/+5 |
| | | | | | | | | | | than gmtime() (from Jan Dubois) p4raw-id: //depot/perl@4420 | ||||
* | | Fix the printfing nits pointed out by using gcc -Wall and | Jarkko Hietaniemi | 1999-10-23 | 7 | -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 directories | Jarkko Hietaniemi | 1999-10-23 | 1 | -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 Dougherty | 1999-10-22 | 1 | -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 Hietaniemi | 1999-10-22 | 1 | -1/+5 |
| | | | | | | p4raw-id: //depot/cfgperl@4422 | ||||
* | | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-10-21 | 6 | -30/+54 |
|\ \ | |/ | | | p4raw-id: //depot/cfgperl@4419 | ||||
| * | add test for change#4417 | Gurusamy Sarathy | 1999-10-20 | 1 | -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 Sarathy | 1999-10-20 | 1 | -1/+1 |
| | | | | | | p4raw-id: //depot/perl@4417 | ||||
| * | fix prototype mismatch (from Hans Mulder <hansm@xs4all.nl>) | Gurusamy Sarathy | 1999-10-20 | 1 | -1/+2 |
| | | | | | | p4raw-id: //depot/perl@4416 | ||||
| * | disable optimizing troublesome ops in change#3612 | Gurusamy Sarathy | 1999-10-20 | 3 | -19/+35 |
| | | | | | | | | | | | | | | (from Ilya Zakharevich) p4raw-link: @3612 on //depot/perl: b162f9ead0a98db35cdcfc8c889e344c040c8d8e p4raw-id: //depot/perl@4415 | ||||
| * | skip unreadable directory test when running as root | Gurusamy Sarathy | 1999-10-20 | 1 | -9/+13 |
| | | | | | | p4raw-id: //depot/perl@4414 | ||||
* | | Avoid GNU ar if HP cc is being used. | Jarkko Hietaniemi | 1999-10-19 | 1 | -0/+30 |
| | | | | | | p4raw-id: //depot/cfgperl@4413 | ||||
* | | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-10-19 | 1 | -1/+1 |
|\ \ | |/ | | | p4raw-id: //depot/cfgperl@4412 | ||||
| * | perl_mutex n/a if !USE_THREADS | Gurusamy Sarathy | 1999-10-19 | 1 | -1/+1 |
| | | | | | | p4raw-id: //depot/perl@4409 | ||||
* | | Long double support: sqrtl et al are not available everywhere, | Jarkko Hietaniemi | 1999-10-19 | 6 | -66/+92 |
| | | | | | | | | | | e.g. not in Solaris, even when long doubles are. p4raw-id: //depot/cfgperl@4411 | ||||
* | | Forgotten s/warning/warnings/. | Jarkko Hietaniemi | 1999-10-18 | 1 | -1/+1 |
| | | | | | | p4raw-id: //depot/cfgperl@4408 | ||||
* | | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-10-18 | 31 | -426/+1136 |
|\ \ | |/ | | | p4raw-id: //depot/cfgperl@4407 | ||||
| * | added intro to source filters from Paul Marquess | Gurusamy Sarathy | 1999-10-18 | 3 | -0/+577 |
| | | | | | | p4raw-id: //depot/perl@4406 | ||||
| * | missing manpages | Gurusamy Sarathy | 1999-10-18 | 1 | -0/+2 |
| | | | | | | p4raw-id: //depot/perl@4405 | ||||
| * | pod updates from Tom Christiansen | Gurusamy Sarathy | 1999-10-18 | 3 | -160/+201 |
| | | | | | | p4raw-id: //depot/perl@4404 | ||||
| * | PL_malloc_mutex needs to be global, not per-interpreter | Gurusamy Sarathy | 1999-10-17 | 5 | -8/+21 |
| | | | | | | | | | | (malloc.c has static data) p4raw-id: //depot/perl@4403 | ||||
| * | support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on | Gurusamy Sarathy | 1999-10-17 | 11 | -237/+292 |
| | | | | | | | | | | windows p4raw-id: //depot/perl@4402 | ||||
| * | serious bug introduced by G_VOID changes in 5.003_96: scalar | Gurusamy Sarathy | 1999-10-17 | 2 | -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 (the | Gurusamy Sarathy | 1999-10-17 | 4 | -7/+7 |
| | | | | | | | | | | difference is 20 files vs 6 files loaded!) p4raw-id: //depot/perl@4400 | ||||
| * | make installperl ignore RCS files (from Michael G Schwern | Gurusamy Sarathy | 1999-10-17 | 2 | -6/+8 |
| | | | | | | | | | | <schwern@pobox.com>) p4raw-id: //depot/perl@4398 | ||||
| * | another bug in change#3386 (CATCH_SET wasn't reverted correctly) | Gurusamy Sarathy | 1999-10-16 | 1 | -1/+1 |
| | | | | | | | | | | p4raw-link: @3386 on //depot/perl: 312caa8e97f1c7ee342a9895c2f0e749625b4929 p4raw-id: //depot/perl@4397 | ||||
| * | assumption about @_ always being non-REAL doesn't hold when | Gurusamy Sarathy | 1999-10-16 | 1 | -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 Sarathy | 1999-10-16 | 4 | -5/+12 |
| | | | | | | p4raw-id: //depot/perl@4393 | ||||
* | | Missing comma. | Jarkko Hietaniemi | 1999-10-16 | 1 | -2/+2 |
| | | | | | | p4raw-id: //depot/cfgperl@4396 | ||||
* | | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-10-15 | 11 | -12/+59 |
|\ \ | |/ | | | p4raw-id: //depot/cfgperl@4392 | ||||
| * | here be 5.005_62 | Gurusamy Sarathy | 1999-10-15 | 3 | -3/+31 |
| | | | | | | p4raw-id: //depot/perl@4391 | ||||
| * | lvalue subs patch (change#4081) breaks C<\(Foo->Bar())>; | Gurusamy Sarathy | 1999-10-15 | 4 | -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 out | Gurusamy Sarathy | 1999-10-15 | 4 | -4/+18 |
| | | | | | | | | | | in a rash of failed dependencies) p4raw-id: //depot/perl@4389 | ||||
* | | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-10-15 | 7 | -88/+395 |
|\ \ | |/ | | | p4raw-id: //depot/cfgperl@4388 | ||||
| * | integrate cfgperl contents into mainline | Gurusamy Sarathy | 1999-10-15 | 5 | -7/+249 |
| |\ | |/ |/| | p4raw-id: //depot/perl@4387 |