Change 23132: Integrate:

2004-07-16 Thread Nicholas Clark
Change 23132 by [EMAIL PROTECTED] on 2004/07/16 14:31:01 Integrate: [ 23072] dor and // fulfil a TODO Correct a deviation from the Nicholas Clark style guide. [ 23073] A more honest TODO [ 23077] Resurrect the TODO i

Change 23131: Integrate:

2004-07-16 Thread Nicholas Clark
Change 23131 by [EMAIL PROTECTED] on 2004/07/16 14:11:52 Integrate: [ 23051] Add some missing authors and remove 1 duplicate [ 23127] glob('*.c') to find documentation is dangerous when run in unclean trees, so isntead use MANIFEST to only s

Change 23130: Clarify that it's only Mac OS *Classic* that uses 1904 - OS X uses

2004-07-16 Thread Nicholas Clark
Change 23130 by [EMAIL PROTECTED] on 2004/07/16 13:41:22 Clarify that it's only Mac OS *Classic* that uses 1904 - OS X uses 1970 Affected files ... ... //depot/perl/pod/perlfunc.pod#443 edit Differences ... //depot/perl/pod/perlfunc.pod#443 (text) Index: perl/pod/perl

Change 23129: Typo fix from Julian Gilbey, forwarded upstream from Debian by

2004-07-16 Thread Nicholas Clark
Change 23129 by [EMAIL PROTECTED] on 2004/07/16 13:21:33 Typo fix from Julian Gilbey, forwarded upstream from Debian by Brendan O'Dea Affected files ... ... //depot/perl/pod/perluniintro.pod#61 edit Differences ... //depot/perl/pod/perluniintro.pod#61 (text) Index: pe

Change 23128: Use VirtualAlloc() more flexibly when using it to mimic UNIX's sbrk().

2004-07-16 Thread Nick Ing-Simmons
Change 23128 by [EMAIL PROTECTED] on 2004/07/16 12:16:05 Use VirtualAlloc() more flexibly when using it to mimic UNIX's sbrk(). From: Steve Hay <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Assumes perl's malloc can now h

Change 23127: glob('*.c') to find documentation is dangerous when run in unclean

2004-07-16 Thread Nicholas Clark
Change 23127 by [EMAIL PROTECTED] on 2004/07/16 11:14:45 glob('*.c') to find documentation is dangerous when run in unclean trees, so isntead use MANIFEST to only scan the legitimate source files. Affected files ... ... //depot/perl/autodoc.pl#9 edit Differences ... ===

Change 23125: Rebuild perlapi.pod

2004-07-16 Thread Nicholas Clark
Change 23125 by [EMAIL PROTECTED] on 2004/07/16 10:59:08 Rebuild perlapi.pod Affected files ... ... //depot/perl/pod/perlapi.pod#186 edit Differences ... //depot/perl/pod/perlapi.pod#186 (text+w) Index: perl/pod/perlapi.pod --- perl/pod/perlapi.pod#185~22905~ Tue Jun 8 0

Change 23126: Encourage compilers to tail call optimise in sv_savepv, sv_savepvn

2004-07-16 Thread Nicholas Clark
Change 23126 by [EMAIL PROTECTED] on 2004/07/16 11:04:37 Encourage compilers to tail call optimise in sv_savepv, sv_savepvn and sv_savesharedpv. Need to create non-void returning versions of Copy and Zero, as the existing macros deliberately cast to (void) Affected files .

Change 23124: Be sure HP-UX' ANSI C compiler's PATH is found *before*

2004-07-16 Thread H.Merijn Brand
Change 23124 by [EMAIL PROTECTED] on 2004/07/16 10:30:53 Be sure HP-UX' ANSI C compiler's PATH is found *before* the path to the bundled braindead C compiler. This might influence ccache's behaviour in finding the correct path Affected files ... ... //depot/perl/Configure

Change 23122: oslevel can fail on AIX, but the output generated would confuse

2004-07-16 Thread Nicholas Clark
Change 23122 by [EMAIL PROTECTED] on 2004/07/16 10:14:24 oslevel can fail on AIX, but the output generated would confuse Configure Affected files ... ... //depot/perl/Configure#563 edit Differences ... //depot/perl/Configure#563 (xtext) Index: perl/Configure --- perl/

Change 23121: Some calls to PerlMemShared_alloc() aren't checking the return value.

2004-07-16 Thread Nicholas Clark
Change 23121 by [EMAIL PROTECTED] on 2004/07/16 08:53:28 Some calls to PerlMemShared_alloc() aren't checking the return value. Bug spotted by Nigel Sandever Affected files ... ... //depot/perl/ext/threads/threads.xs#81 edit ... //depot/perl/util.c#420 edit Differences ...