Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / perl-5.8.0 / lib / 5.8.0 / ExtUtils / Changes
CommitLineData
86530b38
AT
16.03 Wed Jun 19 17:06:14 EDT 2002
2 - Documented that we're clamping down on cargo-cult MakeMaker
3 programming.
4 - Eased up the parameter verification to leave errant values alone.
5 - Doug MacEachern documented LDDLFLAGS and added to known parameters.
6 - Possible fix for XS compiles on Cygwin for pre 5.8 perls.
7
86.02 Sat Jun 15 19:46:06 EDT 2002
9 - ExtUtils::Installed->modules() was broken in scalar context
10 - Sync bleadperl 16922: Netware updates from Ananth Kesari.
11 - Sync bleadperl 16922: MM_NW5 tests
12 - Sync bleadperl 16938 & 16974: MM_MacOS->macify fixes from pudge.
13 - Sync bleadperl 16989 & 16942: Small test fixes for MacPerl from pudge.
14 - Improved WriteMakefile param verification to differenciate between
15 parameters which don't exist and those that just take strings/numbers.
16 [RT #707]
17 * Documented TEST_VERBOSE
18
196.01 Thu May 30 14:48:57 EDT 2002
20 - MacOS Classic fixes from Pudge: recursive make repair,
21 post_initialize() now used, DEFINE & INC work with relative paths,
22 removed dead hybrid method/function call code.
23 * WriteMakefile now a bit more tolerant of wrong arguments, it will
24 warn and try to soldier on rather than just vomiting.
25 - Netware whitespace nits (bleadperl@16811)
26 - Netware Perl version number tag when building dynamic libraries
27 needs to match the current perl version instead of being hard coded
28 (a mutation of bleadperl@16851)
29 - OS/2 bug in TEST_F target found by John Poltorak (bleadperl@16839)
30 - README in 6.00 still declared this as alpha.
31
326.00 Sat May 25 17:14:09 EDT 2002
33 - VMS 8-level limit test tweak (bleadperl@16764)
34 * Here goes nothing.
35
365.96_01 Wed May 22 19:11:09 EDT 2002
37 - Fixed ExtUtils::testlib so it doesn't taint @INC.
38 - Fixed ExtUtils::Command so it groks % shell wildcard on VMS.
39 [RT 625]
40 - MM now depends on Test::Harness 2.00 on VMS else tests with -T
41 won't work, command line too long.
42 - Added Craig's patch to fix limited level VMSs in the core.
43
445.95_01 Sat May 18 14:40:12 EDT 2002
45 - Fixed ExtUtils::testlib so it has a reasonable chance of working
46 under taint mode.
47
485.94_02 Fri May 17 17:16:04 EDT 2002
49 - Fixing Manifest.t test for relative @INC when core testing.
50
515.94_01 Fri May 17 14:53:54 EDT 2002
52 - Small NetWare change from Novell.
53 - worked around 5.005_03's lack of a $Config{siteprefix} and
54 $Config{sitebin}.
55 - Small cross compilation changes (bleadperl 16582, 16548)
56
57 [[ Test Fixes ]]
58 - Fixing ExtUtils::Command tests for VMS shell wildcard differences.
59 - Fixing ExtUtils::Installed tests so they don't go looking at already
60 installed installed lists.
61
625.93_01 Mon May 6 00:54:39 EDT 2002
63 - fixed basic.t for limited depth VMS systems
64 * MM_BeOS was totally hosed by a typo.
65 - Made the ExtUtils::Command docs clear about how things come
66 from @ARGV not @_.
67 - Quieted nmake banners in disttest
68
69 * Backporting to 5.005_03
70 - 'require 5.006' statements to 5.00503
71 - Removing uses of File::Spec::Functions
72 - Adding MODE arg to mkdir()
73 - Changing uses of 'our' to 'use vars'
74 - Changing uses of 'no warnings' to 'local $SIG{__WARN__}'
75 - Changing 3-arg opens to 2-arg
76 - Changing 'open my $fh' to 'open FH'
77 - 5.005_03's File::Find doesn't have 'no_chdir'
78
795.92_01 Mon Apr 29 23:09:38 EDT 2002
80 - Fixing case of modules with no .pm files on VMS.
81 - LDLOADLIBS fix for NetBSD and easier overriding (bleadperl 16233)
82 * syncing in MM_MacOS from pudge.
83 - syncing in NetWare fixes (16266 & 16190)
84 - Cleaning up MM_NW5.pm somewhat.
85
865.91_02 Wed Apr 24 01:29:56 EDT 2002
87 - Adjustments to tests for inclusion in the core.
88
895.91_01 Wed Apr 24 00:11:06 EDT 2002
90 [[ API Changes ]]
91 * A failing Makefile.PL in a subdir will now kill the whole
92 makefile making process.
93 * "make install PREFIX=something" will no longer work. Sorry.
94 - Now supporting the usevendorprefix %Config setting
95 - Tests now guaranteed to run in alphabetical order.
96 - Allowing $VERSION = 0.
97
98 [[ Bug Fixes ]]
99 - Missing prerequisite warning malformatted.
100 - INSTALL*MAN*DIR and INST_MAN*DIR weren't allowed on the command
101 line.
102 * For years now skipcheck() has been returning a different
103 value than what was documented.
104 - Partially reversing Ken's "speed up ExtUtils::Manifest" patch
105 from 5.51_01 so MANIFEST overrides MANIFEST.SKIP.
106 * Fixed PREFIXification so it works on Win32.
107 * Fixed PREFIXification so it works on VMS.
108 - Fixed INSTALLMAN*DIR=none on VMS.
109 * NetWare fixes (bleadperl@16076)
110 - Craig Berry fixed some macro corruption on VMS.
111 - Systems configured to not have man pages now honored thanks to
112 Paul Green
113 - Hack to allow 5.6.X versions of ExtUtils::Embed use MY implicitly.
114 - Moved use of glob out of MM_Unix so MacPerl could build
115
116 [[ Test Changes ]]
117 - Shortening directory levels to accomodate old VMS's
118 - was using a slightly wrong prefix for the prefix tests
119
120 [[ Doc Fixes ]]
121 - Documenting VERBINST
122
1235.90_01 Thu Apr 11 01:11:54 EDT 2002
124 [[ API Changes ]]
125 * Implementation of the new PREFIX logic.
126 * Added new INSTALL targets:
127 INSTALLSITEBIN
128 INSTALLSITEMAN1DIR INSTALLSITEMAN3DIR
129 INSTALLVENDORMAN1DIR INSTALLVENDORMAN3DIR
130 INSTALLVENDORBIN INSTALLVENDORLIB INSTALLVENDORARCH
131 SITEPREFIX VENDORPREFIX
132 * INSTALLDIRS=site now properly using $Config{siteprefixexp}
133 (Thieved from Debian. Thanks!)
134 * Added INSTALLDIRS=vendor & support for vendor directories
135 (Thieved from Debian. Thanks!)
136
137 [[ Bug Fixes ]]
138 - nmake syntax nits from Mattia Barbon
139 - ExtUtils::Packlist fix for files with spaces in them from Jan Dubois
140 (bleadperl@15800)
141 - Old, old, old dmake bug in MM_Win32->pm_to_blib fixed by Nick
142 (bleadperl 15847)
143
144 [[ Internals ]]
145 - Purging leftover PDP compiler flags.
146
1475.55_03 Sat Apr 6 21:57:01 EST 2002
148 - Reversing "fix" for RT 444. It wasn't really fixed and it
149 caused havoc with Compress::Zlib and Tk.
150
1515.55_02 Sat Apr 6 03:09:15 EST 2002
152 [[ Bug Fixes ]]
153 - Craig Berry fixed install on VMS (again, I munged the last patch)
154 - MakeMaker might not be recognizing it's in PERL_SRC on Win32.
155 Made safer.
156 - For some reason MM_VMS was using $Config{arch} instead of
157 $Config{archname}
158 - Fix (well, hack) for creating ABSPERL on VMS.
159 - Quieting some warnings revealed by ExtUtils::Constant
160 - test_via_script had a typo and forgot INST_ARCHLIB
161
162 [[ Test Fixes ]]
163 - INST.t has to tell MakeMaker it's in the PERL_CORE
164 - Fixing expected values of INST_* when building the core.
165
1665.55_01 Thu Apr 4 23:58:06 EST 2002
167 [[ API Changes ]]
168 * Long deprecated INST_EXE completely removed.
169 - Removing TEST_LIBS constant (never seen in a stable MM anyway)
170 - Added $default argument to prefixify() for safer prefixification.
171
172 [[ Bug Fixes ]]
173 - $mm->{PERM_*} were not being set
174 - fixin() redundantly chmod'ing scripts. Let the Makefile do that.
175 - The above means MM_Unix will now compile cleanly under strict
176 * init_dirscan's search for Makefile.PL's will no longer look
177 inside a distdir.
178 * Fixed running tests when there are t/'s in subdirs.
179 - MM_DOS inheriting from MM_Unix instead of MM_Win32. DJGPP
180 appears to be unix-like (bleadperl@15650)
181 - Escaping constants with # in them so they're not confused as
182 make comments (bleadperl)
183 * ExtUtils::MM_Win95 didn't return a true value
184 - Fixing disttest when perl is a relative path.
185 * Fixed disttest & tests in subdirs on Win95
186 - Fixed recursive Makefile.PL scan on VMS so it skips the distdir
187 - Fixed a bug when an alternative MAKEFILE is specified and you're
188 using something other than a Makefile.PL (RT 444)
189 - Quieting uninit warning when there are no tests.
190
191 [[ Doc Fixes ]]
192 - Documented INSTALLMAN*DIR == 'none' feature.
193
194 [[ Test Fixes ]]
195 - Paul Green's which_perl patch to build a proper Perl on systems
196 that use command extensions.
197 - basic.t's Makefile.PL PREFIX call wasn't properly quoted for VMS
198 (Craig Berry)
199 - little initialization glitch in MM_Win32.t
200
201 [[ Internals ]]
202 - INST_* constants moved to init_INST
203 - INSTALL* constants moved to inst_INSTALL
204 * Internal warning supression removed.
205 - Temporarily turning off SelfLoader in MM_Unix so warnings
206 have the right line numbers.
207
2085.54_01 Sat Mar 30 02:32:44 EST 2002
209 [[ New Features ]]
210 * Added FULLPERLRUN and FULLPERLRUNINST
211
212 [[ Bug Fixes ]]
213 - hint files were made a little too noisy in 5.53_01
214
215 [[ Test Fixes ]]
216 - adjusting for NFS time drift
217 - basic.t was finding the wrong perl in the core
218
219 [[ Internals ]]
220 - FULLPERL* PERL* setup moved to init_PERL
221
2225.53_02 Fri Mar 29 04:47:44 EST 2002
223 - Adjusted for Perl core. Synced into bleadperl.
224
2255.53_01 Fri Mar 29 00:13:02 EST 2002
226 [[ Bug Fixes ]]
227 - Removed duplicate NAME macro definition
228 - Fixed makemakerdflt target for VMS
229 * bleadperl@11460 introduced a bug with recursive Makefile.PL's not
230 having '.' in @INC. PDL should build now.
231 * MANIFEST.SKIP only working on file names, not full relative paths.
232 Only since 5.51_01 (RT 413)
233 * make test TEST_VERBOSE=1 was busted by 5.50_01 (RT 423)
234 * Error messages from dying Makefile.PL's and hint files were
235 accidentally supressed in 5.48_04. Fixed.
236 * Makefile.PL's are supposed to be run in package main. 5.48_04
237 broke this. Fixed.
238 * Fixing installing on VMS.
239
2405.52_01 Tue Mar 26 00:24:26 EST 2002
241 [[ Bug Fixes ]]
242 * ActivePerl 5.6.1/build 631 now 100%
243 - Fixed some SelfLoader warnings
244 * ExtUtils::MM_Win32 not subclassed off of ExtUtils::MM_Any properly
245 - Bug in local $ENV{FOO} was causing failures in MM_Win32 tests.
246 Compensating for the bug.
247 - $Config{prefixexp} is sometimes bad on ActivePerl, compensating
248 - Accidentally left htmlifypods tests in MM_Win32 tests
249
250 [[ Doc Changes ]]
251 - Expanding Known Good list
252 - Adding Known Programs to README
253
2545.51_01 Mon Mar 18 01:37:02 EST 2002
255 [[ API Changes ]]
256 - Removing xsubpp and typemap from the distribution. These are not
257 Perl version independent files and should not be upgraded.
258 - Removing ExtUtils::Embed. Version specific module and should
259 not be updated.
260 - Removing ExtUtils::Constant. Not directly tied to MakeMaker.
261 Will be distributed seperately by Nick Clark.
262
263 [[ New Features ]]
264 * realclean now deletes 'dist' directory.
265
266 [[ Bug Fixes ]]
267 * Fixing ExtUtils::Installed for VMS
268 * Fixed it so MakeMaker can build itself without needing an eariler
269 version installed
270 * Fixed ExtUtils::Installed so packlists work on VMS
271 * ExtUtils::MM_VMS test had a stupid typo that prevented most
272 of the tests from running.
273 - Fixing VMS so 'mmk' is always 'mmk all' (bleadperl 15218)
274 - ExtUtils::MM_Any->catfile was calling catdir
275 - Added Ken William's "speed up ExtUtils::Manifest" patch.
276 - Added Nick Clark's return value of manifest routines patch
277 (bleadperl@14978)
278 - Merging in bleadperl changes (14438, 14453, 14611, 14612, 14622,
279 14655, 14677, 14688, 14902, 15023, 15187, 15367)
280 - bleadperl change 15325 (VMS 'mmk all' hack) rejected.
281 - ExtUtils::MM_Any->test_via_harness() now using -MExtUtils::testlib
282 instead of -I's. This keeps the command line shorter on VMS, but
283 it means TEST_LIB doesn't work anymore. May prove problematic.
284 - PERLRUN now uses FULLPERL instead of PERL. This avoids
285 accidental use of miniperl. May cause problems in the core.
286 - Fixed test_via_harness() on VMS so it uses PERLRUN.
287 - ExtUtils::Manifest wrongly handling MANIFEST on VMS.
288 - ExtUtils::Manifest::maniskip broken due to misuse of /o on a regex.
289
2905.50_01 Mon Mar 4 23:44:48 EST 2002
291 [[ API Changes ]]
292 htmlifypods and all HTML targets have been removed. It didn't
293 work properly. A target for HTMLifying of docs will be
294 added sometime in the future (read: send a patch).
295 - Deprecated ROOTEXT variable removed (its been deprecated for
296 more than five years).
297 - Removed ExtUtils::Miniperl from the CPAN distribution. Can't
298 see how its useful outside the core.
299
300 [[ New Features ]]
301 * Emacs backup files (ie. *~) are no longer copied into blib
302 (this means you won't get Foo.pm~ accidentally installed anymore).
303 - prefixify() now returns if the prefixification worked or not.
304 - added the Perl patchlevel info to the description embedded in DLLs
305 (Ilya Zakharevich perl change 14810)
306
307 [[ Bug Fixes ]]
308 * 5.49_01 broke anything that depended on the MM class to be loaded
309 with ExtUtils::MakeMaker, like CPAN. Temporarily fixed.
310 * Many places wrongfully assume MM methods can be called as class
311 methods! Inside and outside of MakeMaker.
312 * DOS now acts like Win32 instead of Unix. This should be less wrong.
313 - Netware tweak from Ananth Kesari (perl change 14780)
314
315 [[ Doc Changes ]]
316 * made the docs about the behavior of PREFIX a bit more vague
317 reflecting its odd behavior.
318 - Replaced references to %Config with things people are more likely
319 to understand in PREFIX & LIB docs.
320 - Put PREFIX before LIB in the docs.
321
322 [[ Internal Refactorings ]]
323 - File::Spec wrappers consolidated in MM_Any
324 - test_via_harness/script consolidated in MM_Any
325 * Added ExtUtils::Command::MM to replace large -e "one-liners"
326 * Added ExtUtils::MM_UWIN, took UWIN specific code out of MM_Unix.
327 * Added ExtUtils::MM_DOS, took some DOS specific code out of MM_Unix
328 - Added a dist() override to MM_OS2.
329 - Took the OS/2 specific code out of MM_Unix's dist()
330 - Starting to quote as many command line switches as possible
331 to make VMS have to override less of MM_Unix.
332
3335.49_01 Mon Feb 4 00:42:40 EST 2002
334 - Default TEST_LIBS now contains absolute paths, so tests can
335 chdir without breaking @INC.
336 - Some bug fixes in MM_Win32 were missing in MM_NW5.
337 - LLIBPERL was not being set.
338 - Gisle Aas fixed a warning in prompt when the user hits ctrl-D
339 or pipes STDIN to /dev/null.
340 - VMS's test is now a proper ->can check.
341 - Stray newline in Command.t causing havoc (bleadperl 14441)
342
343 * Lots of internal changes. Everything from here on is an internal
344 change.
345 - Broke ExtUtils::Liblist::Kid out into its own .pm. Temporary.
346 - Broke MM and MY out into their own .pm's. Possibly temporary.
347 - Broke ExtUtils::MM_Win95 out of ExtUtils::MM_Win32. MM_Win95
348 is now an MM_Win32 subclass.
349 - Removed wrapper methods from ExtUtils::Liblist that were
350 defering File::Spec loading. Almost everything uses File::Spec
351 - Changed most of the 'our's to 'use vars' in prep for 5.005_03
352 backporting
353 - Changed ExtUtils::MakeMaker->import(...) cargo-cultery in MM_*
354 modules to proper "use ExtUtils::MakeMaker qw(...)"
355 - All non-Unix MM_* modules now directly inherit from MM_Unix.
356 They did this before, but in a round-about way.
357 - MM_* modules no longer directly muck with @MM::ISA. Instead
358 @MM::ISA does that itself.
359 - Removed unnecessary require of Exporter in many MM_* modules.
360 - MM_Cygwin was using an MM_Unix function directly without have
361 explicitly required MM_Unix.
362 - Most of MM_NW5 was redundant with MM_Win32. So MM_NW5 is now
363 a subclass of Win32 and the reduendant code has been deleted.
364 - Replaced lots of calls to File::Spec->updir, curdir and rootdir
365 with a global in MM_Unix. Should make things a bit faster.
366 - Untabified ExtUtils::MakeMaker. I hate tabs.
367 - "Which MM subclass should I use" logic moved from EU::MakeMaker
368 to EU::MM.
369 - Deprecated EU::MakeMaker::Version_check deleted.
370
3715.48_04 Mon Jan 21 19:28:38 EST 2002
372 - No longer requiring Test::More
373 - Now tested to work with a clean 5.6.1
374 - Stripped out $Revision based $VERSIONs.
375 - Rolled in patches from p5p, vmsperl & VOS (14325, 14338, 14360, 14364)
376 * hint files now run in a safer context. Only $self is available.
377 - ExtUtils::testlib now provides absolute paths into @INC.
378 No longer obsolete
379 - Little test fixes
380
3815.48_03 Thu Jan 17 23:44:38 EST 2002
382 * moved bin/inst to bin/instmodsh
383 * Some Win32 backporting fixes. The -x switch doesn't seem to
384 work on Win32/5.6.1.
385 * Bug on Win32. MAKEMAKER variable not set properly.
386 * _02 broke hints files. Now fixed.
387 - Minor prereq error formatting glitch
388 - ExtUtils::testlib no longer a thin wrapper around blib, now a
389 thin wrapper around lib like it was. blib is noisy on 5.6.1.
390 - Nick and chromatic found and fixed some warnings in the tests
391
3925.48_02 Wed Jan 16 19:11:26 EST 2002
393 - Fixed some Win32 warnings. Needs more work.
394
3955.48_01 Wed Jan 16 15:10:28 EST 2002
396 * Adapted from bleadperl@14303
397 * Backported to 5.6.1
398 - inst and xsubpp moved out of lib/ and into bin/
399 - ExtUtils::testlib obsoleted. Now a thin wrapper around blib.pm
400 ***--> Non-Unix platforms not tested at all! Please test and report
401 back. Tests probably only need minor fixes.
402