summaryrefslogtreecommitdiff
path: root/win32
Commit message (Collapse)AuthorAgeFilesLines
* [asperl] add AS patch#17Gurusamy Sarathy1998-04-215-17/+1052
| | | p4raw-id: //depot/asperl@893
* [asperl] add AS patch#16Gurusamy Sarathy1998-04-202-2/+2
| | | p4raw-id: //depot/asperl@892
* [asperl] small tweaks to make it compile (doesn't run)Gurusamy Sarathy1998-04-085-6/+6
| | | p4raw-id: //depot/asperl@885
* [asperl] integrate mainline changesGurusamy Sarathy1998-04-0811-528/+1029
|\ | | | | p4raw-id: //depot/asperl@884
| * [win32] make old DomainName() implementation the default (so Win95Gurusamy Sarathy1998-04-061-3/+5
| | | | | | | | | | is happy) p4raw-id: //depot/win32/perl@883
| * [win32] config.* fixesGurusamy Sarathy1998-04-038-345/+503
| | | | | | p4raw-id: //depot/win32/perl@867
| * [win32] fix typo in makefile.mkGurusamy Sarathy1998-03-281-1/+1
| | | | | | p4raw-id: //depot/win32/perl@837
| * [win32] add file: to installhtml URLsGurusamy Sarathy1998-03-232-5/+5
| | | | | | p4raw-id: //depot/win32/perl@836
| * [win32] stray tweak to win32.cGurusamy Sarathy1998-03-161-3/+3
| | | | | | p4raw-id: //depot/win32/perl@829
| * [win32] update win32/config* filesGurusamy Sarathy1998-03-166-15/+318
| | | | | | p4raw-id: //depot/win32/perl@828
| * [win32] set sockets to nonoverlapped mode for every threadSteve Nielsen1998-03-122-2/+30
| | | | | | | | | | | | Message-Id: <35081FE4.965A484D@enteract.com> Subject: [PATCH 5.004_62] win32: set sockopt on a per-thread basis p4raw-id: //depot/win32/perl@808
| * [win32] reinstate some standard sig_names to avoid noise fromGurusamy Sarathy1998-03-106-15/+15
| | | | | | | | | | modules (and in hopes of making them _do_ something in future) p4raw-id: //depot/win32/perl@805
| * [win32] mingw32 tweaksGurusamy Sarathy1998-03-103-2/+30
| | | | | | p4raw-id: //depot/win32/perl@804
| * [win32] tweak Win32::DomainName() implementationGurusamy Sarathy1998-03-092-24/+12
| | | | | | p4raw-id: //depot/win32/perl@803
| * [win32] minor win32 support fixesGurusamy Sarathy1998-03-091-70/+64
| | | | | | | | | | | | | | - add a better implementation of Win32::DomainName() (as suggested by Jutta M. Klebe <jmk@exc.bybyte.de>) - fix opendir() emulation was unsafe what given long paths p4raw-id: //depot/win32/perl@801
* | [asperl] add AS patch#15Gurusamy Sarathy1998-04-0311-143/+276
| | | | | | p4raw-id: //depot/asperl@863
* | [asperl] various changes to get asperl working under BorlandGurusamy Sarathy1998-03-1610-816/+854
| | | | | | | | | | (passes all tests when built under PERL_OBJECT) p4raw-id: //depot/asperl@809
* | [asperl] add AS patch#13Gurusamy Sarathy1998-03-121-4/+4
| | | | | | p4raw-id: //depot/asperl@807
* | [asperl] added AS patch#12 with minor changesGurusamy Sarathy1998-03-123-82/+114
| | | | | | p4raw-id: //depot/asperl@806
* | [win32] integrate mainline changesGurusamy Sarathy1998-03-0710-189/+563
|\ \ | |/ | | p4raw-id: //depot/asperl@799
| * [win32] provide our own popen()/pclose() to fix problems with qx//:Gurusamy Sarathy1998-03-072-19/+147
| | | | | | | | | | | | - qx// used to always invoke the shell, now does so only when needed - qx// didn't respect PERL5SHELL, now does p4raw-id: //depot/win32/perl@797
| * [win32] variousGurusamy Sarathy1998-03-067-167/+413
| | | | | | | | | | | | | | - s/PerlIO_fread/PerlIO_read/, the former doesn't exist - add missing prototypes - regenerate win32/config*.?c p4raw-id: //depot/win32/perl@791
| * [win32] fix typo in MakefileGurusamy Sarathy1998-03-061-1/+1
| | | | | | p4raw-id: //depot/win32/perl@790
* | [asperl] added AS patch#11Douglas Lankshear1998-03-051-2/+2
| | | | | | | | | | | | | | | | Message-Id: <01BD4820.AFC70110.dougl@ActiveState.com> This patch fixes a bug I introduced removing duplicate code. -- Doug p4raw-id: //depot/asperl@788
* | [asperl] added AS patch#10Douglas Lankshear1998-03-041-1/+27
| | | | | | | | | | | | | | | | | | | | | | Message-Id: <01BD4691.963D1670.dougl@ActiveState.com> Subject: [PATCH] Here's a patch to win32/dl_win32.xs that is a fix for the lookup of statically linked modules. -- Doug p4raw-id: //depot/asperl@760
* | [asperl] integrate mainline changesGurusamy Sarathy1998-03-0113-1896/+1710
|\ \ | |/ | | p4raw-id: //depot/asperl@607
| * [win32] misc small tweaksGurusamy Sarathy1998-02-284-9/+44
| | | | | | | | | | | | | | | | - AutoLoader fix for long::pack::names - d_mymalloc can be set from makefiles now - make search.pl actually work on win32 - revert podoc about $^E on OS/2 (per Ilya's wishes) p4raw-id: //depot/win32/perl@606
| * Missed FREAD in bytecode.hNick Ing-Simmons1998-02-281-0/+1
| | | | | | | | | | Cannot export svref_mutex in non-threaded perl p4raw-id: //depot/perl@603
| * [win32] various changes to make win32 build under the new Configure & co.Gurusamy Sarathy1998-02-2610-1879/+1658
| | | | | | | | | | | | | | | | | | | | - added byterun.c to core C build - makefile.mk now has a regen_config_h target to quickly update config_H.[bgv]c after adding new variables to config.[bgv]c - sig_name_init now has only the valid signals - we now have $Config{usethreads} - tested under the two commercial compilers w/ and w/o usethreads p4raw-id: //depot/win32/perl@590
| * [win32] undo previous change (no added value!)Gurusamy Sarathy1998-02-231-5/+0
| | | | | | p4raw-id: //depot/win32/perl@572
| * [win32] fix pl2bat.pl to tolerate trailing .bat (as suggested byGurusamy Sarathy1998-02-231-0/+5
| | | | | | | | | | John Cavanaugh <cavanaug@sdd.hp.com>) p4raw-id: //depot/win32/perl@571
| * [win32] support chown() (just a noop for now)Gurusamy Sarathy1998-02-222-3/+7
| | | | | | p4raw-id: //depot/win32/perl@570
* | [asperl] added AS patch#9Gurusamy Sarathy1998-02-2616-2940/+1872
| | | | | | p4raw-id: //depot/asperl@591
* | [asperl] added AS patch#7Douglas Lankshear1998-02-251-22/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-Id: <01BD40F9.CE57B210.dougl@ActiveState.com> Subject: [PATCH] Here's an attempt at 6. MANIFEST must be updated with new file names 5. Mktime(), Stat() etc., rather than MKtime()/STat() etc. And some changes to move toward 1. Merge PERL_OBJECT build support into regular Makefile and makefile.mk -- Doug p4raw-id: //depot/asperl@586
* | [asperl] integrate latest win32 branchGurusamy Sarathy1998-02-227-26/+47
|\ \ | |/ | | p4raw-id: //depot/asperl@569
| * [win32] get compiler building under win32 (needed Makefile.PLGurusamy Sarathy1998-02-222-9/+25
| | | | | | | | | | hacks that could be applicable to other platforms) p4raw-id: //depot/win32/perl@568
| * [win32] fix handle leak in join()Gurusamy Sarathy1998-02-201-2/+4
| | | | | | p4raw-id: //depot/win32/perl@566
| * [win32] non-debug VC builds are -O1 now (they say it works, and isGurusamy Sarathy1998-02-182-4/+4
| | | | | | | | | | faster) p4raw-id: //depot/win32/perl@533
| * [win32] DLLs are now ok on mingw32/gcc-2.8.0 after removing theGurusamy Sarathy1998-02-172-6/+5
| | | | | | | | | | | | | | FORCE_ARG_STRING() hack (that bug is fixed in gcc now). mingw32 build passes all tests except t/lib/io_xs.t (seems to be due to broken tmpfile() in the CRT or import lib) p4raw-id: //depot/win32/perl@530
| * [win32] fix mingw32 gcc 2.8.0 build (DLLs generated seem to be brokenGurusamy Sarathy1998-02-165-13/+17
| | | | | | | | | | in this version of gcc!) p4raw-id: //depot/win32/perl@529
* | [asperl] integrate win32 branchGurusamy Sarathy1998-02-157-70/+255
|\ \ | |/ | | p4raw-id: //depot/asperl@527
| * [win32] Fix typo: s/GETNETBYADD\b/GETNETBYADDR/Gurusamy Sarathy1998-02-153-6/+6
| | | | | | p4raw-id: //depot/win32/perl@526
| * [win32] fix build problems due to renamed Config variablesGurusamy Sarathy1998-02-157-70/+273
| | | | | | p4raw-id: //depot/win32/perl@525
* | [asperl] bring ASPerl uptodate with mainline changesGurusamy Sarathy1998-02-146-9/+12
|\ \ | |/ | | p4raw-id: //depot/asperl@524
| * [win32] pickup lddlflags properly for Config.pmGurusamy Sarathy1998-02-125-8/+8
| | | | | | p4raw-id: //depot/win32/perl@515
| * [win32] fix opendir() problem on share namesGurusamy Sarathy1998-02-101-1/+4
| | | | | | | | | | | | Message-Id: <199802101828.NAA10420@aatma.engin.umich.edu> Subject: Re: BUG: opendir and UNC names on NT p4raw-id: //depot/win32/perl@494
* | [asperl] added AS patch#6Douglas Lankshear1998-02-146-9/+404
| | | | | | | | | | | | | | | | | | | | | | Message-Id: <01BD3846.B29FB880.dougl@ActiveState.com> Subject: [PATCH] command line build This patch is for the command line build of perl object. I'll merge the ipfoo.c function with win32_xxx functions next. -- Doug p4raw-id: //depot/asperl@522
* | [asperl] integrate win32 branch contentsGurusamy Sarathy1998-02-094-11/+100
|\ \ | |/ | | p4raw-id: //depot/asperl@493
| * [win32] win32_utime() tweaks to avoid warningsGurusamy Sarathy1998-02-092-2/+8
| | | | | | p4raw-id: //depot/win32/perl@487
| * [win32] integrate mainline, plus a few small win32 enhancementsGurusamy Sarathy1998-02-073-11/+84
| | | | | | | | | | | | | | - remove Win32::GetCurrentDirectory() - add Win32::Sleep() for compat - add smarter utime() from Jan Dubois, and export it as win32_utime() p4raw-id: //depot/win32/perl@486