summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
| * The #4880 was too eager, the $n test is useful too.Jarkko Hietaniemi2000-01-281-1/+1
| | | | | | p4raw-id: //depot/cfgperl@4918
| * Integrate with Sarathy.Jarkko Hietaniemi2000-01-2841-9181/+5381
| |\ | | | | | | p4raw-id: //depot/cfgperl@4917
| * \ Integrate with Sarathy.Jarkko Hietaniemi2000-01-2751-445/+2416
| |\ \ | | | | | | | | p4raw-id: //depot/cfgperl@4913
| * | | Cppsym update continues.Jarkko Hietaniemi2000-01-271-4/+14
| | | | | | | | | | | | p4raw-id: //depot/cfgperl@4912
| * | | In UNICOS and UNICOS/mk after a successful fcntl F_SETFLJarkko Hietaniemi2000-01-261-17/+22
| | | | | | | | | | | | | | | | | | | | of O_NONBLOCK a subsequent fcntl F_GETFL will return O_NDELAY. p4raw-id: //depot/cfgperl@4904
| * | | Continue cpp symbol update.Jarkko Hietaniemi2000-01-261-1/+2
| | | | | | | | | | | | p4raw-id: //depot/cfgperl@4903
| * | | Integrate with Sarathy.Jarkko Hietaniemi2000-01-2614-309/+470
| |\ \ \ | | | | | | | | | | p4raw-id: //depot/cfgperl@4901
| * | | | s/d_nvpresuv/d_nv_preserves_uv/;Jarkko Hietaniemi2000-01-265-18/+32
| | | | | | | | | | | | | | | | | | | | | | | | | plus cosmetic change for #4899. p4raw-id: //depot/cfgperl@4900
| * | | | Update the scan of the cpp symbols.Jarkko Hietaniemi2000-01-261-66/+70
| | | | | | | | | | | | | | | p4raw-id: //depot/cfgperl@4899
* | | | | 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
* | | | | 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