summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add default-* targetsvc_reformapnadkarni2017-10-041-11/+54
* Extract version numbers from TEA files so do not have to be separately defined.apnadkarni2017-10-032-26/+77
* Have nmakehlp return non-0 exit code if version string not located with -V op...apnadkarni2017-10-031-2/+8
* Remove use of any macros used in rules.vc from rules-ext.vcapnadkarni2017-10-033-18/+35
* Introduce rules-ext.vc file for extensions to select most recent rules.vcapnadkarni2017-10-022-4/+86
* Fix initialization of _TCLDIR and use MAKE*CMD macros in makefile.vcapnadkarni2017-09-302-22/+16
* Added MAKEEXTCMD macro.apnadkarni2017-09-301-4/+10
* Added standard macros LIBDIR and DEMODIR. Also set common Tk related names an...apnadkarni2017-09-301-19/+36
* Permit definition of implicit rules and standard targets to be disabledapnadkarni2017-09-291-15/+22
* Added implicit rule for compiling resources.apnadkarni2017-09-292-13/+21
* Updated for Tk compatibility.apnadkarni2017-09-292-44/+49
* Add pkgcflags, appcflags and stubscflags to reflect different compilation modes.vc_reform_tests_passapnadkarni2017-09-282-83/+133
* Include rules.vc and nmakehlp.c as part of install. apnadkarni2017-09-262-16/+82
* Eliminate obsolete winhelp style documentation and fix Html Help doc buildapnadkarni2017-09-252-67/+17
* Eliminated /base option on linking as not recommended with ASLRapnadkarni2017-09-252-9/+5
* Unify build commands with MAKE{LIB,DLL,CON,GUI}CMD macrosapnadkarni2017-09-252-15/+14
* Move TCLSH and TCLSH_NATIVE macros to rules.vcapnadkarni2017-09-252-18/+20
* Added project-specific include paths and preprocessor defines.apnadkarni2017-09-252-44/+72
* Move clean target to rules.vc to avoid repetition in every extensionapnadkarni2017-09-242-30/+40
* Move installation dir macros to rules.vcapnadkarni2017-09-242-29/+54
* Moved generic compiler and linker flags completely into rules.vc soapnadkarni2017-09-242-160/+197
* More refactoring. Moved defines that are Tcl-specific to makefile.vc asapnadkarni2017-09-232-144/+188
* First step in complete refactoring.apnadkarni2017-09-222-136/+295
* First cut at making application-independent compile and link flagsapnadkarni2017-09-202-88/+114
* Disable pointer<->int warnings related to cast between different sizesapnadkarni2017-09-191-0/+7
* Eliminated some obsolete checks (Win98, IA64 etc.) to reduce the noise.apnadkarni2017-09-192-35/+9
* Do not permit nothreads in OPTS as sockets, registry and dde require threading.apnadkarni2017-09-192-4/+23
* Fix mapping of VCVERSION to VCVER. The simplistic calculation no longerapnadkarni2017-09-191-0/+7
* Remove /Gs which enables _chkstk on *every* function call. The normal defaultapnadkarni2017-09-192-16/+22
* Create new branch named "vc-reform"apnadkarni2017-09-190-0/+0
* Improved test http-4.16.dgp2017-08-031-4/+10
* Fix weird hangs in macOS Sierra on some networks. Name resolution timeouts no...dkf2017-08-023-17/+38
* Fix [fb2208172c671f29d60e9ac928d9ded45d01d8b8|fb2208172c]: tclIndex varies ac...jan.nijtmans2017-07-171-2/+2
|\
| * Fix [fb2208172c671f29d60e9ac928d9ded45d01d8b8|fb2208172c]: tclIndex varies ac...jan.nijtmans2017-07-171-2/+2
* | Fix [293344d4f3]: Regression in SQLite test-suite. Long-standing bug in imple...jan.nijtmans2017-07-131-1/+1
|\ \ | |/
| * Fix [293344d4f3]: Regression in SQLite test-suite. Long-standing bug in imple...jan.nijtmans2017-07-131-1/+1
* | [adb198c256] Switch to an alternative fix for file join memleaks.dgp2017-07-061-41/+47
|\ \
| * | Pull out of the loop a block of code that can only run in first iteration.bug_adb198c256dgp2017-07-061-18/+19
| * | Alternative fix for memleaks in fs path join machinery.dgp2017-07-061-17/+16
* | | resolve 8.6-forksebres2017-07-032-28/+28
|\ \ \ | |/ /
| * | 'inline static' -> 'static inline' and 'INLINE' -> 'inline', for consistancy.jan.nijtmans2017-07-032-28/+28
* | | tclPathObj: fixed TclJoinPath - usage of released object and object leakage.sebres2017-07-031-32/+26
|\ \ \ | |/ / |/| / | |/
| * tclPathObj: fixed TclJoinPath (backported from 8.6) - usage of released objec...sebres2017-07-031-84/+70
* | Eliminate use of (expensive) Tcl_UtfToUpper() from "format": Just generate t...jan.nijtmans2017-06-281-10/+9
* | Bump to TclOO 1.1.0dgp2017-06-263-3/+3
* | [46f801ea5a] Make autoloader less fragile when it cannot manufacture adgp2017-06-262-22/+38
|\ \
| * | Try to make good stack trace. Fallback to making not-so-good stack trace.bug_46f801ea5adgp2017-06-262-23/+29
| * | Test demonstrating autoloader fragility.dgp2017-06-261-0/+10
|/ /
* | Implement TIP #473: Allow a Defined Target Namespace in oo::copydkf2017-06-223-11/+78
|\ \
| * | Documentation correction; issue pointed out by DGP.tip_473dkf2017-06-221-2/+3