summaryrefslogtreecommitdiff
path: root/win32/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* regen config* stuff for windowsGurusamy Sarathy1999-10-271-1/+1
| | | p4raw-id: //depot/perl@4476
* disable internal globbing for miniperl (or build breaks outGurusamy Sarathy1999-10-151-0/+5
| | | | | in a rash of failed dependencies) p4raw-id: //depot/perl@4389
* File::Glob fixes for WindowsGurusamy Sarathy1999-10-141-3/+14
| | | p4raw-id: //depot/perl@4373
* update Changes, patchlevel etc.Gurusamy Sarathy1999-10-121-1/+1
| | | p4raw-id: //depot/perl@4349
* tweak for win32 buildGurusamy Sarathy1999-09-281-1/+1
| | | p4raw-id: //depot/perl@4246
* avoid .exe in $Config{cc} (spotted by Vadim KonovalovGurusamy Sarathy1999-09-271-2/+2
| | | | | <vkonovalov@lucent.com>) p4raw-id: //depot/perl@4236
* add $installarchlib/CORE to default linker search path on windowsGurusamy Sarathy1999-09-261-12/+17
| | | p4raw-id: //depot/perl@4230
* various fixups for windowsGurusamy Sarathy1999-09-071-1/+2
| | | p4raw-id: //depot/perl@4101
* up patchlevel &cGurusamy Sarathy1999-08-201-1/+1
| | | p4raw-id: //depot/perl@4010
* up patchlevel etc.Gurusamy Sarathy1999-08-021-1/+1
| | | p4raw-id: //depot/perl@3895
* up patchlevel to 59Gurusamy Sarathy1999-08-021-1/+1
| | | p4raw-id: //depot/perl@3877
* misc PERL_OBJECT tweaks; perlcore.dll is now perl56.dllGurusamy Sarathy1999-07-281-2/+2
| | | p4raw-id: //depot/perl@3819
* update Changes, patchlevel &c.Gurusamy Sarathy1999-07-261-1/+1
| | | p4raw-id: //depot/perl@3782
* move DProf things around to where they are supposed to beGurusamy Sarathy1999-07-201-1/+2
| | | p4raw-id: //depot/perl@3710
* move DProf to Devel/DProfGurusamy Sarathy1999-07-201-4/+14
| | | p4raw-id: //depot/perl@3708
* fix problem in default buildGurusamy Sarathy1999-07-201-1/+5
| | | p4raw-id: //depot/perl@3705
* Fixed AIX dynamic loading and AIX shared Perl library.Jarkko Hietaniemi1999-07-141-2/+2
| | | | | | | | | | | Tested in: AIX 4.1.5 cc+useshrplib+usethreads, 4.1.5 cc, 4.1.5 gcc+useshrplib+usethreads, 4.3.1 cc+useshrplib. Hijacked win32/makedef.pl for more general purpose export list building, now it is used (as toplevel makedef.pl) for win32 and AIX (perl_exp.SH made unnecessary). Because the export lists are now correct in AIX, no more linker warnings about "Exported symbol not defined" should appear. p4raw-id: //depot/cfgperl@3673
* fixups for sundry warnings about function pointersGurusamy Sarathy1999-07-121-3/+4
| | | p4raw-id: //depot/perl@3669
* yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADSGurusamy Sarathy1999-07-121-51/+39
| | | | | | | | | | | | | | | | builds; passing the implicit context is unified among the three flavors; PERL_IMPLICIT_CONTEXT is auto-enabled under all three flavors (see the top of perl.h) for testing; all varargs functions foo() have a va_list-taking variant vfoo() for generating the context-free versions; the PERL_OBJECT build should now be hyper-compatible with CPAN extensions (C++ is totally out of the picture) result has only been tested on Windows TODO: write docs on the THX rationale and idiomatic usage of the Perl API p4raw-id: //depot/perl@3667
* more PERL_OBJECT cleanups (changes still untested on Unix!)Gurusamy Sarathy1999-07-081-10/+8
| | | p4raw-id: //depot/perl@3660
* somewhat untested PERL_OBJECT cleanups (C++isms mostlyGurusamy Sarathy1999-06-271-22/+33
| | | | | | | | | gone from the public API); PERL_OBJECT builds again on windows TODO: namespace-clean the typedefs in iperlsys.h and elsewhere; remove C++ remnants from public headers p4raw-id: //depot/perl@3553
* win32 build fixesGurusamy Sarathy1999-06-101-3/+0
| | | p4raw-id: //depot/perl@3525
* more complete support for implicit thread/interpreter pointer,Gurusamy Sarathy1999-06-091-0/+2
| | | | | | | | | | | | | | | | | | | | | enabled via -DPERL_IMPLICIT_CONTEXT (all changes are noops without that enabled): - USE_THREADS now enables PERL_IMPLICIT_CONTEXT, so dTHR is a noop; tests pass on Solaris; should be faster now! - MULTIPLICITY has been tested with and without PERL_IMPLICIT_CONTEXT on Solaris - improved function database now merged with embed.pl - everything except the varargs functions have foo(a,b,c) macros to provide compatibility - varargs functions default to compatibility variants that get the context pointer using dTHX - there should be almost no source compatibility issues as a result of all this - dl_foo.xs changes other than dl_dlopen.xs untested - still needs documentation, fixups for win32 etc Next step: migrate most non-mutex variables from perlvars.h to intrpvar.h p4raw-id: //depot/perl@3524
* add wide versions of win32 system calls (first step inGurusamy Sarathy1999-05-281-11/+19
| | | | | | globalization); delayload winsock for performance if compiling with VC 6.0 p4raw-id: //depot/perl@3501
* up patchlevel &cGurusamy Sarathy1999-05-251-1/+1
| | | p4raw-id: //depot/perl@3476
* various fixes for clean build and test on win32; configpm broken,Gurusamy Sarathy1999-05-111-1/+1
| | | | | | | | | | needed to open myconfig.SH rather than myconfig; sundry adjustments to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it work under win32; getenv_sv() changed to getenv_len() since SVs aren't visible in the lower echelons; remove bogus exports from config.sym; PERL_OBJECT-ness for C++ exception support; null out IoDIRP in filter_del() or sv_free() will attempt to close it p4raw-id: //depot/perl@3387
* applied suggested patch, with win32 and PERL_OBJECT additionsTom Hughes1999-05-101-4/+14
| | | | | | Message-ID: <609bdff748.tom@compton.compton.nu> Subject: ByteLoader patch p4raw-id: //depot/perl@3356
* add Pod-Parser-1.08 (verbatim module =include tests elided owingGurusamy Sarathy1999-03-231-0/+3
| | | | | to size and better maintainability) p4raw-id: //depot/perl@3129
* up patchlevel &c.Gurusamy Sarathy1999-03-011-1/+1
| | | p4raw-id: //depot/perl@3044
* update win32/config* stuff, ChangesGurusamy Sarathy1999-02-151-1/+1
| | | p4raw-id: //depot/perl@2944
* various win32-ish changes merged from maint-5.005Gurusamy Sarathy1999-02-011-15/+12
| | | p4raw-id: //depot/perl@2746
* patchlevel up to 54Gurusamy Sarathy1998-11-301-1/+1
| | | p4raw-id: //depot/perl@2405
* notes about -DPERL_POLLUTEGurusamy Sarathy1998-11-291-3/+11
| | | p4raw-id: //depot/perl@2392
* explain various win32 build caveats more clearlyGurusamy Sarathy1998-11-291-0/+5
| | | p4raw-id: //depot/perl@2391
* add ext/Devel/PeekJan Dubois1998-11-271-1/+12
| | | | | | Message-ID: <36589ec9.49964585@smtp1.ibm.net> Subject: [PATCH 5.005_53] Devel::Peek integration p4raw-id: //depot/perl@2322
* makefile notesGurusamy Sarathy1998-11-051-0/+5
| | | p4raw-id: //depot/perl@2195
* bump patchlevel; other minor fixes for clean build and test onGurusamy Sarathy1998-10-311-1/+1
| | | | | Solaris and win32 p4raw-id: //depot/perl@2163
* phase 1 of somewhat major rearrangement of PERL_OBJECT stuffGurusamy Sarathy1998-10-301-2/+2
| | | | | | | | | | (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
* various win32 tweaks; disable new xs_cpp section (it createsGurusamy Sarathy1998-10-261-2/+12
| | | | | ambiguous inference graph for %.xs --> %.o) p4raw-id: //depot/perl@2086
* provide option to enable optimization with VC (suggested by JanGurusamy Sarathy1998-10-171-2/+11
| | | | | Dubois) p4raw-id: //depot/perl@1990
* disable USE_THREADS when PERL_OBJECT is enabledGurusamy Sarathy1998-10-061-0/+1
| | | p4raw-id: //depot/perl@1925
* bump patchlevel to 52; other little tweaks for threads, win32 buildsGurusamy Sarathy1998-09-251-1/+1
| | | p4raw-id: //depot/perl@1888
* remove obsolete win32/bin/*.plGurusamy Sarathy1998-09-251-2/+0
| | | p4raw-id: //depot/perl@1883
* add note to win32/Makefile about setting CCHOMEGurusamy Sarathy1998-09-231-0/+2
| | | p4raw-id: //depot/perl@1797
* various tweaks: fix signed vs. unsigned problems that prevented C++Gurusamy Sarathy1998-08-101-0/+1
| | | | | | 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-081-1/+1
| | | p4raw-id: //depot/perl@1772
* integrate maint-5.005 changes into mainlineGurusamy Sarathy1998-08-081-3/+4
|\ | | | | p4raw-id: //depot/perl@1760
| * correct URL for perlcrt.dllGurusamy Sarathy1998-08-051-1/+2
| | | | | | p4raw-id: //depot/maint-5.005/perl@1741
| * correct prototype for des_fcrypt(), explain how to add it in moreGurusamy Sarathy1998-08-041-2/+2
| | | | | | | | | | 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-021-1/+1
| | | | | | p4raw-id: //depot/maint-5.005/perl@1714