summaryrefslogtreecommitdiffstats
path: root/generic/tclPkgConfig.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2021-03-191-1/+1
|\
* | Only set dllfile,runtime key info when doing a shared buildjan.nijtmans2021-02-091-0/+2
| |
* | Attempt to fix the last TIP #430 bits, needed to make it work for Tk (and ↵jan.nijtmans2021-02-081-1/+0
| | | | | | | | other external packages)
* | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ↵jan.nijtmans2020-12-081-1/+1
| | | | | | | | C sources can now use UTF-8, as far as gcc/clang/msvc support it. Not used yet
* | TIP #587: One place more where TCL_CFGVAL_ENCODING should fall back to utf-8jan.nijtmans2020-10-221-5/+1
| |
* | Merge 8.6jan.nijtmans2020-10-161-0/+8
|\ \ | |/
| * Remove use of CFG_ENCODING from rules.vc/makefile.vc: It will become ↵jan.nijtmans2020-10-151-0/+8
| | | | | | | | obsolete with TIP #587. In stead, move the default handling to tclPkgConfig.c for now
* | merge 8.7dgp2018-05-241-1/+1
|\ \
| * | Simplify usage of TCL_THREAD, along the lines of ↵jan.nijtmans2018-05-221-1/+1
| | | | | | | | | | | | [eeddb0693a950be980a66de3811630a00c7bab54|eeddb0693a]. Suggested by DKF
| * | TIP #491 implementation: Threading Support: phasing out non-threaded buildsjan.nijtmans2018-05-171-1/+1
| |/
* | Improvements to tip430 to embed the /library file system within a shared libraryhypnotoad2017-11-111-0/+2
|/ | | | | | | | | | | or as a zip archive with a canonical name matching the current patch level This new version also builds a native executable version of minizip to allow archive to be built within make, even when cross compiling Added a new function TclZipfs_AppHook which implements tip430 core behavior startups to stock tclsh Embedding the file system as a zip archive can be defeated with --enable-zipfs=no
* [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilationjan.nijtmans2012-04-111-2/+2
|\
| * [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilationjan.nijtmans2012-04-111-2/+2
| |
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ | |/ | | cause more harm than good. Purged them (except in zlib files).
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| | | | | | more harm than good. Purged them.
* | Pure whitespace changes, changing to follow Engineering Manual style.dkf2010-02-241-2/+2
| |
* | * doc/RegConfig.3: CONSTified the configuration argumentnijtmans2008-10-041-2/+2
|/ | | | | | | | | * generic/tcl.decls: of Tcl_RegisterConfig. * generic/tclConfig.c * generic/tclPkgConfig.c * ChangeLog * generic/tclDecls.h: regenerated This change complies with TIP #27.
* ANSIfydkf2005-11-071-3/+3
|
* Systematizing the formattingdkf2005-07-211-67/+82
|
* * generic/tcl.decls: Ported the changes from theandreas_kupries2003-06-091-0/+122
* generic/tcl.h: 'tip-59-implementation' branch into the CVS * generic/tclBasic.c: head. Regenerated stub table. Regenerated * generic/tclInt.h: the configure's scripts, with help from Joe * generic/tclDecls.h English. * generic/tclStubInit.c: * generic/tclConfig.c: * generic/tclPkgConfig.c: * unix/Makefile.in: * unix/configure.in: The changes in the windows section are not * unix/tcl.m4: yet committed, they await feedback from * unix/mkLinks: David Gravereaux. * doc/RegConfig.3: * mac/tclMacPkgConfig.c: * tests/config.test: