summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* Merge trunkgahr2016-06-101-4/+4
|\
| * tcltest 2.3.9 -> 2.4.0jan.nijtmans2016-06-021-2/+2
| |
| * Bump tcltest version to 2.3.9gahr2016-04-201-2/+2
| |
| * Better fix for [7d0db7c388f52de81]: In stead of adding dependencies to ↵jan.nijtmans2016-03-271-66/+66
| | | | | | | | multiple Makefile lines, combine them
| * Some OSX symbols builds create libtcl8.7.dylib.dSYM which is a directory.dkf2016-03-271-1/+1
| |\
| | * 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.
| * | Fix DTRACE_HDR value if tracing is diabled. Follow-up to [7d0db7c388]jan.nijtmans2016-03-231-1/+1
| | |
| * | Fix [7d0db7c388f52de8]: Occasional build failures with parallel make. Thanks ↵jan.nijtmans2016-03-231-64/+64
| | | | | | | | | | | | to Jaroslav Škarvada for bug report and fix.
* | | [e6f27aa56f] Initial import of libtommath-1.0gahr2016-03-111-2/+6
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | This commit brings in libtommath-1.0, as of tag v1.0 of the upstream repository at https://github.com/libtom/libtommath. Only the top-level directory has been imported: the demo, etc, logs, mtest, pics, pre_gen, and tombc directories have been removed from our repo. The stubs tables have been regenerated to accomodate for the new function: mp_expt_d_ex(mp_int *a, mp_digit b, mp_int *c, int fast); See https://github.com/libtom/libtommath/commit/e9b1837 for details. Only the unix build system has been modified for now. Windows and Mac OSX will come later.
* | configure.in -> configure.acjan.nijtmans2016-03-081-7/+7
|/
* 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