/demos/

88 Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * generic/tcl.h Made changes so that the "wideInt" Tcl_ObjTypedgp2003-04-1612-285/+136
* If you deal with network sockets, you should care about encodings. Tcl cannotdkf2003-04-162-2/+14
* Math funcs might have to deal with wide ints; document this. [Bug 709720]dkf2003-04-162-7/+25
* Updated mkLinks for TIP 111 documentationdgp2003-04-161-0/+28
* removed undesired 'static'vincentdarley2003-04-162-2/+7
* Corrected use of types to make compilation compatible with VC++5.Kevin B Kenny2003-04-152-37/+39
* Added example section "SCOPED SCRIPTS", supplied by Kevin Kenny.jenglish2003-04-152-2/+30
* Updated makefile.vc to conform with Mo DeJong's changes to Makefile.in Kevin B Kenny2003-04-152-2/+9
* remove duplicate function definitionvincentdarley2003-04-152-121/+6
* fixed compiler warningsdgp2003-04-151-0/+5
* Stopped compiler warnings about type casts.dgp2003-04-152-4/+4
* * win/Makefile.in: Don't define TCL_DBGXmdejong2003-04-153-15/+31
* Added conditionals to make tclWinFile.c compile on VC++6, which Kevin B Kenny2003-04-14