summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
...
* Olson's tzdata2009ekennykb2009-04-091-1/+3
| | | FossilOrigin-Name: 112f6af617ec8873716fc87051da38480014563c
* bring doc and tools in line with http://wiki.tcl.tk/812nijtmans2009-03-253-5/+5
| | | FossilOrigin-Name: 1a4d23cb9eae8a5ffc5a5b3e9b9f36c60a7c96a3
* The converter author should not be assigned copyright for transformed documentspatthoyts2009-01-181-1/+0
| | | FossilOrigin-Name: 53d907e75063b2f7371a2a85ef40c146345f9b37
* Fix for [Bug 2330040]mistachkin2008-12-221-1/+5
| | | FossilOrigin-Name: e0bfcc2fb294a3732283241528fa818a4fb1f531
* * 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: FossilOrigin-Name: 448b87b688a106f316d4145606c8b1806bba41cb
* Converter script improvements. [Bug 2330040]dkf2008-11-241-27/+39
| | | FossilOrigin-Name: 4cc290da5f864f0623155e5c8618ea9178653e94
* Removed a rogue ^M from the end of a linepatthoyts2008-10-241-2/+2
| | | FossilOrigin-Name: 67dbd05fb43ddaf67122db1b75d115ba2036e98a
* 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. FossilOrigin-Name: dc58eb7219d241ac91b3404382fe30280fced6a1
* * 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: FossilOrigin-Name: 3d9e72a73bb346ebec75981287e2be314392a1ad
* Fix for [Bug 1934200]mistachkin2008-10-061-1/+2
| | | FossilOrigin-Name: 1108f5efb5b5d830db20d09dbfe6ec6c22393da0
* Fixes for [Bug 1934272, 2072891]mistachkin2008-10-022-4/+8
| | | FossilOrigin-Name: c2fdf161b8fdcea0633458ea959f41b11cf50f77
* overlooked 85 -> 86 bumpdgp2008-09-251-2/+2
| | | FossilOrigin-Name: 2782fc85d11a04f6817adb01aa300dbcbc28f897
* * 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: FossilOrigin-Name: cb2385ff07638652cbd7dc8dd15e74060b988730
* * 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: FossilOrigin-Name: ff4d6323a8a967a63d32d28abbf0d562953b1388
* * 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: FossilOrigin-Name: 764de4e88b5f6a87e3cddfc1c1ede70a1f063e58
* TIP 285 Implementationmistachkin2008-06-132-6/+10
| | | FossilOrigin-Name: 505c316922f01840b9fed6a409f5ca5786f5ad7d
* * tools/tsdPerf.tcl: use [info sharedlibextension]das2008-05-311-2/+2
| | | FossilOrigin-Name: f8c0850da0ce8a8c9e6d2040c9b55e812d2360e6
* Oops. Undo commit of the local tweaks.andreas_kupries2008-05-231-4/+1
| | | FossilOrigin-Name: 886a0a8186717f0ecf674836f0437c9a93e2a727
* * 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. FossilOrigin-Name: f337d855cc36f5c956e12db5e587a51534242867
* * 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. FossilOrigin-Name: 438f03c41cf8ec7234042e35115f30286b3ee469
* * 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): FossilOrigin-Name: 50b59ad915b6f60d4518e206ed3d9cd3232e9635
* * tools/genStubs.tcl: revert erroneous 2008-04-02 change markingdas2008-04-081-2/+2
| | | | | | *StubsPtr as EXTERN instead of extern. FossilOrigin-Name: a442a6378b507e526cc84d893aeec8c62ed4e6b0
* * 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] FossilOrigin-Name: 505f4107a4b00b831f31f8bd313c580ef0715cca
* * 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: FossilOrigin-Name: b76be03521619e41d68101547228a6b69c44ccd3
* * 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: FossilOrigin-Name: 514a7e674ee80e3d3276a4c044580357e24500c8
* *** 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: FossilOrigin-Name: 967313044694396b46b9f848a3d2274617c0dd84
* Improved manual page scraper to do a better job with Ttk. [Tk Bug 1876493]dkf2008-01-301-35/+45
| | | FossilOrigin-Name: 15f57337ff7af1fda8feee7401ea844e7afbf50f
* * 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. FossilOrigin-Name: e1659edfbca03861101d89d6d462ee591377d30c
* merge stable branch onto HEADdgp2007-12-138-8/+8
| | | FossilOrigin-Name: d1f7550cd9bf1343d8505fb99fc5141b58bb88bf
* * 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. FossilOrigin-Name: 68bd9c106b879644be55dd047933a3a383ea4e74
* * 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: FossilOrigin-Name: 48093f99b43fcd1f1ec37c4c83a0d05434f3d3f0
* * 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. FossilOrigin-Name: f6fd27f2a5b2955c9a5249a1d7e4012f15e8ca5a
* Convert .DS/.DE sequences to tables, as that's now what they're used for.dkf2007-11-011-2/+5
| | | FossilOrigin-Name: 4121e6dd836f4620471d86390c9f87a4c867d5c2
* Enhance the HTML generator so that it can produce multi-line option ↵dkf2007-10-301-224/+277
| | | | | descriptions. FossilOrigin-Name: bac767841d6bbab2a9debfc0db5773a3deb1ffcf
* Make the man->HTML scraper work better.dkf2007-10-261-13/+57
| | | FossilOrigin-Name: 84dfc4343ba0ce3d3420b60e11c62b12e1897a33
* * 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: FossilOrigin-Name: 7fb70f130d3c2c82df5efa28073545be23f4bc1f
* Working towards better nroff scraping...dkf2007-10-263-18/+78
| | | FossilOrigin-Name: a21259361a52f46f44d9ce94e7d1ebe1b8d819f9
* Deal with a nasty special case.dkf2007-10-241-2/+6
| | | FossilOrigin-Name: 073f32332f4db961056887fd826ad3f4c882a8f6
* Allow new options to be rendered as HTML.dkf2007-10-241-2/+39
| | | FossilOrigin-Name: 7578ef5866548755d6921fc052e17731a4e8ae64
* * tools/mkdepend.tcl: sort the dep list for a more humanly readable output.davygrvy2007-10-181-2/+2
| | | FossilOrigin-Name: 14381995f8425603d2b3a45a8307eb7b541e66fe
* * tools/mkdepend.tcl: Improved defense from malformed object list infile.davygrvy2007-10-171-27/+29
| | | FossilOrigin-Name: 9c9d1867151842c5b645f2647ba8df3d4395d208
* Convert .DS/.DE into HTML tables, not preformatted text.dkf2007-10-171-147/+142
| | | FossilOrigin-Name: 516d4f02132ce166c323cdafbe63ccfcc6e4a15b
* * tools/mkdepend.tcl: include path problem fixed. Never fightdavygrvy2007-10-151-2/+4
| | | | | | city hall when comes to levels of quoting issues. FossilOrigin-Name: 3e035a8398fa696495c40f0ae4768629346e87b1
* * tools/mkdepend.tcl: Produces usable output, but hasdavygrvy2007-10-151-53/+61
| | | | | | an include path problem I haven't sloved yet. FossilOrigin-Name: a9eae607f07274025596f8932af9a1c7597eab52
* * tools/mkdepends.tcl (new): Initial stab at generating automaticdavygrvy2007-10-141-0/+411
| | | | | | * win/makefile.vc: dependencies. FossilOrigin-Name: dee9c18a8a074061cb64bd61bef706e9ae6651a9
* * README: Bump version number to 8.5b1dgp2007-09-191-1/+1
| | | | | | | | | | | * generic/tcl.h: Merge from core-stabilizer-branch. * library/init.tcl: Stabilizing toward 8.5b1 release now done * tools/tcl.wse.in: on the HEAD. core-stabilizer-branch is * unix/configure.in: now suspended. * unix/tcl.spec: * win/configure.in: FossilOrigin-Name: dd2ca9251761565925b426e2957f267fdf97bb4d
* * tools/tcltk-man2html.tcl: revamp of html doc output to use CSS,hobbs2007-06-201-163/+249
| | | | | | standardized headers, subheaders, dictionary sorting of names. FossilOrigin-Name: 5f447112cf5e70842b0b9ed8c0480696dc6f998d
* * tools/tcltk-man2html.tcl: clean up copyright merging and output.hobbs2007-06-191-89/+114
| | | | | | clean up coding constructs. FossilOrigin-Name: 85678168814336d04d293d163349182671324968
* * unix/configure: autoconf-2.59 (FC6 fork)dgp2007-05-181-1/+1
| | | | | | | | | | | | | | | | | | | * win/configure: * README: Bump version number to 8.5a7 * generic/tcl.h: * library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * generic/tclParse.c: Disable and remove the ALLOW_EXPAND sections * tests/info.test: that continued to support the deprecated * tests/mathop.test: {expand} syntax. Updated the few remaining users of that syntax in the test suite. FossilOrigin-Name: c798353dedec7e2d208285297483b60ee5a2127a
* * doc/clock.n: Corrected a silly error (transposed 'uppercase'kennykb2007-04-201-9/+9
| | | | | | | | | | | | | | | | | and 'lowercase' in clock.n. [Bug 1656002] Clarified that [clock scan] does not recognize a locale's alternative calendar. * library/clock.tcl: Corrected an error in skipping over the %Ey field on input. * library/msgs/ja.msg: * tools/loadICU.tcl: Corrected several localisation faults in the Japanese locale (most notably, incorrect dates for the Emperors' eras). [Bug 1637471]. Many thanks to SourceForge user 'nyademo' for pointing this out and developing a fix. * generic/tclPathObj.c: Corrected a 'const'ness fault that caused bitter complaints from MSVC. FossilOrigin-Name: d2cd76b378ff597107ae7e5c09eff68e487cb961