/windows/hl/

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 (Collapse)AuthorAgeFilesLines
...
| * | Test updates from [Bug 1284178]dkf2005-10-132-5/+14
| | |
| * | Added some more clarifying comments in Tcl_ClearChannelHandlers()vasiljevic2005-10-131-7/+6
| | |
| * | Temporary ifdef TCL_THREADS changes done to de-activate pendingvasiljevic2005-10-132-1/+14
| | | | | | | | | | | | event processing when channel is being closed/cutted.
| * | Remove _ANSI_ARGS_ and clean up a few commentsdkf2005-10-131-161/+160
| | |
| * | * generic/tclExecute.c: Removed obsolete use of NO_ERRNO_H.dgp2005-10-138-859/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tools/man2tcl.c: * unix/tcl.m4: * unix/tclConfig.h.in: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
| * | * compat/tclErrno.h: Removed obsolete file.dgp2005-10-132-99/+2
| | |
| * | Formatting cleanup to more accurately match the coding standards ofdkf2005-10-131-734/+713
| | | | | | | | | | | | the rest of the core.
| * | * generic/tclStrToD.c (TclParseNumber): Missing goto caused crashdgp2005-10-132-1/+7
| | | | | | | | | | | | when parsing "Na". [Bug 1325833]
| * | formattingdkf2005-10-131-182/+178
| | |
| * | quick typo fix; testingdgp2005-10-131-2/+2
| | |
| * | formatting and de-_ANSI_ARGS_-ificationdkf2005-10-13