summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Integrate with Sarathy.Jarkko Hietaniemi2000-02-0439-318/+1477
|\ | | | | p4raw-id: //depot/cfgperl@4988
| * avoid bad cast warnings (from Robin Barker <rmb1@cise.npl.co.uk>)Gurusamy Sarathy2000-02-041-3/+3
| | | | | | p4raw-id: //depot/perl@4986
| * avoid 'na' (spotted by Yitzchak Scott-Thoennes <sthoenna@efn.org>)Gurusamy Sarathy2000-02-041-2/+2
| | | | | | p4raw-id: //depot/perl@4985
| * CPAN.pm updated to v1.52 (from Andreas Koenig)Gurusamy Sarathy2000-02-043-202/+362
| | | | | | p4raw-id: //depot/perl@4984
| * updated OpenBSD hints (From Todd C. Miller <Todd.Miller@courtesan.com>)Gurusamy Sarathy2000-02-041-12/+18
| | | | | | p4raw-id: //depot/perl@4983
| * pod typos (from Gregor N. Purdy <gregor@focusresearch.com>)Gurusamy Sarathy2000-02-041-2/+2
| | | | | | p4raw-id: //depot/perl@4982
| * avoid assuming cc accepts -o switch (from Tom Hughes)Gurusamy Sarathy2000-02-041-1/+4
| | | | | | p4raw-id: //depot/perl@4981
| * Sys::Syslog goes the XS way (from Tom Hughes <tom@compton.nu>)Gurusamy Sarathy2000-02-045-8/+673
| | | | | | p4raw-id: //depot/perl@4980
| * pod updates (from David Adler, M J T Guy)Gurusamy Sarathy2000-02-043-18/+27
| | | | | | p4raw-id: //depot/perl@4979
| * typos in config_h.SH (from Paul_Green@vos.stratus.com)Gurusamy Sarathy2000-02-041-2/+2
| | | | | | p4raw-id: //depot/perl@4978
| * avoid adding null components to LD_LIBRARY_PATH, OpenBSD has troubleGurusamy Sarathy2000-02-041-1/+8
| | | | | | | | | | with them (from Todd C. Miller <Todd.Miller@courtesan.com>) p4raw-id: //depot/perl@4977
| * VMS update (from Dan Sugalski and Peter Prymmer)Gurusamy Sarathy2000-02-043-5/+156
| | | | | | p4raw-id: //depot/perl@4976
| * patch to provide more informative names for evals and anonymousGurusamy Sarathy2000-02-0410-43/+173
| | | | | | | | | | subroutines (from Ilya Zakharevich) p4raw-id: //depot/perl@4975
| * off-by-one in malloc.c (from Ilya Zakharevich)Gurusamy Sarathy2000-02-041-4/+4
| | | | | | p4raw-id: //depot/perl@4974
| * OS/2 build fixups from Ilya ZakharevichGurusamy Sarathy2000-02-043-8/+8
| | | | | | p4raw-id: //depot/perl@4973
| * avoid /* within commentGurusamy Sarathy2000-02-041-1/+1
| | | | | | p4raw-id: //depot/perl@4972
| * another HINT_BYTE victimGurusamy Sarathy2000-02-041-1/+1
| | | | | | p4raw-id: //depot/perl@4971
| * fix pad_alloc panic from C<my $w; sub { my($i) = @_; sub { $w } }>Gurusamy Sarathy2000-02-045-5/+33
| | | | | | p4raw-id: //depot/perl@4970
| * byte.pm and HINT_BYTE don't match (0x8, not 0x10!)Gurusamy Sarathy2000-02-041-2/+2
| | | | | | p4raw-id: //depot/perl@4969
* | Configure megamaintenance. Cppsym (hopefully) final spasms;Jarkko Hietaniemi2000-02-044-221/+243
| | | | | | | | | | | | default is to use long long if available; various nits here and there; fixed to hpux 64-bitnes and largefileness. p4raw-id: //depot/cfgperl@4987
* | Integrate with Sarathy.Jarkko Hietaniemi2000-02-0232-661/+2066
|\ \ | |/ | | p4raw-id: //depot/cfgperl@4968
| * update makerel for new version formatGurusamy Sarathy2000-02-022-9/+53
| | | | | | p4raw-id: //depot/perl@4967
| * workaround for undefined symbolGurusamy Sarathy2000-02-021-0/+1
| | | | | | p4raw-id: //depot/perl@4966
| * on cygwin, h_errno is now "__declspec(dllimport) int h_errno"Gurusamy Sarathy2000-02-021-1/+1
| | | | | | | | | | (from Eric Fifer <EFifer@sanwaint.com>) p4raw-id: //depot/perl@4965
| * adjust notes on use5005threadsGurusamy Sarathy2000-02-023-9/+26
| | | | | | p4raw-id: //depot/perl@4964
| * fix typoGurusamy Sarathy2000-02-021-1/+1
| | | | | | p4raw-id: //depot/perl@4963
| * integrate selected changes from cfgperl (#4899,4900,4904,4918)Gurusamy Sarathy2000-02-027-100/+123
| |\ | | | | | | p4raw-id: //depot/perl@4962
| * | PodParser-1.092 update via CPAN (from Brad Appleton)Gurusamy Sarathy2000-02-026-473/+1462
| | | | | | | | | p4raw-id: //depot/perl@4961
| * | replace misleading docs with a BUGS sectionGurusamy Sarathy2000-02-021-8/+6
| | | | | | | | | p4raw-id: //depot/perl@4960
| * | remove FUD from perlfunc/use (from M J T Guy)Gurusamy Sarathy2000-02-021-2/+1
| | | | | | | | | p4raw-id: //depot/perl@4959
| * | Benchmark displays bogus CPU stats (suggested by Cedric AuzanneGurusamy Sarathy2000-02-022-2/+227
| | | | | | | | | | | | | | | <cedric.auzanne@nist.gov>) p4raw-id: //depot/perl@4958
| * | fix coredump on C<"x" =~ /x/; print @-> (from Ilya Zakharevich)Gurusamy Sarathy2000-02-021-0/+1
| | | | | | | | | p4raw-id: //depot/perl@4957
| * | flock() pod talks about "adding" in the sense of "or-ing"Gurusamy Sarathy2000-02-021-3/+3
| | | | | | | | | p4raw-id: //depot/perl@4956
| * | fixes for switching files in the debugger (from Ilya Zakharevich)Gurusamy Sarathy2000-02-022-3/+21
| | | | | | | | | p4raw-id: //depot/perl@4955
| * | use warnings rather than fiddling with $^W (from Paul Marquess)Gurusamy Sarathy2000-02-0210-10/+8
| | | | | | | | | p4raw-id: //depot/perl@4954
| * | dynixptx hints tweak (from Martin J. Bligh <mbligh@sequent.com>)Gurusamy Sarathy2000-02-021-2/+1
| | | | | | | | | p4raw-id: //depot/perl@4953
| * | deltanotes on weakrefs and Pod::Parser (from Tuomas Lukka andGurusamy Sarathy2000-02-021-5/+108
| | | | | | | | | | | | | | | Brad Appleton) p4raw-id: //depot/perl@4952
| * | avoid mismatched type warningsGurusamy Sarathy2000-02-022-2/+2
| | | | | | | | | p4raw-id: //depot/perl@4951
* | | Integrate with Sarathy.Jarkko Hietaniemi2000-02-0221-178/+371
|\ \ \ | |/ / | | | p4raw-id: //depot/cfgperl@4950
| * | fix broken abs2rel() (from François Allard <franka@host.ott.igs.net>)Gurusamy Sarathy2000-02-021-4/+8
| | | | | | | | | p4raw-id: //depot/perl@4949
| * | makefile tweakGurusamy Sarathy2000-02-021-1/+1
| | | | | | | | | p4raw-id: //depot/perl@4948
| * | future-proof unknown warning categories (from Greg BaconGurusamy Sarathy2000-02-023-18/+18
| | | | | | | | | | | | | | | <gbacon@cs.uah.edu>) p4raw-id: //depot/perl@4947
| * | doc tweak (from Michael G Schwern <schwern@pobox.com>)Gurusamy Sarathy2000-02-021-4/+4
| | | | | | | | | p4raw-id: //depot/perl@4946
| * | more meaningful message on invalid pattern argument (fromGurusamy Sarathy2000-02-021-0/+7
| | | | | | | | | | | | | | | Kevin Meltzer <KMeltzer@USCO.com>) p4raw-id: //depot/perl@4945
| * | XSLoader build patch for VMS (from Craig A. BerryGurusamy Sarathy2000-02-021-2/+16
| | | | | | | | | | | | | | | <craig.berry@metamorgs.com>) p4raw-id: //depot/perl@4944
| * | reword some sections of perlunicode.podGurusamy Sarathy2000-02-021-21/+53
| | | | | | | | | p4raw-id: //depot/perl@4943
| * | AIX warning on undefined symbolGurusamy Sarathy2000-02-011-0/+1
| | | | | | | | | p4raw-id: //depot/perl@4942
| * | HINT_UTF8 is not propagated to the op tree anymore; add aGurusamy Sarathy2000-02-0112-149/+284
| | | | | | | | | | | | | | | perlunicode.pod that reflects changes to unicode support so far p4raw-id: //depot/perl@4941
* | | Integrate with Sarathy.Jarkko Hietaniemi2000-02-0121-59/+151
|\ \ \ | |/ / | | | p4raw-id: //depot/cfgperl@4940
| * | export pregexec(), Tk uses itGurusamy Sarathy2000-02-014-1/+13
| | | | | | | | | p4raw-id: //depot/perl@4939