summaryrefslogtreecommitdiff
path: root/win32
Commit message (Collapse)AuthorAgeFilesLines
* various syntax errors and such (not fixed: comp/require.t#22 coredumpGurusamy Sarathy2000-08-011-13/+12
| | | | | on Windows) p4raw-id: //depot/perl@6476
* fix and question re: waitpid() under win32Brian Clarke2000-08-012-12/+24
| | | | | | | | Message-ID: <3981DC85.290314EB@appliedmeta.com> Slightly reformatted and WNOHANG # define moved to win32.h so that also POSIX.xs sees it, as suggsted by Sarathy. p4raw-id: //depot/perl@6472
* change#6174 needs corresponding change in win32/config_h.PL,Gurusamy Sarathy2000-07-121-0/+5
| | | | | | | which grovels through config_h.SH to find the config.h name p4raw-link: @6174 on //depot/metaconfig: cfd1a6dce7dce25772bf4f5399e251457574eeeeon //depot/cfgperl: 12ae5dfcd4fd6f54af051c41b2e122532efce8d3 p4raw-id: //depot/perl@6379
* windows build tweaks (op/sprintf.t still fails tests 120-121, 149)Gurusamy Sarathy2000-07-113-2/+3
| | | p4raw-id: //depot/perl@6375
* integrate cfgperl changes#6293..6324 into mainlineGurusamy Sarathy2000-07-112-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-link: @6324 on //depot/cfgperl: 81bf48a6dbba4b295dfa172a17ca70b654dbf225 p4raw-link: @6293 on //depot/cfgperl: 6e37ea6052902cde1aeb08a2129ffc7c8ea53736 p4raw-id: //depot/perl@6369 p4raw-branched: from //depot/cfgperl@6368 'branch in' lib/Win32.pod lib/lib_pm.PL p4raw-deleted: from //depot/cfgperl@6368 'delete in' pod/Win32.pod (@5937..) pod/buildtoc (@6091..) lib/lib.pm.PL (@6227..) pod/Makefile (@6232..) p4raw-integrated: from //depot/cfgperl@6368 'copy in' thread.h (@5656..) lib/warnings/register.pm (@5704..) ext/B/B/Stash.pm (@5972..) lib/CGI/Util.pm (@6034..) util.c (@6217..) gv.c (@6244..) pp.c (@6260..) doop.c (@6269..) pod/perlfunc.pod (@6277..) pp_ctl.c (@6293..) makedef.pl (@6301..) embed.h global.sym objXSUB.h perlapi.c proto.h (@6305..) win32/Makefile (@6307..) Makefile.SH (@6309..) t/op/method.t (@6312..) sv.h (@6315..) 'ignore' op.c (@6273..) 'merge in' embed.pl win32/win32.c (@6305..) p4raw-integrated: from //depot/cfgperl@6324 'merge in' toke.c (@6307..) p4raw-branched: from //depot/cfgperl@6323 'branch in' pod/buildtoc.PL (@6319..) p4raw-integrated: from //depot/cfgperl@6323 'copy in' pod/perl.pod (@6319..) pod/perltoc.pod (@6322..) 'merge in' MANIFEST (@6319..) p4raw-branched: from //depot/cfgperl@6319 'branch in' pod/Makefile.SH p4raw-integrated: from //depot/cfgperl@6315 'ignore' pp_hot.c (@6313..) p4raw-integrated: from //depot/cfgperl@6311 'copy in' ext/POSIX/POSIX.pod (@6296..) p4raw-integrated: from //depot/cfgperl@6307 'merge in' doio.c (@6223..)
* integrate cfgperl changes#6220..6222 into mainlineGurusamy Sarathy2000-07-111-0/+7
| | | | | | | | | | | | p4raw-link: @6222 on //depot/cfgperl: cb6e01d9fd93f1025bb60ed9c000931b2c8542a3 p4raw-link: @6220 on //depot/cfgperl: 94414bfbc497e71da32f6edca513d34725e3cae6 p4raw-id: //depot/perl@6350 p4raw-integrated: from //depot/cfgperl@6349 'copy in' lib/Pod/Usage.pm (@5717..) win32/win32.h (@6026..) pod/perlop.pod (@6206..) p4raw-integrated: from //depot/cfgperl@6221 'copy in' utf8.c (@6174..) doop.c (@6193..) toke.c (@6196..) 'merge in' embed.pl (@6217..) p4raw-integrated: from //depot/cfgperl@6220 'merge in' makedef.pl (@6156..)
* integrate cfgperl change#6217 into mainlineGurusamy Sarathy2000-07-111-4/+4
| | | | | p4raw-link: @6217 on //depot/cfgperl: cc9b67681954df413fe79f7c379e7b91a3121259 p4raw-id: //depot/perl@6347
* integrate cfgperl changes#6207..6210 into mainlineGurusamy Sarathy2000-07-111-0/+4
| | | | | | p4raw-link: @6210 on //depot/cfgperl: b8b4c9f3cf6ef09c878a80ff97526a69902a44ca p4raw-link: @6207 on //depot/cfgperl: b37a7757477319a5fcdd5131db15046064f631c4 p4raw-id: //depot/perl@6345
* accept() leaks memory on windows due to incorrect ordering ofGurusamy Sarathy2000-07-101-4/+5
| | | | | closesocket() and fclose() calls p4raw-id: //depot/perl@6328
* winsock options weren't being set in all threads under ithreadsGurusamy Sarathy2000-07-101-4/+4
| | | | | (caused send()s from second and subsequent threads to fail) p4raw-id: //depot/perl@6327
* fix UNC path handling on Windows under ithreads, and chdir()Gurusamy Sarathy2000-07-051-43/+39
| | | | | return value when given a non-existent directory p4raw-id: //depot/perl@6318
* winsock cleanup never done on Windows (leads to handle leaks)Gurusamy Sarathy2000-07-052-6/+12
| | | p4raw-id: //depot/perl@6317
* adjust change#6299Gurusamy Sarathy2000-07-041-12/+12
| | | | | p4raw-link: @6299 on //depot/perl: 6c644e7885bc20d759d8cbcb4abaa8f14113c03b p4raw-id: //depot/perl@6302
* fix memory leak on Windows (PL_sys_intern contents were neverGurusamy Sarathy2000-07-041-0/+14
| | | | | freed) p4raw-id: //depot/perl@6299
* Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.Jarkko Hietaniemi2000-05-306-3/+21
| | | p4raw-id: //depot/cfgperl@6168
* Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROTJarkko Hietaniemi2000-05-306-0/+63
| | | | | | in case somebody wants to write an extension for more shadow database interfaces. p4raw-id: //depot/cfgperl@6166
* Integrate with Sarathy.Jarkko Hietaniemi2000-05-181-1/+2
|\ | | | | p4raw-id: //depot/cfgperl@6109
| * reenable fake signal handling on Windows, bugs and allGurusamy Sarathy2000-05-171-1/+2
| | | | | | p4raw-id: //depot/perl@6108
* | Integrate with Sarathy.Jarkko Hietaniemi2000-05-111-17/+25
|\ \ | |/ | | p4raw-id: //depot/cfgperl@6105
| * PL_sys_intern was being initialized too late on windowsGurusamy Sarathy2000-05-111-17/+25
| | | | | | p4raw-id: //depot/perl@6104
* | Integrate with Sarathy.Jarkko Hietaniemi2000-05-081-2/+4
|\ \ | |/ | | p4raw-id: //depot/cfgperl@6096
| * fork() failure to create pseudo process sets errno=EAGAIN and returnsGurusamy Sarathy2000-05-081-2/+4
| | | | | | | | | | undef on windows (from Clinton Pierce <clintp@geeksalad.org>) p4raw-id: //depot/perl@6093
* | Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,Jarkko Hietaniemi2000-05-076-63/+0
|/ | | | | | because we do not use those. The HAS_GETSPNAM remains, though, because we still do use that. p4raw-id: //depot/cfgperl@6088
* replace direct call to sighandler() with (*PL_sighandlerp)()Gurusamy Sarathy2000-05-051-1/+1
| | | p4raw-id: //depot/perl@6067
* windows portability tweaksGurusamy Sarathy2000-04-291-0/+2
| | | p4raw-id: //depot/perl@6019
* allow REG_EXPAND_SZ keys in Windows registry (fromGurusamy Sarathy2000-04-281-1/+3
| | | | | John Clayton <John.Clayton@barclayscapital.com>) p4raw-id: //depot/perl@6003
* support additional library locations via $Config{otherlibdirs}Gurusamy Sarathy2000-04-283-0/+6
| | | | | (from Andy Dougherty) p4raw-id: //depot/perl@6001
* Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.Jarkko Hietaniemi2000-04-246-0/+90
| | | | | Now pp_ncmp() returns undef is either operand is a NaN. p4raw-id: //depot/cfgperl@5943
* Integrate with Sarathy.Jarkko Hietaniemi2000-04-242-2/+2
| | | p4raw-id: //depot/cfgperl@5937
* add README.machten (from Dominic Dunlop)Gurusamy Sarathy2000-03-222-1/+15
| | | p4raw-id: //depot/perl@5889
* makefile nitsGurusamy Sarathy2000-03-222-3/+3
| | | p4raw-id: //depot/perl@5888
* remove outdated notes in makefilesGurusamy Sarathy2000-03-222-14/+0
| | | p4raw-id: //depot/perl@5872
* s/setgropus/setgroups/; # detypo in a commentJarkko Hietaniemi2000-03-213-3/+3
| | | p4raw-id: //depot/cfgperl@5864
* regen win32/config*Gurusamy Sarathy2000-03-213-31/+31
| | | p4raw-id: //depot/perl@5854
* disable unused Windows code that won't run on Windows 95Gurusamy Sarathy2000-03-211-0/+8
| | | p4raw-id: //depot/perl@5850
* (Re-)introduce $uidsign and $gidsign.Jarkko Hietaniemi2000-03-183-15/+51
| | | p4raw-id: //depot/cfgperl@5808
* Configure nits: rewording from Sarathy (aka #5796),Jarkko Hietaniemi2000-03-183-3/+3
| | | | | and installation directories patch from Robin Barker. p4raw-id: //depot/cfgperl@5802
* Integrate with Sarathy.Jarkko Hietaniemi2000-03-163-11/+24
|\ | | | | p4raw-id: //depot/cfgperl@5763
| * due to an oversight during PERL_OBJECT migration, hosts createdGurusamy Sarathy2000-03-163-11/+24
| | | | | | | | | | | | | | | | | | by pseudo-fork were never being deleted, leading to a sizeable memory leak; std FDs in pseudo-children are now closed automatically to avoid resource leaks; basic infinite looping fork() test works without leaking again in non-PERL_OBJECT build p4raw-id: //depot/perl@5761
* | Fix pp_send() sizes (pass a Size_t, not an Off_t, andJarkko Hietaniemi2000-03-166-0/+18
|/ | | | | | | | | return a SSize_t, not an Off_t); add a note about a slightly similar situation in pp_truncate(); introduce $sizesize for Configure; update EPOC, VOS, Win32, and VMS for the sizesize; minor updates on the EPOC config file; reword socklen_t message slightly; fix fpossize (though unused currently) p4raw-id: //depot/cfgperl@5760
* regen win32/config*Gurusamy Sarathy2000-03-145-100/+136
| | | p4raw-id: //depot/perl@5744
* provide an explicit base address for perl56.dll to avoid relocations;Gurusamy Sarathy2000-03-142-55/+24
| | | | | | | | increase the default stack size (RE engine can use a lot more stack than the 1MB default limit); default to using the regular version of the MSVCRT even for DEBUGGING builds (this allows extensions to be selectively built with debugging) p4raw-id: //depot/perl@5736
* fixes for Borland compiler (from Vadim KonovalovGurusamy Sarathy2000-03-141-2/+2
| | | | | <vkonovalov@lucent.com>) p4raw-id: //depot/perl@5726
* avoid using context pointer in MUTEX_INIT() et al; remove theGurusamy Sarathy2000-03-111-25/+11
| | | | | *_NOCONTEXT variants to keep it simple p4raw-id: //depot/perl@5651
* perldelta update, typos and whitespace adjustmentsGurusamy Sarathy2000-03-111-6/+5
| | | p4raw-id: //depot/perl@5640
* track more of the child state on WindowsGurusamy Sarathy2000-03-092-3/+30
| | | p4raw-id: //depot/perl@5631
* vendorlib support for Windows; regen win32/config*Gurusamy Sarathy2000-03-0610-25/+127
| | | p4raw-id: //depot/perl@5574
* regen win32/config*, up version numbers &c.Gurusamy Sarathy2000-03-058-56/+68
| | | p4raw-id: //depot/perl@5542
* regen win32/config_H*Gurusamy Sarathy2000-03-043-216/+645
| | | p4raw-id: //depot/perl@5522
* Introduce i_ieefp because FreeBSD on ix86 needs thatJarkko Hietaniemi2000-03-033-0/+3
| | | | | for ftpsetmask(0); regen Configure. p4raw-id: //depot/cfgperl@5484