summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* (cherry-pick) Merge TIP #447: Execution Time Verbosity Levels in ↵jan.nijtmans2016-06-021-2/+2
| | | | tcltest::configure. Tcltest 2.3.8 -> 2.4.0.
* (cherry-pick): Better fix for [7d0db7c388f52de81]: In stead of adding ↵jan.nijtmans2016-03-291-66/+66
| | | | dependencies to multiple Makefile lines, combine them
* Some OSX symbols builds create libtcl8.6.dylib.dSYM which is a directory.dkf2016-03-271-1/+1
|
* (cherry-pick): Fix DTRACE_HDR value if tracing is diabled. Follow-up to ↵jan.nijtmans2016-03-231-1/+1
| | | | [7d0db7c388]
* (cherry-pick): Fix [7d0db7c388f52de8]: Occasional build failures with ↵jan.nijtmans2016-03-231-64/+64
| | | | parallel make. Thanks to Jaroslav Škarvada for bug report and fix.
* Code-cleanup: CONST -> const, don't use macro's like __REG_CONST and types ↵jan.nijtmans2015-12-211-1/+1
| | | | like re_void any more. No change in functionality.
* Fix --enable-symbols build on Cygwin. Reported by François Vogeljan.nijtmans2015-11-161-1/+1
|\
| * Fix --enable-symbols build on Cygwin. Reported by François Vogeljan.nijtmans2015-11-161-1/+1
| |
* | Fix [219866c1e9]: platform::identify: regexp doesn't match platform -> ↵jan.nijtmans2015-09-291-2/+2
|\ \ | |/ | | | | platform 1.0.14
| * proposed fix for [219866c1e9]: platform::identify: regexp doesn't match platformbug_219866c1e9jan.nijtmans2015-09-251-2/+2
| |
* | [TIP 412] msgcat dynamic locale change and package private locale (msgcat 1.6.0)oehhar2015-06-291-2/+2
|\ \
| * \ merge trunkoehhar2015-05-311-76/+123
| |\ \
| * | | TIP#399 implementation: mcconfig may add additional glob pattern for mcloadoehhar2012-09-191-2/+2
| | | |
* | | | Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then ↵jan.nijtmans2015-06-251-8/+0
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| | | | translate some windows-specific files to UTF-8 too. Solution: commit those files with CRLF line-ending, which eliminates the need for eolFix altgether. See als: [495120] for the reason why eolFix was introduced in the first place. No longer needed with fossil.
| * | Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then ↵jan.nijtmans2015-06-251-9/+0
| | | | | | | | | | | | | | | | | | translate some windows-specific files to UTF-8 too. Solution: commit those files with CRLF line-ending, which eliminates the need for eolFix altgether. See als: [495120] for the reason why eolFix was introduced in the first place. No longer needed with fossil.
| * | `make dist` allowed README-* fossil droppings to leak into the distribution.core_8_5_16core_8_5_16_rcdgp2014-08-251-1/+1
| | |
| * | merge 8.5dgp2014-08-041-0/+1
| |\ \
| * \ \ merge 8.5dgp2014-08-021-2/+2
| |\ \ \
| * \ \ \ merge 8.5dgp2014-07-281-1/+2
| |\ \ \ \
| * | | | | Revert the EOLFIX changes of checkin [a803608ed5] (2013-10-28).dgp2014-07-231-8/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They do not work on the one machine where they must -- the release managers! Appears that the NATIVE_TCLSH support isn't found on the 8.5 branch, so we shouldn't expect to use it.
* | | | | | [29044ba23f] Remove RANLIB as part of library installation. At best it'sdgp2015-05-201-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | redundant to the RANLIB already done as part of library build. At worst, it conflicts with needs of cross-compiling. Thanks Erik Leunissen.
* | | | | | Bump to http 2.8.9dgp2015-05-141-2/+2
| | | | | |
* | | | | | Fix [8065d178229d8d335eee64d36ada37c4dedf2579|8065d17822]: Duplicate ↵jan.nijtmans2015-04-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | -DNDEBUG in compiler command with --disable-symbols
* | | | | | Don't warn about warnings that are suppressed correctly now.dkf2015-04-091-1/+0
| | | | | |
* | | | | | merge trunkdkf2014-08-301-1/+2
|\ \ \ \ \ \
| * | | | | | Do not let fossil README droppings leak into distribuiondgp2014-08-251-1/+1
| | | | | | |
| * | | | | | Add tclsh.exe.manifest.in to the distributiondgp2014-08-041-0/+1
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | Add tclsh.exe.manifest.in to the distribution.dgp2014-08-041-0/+1
| | | |_|/ / | | |/| | |
* | | | | | merge trunkKevin B Kenny2014-08-021-2/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Updated package "platform" to version 1.0.13. Separated theandreask2014-08-011-2/+2
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | identifiers "macosx*-i386-x86_64" and "macosx-universal" as incompatible with each other.
| | * | | | Updated package "platform" to version 1.0.13. Separated theandreask2014-08-011-2/+2
| | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | identifiers "macosx*-i386-x86_64" and "macosx-universal" as incompatible with each other. Plus addition of a cast in tclIO.c to match types in a comparison which otherwise bugs a Windows debug build (warnings are errors).
| | * | | correct EOLFIX macro, broken by [a803608ed5]jan.nijtmans2014-07-271-2/+2
| | |/ /
* | | | merge trunkKevin B Kenny2014-06-291-2/+4
|\ \ \ \ | |/ / /
| * | | ticket [2f9df4c4fa]: tcltest - request to move -cleanup script execution ↵jan.nijtmans2014-06-221-2/+2
| |\ \ \ | | |/ / | | | | | | | | | | | | until after -output compare. tcltest -> version 2.3.8
| | * | ticket [2f9df4c4fa]: tcltest - request to move -cleanup script execution ↵jan.nijtmans2014-06-201-2/+2
| | | | | | | | | | | | | | | | until after -output compare
| | * | Cherry-pick [c54059aaad] from trunk: Added support for reporting TEA-like ↵jan.nijtmans2014-03-311-3/+7
| | | | | | | | | | | | | | | | | | | | info via pkg-config. Add missing @TCL_LIB_FLAG@ (derived from ticket [5bcb5026ad])
| * | | Let the generated Makefile be emacs-friendly by avoiding spurious empty ↵ferrieux2014-05-161-0/+2
| | | | | | | | | | | | | | | | lines and misplaced tabs. Useful e.g. to just set CFLAGS to debug and save.
* | | | merge trunkdkf2014-01-091-40/+51
|\ \ \ \ | |/ / /
| * | | merge trunkdkf2014-01-021-0/+1
| |\ \ \
| | * | | ... and more silly errorsdkf2014-01-021-0/+1
| | | | |
| * | | | put the other definition of a trim set in the header file toodkf2013-12-301-1/+1
| | | | |
| * | | | Factor out the definition of the default string trim set; define it once only.dkf2013-12-301-2/+3
| |/ / /
| * | | Safer clean-up of environment variables: Do removal after insertions -> ↵jan.nijtmans2013-11-201-2/+2
| |\ \ \ | | |/ / | | | | | | | | tcltest 2.3.7
| | * | Safer clean-up of environment variables: Do removal after insertions -> ↵jan.nijtmans2013-11-201-2/+2
| | | | | | | | | | | | | | | | tcltest 2.3.7
| * | | Cygwin: Instead of checking whether the win32 part is configured properly, ↵jan.nijtmans2013-11-191-2/+5
| |\ \ \ | | |/ / | | | | | | | | | | | | just configure it when needed. Always build the stub library first (and - on Cygwin - configure win32 properly just before building the stub library)
| | * | Cygwin: Instead of checking whether the win32 part is configured properly, ↵jan.nijtmans2013-11-191-2/+5
| | | | | | | | | | | | | | | | | | | | just configure it when needed. Always build the stub library first (and - on Cygwin - configure win32 properly just before building the stub library)
| * | | Don't fix eol-style for Makefile.in in "make dist", if the file system is ↵jan.nijtmans2013-10-281-3/+2
| |\ \ \ | | |/ / | | | | | | | | case-insensitive/case-preserving.
| | * | Bump tcltest version to 2.3.6 (should have been done just before the 8.5.15 ↵jan.nijtmans2013-10-281-33/+56
| | | | | | | | | | | | | | | | | | | | release, just as in Tcl 8.6.1). Don't fix eol-style for Makefile.in in "make dist", if the file system is case-insensitive/case-preserving.
| * | | [01b77111e5]: Small fixes relating to this bug. In particular, the package namedkf2013-10-281-28/+29
| | | | | | | | | | | | | | | | | | | | mapping was not being distributed, and there were some small problems with what the mappings were and how they were applied. Also prevented external URLs from ending with a '.'; that's vanishingly rare...
| * | | Fix [3eb2ec1449]: Allow upper case scheme names in url. http -> 2.8.8jan.nijtmans2013-10-251-2/+2
| |\ \ \ | | |/ /