summaryrefslogtreecommitdiff
path: root/win32
Commit message (Collapse)AuthorAgeFilesLines
* PL_block_type undefined unless DEBUGGINGJan Dubois1998-11-091-1/+1
| | | | | Message-ID: <364294bd.18052307@smtp1.ibm.net> p4raw-id: //depot/perl@2221
* integrate changes#2120,2168,2218 from maint-5.005;Gurusamy Sarathy1998-11-081-11/+20
| | | | | | | | | | add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in enum; make regen_headers p4raw-link: @2218 on //depot/maint-5.005/perl: eadd311f94dcb5fe096743b61371bd2d48466304 p4raw-link: @2168 on //depot/maint-5.005/perl: fb1d2f1891787fe7d6df85205b85f0528294ffa8 p4raw-link: @2120 on //depot/maint-5.005/perl: f9caadc6ad025d4bf993ab5b737b9a99347a59e3 p4raw-id: //depot/perl@2220
* makefile notesGurusamy Sarathy1998-11-052-0/+10
| | | p4raw-id: //depot/perl@2195
* fix return value of win32_pclose()Gurusamy Sarathy1998-11-041-8/+7
| | | p4raw-id: //depot/perl@2188
* bump patchlevel; other minor fixes for clean build and test onGurusamy Sarathy1998-10-315-26/+26
| | | | | Solaris and win32 p4raw-id: //depot/perl@2163
* win32_opendir() fails on empty drivesAnton Berezin1998-10-301-0/+4
| | | | | Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk> p4raw-id: //depot/perl@2148
* tweaked version of suggested patchAnton Berezin1998-10-301-2/+11
| | | | | | Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk> Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC p4raw-id: //depot/perl@2147
* phase 1 of somewhat major rearrangement of PERL_OBJECT stuffGurusamy Sarathy1998-10-3010-61/+57
| | | | | | | | | | (objpp.h is gone, embed.pl now does some of that); objXSUB.h should soon be automated also; the global variables that escaped the PL_foo conversion are now reined in; renamed MAGIC in regcomp.h to REG_MAGIC to avoid collision with the type of same name; duplicated lists of pp_things in various places is now gone; result has only been tested on win32 p4raw-id: //depot/perl@2133
* minor cleanupGurusamy Sarathy1998-10-281-1/+1
| | | p4raw-id: //depot/perl@2112
* various win32 tweaks; disable new xs_cpp section (it createsGurusamy Sarathy1998-10-267-7/+28
| | | | | ambiguous inference graph for %.xs --> %.o) p4raw-id: //depot/perl@2086
* sanity-check $Config{drand01} in rand.tGurusamy Sarathy1998-10-266-6/+6
| | | p4raw-id: //depot/perl@2085
* update win32/config*.?cGurusamy Sarathy1998-10-256-75/+231
| | | p4raw-id: //depot/perl@2078
* recognize '%' as a shell metachar for win32Jan Dubois1998-10-251-4/+7
| | | | | | Message-ID: <3636ea31.49170453@smtp1.ibm.net> Subject: [PATCH 5.005_02, Win32] Re: %ENV% not expanded in backquotes? p4raw-id: //depot/perl@2066
* allow more win32 symbol exports (suggested by Jan Dubois)Gurusamy Sarathy1998-10-251-7/+0
| | | p4raw-id: //depot/perl@2058
* provide option to enable optimization with VC (suggested by JanGurusamy Sarathy1998-10-172-4/+25
| | | | | Dubois) p4raw-id: //depot/perl@1990
* disable USE_THREADS when PERL_OBJECT is enabledGurusamy Sarathy1998-10-062-0/+2
| | | p4raw-id: //depot/perl@1925
* small tweak on last changeGurusamy Sarathy1998-09-271-1/+1
| | | p4raw-id: //depot/perl@1896
* fix win32_stat() to do the right thing for share namesGurusamy Sarathy1998-09-271-8/+18
| | | p4raw-id: //depot/perl@1895
* update template config.sh, add new config vars to win32 stuffGurusamy Sarathy1998-09-257-360/+1167
| | | p4raw-id: //depot/perl@1890
* big Configure update from Jarkko: sync metaconfig units; d_statblks fixGurusamy Sarathy1998-09-252-0/+2
| | | | | | | | | | | | | | | | | for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings of full-fledged 64-bit support (including support for: fseeko/ftello, Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants in Fcntl) From: Jarkko Hietaniemi <jhi@iki.fi> Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST) Message-Id: <199809112056.XAA04720@alpha.hut.fi> Subject: [PATCH] 5.005_51: Configure "Massive Attack" -- From: Jarkko Hietaniemi <jhi@cc.hut.fi> Date: 12 Sep 1998 09:44:25 +0300 Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi> Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack" p4raw-id: //depot/perl@1889
* bump patchlevel to 52; other little tweaks for threads, win32 buildsGurusamy Sarathy1998-09-257-37/+59
| | | p4raw-id: //depot/perl@1888
* win32.c tweakGurusamy Sarathy1998-09-251-14/+12
| | | p4raw-id: //depot/perl@1887
* remove obsolete win32/bin/*.plGurusamy Sarathy1998-09-255-2207/+0
| | | p4raw-id: //depot/perl@1883
* tweaks to enable PERL_OBJECT to build & test on win32Gurusamy Sarathy1998-09-251-0/+1
| | | p4raw-id: //depot/perl@1879
* pl2bat tweak from Tye McQueen <tye@metronet.com>Gurusamy Sarathy1998-09-231-1/+3
| | | p4raw-id: //depot/perl@1840
* integrate maint-5.005 changes (except conflicting change#1794)Gurusamy Sarathy1998-09-231-0/+4
|\ | | | | | | | | p4raw-link: @1794 on //depot/maint-5.005/perl: 3da4a4041c2dd401ef4ab882068e7b1680dc25bd p4raw-id: //depot/perl@1798
| * fill gaps in sig_* entries in win32/config.?cGurusamy Sarathy1998-09-203-15/+12
| | | | | | | | | | | | Message-Id: <199809170213.WAA10546@aatma.engin.umich.edu> and resync win32/config.?c with Porting/config.sh to pick up apiversion p4raw-id: //depot/maint-5.005/perl@1791
| * Two tweaks to allow quiet compile qith egcs-1.1Nick Ing-Simmons1998-09-121-0/+4
| | | | | | p4raw-id: //depot/maint-5.005/perl@1784
* | add note to win32/Makefile about setting CCHOMEGurusamy Sarathy1998-09-232-1/+5
| | | | | | p4raw-id: //depot/perl@1797
* | resync win32/config.?c with Porting/config.sh to pick up apiversionGurusamy Sarathy1998-09-173-6/+3
| | | | | | p4raw-id: //depot/perl@1788
* | fill gaps in sig_* entries in win32/config.?cGurusamy Sarathy1998-09-173-9/+9
| | | | | | p4raw-id: //depot/perl@1785
* | various tweaks: fix signed vs. unsigned problems that prevented C++Gurusamy Sarathy1998-08-103-5/+11
| | | | | | | | | | | | builds; add sundry PERL_OBJECT scaffolding to get it to build; fix lexical warning testsuite for win32 p4raw-id: //depot/perl@1777
* | bump patchlevel to 5.005_51Gurusamy Sarathy1998-08-085-26/+26
| | | | | | p4raw-id: //depot/perl@1772
* | integrate maint-5.005 changes into mainlineGurusamy Sarathy1998-08-085-10/+87
|\ \ | |/ | | p4raw-id: //depot/perl@1760
| * correct URL for perlcrt.dllGurusamy Sarathy1998-08-052-2/+4
| | | | | | p4raw-id: //depot/maint-5.005/perl@1741
| * correct prototype for des_fcrypt(), explain how to add it in moreGurusamy Sarathy1998-08-044-6/+81
| | | | | | | | | | detail, and supply a patch for libdes-3.06 p4raw-id: //depot/maint-5.005/perl@1729
| * update location of perlcrt.dll for win32 buildsGurusamy Sarathy1998-08-022-2/+2
| | | | | | p4raw-id: //depot/maint-5.005/perl@1714
| * tweaked version of suggested patchIlya Zakharevich1998-08-021-2/+2
| | | | | | | | | | | | Message-Id: <199807210140.VAA17186@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_75] Enable -DS p4raw-id: //depot/maint-5.005/perl@1701
| * up patchlevel to 5.005_02Gurusamy Sarathy1998-08-025-26/+26
| | | | | | p4raw-id: //depot/maint-5.005/perl@1700
| * update Changes; add sv_*_mg() entries in win32/GenCAPI.plperl-5.005_01Gurusamy Sarathy1998-07-261-0/+46
| | | | | | p4raw-id: //depot/maint-5.005/perl@1669
| * s/TMP_CRLF_PATCH/PERL_STRICT_CR/ with sense reversed, so theyGurusamy Sarathy1998-07-266-26/+27
| | | | | | | | | | | | can disable it from config.sh if they want; up patchlevel to 5_01; little tweaks to pods p4raw-id: //depot/maint-5.005/perl@1668
* | integrate 5.005_01 changes from maintGurusamy Sarathy1998-07-272-0/+47
| | | | | | | | | | | | | | p4raw-id: //depot/perl@1670 p4raw-integrated: from //depot/maint-5.005/perl@1667 'copy in' README.win32 win32/GenCAPI.pl win32/win32.c (@1649..) pod/perldelta.pod (@1654..) 'merge in' toke.c (@1649..) proto.h (@1662..)
* | add new files to MANIFEST; add missing prototypes to proto.h;Gurusamy Sarathy1998-07-262-1/+5
| | | | | | | | | | | | s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_; add typecasts to silence warnings; tweaks for win32 builds p4raw-id: //depot/perl@1663
* | up patchlevel to 5.005_50Gurusamy Sarathy1998-07-265-26/+26
|/ | | p4raw-id: //depot/perl@1661
* add perlmodinstall, regen perltocGurusamy Sarathy1998-07-221-0/+12
| | | p4raw-id: //depot/perl@1642
* support optional crypt() with PERL_OBJECTDouglas Lankshear1998-07-225-3/+13
| | | | | | Message-Id: <000701bdb584$5b57c070$a32fa8c0@tau.Active> Subject: [PATCH 5.005 maybe] for crypt with PERL_OBJECT p4raw-id: //depot/perl@1641
* win32 tweaksDouglas Lankshear1998-07-223-7/+9
| | | | | Message-Id: <000001bdb57a$4bc9dd00$a32fa8c0@tau.Active> p4raw-id: //depot/perl@1640
* up patchlevel etc (only doc patching from now on, testing in progress)Gurusamy Sarathy1998-07-225-26/+26
| | | p4raw-id: //depot/perl@1638
* win32 tweaks: disable XSLOCKS in perl.c, correct typo, searchDouglas Lankshear1998-07-222-3/+3
| | | | | | the registry for anything that begins with "PERL", not "PERL5" Message-Id: <000601bdb4d2$7ee74720$a32fa8c0@tau.Active> p4raw-id: //depot/perl@1629
* final tweaks before beta2Gurusamy Sarathy1998-07-211-10/+33
| | | p4raw-id: //depot/perl@1613