summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/launch
Commit message (Expand)AuthorAgeFilesLines
* Issue #28139: Fix messed up indentationMartin Panter2016-09-171-3/+3
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-351/+351
* MacOS X: Enable 4-way universal buildsRonald Oussoren2008-06-051-0/+8
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+0
* Updated (and regenerated) for name change in tp_init method arguments:Jack Jansen2005-07-031-17/+17
* Whitespace normalization, via reindent.py.Tim Peters2004-07-183-96/+95
* kLsUnknownType and kLSUnknownCreator were ints in stead of OSTypes.Jack Jansen2004-02-242-1/+5
* Made this module compatible with Python2.3, and added a temporary setupJack Jansen2003-12-093-0/+21
* Ported to Universal Headers 3.4.2. Qd and Qt remain to be done.Jack Jansen2003-12-033-14/+110
* Blacklisting LSInit and LSTerm, which are deprecated. Partial fix for 853558.Jack Jansen2003-12-032-32/+2
* An interface to the LaunchServices API.Jack Jansen2003-12-023-0/+583
bug_3603695 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/tclCmdIL.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2013-01-04 11:06:14 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2013-01-04 11:06:14 (GMT)
commitaa5bfc6d5bbe02732c290215d4f69c1f1ce37dda (patch)
treecdc49d0bd7ebbde5c59945a8f39eadfb2978e911 /generic/tclCmdIL.c
parent6470859885f92e276993f88322b090eca3cb24f2 (diff)
downloadtcl-aa5bfc6d5bbe02732c290215d4f69c1f1ce37dda.zip
tcl-aa5bfc6d5bbe02732c290215d4f69c1f1ce37dda.tar.gz
tcl-aa5bfc6d5bbe02732c290215d4f69c1f1ce37dda.tar.bz2
Add super-simple compiler to many ensemble subcommands to allow better code
generation where we can detect that we're not in the WrongNumArgs case. The compiler just checks that the argument count is in the right range and issues a standard dispatch; that's enough to do an efficient job.