summaryrefslogtreecommitdiff
path: root/win32/makefile.mk
Commit message (Collapse)AuthorAgeFilesLines
* $Config{usethreads} wasn't being set on windowsGurusamy Sarathy2003-05-131-0/+1
| | | p4raw-id: //depot/perl@19510
* Win32 counterpart of change #19065Rafael Garcia-Suarez2003-03-261-1/+2
| | | | | p4raw-link: @19065 on //depot/perl: ce28de53280045efd40d128c35482d809354e666 p4raw-id: //depot/perl@19068
* Re: Smoke [5.8.0] 18389 FAIL(Fm) MSWin32 5.0 Service Pack 3 (x86/1 cpu)Abe Timmerman2003-01-021-2/+2
| | | | | | Message-ID: <200301021902.22444.abe@ztreet.demon.nl> From: abe@ztreet.demon.nl (Abe Timmerman) p4raw-id: //depot/perl@18393
* windows: support for large filesGurusamy Sarathy2002-12-181-2/+10
| | | | | | | | note that this change will break binary compatibility with the default 5.8.0 build options; nevertheless I think it is worth having in 5.8.1 (people who want the compatibility can disable the option in the makefile) p4raw-id: //depot/perl@18327
* windows: avoid prompting under some shells during $(MAKE) distcleanGurusamy Sarathy2002-12-181-12/+24
| | | p4raw-id: //depot/perl@18324
* Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)Alain Barbet2002-10-221-1/+7
| | | | | Message-ID: <3DB00CB9.70708@alianwebserver.com> p4raw-id: //depot/perl@18046
* Happy chainsaw stories; The removal of the 5005 threadsH.Merijn Brand2002-10-191-24/+3
| | | | | Still imcomplete. Configure will follow p4raw-id: //depot/perl@18030
* #18005 was not enoughAbe Timmerman2002-10-121-0/+1
| | | | | | Subject: [PATCH win32/makefile.mk] (Was Re: Building bleadperl (minperl) fails completely under VC7) Message-Id: <200210121756.39803.abeltje@cpan.org> p4raw-id: //depot/perl@18012
* #17827 misses some win32 tweaksHugo van der Sanden2002-09-041-1/+2
| | | p4raw-id: //depot/perl@17831
* Change version from 5.8.0 to 5.9.0.Hugo van der Sanden2002-08-041-4/+4
| | | p4raw-id: //depot/perl@17671
* Change PerlIO::Scalar and Via to scalar and via.Jarkko Hietaniemi2002-07-091-2/+2
| | | p4raw-id: //depot/perl@17454
* ... and more.Jarkko Hietaniemi2002-06-081-2/+4
| | | p4raw-id: //depot/perl@17127
* Bump the version numbers to five-eight-oh.Jarkko Hietaniemi2002-05-281-1/+1
| | | p4raw-id: //depot/perl@16843
* makefiles should not clobber lib/Thread directory (some ThreadGurusamy Sarathy2002-05-281-1/+0
| | | | | files seem to live there rather than in ext, for some reason) p4raw-id: //depot/perl@16838
* [patch] small changeVadim Konovalov2002-05-241-4/+0
| | | | | | From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com> Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C07D69E@cio-test001.spb.lucent.com> p4raw-id: //depot/perl@16767
* Several of non-default builds now seem to work reasonably wellNick Ing-Simmons2002-05-031-8/+12
| | | | | | | | | | English.t seems to fail on an errno test, and socketpair blathers about something. Basic fix is to stop PERL_IMPLICIT_SYS turning on USE_PERLIO by the back door, and instead have perlsdio.h vector stdio via iperlsys.h function tables (latter was done in earlier change). Update comments in Makefile.mk p4raw-id: //depot/perlio@16367
* Remove show-stoppers to non-PERLIO Win32 buildsNick Ing-Simmons2002-05-021-3/+5
| | | | | (still not a very good show). p4raw-id: //depot/perlio@16341
* build missing utilities on windows; clean stray filesGurusamy Sarathy2002-04-261-5/+9
| | | p4raw-id: //depot/perl@16178
* enable maximal optimizations on win64Gurusamy Sarathy2002-04-221-6/+9
| | | p4raw-id: //depot/perl@16059
* Windows 64-bit support:Gurusamy Sarathy2002-04-211-18/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | * support for building it in the regular makefiles * large files support via the _*i64() functions (this should be portable to the 32-bit universe too, but quite untested and and binary-incompatible, therefore not enabled there) * three additional test failures in addition to the t/end.t one (see README.win32) * sprintf() on Windows gets %I{32,64,}[xoud] format that parallel the ones available from the CRT (needed because Perl uses the UVxf macros in both sprintf() *and* in sv_catpvf() et al.) * add a few 64-bit notes to README.win32 The following general problems were also fixed: * s/struct stat/Stat_t/g * Data::Dumper had some naughty 'long' typecasts * Errno_pm.PL didn't work safe when winsock.h was not in the same directory as errno.h * various tell/seek things were incorrectly prototyped * squelch ugly looking noise when running tests * Embed.t wasn't linking in all the libraries * perl57.dll is now perl58.dll (anticipating 5.8.0-RC1) * re-enable all the disabled warnings (additional fixes may be needed for the warnings uncovered by this) p4raw-id: //depot/perl@16033
* We have been 5.7.3 for a while - install there ...Nick Ing-Simmons2002-04-101-1/+1
| | | p4raw-id: //depot/perlio@15840
* win32/makefile.mkMattia Barbon2002-03-261-2/+4
| | | | | | From: "Mattia Barbon" <mbarbon@dsi.unive.it> Message-ID: <3CA07E03.13094.8ACAD1@localhost> p4raw-id: //depot/perl@15514
* Integrate perlio:Jarkko Hietaniemi2002-03-211-5/+5
| | | | | | | | | [ 15381] Restore tabs so dmake will parse file! p4raw-link: @15381 on //depot/perlio: 4cbf5a93b15a5783cbe69de6f4f935df308853d2 p4raw-id: //depot/perl@15384 p4raw-integrated: from //depot/perlio@15383 'copy in' win32/makefile.mk (@15269..)
* Add targer _test to win32 makefilesNikola Knezevic2002-03-191-0/+10
| | | | | Message-ID: <1199171923.20020319004222@tesla.rcub.bg.ac.yu> p4raw-id: //depot/perl@15331
* Monster _r patch: try to scan for all known _r variants,Jarkko Hietaniemi2002-03-151-0/+1
| | | | | | | | | | | | | | | | | and then use them (under ithreads). May fail in HP-UX, and the op/groups is known to be fickle everywhere. Known to work in Solaris, Linux, Tru64, IRIX, AIX. (Some compiler warnings in AIX since the first arguments of getnetbyaddr and getnetbyadd_r are of different types. Thanks, IBM.) In non-Configure platforms deny the existence of any of the _r thingies. (Also add the recently introduced d_tm_* to places it wasn't already in.) TODO: the suggested glibc buffer growth retry loop in case some entries (at least for: gr*, host*) are big. Forgot win32/config.win64. p4raw-id: //depot/perl@15238
* Set makefile.mk CCHOME etc. for default locations of MinGW and freeNick Ing-Simmons2002-01-281-3/+7
| | | | | Borland compilers. (Borland builds one or two oddities.) p4raw-id: //depot/perlio@14477
* threads work again on Win32. (Not threads::shared yet)Nick Ing-Simmons2002-01-201-7/+5
| | | | | Submit to see if they do on Linux. p4raw-id: //depot/perlio@14355
* A mostly-stable version of "new" Win32 signal/kill support.Nick Ing-Simmons2002-01-111-1/+2
| | | p4raw-id: //depot/perlio@14192
* $(MAKE) distclean shouldn't blow away ../lib/Thread.pmGurusamy Sarathy2001-11-251-1/+1
| | | p4raw-id: //depot/perl@13247
* Implement the sort pragma. Split sort code from pp_ctl.cJarkko Hietaniemi2001-11-211-0/+1
| | | | | | | | | | to pp_sort.c. Includes the quicksort stabilizing layer from John P. Linderman. -Msort=qsort or -Msort=fast is faster than without (or with -Msort=mergesort or -Msort=safe) for short random inputs, but for some reason not quite as fast as 5.6.1 qsort. More benchmarking, profiling, tuning, and optimizing definitely needed. p4raw-id: //depot/perl@13179
* Upgrade to Unicode::Normalize 0.10, now in XS.Jarkko Hietaniemi2001-11-091-1/+3
| | | | | | | | | | | | | | | | | | The CPAN distribution has both pm and XS implementations, and for performance reasons we choose the XS. Another reason to choose the XS is that it doesn't require Lingua::KO::Hangul::Util, which means that we can delete that-- which in turn means that Unicode::UCD cannot expect that: support it, but don't expect. Ditto Unicode::Collate. Note that Unicode::Normalize Makefile.PL and Normalize.xs have been modified from the CPAN 0.10 versions: the first one to be simpler (no pm) and clean up the generated unf*.h files, the second one to quench compiler grumblings. Must notify Sadahiro about these changes. p4raw-id: //depot/perl@12909
* Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/Mark-Jason Dominus2001-11-081-1/+1
| | | | | Message-Id: <20011108135902.2275.qmail@plover.com> p4raw-id: //depot/perl@12898
* Multiple win32io.o is fatal for GCC (and noise with VC++)Nick Ing-Simmons2001-10-211-1/+1
| | | p4raw-id: //depot/perlio@12551
* Building on win32 w/o perlioMattia Barbon2001-09-101-2/+5
| | | | | Message-ID: <3B9D4F06.14433.2C37644@localhost> p4raw-id: //depot/perl@11989
* remove deprecated PERL_OBJECT cruft, it has long since stoppedGurusamy Sarathy2001-08-311-33/+5
| | | | | working in 5.7.x p4raw-id: //depot/perl@11803
* Add sharedsv* to the DOSish platforms; plus addJarkko Hietaniemi2001-08-141-0/+2
| | | | | some WinCE files to the list of DOSish files. p4raw-id: //depot/perl@11667
* CRLFgngngn.Jarkko Hietaniemi2001-08-101-1271/+1271
| | | p4raw-id: //depot/perl@11632
* Decommission Time::Piece; unnecessary Yet Another Time-Date Module.Jarkko Hietaniemi2001-08-101-1272/+1271
| | | p4raw-id: //depot/perl@11631
* [PATCH: perl@11564] introducing perlivpPrymmer/Kahn2001-08-061-1/+2
| | | | | | | | | | | Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT) Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com> Subject: Re: [PATCH: perl@11564] introducing perlivp From: Prymmer/Kahn <pvhp@best.com> Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT) Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com> p4raw-id: //depot/perl@11594
* Add PerlCE to the docs.Jarkko Hietaniemi2001-08-021-1/+2
| | | p4raw-id: //depot/perl@11550
* add xsubpp and libnetcfg to installed *.bat files for win32 buildsPrymmer/Kahn2001-08-011-0/+2
| | | | | Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com> p4raw-id: //depot/perl@11534
* Bump the version to 5.7.2.Jarkko Hietaniemi2001-07-131-1/+1
| | | p4raw-id: //depot/perl@11354
* s/^M$//gGurusamy Sarathy2001-07-121-1268/+1268
| | | p4raw-id: //depot/perl@11328
* Add README.uts from Hal Morris.Jarkko Hietaniemi2001-07-121-1266/+1268
| | | p4raw-id: //depot/perl@11324
* win32 tweaks: remove extra CRs from makefile.mk; move mdelete.batGurusamy Sarathy2001-07-021-1266/+1266
| | | | | | | from win32/bin (or it gets deleted by distclean); don't delete lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on NT (should be made Win9x specific, and added to makefile.mk) p4raw-id: //depot/perl@11064
* Split off the pack/unpack code, from Nicholas Clark.Jarkko Hietaniemi2001-06-181-2/+3
| | | p4raw-id: //depot/perl@10685
* Add perlnetware to docs; regen toc; supply skeletonJarkko Hietaniemi2001-06-161-1/+3
| | | | | docs for some Memoize submodules. p4raw-id: //depot/perl@10647
* Work in progress UNIX-side edit of win32 PerLIO layerNick Ing-Simmons2001-06-161-0/+1
| | | p4raw-id: //depot/perlio@10627
* Steps along the road toward Win32 building again.Nick Ing-Simmons2001-06-141-0/+2
| | | p4raw-id: //depot/perlio@10591
* Podify the remaining README.platform files;Jarkko Hietaniemi2001-06-061-1251/+1260
| | | | | | | | | | merge README.plan9 and plan9/perlplan9.pod; delete plan9/perlplan9.* (the perlplan.doc needs to be regenerated in Plan 9); make the =head1 and =head2 in the README.platform to be a little more verbose (skipped README.os2 not to anger Ilya) so that they look better in the toc; regen toc. p4raw-id: //depot/perl@10461