summaryrefslogtreecommitdiffstats
path: root/config
ModeNameSize
-rw-r--r--BlankForm4954logstatsplain
-rw-r--r--COPYING558logstatsplain
-rw-r--r--Makefile.am.blank2415logstatsplain
-rw-r--r--apple4597logstatsplain
-rw-r--r--cce-fflags2237logstatsplain
-rw-r--r--cce-flags2326logstatsplain
d---------cmake1595logstatsplain
d---------cmake_ext_mod775logstatsplain
-rw-r--r--commence.am4365logstatsplain
-rw-r--r--conclude.am13970logstatsplain
-rw-r--r--conclude_fc.am1250logstatsplain
-rw-r--r--cygwin827logstatsplain
-rw-r--r--examples.am5284logstatsplain
-rw-r--r--freebsd1464logstatsplain
-rw-r--r--gnu-cxxflags33474logstatsplain
-rw-r--r--gnu-fflags5521logstatsplain
-rw-r--r--gnu-flags11445logstatsplain
-rw-r--r--ibm-aix5952logstatsplain
-rw-r--r--ibm-flags4068logstatsplain
-rw-r--r--intel-fflags3007logstatsplain
-rw-r--r--intel-flags3846logstatsplain
-rw-r--r--linux-gnu609logstatsplain
-rw-r--r--linux-gnuaout609logstatsplain
-rw-r--r--linux-gnulibc18525logstatsplain
-rw-r--r--linux-gnulibc2821logstatsplain
-rw-r--r--lt_vers.am2249logstatsplain
-rw-r--r--pgi-fflags3611logstatsplain
-rw-r--r--pgi-flags3600logstatsplain
d---------site-specific37logstatsplain
-rw-r--r--solaris5016logstatsplain
d---------toolchain194logstatsplain
> 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/tclInt.decls
Commit message (Collapse)AuthorAgeFilesLines
* Fix comments at the top of the *.decls files, which are not correct any more ↵jan.nijtmans2015-11-241-3/+2
|\ | | | | | | for a long long time
| * Fix comments at the top of the *.decls files, which are not correct any more ↵jan.nijtmans2015-11-241-3/+2
| | | | | | | | for a long long time.
* | Add TclRegisterLiteral() to internal stub table (from "mig-optimize" branch, ↵jan.nijtmans2013-12-191-0/+6
| | | | | | | | looks like a good idea anyway)
* | Put back Tcl[GS]etStartupScript(Path|FileName) in private stub table, so ↵jan.nijtmans2013-01-211-16/+16
| | | | | | | | | | extensions using this (like Tk 8.4) will continue to work in all Tcl 8.x versions. Extensions using this still cannot be compiled against Tcl 8.6 headers.
* | Put back Tcl_[GS]etStartupScript in internal stub table, so extensions using ↵jan.nijtmans2013-01-141-7/+7
| | | | | | | | this, compiled against 8.5 headers still run in Tcl 8.6.
* | Put back TclBackgroundException in internal stub table, so extensions using ↵jan.nijtmans2013-01-121-3/+3
| | | | | | | | this, compiled against 8.5 headers still run in Tcl 8.6.
* | Fix gcc warning in cygwin build: implicitely declared function ↵jan.nijtmans2012-12-051-10/+9
| | | | | | | | | | TclUnixOpenTemporaryFile. Move the function to slot 30, and define it (as 0) for win32 as well.
* | * unix/tclUnixFCmd.c (TclUnixOpenTemporaryFile): [Bug 2933003]: Factordkf2012-11-141-0/+6
| | | | | | | | | | | | | | out all the code to do temporary file creation so that it is possible to make it correct in one place. Allow overriding of the back-stop default temporary file location at compile time by setting the TCL_TEMPORARY_FILE_DIRECTORY #def to a string containing the directory name (defaults to "/tmp" as that is the most common default).
* | add TclUnixCopyFile to stub table for Cygwinjan.nijtmans2012-07-011-0/+5
|\ \ | |/
| * add TclUnixCopyFile to stub table for Cygwinjan.nijtmans2012-07-011-0/+5
| |
* | Take cygwin handling of X11 into accountjan.nijtmans2012-05-241-0/+4
|\ \ | |/ | | | | Implement TclpIsAtty, Cygwin only doc/dde.n: doc fix
| * Take cygwin handling of X11 into accountjan.nijtmans2012-05-241-0/+4
| |\ | | | | | | | | | Implement TclpIsAtty, Cygwin only doc/dde.n: doc fix
| | * Take cygwin handling of X11 into accountjan.nijtmans2012-05-241-0/+4
| | | | | | | | | | | | Implement TclpIsAtty, Cygwin only doc/dde.n: doc fix
* | | Revert most of [3caedf05df], since when we let cygwin share the win32 stub ↵jan.nijtmans2012-05-24