summaryrefslogtreecommitdiff
path: root/win32
Commit message (Collapse)AuthorAgeFilesLines
* Add Configure directive -Dusereentrant for Artur's ithreads work,Jarkko Hietaniemi2001-06-133-0/+3
| | | | | extremely experimental, not even prompted for. p4raw-id: //depot/perl@10569
* Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.Jarkko Hietaniemi2001-06-083-0/+3
| | | p4raw-id: //depot/perl@10479
* Podify the remaining README.platform files;Jarkko Hietaniemi2001-06-062-2377/+2395
| | | | | | | | | | 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
* Configure tweaks; add prototype probes, make the cpp symbolsJarkko Hietaniemi2001-06-043-15/+30
| | | | | | probe to cast, not whine; test for %Ld and %Lf before %lld and %llf because the L is the ANSI way. p4raw-id: //depot/perl@10434
* update two win32 MakefilesPrymmer/Kahn2001-06-032-1/+8
| | | | | Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com> p4raw-id: //depot/perl@10398
* Configure tweaks; record the Berkeley DB version,Jarkko Hietaniemi2001-06-013-0/+6
| | | | | | | | | probe for realpath(), for setresuid() and setresgid() prototypes; use realpath() (try to be paranoid enough), use the setres[ug]id prototypes because glibc has the functions but not their prototypes; add -Wall -ansi to gcc ccflags; regen toc. p4raw-id: //depot/perl@10372
* win32 - dmake regen_config_hNick Ing-Simmons2001-05-313-3/+21
| | | p4raw-id: //depot/perlio@10350
* Fix Win32 for new spelling IN_BYTESNick Ing-Simmons2001-05-311-2/+2
| | | p4raw-id: //depot/perlio@10344
* Introduce $Config{afsroot}.Jarkko Hietaniemi2001-05-303-0/+3
| | | p4raw-id: //depot/perl@10325
* Integrate change #10144 from maintperl.Jarkko Hietaniemi2001-05-183-3/+3
| | | | | | | | | | s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too. p4raw-link: @10144 on //depot/maint-5.6/perl: cbbad9417dd16a4762c5a931d93d530adc27f4f6 p4raw-id: //depot/perl@10155 p4raw-integrated: from //depot/maint-5.6/perl@10152 'merge in' win32/config_H.bc win32/config_H.gc win32/config_H.vc (@8666..) win32/config.bc win32/config.gc win32/config.vc (@8995..)
* win32, regen_config_hNick Ing-Simmons2001-05-093-3/+21
| | | p4raw-id: //depot/perlio@10050
* Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 Prymmer/Kahn2001-05-071-2/+2
| | | | | Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com> p4raw-id: //depot/perl@10018
* win32 update (VC,Borland,gcc), nmake updatePrymmer/Kahn2001-05-065-207/+55
| | | | | Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com> p4raw-id: //depot/perl@10004
* two fixes for win32/FindExt.pmPrymmer/Kahn2001-05-031-2/+2
| | | | | Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com> p4raw-id: //depot/perl@9971
* BorlandC++ fixVadim Konovalov2001-05-011-1/+1
| | | | | Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad> p4raw-id: //depot/perl@9943
* win32/Makefile (nmake) updatePrymmer/Kahn2001-04-291-16/+71
| | | | | Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com> p4raw-id: //depot/perl@9903
* More cleanup cleanup.Jarkko Hietaniemi2001-04-192-24/+21
| | | p4raw-id: //depot/perl@9761
* Add Time::Piece, a slight rewrite of Time::Object,Jarkko Hietaniemi2001-04-192-4/+19
| | | | | from Matt Sergeant. p4raw-id: //depot/perl@9748
* Move the strftime() wrapper from POSIX.xs to util.cJarkko Hietaniemi2001-04-193-0/+3
| | | | | as my_strftime(), requires HAS_STRFTIME. p4raw-id: //depot/perl@9746
* Non-UNIX platforms extensions update. (Well, UTS is UNIX.)Jarkko Hietaniemi2001-04-122-4/+27
| | | p4raw-id: //depot/perl@9691
* Integrate change #9639 from maintperl into mainline:Jarkko Hietaniemi2001-04-082-43/+45
| | | | | | | | | | on windows, many of the README.* pods were being copied to the wrong location p4raw-link: @9639 on //depot/maint-5.6/perl: 91bbe2a83b3b20b503515c0217ff33da895ae050 p4raw-id: //depot/perl@9644 p4raw-integrated: from //depot/maint-5.6/perl@9643 'merge in' win32/Makefile win32/makefile.mk (@9587..)
* perlsolaris.pod copied to wrong directory.Jarkko Hietaniemi2001-04-081-1/+1
| | | p4raw-id: //depot/perl@9628
* Change 5.7.0 to 5.7.1 in some of the places I would be guaranteedJarkko Hietaniemi2001-04-075-32/+32
| | | | | | to forget it later; do not change patchlevel.h yet or regenerate Configure yet. p4raw-id: //depot/perl@9617
* Split out extension finding code from buildext.pl into FindExt.pmNick Ing-Simmons2001-04-074-25/+75
| | | | | | Use it to get Config.pm's idea of available extensions in line with what is built. p4raw-id: //depot/perlio@9604
* Quote $VERSION in Encode.pm.Nick Ing-Simmons2001-04-063-3/+237
| | | | | regen_config_h as requested. p4raw-id: //depot/perlio@9599
* Integrate changes #9584,9587 from maintperl into mainline.Jarkko Hietaniemi2001-04-062-8/+21
| | | | | | | | | | | | | | | | | | | | | | | keep eval"" CVs alive until the end of the statement in which they're called add README.macos (from Chris Nandor) tyop in change#9555 p4raw-link: @9587 on //depot/maint-5.6/perl: d72c2fc956b5cb46ede17d06f89a463c78f1cf5f p4raw-link: @9584 on //depot/maint-5.6/perl: e6fbcc36a54a8afd8dbcdcb9a8d8e178df530b97 p4raw-link: @9555 on //depot/perl: 6a0af2f17bcde4767b90a72eff7083c5effff21d p4raw-id: //depot/perl@9588 p4raw-branched: from //depot/maint-5.6/perl@9583 'branch in' README.macos p4raw-integrated: from //depot/maint-5.6/perl@9583 'copy in' pod/perlfaq9.pod (@9585..) 'merge in' scope.h (@8568..) pod/perl.pod (@8986..) MANIFEST (@9227..) win32/Makefile (@9286..) pp_ctl.c scope.c (@9288..) global.sym (@9289..) embed.h embed.pl objXSUB.h perlapi.c proto.h (@9292..) pod/buildtoc.PL (@9312..) win32/makefile.mk (@9495..) sv.c (@9496..) pod/perlguts.pod (@9514..)
* Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed forJarkko Hietaniemi2001-04-053-0/+33
| | | | | | | | ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t. Introduce probes for struct msghdr, struct cmsghdr, sendmsg, recvmsg, readv, writev, setitimer, getitimer, ualarm, usleep, for possible later extension work. p4raw-id: //depot/perl@9560
* Integrate changes #9493,9494,9495,9496 from maintperlJarkko Hietaniemi2001-04-012-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | into mainline. fix a broken workaround for Borland compiler in change#4739 (caused weird "short reads" on DATA, which caused op/misc.t to fail) nits spotted by Borland compiler avoid redefinition warnings under Borland 5.02 various nits identified by the Borland 5.5 compiler; remove suppression of a few warnings p4raw-link: @9496 on //depot/maint-5.6/perl: 9d05ad52b0aa7d1f7d147da0c4dbc14de5fe4a37 p4raw-link: @9495 on //depot/maint-5.6/perl: 759997f1e719f33541bed70dd7f79bfa26a930b3 p4raw-link: @9494 on //depot/maint-5.6/perl: 01b59bde1cb7ff62776f3b83c0f2575c79a950a6 p4raw-link: @9493 on //depot/maint-5.6/perl: eea7051a8d4ef81c032143ab3193bc1240ab2e8f p4raw-link: @4739 on //depot/perl: c39cd00800303e8967294e98aa4c427a1872a251 p4raw-id: //depot/perl@9497 p4raw-integrated: from //depot/maint-5.6/perl@9492 'merge in' sv.c utf8.h (@9288..) toke.c (@9292..) ext/File/Glob/bsd_glob.c (@9415..) win32/makefile.mk (@9426..) win32/win32.h (@9494..)
* fix for win32/buildext.plVadim Konovalov2001-03-301-1/+2
| | | | | Message-ID: <005b01c0b95c$ac277250$7542983e@vad> p4raw-id: //depot/perl@9478
* Make sure buildext.pl finds Errno.pmNick Ing-Simmons2001-03-291-2/+2
| | | p4raw-id: //depot/perlio@9448
* Integrate win32/makefile.mk with mainline.Nick Ing-Simmons2001-03-291-4/+4
|\ | | | | p4raw-id: //depot/perlio@9446
| * RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)Vadim Konovalov2001-03-291-4/+4
| | | | | | | | | | | | From: "Konovalov, Vadim" <vkonovalov@lucent.com> Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com> p4raw-id: //depot/perl@9444
* | Fix breakage ...Nick Ing-Simmons2001-03-291-0/+4
|/ | | p4raw-id: //depot/perlio@9445
* Work in progress - determine win32 extensions to build via script.Nick Ing-Simmons2001-03-292-220/+70
| | | p4raw-id: //depot/perlio@9442
* Make as-shipped compiler default to MSVC6Nick Ing-Simmons2001-03-291-4/+4
| | | p4raw-id: //depot/perlio@9432
* Borland C++ for Win32 fixes; perl@9359 (also perl@9424)Vadim Konovalov2001-03-292-7/+30
| | | | | Message-ID: <001c01c0b7d1$463dd880$5742983e@vad> p4raw-id: //depot/perl@9427
* Add sockatmark() probing.Jarkko Hietaniemi2001-03-273-3/+6
| | | p4raw-id: //depot/perl@9371
* win32/makefile.mk typosNick Ing-Simmons2001-03-251-2/+2
| | | p4raw-id: //depot/perlio@9350
* Add MIME::Base64 here and there. Again, a lot ofJarkko Hietaniemi2001-03-252-5/+29
| | | | | optimism is in the air. p4raw-id: //depot/perl@9337
* Add PerlIO::Scalar to win32/Makefile. (I'm doingJarkko Hietaniemi2001-03-252-4/+16
| | | | | this by ear as I do not do Win32 programming.) p4raw-id: //depot/perl@9336
* Integrate mainline.Nick Ing-Simmons2001-03-242-14/+33
| | | p4raw-id: //depot/perlio@9327
* Routine Win32 regen_config_h - no real changes.Nick Ing-Simmons2001-03-243-3/+3
| | | p4raw-id: //depot/perlio@9322
* PerlIO fixups for Win32:Nick Ing-Simmons2001-03-244-2/+30
| | | | | | | | | - provide win33_popenlist() - non-functional as yet. - avoid need for aTHX in PerlIO_debug calls - even if not enabled args are still evaluated so Win32 has trouble during fork(). - Add PerlIO/Scalar to list of extensions in win32/makefile.mk - Fixup makedef.pl for latest set of symbols. p4raw-id: //depot/perlio@9321
* Re: Another Borland C++ problem.Vadim Konovalov2001-03-151-0/+63
| | | | | | | Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad> Borland filename case problem. p4raw-id: //depot/perl@9171
* Integrate change #9116 from maintperl into mainline.Jarkko Hietaniemi2001-03-131-4/+4
| | | | | | | | | | Win32::GetCwd() returns C: instead of C:\ in the root directory under ithreads p4raw-link: @9116 on //depot/maint-5.6/perl: 864201fef66f086d79f15d5f6659d358d38b3288 p4raw-id: //depot/perl@9119 p4raw-integrated: from //depot/maint-5.6/perl@9118 'merge in' win32/perlhost.h (@8167..)
* Re: sync sync sync: have I missed any patches?Tim Jenness2001-02-281-1/+1
| | | | | | | | In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu> Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu> Replace djSP with dSP. p4raw-id: //depot/perl@8963
* Re: Compile with perlcc..Edward Peschko2001-02-271-3/+4
| | | | | | | Message-ID: <20010226185158.A9871@excitehome.net> plus add a simple usage message if no arguments given. p4raw-id: //depot/perl@8955
* Abolish USE_WIN32_RTL_ENV.Jarkko Hietaniemi2001-02-233-13/+0
| | | p4raw-id: //depot/perl@8916
* Integrate changes #8738,8739,8740 from maintperl.Jarkko Hietaniemi2001-02-092-2/+2
| | | | | | | | | | | | | | | | | | Html files will be installed in a more logical and easier to find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html Html files will be generated with a header to make them look a little less bare. Subject: [PATCH perl-current] perlfaq3.pod, URL for vile p4raw-link: @8740 on //depot/maint-5.6/perl: 01ae74d95ca12ccb961a994014b2e5e455604c83 p4raw-link: @8739 on //depot/maint-5.6/perl: 38f8eb688a5555e387bd9b926e4f0ae9b4016c57 p4raw-link: @8738 on //depot/maint-5.6/perl: 5c7c21200212f683312f32fb0820ee00445bda8f p4raw-id: //depot/perl@8741 p4raw-integrated: from //depot/maint-5.6/perl@8737 'copy in' pod/perlfaq3.pod (@8546..) 'merge in' installhtml (@7895..) win32/Makefile win32/makefile.mk (@8732..)
* Rename README.posix-bc to README.bs2000 to avoid confusionJarkko Hietaniemi2001-02-092-2/+4
| | | | | | when people think that perlposix-bc.pod tells anything about Perl and POSIX. Regen toc. p4raw-id: //depot/perl@8730