Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Formatting cleanup. | dkf | 2008-12-18 | 1 | -9/+9 |
| | |||||
* | Lots of very minor formatting fixes. | dkf | 2008-10-15 | 1 | -1/+15 |
| | |||||
* | CONSTified 4 functions in the Notifier which all have a Tcl_Time* in it which is | nijtmans | 2008-07-24 | 1 | -2/+2 |
| | | | | | | | | | | | supposed to be a constant, but this was not reflected in the API: Tcl_SetTimer Tcl_WaitForEvent Tcl_ConditionWait Tcl_SetMaxBlockTime Introduced a CONST86, so extensions which have their own Notifier (are there any?) can be modified to compile against both Tcl 8.5 and Tcl 8.6. This change complies with TIP #24 | ||||
* | Prepare Tcl's docs for life as 8.6 (remove out of date change bars, fix | dkf | 2008-06-29 | 1 | -18/+12 |
| | | | | typedefs, add a few missing bits) | ||||
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
| | |||||
* | First stage of doing GOOBE improvements to documentation now that the html ↵ | dkf | 2007-10-28 | 1 | -12/+17 |
| | | | | generation works | ||||
* | * changes: Updated for 8.5b2 release.core_8_5_b2 | dgp | 2007-10-26 | 1 | -4/+2 |
| | | | | | | * doc/*.1: Revert doc changes that broke * doc/*.3: `make html` so we can get the release * doc/*.n: out the door. | ||||
* | Lots of improvements to look and feel of manual pages | dkf | 2007-10-24 | 1 | -2/+4 |
| | |||||
* | nroff typo fixes | hobbs | 2007-04-22 | 1 | -9/+8 |
| | |||||
* | * doc/Notifier.3: Documented Tcl_SetNotifier and Tcl_ServiceModeHook. | Kevin B Kenny | 2007-04-20 | 1 | -5/+54 |
| | | | | Quite against my better judgment. [Bug 414933] | ||||
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
| | |||||
* | Purge old and inaccurate .VS/.VE macros. | dkf | 2005-04-06 | 1 | -3/+1 |
| | |||||
* | Added changes from core-8-4-branch | vasiljevic | 2004-11-25 | 1 | -2/+2 |
| | |||||
* | Reduce the number of warnings given by nroff... | dkf | 2004-10-07 | 1 | -27/+3 |
| | |||||
* | Fix the argument list widths properly... | dkf | 2004-10-07 | 1 | -2/+2 |
| | |||||
* | Update the .AS macro definition and take advantage of it's new-found power. | dkf | 2004-10-07 | 1 | -12/+12 |
| | |||||
* | Spell-check, fixed typos (Updates from Larry Virden). | jenglish | 2002-07-01 | 1 | -3/+3 |
| | |||||
* | doc/AddErrInfo.3, doc/ChnlStack.3, doc/Exit.3, doc/GetIndex.3, doc/Notifier.3, | jenglish | 2000-07-24 | 1 | -4/+4 |
| | | | | | | | | doc/Object.3, doc/RegExp.3, doc/SetResult.3, doc/SplitList.3, doc/Thread.3: Added missing entries to NAME sections. doc/AddErrInfo.3, doc/CrtObjCmd.3, doc/RecEvalObj.3: Changed Tcl_EvalObj to Tcl_EvalObjEx | ||||
* | more documentation lint | stanton | 1999-05-06 | 1 | -2/+2 |
| | |||||
* | merged doc changes from 8.1.0 | stanton | 1999-05-06 | 1 | -1/+1 |
| | |||||
* | * Merged changes from 8.1.0 branch | stanton | 1999-04-30 | 1 | -40/+91 |
| | |||||
* | Resynced with mainline. | rjohnson | 1999-04-21 | 1 | -1/+1 |
| | |||||
* | added Tcl_DStringTrunc to DString.3 | hershey | 1999-04-16 | 1 | -3/+17 |
| | | | | | | added mention of Tcl_ThreadQueueEvent, Tcl_ThreadAlert to Notifier.3 added Tcl_ThreadQueueEvent, Tcl_ThreadAlert, and Tcl_GetCurrentThread to Thread.3 | ||||
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+537 |