summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate unneccessary spacesnijtmans2009-11-183-16/+16
|
* Forced LF translation when generating .h's to avoid spurious diffs when ↵ferrieux2009-07-261-1/+2
| | | | regenerating on a Windows box.
* Revert series of local changes not relevant to the last commit.andreas_kupries2009-07-231-4/+1
|
* * generic/tclIO.c (Tcl_GetChannelHandle): Do not crash forandreas_kupries2009-07-231-1/+4
| | | | | | | | * generic/tclPipe.c (FileForRedirect): getHandleProc == NULL, this is allowed. Provide a nice error message in the bypass area. Updated caller to check the bypass for a mesage. This fixes the bug [Bug 2826248] reported by Andy Sonnenburg <andy22286@users.sourceforge.net>
* Apply last useful bit of [Patch 557486].dkf2009-06-151-1/+1
|
* Tcl icon upgraded and SVG file added.patthoyts2009-05-011-0/+67
| | | | | | | | Windows 7 makes significant use of large icon resources. An SVG version of the tcl feather is included and has been used to generate the set of icons recommended for use on Vista except for the 256x256 PNG version. Inclusion of this prevents building with MSVC6 and a number of other tools which cannot handle PNG in in ico files. Hence the largest icon included is 64x64 at 32bit depth.
* Olson's tzdata2009eKevin B Kenny2009-04-091-1/+3
|
* bring doc and tools in line with http://wiki.tcl.tk/812nijtmans2009-03-253-5/+5
|
* The converter author should not be assigned copyright for transformed documentspatthoyts2009-01-181-1/+0
|
* Fix for [Bug 2330040]Joe Mistachkin2008-12-221-1/+5
|
* * README: Bump version number to 8.6b1dgp2008-12-191-1/+1
| | | | | | | | | | | | * generic/tcl.h: * library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* Converter script improvements. [Bug 2330040]dkf2008-11-241-27/+39
|
* Removed a rogue ^M from the end of a linepatthoyts2008-10-241-2/+2
|
* Letting CONST die a slow and graceful death, since NO_CONST wasnijtmans2008-10-221-7/+7
| | | | broken since 8.4 and no-one complained about it.
* * README: Bump version number to 8.6a4dgp2008-10-141-1/+1
| | | | | | | | | | | | * generic/tcl.h: * library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* Fix for [Bug 1934200]Joe Mistachkin2008-10-061-1/+2
|
* Fixes for [Bug 1934272, 2072891]Joe Mistachkin2008-10-022-4/+8
|
* overlooked 85 -> 86 bumpdgp2008-09-251-2/+2
|
* * README: Bump version number to 8.6a3dgp2008-08-281-1/+1
| | | | | | | | | | | | * generic/tcl.h: * library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* * README: Bump version number to 8.6a2dgp2008-08-121-1/+1
| | | | | | | | | | | | * generic/tcl.h: * library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* * README: Bump version number to 8.6a1dgp2008-06-191-1/+1
| | | | | | | | | | | | * generic/tcl.h: * library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* TIP 285 ImplementationJoe Mistachkin2008-06-132-6/+10
|
* * tools/tsdPerf.tcl: use [info sharedlibextension]das2008-05-311-2/+2
|
* Oops. Undo commit of the local tweaks.andreas_kupries2008-05-231-4/+1
|
* * win/tclWinChan.c (FileWideSeekProc): Accepted a patch byandreas_kupries2008-05-231-1/+4
| | | | | | | | | | | | Alexandre Ferrieux <ferrieux@users.sourceforge.net> to fix the [Bug 1965787]. 'tell' now works for locations > 2 GB as well instead of going negative. * generic/tclIO.c (Tcl_SetChannelBufferSize): Accepted a patch by * tests/io.test: Alexandre Ferrieux <ferrieux@users.sourceforge.net> * tests/chanio.test: to fix the [Bug 1969953]. Buffersize outside of the supported range are now clipped to nearest boundary instead of ignored.
* * tools/tsdPerf.c A loadable Tcl extension for testing TSDgeorgeps2008-05-092-0/+85
| | | | | | | performance. * tools/tsdPerf.tcl A simplistic tool that uses the thread extension and tsdPerf.so to get some performance metrics by, simulating, simple TSD contention.
* * generic/tclInt.h: make stubs tables 'static const' anddas2008-04-161-2/+2
| | | | | | | | * generic/tclStubInit.c: export only module-scope pointers to * generic/tclStubLib.c: the main stubs tables (for package * tools/genStubs.tcl: initialization). [Patch 1938497] * generic/tclBasic.c (Tcl_CreateInterp): * generic/tclTomMathInterface.c (TclTommath_Init):
* * tools/genStubs.tcl: revert erroneous 2008-04-02 change markingdas2008-04-081-2/+2
| | | | *StubsPtr as EXTERN instead of extern.
* * generic/tclStubLib.c: make symbols in libtclstub.a MODULE_SCOPE todas2008-04-021-7/+5
| | | | | | * tools/genStubs.tcl: avoid exporting them from libraries that link with -ltclstub; constify tcl*StubsPtr and stub table hook pointers. [Bug 1819422]
* * README: Bump version number to 8.6a0dgp2008-04-012-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tcl.h: * library/init.tcl: * macosx/Tcl-Common.xcconfig: * macosx/Tcl.pbproj/default.pbxuser: * macosx/Tcl.pbproj/project.pbxproj: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/README: * win/configure.in: * win/makefile.bc: * win/tcl.m4: * unix/configure: autoconf-2.59 * win/configure: * generic/tclBasic.c: Revised stubs-generation tool and interp * tools/genStubs.tcl: creation so that "tclStubsPtr" is not present * unix/Makefile.in: in libtcl.so, but is present only in libtclstub.a. This tightens up the rules for users of the stubs interfaces. [Bug 1819422] * generic/tclDecls.h: make genstubs * generic/tclIntDecls.h: * generic/tclIntPlatDecls.h: * generic/tclPlatDecls.h: * generic/tclTomMathDecls.h:
* * generic/tcl.h: Bump to 8.5.2 for release.core_8_5_2dgp2008-03-281-1/+1
| | | | | | | | | | | * library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* *** 8.5.1 TAGGED FOR RELEASE ***dgp2008-02-041-1/+1
| | | | | | | | | | | | * generic/tcl.h: Bump to 8.5.1 for release. * library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* Improved manual page scraper to do a better job with Ttk. [Tk Bug 1876493]dkf2008-01-301-35/+45
|
* * tools/tcltk-man2html.tcl (make-man-pages): make man page titlehobbs2008-01-051-1/+1
| | | | use more specific info on lhs to improve tabbed browser view titles.
* merge stable branch onto HEADdgp2007-12-138-8/+8
|
* * tools/genStubs.tcl: fix numerous issues handling 'macosx',das2007-12-101-102/+270
| | | | | | | 'aqua' or 'x11' entries interleaved with 'unix' entries [Bug 1834288]; add genStubs::export command [Tk FR 1716117]; cleanup formatting.
* * README: Bump version number to 8.5b3.dgp2007-11-191-1/+1
| | | | | | | | | | | | * generic/tcl.h: * library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * unix/configure: autoconf (2.59) * win/configure:
* * unix/tclUnixChan.c (TtyGetOptionProc): Accepted [SF Tcl Patchandreas_kupries2007-11-051-2/+2
| | | | | | | 1823576] provided by Stuart Cassof <stwo@users.sourceforge.net>. The patch adds the necessary utf/external conversions to the handling of the arguments of option -xchar which will allow the use of \0 and similar characters.
* Convert .DS/.DE sequences to tables, as that's now what they're used for.dkf2007-11-011-2/+5
|
* Enhance the HTML generator so that it can produce multi-line option ↵dkf2007-10-301-224/+277
| | | | descriptions.
* Make the man->HTML scraper work better.dkf2007-10-261-13/+57
|
* * README: Bump version number to 8.5b2.dgp2007-10-261-1/+1
| | | | | | | | | | | | * generic/tcl.h: * library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * unix/configure: autoconf (2.59) * win/configure:
* Working towards better nroff scraping...dkf2007-10-263-18/+78
|
* Deal with a nasty special case.dkf2007-10-241-2/+6
|
* Allow new options to be rendered as HTML.dkf2007-10-241-2/+39
|
* * tools/mkdepend.tcl: sort the dep list for a more humanly readable output.davygrvy2007-10-181-2/+2
|
* * tools/mkdepend.tcl: Improved defense from malformed object list infile.davygrvy2007-10-171-27/+29
|
* Convert .DS/.DE into HTML tables, not preformatted text.dkf2007-10-171-147/+142
|
* * tools/mkdepend.tcl: include path problem fixed. Never fightdavygrvy2007-10-151-2/+4
| | | | city hall when comes to levels of quoting issues.
* * tools/mkdepend.tcl: Produces usable output, but hasdavygrvy2007-10-151-53/+61
| | | | an include path problem I haven't sloved yet.