summaryrefslogtreecommitdiffstats
path: root/Doc/library/xml.sax.handler.rst
Commit message (Expand)AuthorAgeFilesLines
* Fix latex conversion glitch in property/feature descriptions.Georg Brandl2010-11-081-42/+51
* Last round of adapting style of documenting argument default values.Georg Brandl2009-09-161-1/+0
* Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie.Georg Brandl2008-02-011-2/+2
* Merged revisions 59605-59624 via svnmerge fromChristian Heimes2007-12-311-1/+1
* Get rid of the remaining versionadded/versionchanged directives.Georg Brandl2007-09-011-2/+0
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+402
value='bug_3530536'>bug_3530536 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
...
* | Implemented TIP #124 (clock clicks -microseconds and Tcl_WideInt Kevin B Kenny2003-04-127-206/+456
| | | | | | | | | | | | return values). Fixed Bug 710310 (duplicate test numbers in clock.test). Made major changes to tclWinTime.c and related code to improve loop filter stability.
* | * generic/tclCmdMZ.c (Tcl_StringObjCmd,STR_IS_INT): Correcteddgp2003-04-114-13/+36
| | | | | | | | | | | | | | | | inconsistent results of [string is integer] observed on systems where sizeof(long) != sizeof(int). [Bug 718878] * tests/string.test: Added tests for Bug 718878. * doc/string.n: Clarified that [string is integer] accepts 32-bit integers.
* | * generic/tclIO.c (UpdateInterest): When dropping interest inandreas_kupries2003-04-112-1/+52
| | | | | | | | | | | | | | TCL_READABLE now dropping interest in TCL_EXCEPTION too. This fixes a bug where Expect detects eof on a file prematurely on solaris 2.6 and higher. A much more complete explanation is in the code itself (40 lines of comments for a one-line change :)
* | fix 5 small filesystem bugs, and some typosvincentdarley2003-04-11