summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
Commit message (Collapse)AuthorAgeFilesLines
* * win/makefile.vc: added some support for building helpfile on Windowshobbs2000-01-261-1/+24
|
* simplified makefile flagshobbs2000-01-241-13/+4
|
* * win/tclWin32Dll.c:hobbs1999-12-091-127/+51
| | | | | | | | | | | | | | | * win/tclWinChan.c: * win/tclWinFCmd.c: * win/tclWinInit.c: * win/tclWinPipe.c: * win/tclWinSock.c: removed all code that supported Win32s. It was no longer officially supported, and likely didn't work anyway. * win/makefile.vc: removed 16 bit stuff, cleaned up. * win/tcl16.rc: * win/tclWin16.c: * win/winDumpExts.c: these files have been removed from the source tree (no longer necessary to build) * win/aclocal.m4: made it just include tcl.m4
* * win/tclWinTest.c: added testvolumetype command, as atime ishobbs1999-10-291-5/+5
| | | | | completely ignored for Windows FAT file systems * win/tclWinPort.h: added sys/utime.h to includes
* * {win,mac,unix,tools,}/README:hobbs1999-10-051-3/+3
| | | | | | | | | | | | * win/README.binary: * win/makefile.vc: * {win,unix}/configure.in: * generic/tcl.h: * library/init.tcl: updated to 8.3a1 from 8.2.0. * win/tclWinReg.c: fixed registry command to properly 'get' HKEY_PERFORMANCE_DATA root key data. Needs more work. * win/tclWinSerial.c: changed SerialSetOptionProc to return TCL_OK by default. (patch from Rolf Schroedter)
* Fixed type, USE_TCL_ALLOC should be USE_TCLALLOCredman1999-08-131-2/+2
|
* Fix hange with socket code (win32) with threads enabled, fixedredman1999-07-221-2/+2
| | | | | the semaphores for threads disabled. Fixed calling of tcltest in Makefile.in (win32) and fixed safe-6.3 for threads enabled.
* * Changed version to 8.2b2.redman1999-07-221-2/+2
| | | | | | | | | | | | | | | | | | * win/tclWinPort.h: Block out include of sys/*.h in order to build extensions with MetroWerks compiler for Win32. [Bug: 2385] * generic/tclCmdMZ.c: * generic/tclIO.c: Fix ANSI-style prototypes based on patch from Ulrich Ring. [Bug: 2391] * unix/Makefile.in: Need to make install-sh executable before calling (with chmod +x). [Bug: 2413] * tests/var.test: * generic/tclVar.c: Fixed bug that caused a seg. fault when using "array set a(b) {}", which is a bad array name anyway. Now the "array set" command will return an error in this case. Added test case and fixed existing test. [Bug: 2427]
* * win/makefile.vc: Changed version number of DDE package in VC++redman1999-07-221-4/+4
| | | | makefile to use 1.1 instead of 1.0.
* changed http package version from 2.0 to 2.1hershey1999-07-201-5/+5
|
* Makefile.in: fixed cat32.exe buildredman1999-07-131-5/+2
| | | | makefile.vc: fixed calling tcltest.exe
* Change version number in NMAKE makefileredman1999-07-111-3/+3
|
* Merged String and Unicode object types. Added new functions tohershey1999-06-151-2/+1
| | | | | | | | | the puplic API: Tcl_NewUnicodeObj, Tcl_SetUnicodeObj, Tcl_GetUnicode, Tcl_GetUniChar, Tcl_GetCharLength, Tcl_GetRange, Tcl_AppendUnicodeToObj. Note: some stringObj tests are still failing--the teststringobj command still needs to be updated.
* * tests/string.test:hershey1999-06-081-1/+2
| | | | | | | | | | | | | | | | | | | | | | | * generic/tclVar.c (Tcl_SetVar2Ex): * generic/tclStringObj.c (Tcl_AppendObjToObj): * generic/tclCmdMZ.c (Tcl_StringObjCmd): optimized the string index, string length, string range, and append command in cases where the object's internal rep is a bytearray. Objects with other internal reps are converted to have the new unicode internal rep. * unix/Makefile.in: * win/Makefile.in: * win/Makefile.vc: * tests/unicode.test: * generic/tclInt.h: * generic/tclObj.c: * generic/tclUnicodeObj.c: added a new object type to store the unicode representation of a string. * generic/tclTestObj.c: added the objtype option to the testobj command. This option returns the name of the type of internal rep an object has.
* removed bad patchstanton1999-05-071-2/+2
|
* * win/winDumpExts.c:stanton1999-05-071-4/+3
| | | | | * win/makefile.vc: Changed to emit library name in defs file. [Bug: 1998]
* * win/makefile.vc: Added encoding directory to install-librariesstanton1999-05-051-1/+4
| | | | target.
* * Changed version to 8.1.1.stanton1999-04-301-1/+2
|
* Resynced with mainline.rjohnson1999-04-211-1/+1
|
* merged the parse changes between TclPro1.2 and Tcl8.1. Fixed bug in Windows ↵surles1999-04-211-2/+1
| | | | makefile caused when the win/pkgIndex.tcl file was replaced
* fixed bug 1571: pkgIndex files fail for dde and registry packages:surles1999-04-191-9/+17
|
* fixed bugs 1785 and 1799: decl header files not installedsurles1999-04-171-1/+2
|
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-96/+142
|
* Merged stubs changes into mainline for 8.0stanton1999-03-101-11/+54
|
* * win/makefile.vc: Added better support for paths with spaces instanton1999-02-031-49/+50
| | | | | | the name. Added .lib and support .dlls to the install-binaries target. Added generate of a pkgIndex.tcl script to the install-libraries target.
* Changed to pass registry dll path into test script so the test doesn'tstanton1999-02-021-2/+3
| | | | depend on being able to find a working pkgIndex.tcl file
* * win/makefile.vc:stanton1999-01-061-4/+12
| | | | | | * generic/tcl.h: * generic/tclAlloc.c: Added USE_NATIVEMALLOC ifdefs to make it easier to compile for use with Purify.
* cleaned up test suite so most of the tests pass on Windowsstanton1998-11-021-2/+4
|
* Made "install-libraries" target more silent when copying library files.suresh1998-11-021-21/+21
|
* Bumped the optimization to -O2 (optimize speed); test suite seems to haveescoffon1998-10-171-2/+4
| | | | worked (as much as test suites under windows work)
* Fixed a bug that caused the Tcl DLL to be linked against msvcrt.lib forescoffon1998-10-071-5/+5
| | | | both debug and nodebug builds.
* Added a new Tcl object called "procbody"; this object's internalescoffon1998-10-051-1/+2
| | | | | | | representation contains both a Proc struct and its associated ByteCode. Updated tclProc.c::TclCreateProc to take procbody instances as the body argument, for future support of compiler extensions. Added the "procbodytest" package for testing all this stuff.
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
|
* modified the support for specifying a build directory to be consistent withescoffon1998-08-031-2/+4
| | | | the Tk makefile.vc
* added EXTFLAGS hookstanton1998-07-311-0/+4
|
* One more tweak for the import/export.escoffon1998-07-301-2/+3
|
* modified to support the new EXTERN macro, which has support for DLLescoffon1998-07-291-3/+15
| | | | | | import/export mechanisms. - Defines DLL_BUILD and BUILD_tcl. - Still uses the .def file for the DLLs, we'll phase it out later.
* added the TCLPIPEDLLNAME and TCLREGDLLNAME macros, so that the names can beescoffon1998-07-281-2/+4
| | | | overridden at the command line
* Merged changes between child workspace "/home/welch/ws/tcl8.0.3" andwelch1998-07-241-0/+5
| | | | parent workspace "/export/home/ws/tcl8.0".
* Merged changes between child workspace "/home/escoffon/ws/tcl8.0" andescoffon1998-07-211-12/+20
| | | | parent workspace "/export/home/ws/tcl8.0".
* *** empty log message ***welch1998-07-201-0/+1
|
* added install targetsescoffon1998-07-091-0/+41
|
* - dropped the .\ from temp dir nameescoffon1998-07-011-4/+4
| | | | - .pch file is now generated in temp dir, not in .
* put the DLLs, LIBs, and EXEs in the Debug/Release subdirs rather thanescoffon1998-06-181-21/+27
| | | | in win.
* Added changes to support builds of different configurations in parallel:escoffon1998-06-181-20/+31
| | | | | | | | - the NODEBUG flag controls Debug/Release builds - different values of NODEBUG create temp files in either Debug or Release subdirectories. - Debug DLLs and executables follow the Windows convention of a 'd' at the end of the name (e.g. tcl80d.dll)
* added cleanup of .pdb and .pch files in the clean targetescoffon1998-06-101-0/+2
|
* *** empty log message ***stanton1998-04-291-3/+4
|
* Initial revisionrjohnson1998-03-261-0/+377