summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | reduce memory consumption of POSIX.pm (from Ilya Zakharevich)Gurusamy Sarathy2000-02-061-178/+181
* | integrate cfgperl contents into mainlineGurusamy Sarathy2000-02-066-214/+268
|\ \ | |/
| * Largefilify offsets of tied handles.Jarkko Hietaniemi2000-02-041-0/+4
| * Sanity check for libraries scan.Jarkko Hietaniemi2000-02-041-1/+13
| * HP-UX largefileness doesn't like lseek being redeclared;Jarkko Hietaniemi2000-02-041-3/+2
| * Use <syslog.h>, not <sys/syslog.h>.Jarkko Hietaniemi2000-02-042-2/+4
| * Re-introduce #4817 and #4964 wiped out by #4987.Jarkko Hietaniemi2000-02-041-3/+7
| * typo fixJarkko Hietaniemi2000-02-041-2/+2
| * Integrate with Sarathy.Jarkko Hietaniemi2000-02-0439-318/+1477
| |\
| * | Configure megamaintenance. Cppsym (hopefully) final spasms;Jarkko Hietaniemi2000-02-044-221/+243
| * | Integrate with Sarathy.Jarkko Hietaniemi2000-02-0232-661/+2066
| |\ \
| * \ \ Integrate with Sarathy.Jarkko Hietaniemi2000-02-0221-178/+371
| |\ \ \
| * \ \ \ Integrate with Sarathy.Jarkko Hietaniemi2000-02-0121-59/+151
| |\ \ \ \
| * | | | | HP-UX (induced) fixes.Jarkko Hietaniemi2000-01-312-70/+69
| * | | | | Cppsym saga continues.Jarkko Hietaniemi2000-01-311-6/+29
| * | | | | Reveal even more symbols.Jarkko Hietaniemi2000-01-311-8/+15
| * | | | | Integrate with Sarathy.Jarkko Hietaniemi2000-01-3129-633/+1061
| |\ \ \ \ \
| * | | | | | Cppsym fixup from Andy.Jarkko Hietaniemi2000-01-281-127/+72
| * | | | | | In HP-UX no largefiles if no 64 bits.Jarkko Hietaniemi2000-01-281-7/+20
* | | | | | | VOS port updates (from Paul Green <Paul_Green@stratus.com>)Gurusamy Sarathy2000-02-0613-2553/+2962
* | | | | | | fix parse error on C<{ use strict }> and other constructs thatGurusamy Sarathy2000-02-062-3/+10
* | | | | | | avoid -Bforcearchive on netbsd tooGurusamy Sarathy2000-02-062-2/+222
* | | | | | | revised notes about Pod::Parser & Co.Gurusamy Sarathy2000-02-062-73/+82
* | | | | | | fix description of obsolete diagnosticGurusamy Sarathy2000-02-061-16/+5
* | | | | | | allow "\x{12ab}" even without C<use utf8>Gurusamy Sarathy2000-02-062-22/+1
* | | | | | | make perlbug use new-style version numbers; improve compatibilityGurusamy Sarathy2000-02-061-13/+17
* | | | | | | support sprintf("v%v", v1.2.3) (works on any string argument, inGurusamy Sarathy2000-02-068-11/+114
* | | | | | | change#4970 fallout for useithreadsGurusamy Sarathy2000-02-041-0/+4
* | | | | | | dmake is on CPAN nowGurusamy Sarathy2000-02-041-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | avoid bad cast warnings (from Robin Barker <rmb1@cise.npl.co.uk>)Gurusamy Sarathy2000-02-041-3/+3
* | | | | | avoid 'na' (spotted by Yitzchak Scott-Thoennes <sthoenna@efn.org>)Gurusamy Sarathy2000-02-041-2/+2
* | | | | | CPAN.pm updated to v1.52 (from Andreas Koenig)Gurusamy Sarathy2000-02-043-202/+362
* | | | | | updated OpenBSD hints (From Todd C. Miller <Todd.Miller@courtesan.com>)Gurusamy Sarathy2000-02-041-12/+18
* | | | | | pod typos (from Gregor N. Purdy <gregor@focusresearch.com>)Gurusamy Sarathy2000-02-041-2/+2
* | | | | | avoid assuming cc accepts -o switch (from Tom Hughes)Gurusamy Sarathy2000-02-041-1/+4
* | | | | | Sys::Syslog goes the XS way (from Tom Hughes <tom@compton.nu>)Gurusamy Sarathy2000-02-045-8/+673
* | | | | | pod updates (from David Adler, M J T Guy)Gurusamy Sarathy2000-02-043-18/+27
* | | | | | typos in config_h.SH (from Paul_Green@vos.stratus.com)Gurusamy Sarathy2000-02-041-2/+2
* | | | | | avoid adding null components to LD_LIBRARY_PATH, OpenBSD has troubleGurusamy Sarathy2000-02-041-1/+8
* | | | | | VMS update (from Dan Sugalski and Peter Prymmer)Gurusamy Sarathy2000-02-043-5/+156
* | | | | | patch to provide more informative names for evals and anonymousGurusamy Sarathy2000-02-0410-43/+173
* | | | | | off-by-one in malloc.c (from Ilya Zakharevich)Gurusamy Sarathy2000-02-041-4/+4
* | | | | | OS/2 build fixups from Ilya ZakharevichGurusamy Sarathy2000-02-043-8/+8
* | | | | | avoid /* within commentGurusamy Sarathy2000-02-041-1/+1
* | | | | | another HINT_BYTE victimGurusamy Sarathy2000-02-041-1/+1
* | | | | | fix pad_alloc panic from C<my $w; sub { my($i) = @_; sub { $w } }>Gurusamy Sarathy2000-02-045-5/+33
* | | | | | byte.pm and HINT_BYTE don't match (0x8, not 0x10!)Gurusamy Sarathy2000-02-041-2/+2
| |_|_|_|/ |/| | | |
* | | | | update makerel for new version formatGurusamy Sarathy2000-02-022-9/+53
* | | | | workaround for undefined symbolGurusamy Sarathy2000-02-021-0/+1
* | | | | on cygwin, h_errno is now "__declspec(dllimport) int h_errno"Gurusamy Sarathy2000-02-021-1/+1