summaryrefslogtreecommitdiffstats
path: root/Python/mysnprintf.c
Commit message (Expand)AuthorAgeFilesLines
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-56/+56
* Fix issue2588: Do not execute str[size-1] = '\0' when a 0 size isGregory P. Smith2008-05-261-1/+2
* Fix issue2589: there was a potential integer overflow leading toGregory P. Smith2008-05-261-4/+15
* PyOS_vsnprintf(): Change PyMem_Malloc() call to PyMem_MALLOC() macro,Barry Warsaw2001-12-211-2/+2
* mysnprintf.c: Massive rewrite of PyOS_snprintf and PyOS_vsnprintf, toTim Peters2001-12-031-78/+74
* When the number of bytes written to the malloc'ed buffer is largerGuido van Rossum2001-12-011-5/+5
* Add mysnprintf.c to Windows build, + squash compiler wngs in mysnprintf.c.Tim Peters2001-07-311-2/+3
* This patch turns the Python API mismatch notice into a standardMarc-André Lemburg2001-07-311-0/+96
0536'>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
path: root/doc/clock.n
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2004-09-07 21:41:56 (GMT)
committerKevin B Kenny <kennykb@acm.org>2004-09-07 21:41:56 (GMT)
commit7f4ac638476dedc7ca6481de6e3d5dc31d5d8f58 (patch)
tree1d4fa15ddd34851d3d1356e948f1626e87a92224 /doc/clock.n
parentabcb9bd1b0b42addc1f0d5a2d17bc806220c7f3c (diff)
downloadtcl-7f4ac638476dedc7ca6481de6e3d5dc31d5d8f58.zip
tcl-7f4ac638476dedc7ca6481de6e3d5dc31d5d8f58.tar.gz
tcl-7f4ac638476dedc7ca6481de6e3d5dc31d5d8f58.tar.bz2
* doc/clock.n: Documented the default -format, and changed
references to a (nonexistent) msgcat command to refer to the msgcat package. [Bug 1023870]