summaryrefslogtreecommitdiffstats
path: root/unix/tcl.pc.in
Commit message (Collapse)AuthorAgeFilesLines
* TIP #646: Change -eofchar handling (Tcl 8.7 part)jan.nijtmans2022-10-261-1/+1
|
* Merge 8.6jan.nijtmans2021-06-211-1/+1
|\
| * Change a lot of url's (as far as possible) from http:// to https://jan.nijtmans2021-06-211-1/+1
| |
* | Change TCL_ZIP_FILE name, just using dots in stead of underscoresjan.nijtmans2021-02-091-1/+0
| |
* | tommath_private.h : Remove special C4146 handling: already done in ↵jan.nijtmans2020-01-101-1/+1
| | | | | | | | | | tclWinPort.h too. tcl.pc.in: Make sure that libtommath >= 1.2.0
* | Removing the pool of literal values within the internals of tclZipfs.c. ↵hypnotoad2017-11-211-0/+2
|/ | | | | | | | Replaced with a single pointer to a const string once discovery has sorted out where tcl_library is to be loaded from. Fixed a goof in the build system if tcl is compiled outside of the source directory
* Provide full Tcl patchlevel to tcl.pc and move private libs to "Libs.private". jan.nijtmans2014-04-081-4/+4
|\ | | | | | | Record the fact that Tcl 8.6 requires Zlib 1.2.3 as a minimum. Supply both the shared library and the stub library to "Libs": Only one of them will actually be linked in, depending on whether -DUSE_TCL_STUBS is defined or not.
| * Provide full Tcl patchlevel to tcl.pc and move private libs to "Libs.private".jan.nijtmans2014-04-081-4/+3
|/
* Cherry-pick [c54059aaad] from trunk: Added support for reporting TEA-like ↵jan.nijtmans2014-03-311-0/+15
info via pkg-config. Add missing @TCL_LIB_FLAG@ (derived from ticket [5bcb5026ad])