summaryrefslogtreecommitdiff
path: root/win32
Commit message (Collapse)AuthorAgeFilesLines
* Add Configure probes for nl_langinfo() and <langinfo.h>.Jarkko Hietaniemi2001-06-283-0/+6
| | | | | | Expected not to exist in non-UNIX excepting in VMS, where according to a quick web survey they just might. p4raw-id: //depot/perl@11003
* "lose the it's", from Abhijit Menon-Sen.Jarkko Hietaniemi2001-06-271-1/+1
| | | | | ("It's" not searched, pods not searched.) p4raw-id: //depot/perl@10980
* perl_clone_host() needs PERL_IMPLICIT_SYS.Jarkko Hietaniemi2001-06-261-1/+1
| | | p4raw-id: //depot/perl@10970
* Adds perl_clone_host under IMPLICIT SYSArtur Bergman2001-06-261-0/+23
| | | | | Message-ID: <B75E5BA5.1A7C%artur@contiller.se> p4raw-id: //depot/perl@10954
* Add fchdir() probe (in non-UNIX systems assume it doesn't exist).Jarkko Hietaniemi2001-06-216-0/+21
| | | p4raw-id: //depot/perl@10797
* After some reading I don't think we can blindlyJarkko Hietaniemi2001-06-203-18/+0
| | | | | | | | | use systems' realpath(). Too many security problems, too many buggy implementations. TODO: the realpath() emulation code in util.c doesn't seem fully operational? (readlink(), for example?) p4raw-id: //depot/perl@10744
* Hack File/Find/find.t to use File::Spec::Unix on Win32.Nick Ing-Simmons2001-06-191-1/+1
| | | p4raw-id: //depot/perlio@10728
* let MS VC 5 resolve _PerlIO_win32Prymmer/Kahn2001-06-191-1139/+1140
| | | | | Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com> p4raw-id: //depot/perl@10717
* Integrate mainlineNick Ing-Simmons2001-06-192-2/+6
|\ | | | | p4raw-id: //depot/perlio@10709
| * Split off the pack/unpack code, from Nicholas Clark.Jarkko Hietaniemi2001-06-182-2/+4
| | | | | | p4raw-id: //depot/perl@10685
| * Add the locale.c and numeric.c to the microperl sources.Jarkko Hietaniemi2001-06-181-0/+2
| | | | | | p4raw-id: //depot/perl@10682
* | Get Win32 known_extensions and extensions right in config.sh and hence Config.pmNick Ing-Simmons2001-06-191-2/+15
|/ | | p4raw-id: //depot/perlio@10708
* Re: DYNAMIC_ENV_FETCH HvNAME abuse.Abhijit Menon-Sen2001-06-161-1/+0
| | | | | Message-ID: <20010616074119.A24720@lustre.linux.in> p4raw-id: //depot/perl@10654
* Add perlnetware to docs; regen toc; supply skeletonJarkko Hietaniemi2001-06-162-2/+5
| | | | | docs for some Memoize submodules. p4raw-id: //depot/perl@10647
* Work-in-progress win32 layer semi-functional, checking Nick Ing-Simmons2001-06-161-20/+29
| | | | | for UNIX breakage. p4raw-id: //depot/perlio@10632
* Work in progress UNIX-side edit of win32 PerLIO layerNick Ing-Simmons2001-06-162-0/+317
| | | p4raw-id: //depot/perlio@10627
* regen_config_h for Win32.Nick Ing-Simmons2001-06-153-96/+132
| | | p4raw-id: //depot/perlio@10606
* Integrate perlio:Jarkko Hietaniemi2001-06-151-0/+2
|\ | | | | | | | | | | | | | | [ 10591] Steps along the road toward Win32 building again. p4raw-link: @10591 on //depot/perlio: e06a3afbe255226c27f480b83177014c2fe65464 p4raw-id: //depot/perl@10594
| * Steps along the road toward Win32 building again.Nick Ing-Simmons2001-06-141-0/+2
| | | | | | p4raw-id: //depot/perlio@10591
* | The first steps towards cross-compilation.Jarkko Hietaniemi2001-06-156-27/+9
|/ | | | | | | | | | | | | | | | | | | | | | Abstract execution of compiled test executables with $run, and abstract transfer of files with $to and $from. Under cross-compilation the $run, $to, and $from will point to appropriate wrapper scripts, by default ssh and scp, but also rsh, rcp, and cp are supported. If not cross-compiling, they will be set to '', ':', and ':', respectively. With these patches I was able to get Configure for iPAQ ARM Linux on an Intel Linux about 95% right (only a few tests failed to execute or they produced incorrect results), and I was able to compile a functional miniperl. The symbol crosscompile renamed to be usecrosscompile, the corresponding C symbol from CROSSCOMPILE to USE_CROSS_COMPILE. p4raw-id: //depot/perl@10592
* Routine regen_config_h for Win32Nick Ing-Simmons2001-06-143-3/+285
| | | p4raw-id: //depot/perlio@10589
* 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