summaryrefslogtreecommitdiffstats
path: root/Modules/FindGTK2.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-02-19 14:15:33 (GMT)
committerBrad King <brad.king@kitware.com>2014-02-19 14:30:12 (GMT)
commit4bb80396e09882dcb8bc0feb10de88351eb55e68 (patch)
treec8a260f102e269317e57a498f49036b64d0fadea /Modules/FindGTK2.cmake
parentf8ccb6d0387a8d116584d1ea8c43cac56679ec71 (diff)
downloadCMake-4bb80396e09882dcb8bc0feb10de88351eb55e68.zip
CMake-4bb80396e09882dcb8bc0feb10de88351eb55e68.tar.gz
CMake-4bb80396e09882dcb8bc0feb10de88351eb55e68.tar.bz2
CMake 3.0.0-rc1 version update
Diffstat (limited to 'Modules/FindGTK2.cmake')
-rw-r--r--Modules/FindGTK2.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindGTK2.cmake b/Modules/FindGTK2.cmake
index bc66337..a91da33 100644
--- a/Modules/FindGTK2.cmake
+++ b/Modules/FindGTK2.cmake
@@ -108,7 +108,7 @@
# (To distribute this file outside of CMake, substitute the full
# License text for the above reference.)
-# Version 1.6 (CMake 2.8.13)
+# Version 1.6 (CMake 3.0)
# * Create targets for each library
# * Do not link libfreetype
# Version 1.5 (CMake 2.8.12)
ue='bug_3606683_85'>bug_3606683_85 Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
path: root/generic/tclTrace.c
Commit message (Expand)AuthorAgeFilesLines
* Fix ungrammatical doubling of words in commentsminordkf2024-09-211-1/+1
* Merge 8.7. Random indent fixesjan.nijtmans2024-06-271-9/+9
|\
| * Merge 8.6jan.nijtmans2024-04-041-18/+18
| |\
| | * Tcl_GetString() -> TclGetString(), for minor speedup.jan.nijtmans2024-04-041-18/+18
* | | Backout the "dullest commit ever" (not my words ....). It breaks the build. jan.nijtmans2024-05-141-46/+43
* | | Clean up a lot of small whitespace issues dkf2024-05-131-43/+46
* | | More whitespace cleanupdkf2024-05-101-1/+0
* | | Merge 8.7. Tcl_GetStringFromObj() -> TclGetStringFromObj() (optimization)jan.nijtmans2024-03-211-3/+3
|\ \ \ | |/ /
| * | Restore TclListObjLength()/TclListObjGetElements() macro's, as they were in 8.6jan.nijtmans2024-03-131-8/+8
* | | Fix indentation/brace usage style issuesdkf2024-03-191-3/+6
* | | Restore TclListObjGetElements()/TclListObjLength() as they were in 8.6 too.jan.nijtmans2024-03-121-8/+8
* | | Merge 8.7jan.nijtmans2023-10-191-3/+3
|\ \ \ | |/ /
| * | Handle sentinels for any C++ compilerjan.nijtmans2023-10-171-4/+4
| * | Merge 8.6jan.nijtmans2023-09-271-4/+4
| |\ \ | | |/
| | * Eliminate use of old deprecated trace subcommands from testcasesjan.nijtmans2023-09-271-4/+4
| | * Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-7/+7
| | * Remove ARGSUSED. More type-castsjan.nijtmans2022-11-291-48/+46
| * | Handle TCL_TRACE_OLD_STYLE being deprecatedjan.nijtmans2023-09-201-15/+29
| * | TIP #666 implementationjan.nijtmans2023-05-031-51/+0
* | | WIP on TIP 673. First pass exposes issues in the test suite.dgp2023-06-071-167/+5
* | | Correct spelling errors in comments and documentation, but also a non-comment...pooryorick2023-04-121-5/+5
|\ \ \ | |/ /
| * | Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-7/+7
* | | More int -> Tcl_Size, so (theoretically) longer lists could be handled. Thank...jan.nijtmans2023-04-121-1/+2
* | | Merge 8.7jan.nijtmans2022-11-281-4/+15
|\ \ \ | |/ /
| * | Reduce shimmering: If a conclusion can be drawn about the number of list elem...jan.nijtmans2022-11-281-4/+15
* | | Merge 8.7jan.nijtmans2022-11-081-15/+14
|\ \ \ | |/ /
| * | int -> size_t in Tcl_CmdObjTraceProc2 (for 'level'). Add missing documentationjan.nijtmans2022-11-081-111/+119
* | | More int -> size_t (argc and level) in trace handlingjan.nijtmans2022-11-081-55/+55
* | | Merge 8.7jan.nijtmans2022-11-081-1/+1
|\ \ \ | |/ /
| * | More TCLFLEXARRAY usagejan.nijtmans2022-11-081-2/+2
* | | Use TCLFLEXARRAYjan.nijtmans2022-11-071-6/+7
* | | Implement modification of the 'name2' trace callback argument.sbron2022-08-311-4/+19
* | | fix(?) stray ckalloc()/ckfree(); ref TIP 494.bch2022-08-231-2/+2
* | | Merge 8.7jan.nijtmans2022-08-231-28/+76
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2022-06-091-4/+4
| |\ \
| * \ \ Merge 8.7jan.nijtmans2022-06-061-14/+18
| |\ \ \ | | |/ /
| * | | TIP #627 implementationjan.nijtmans2022-06-01