summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Collapse)AuthorAgeFilesLines
* Bug 1426279Kevin B Kenny2006-07-311-14/+55
|
* Fixed Bug 1494664Kevin B Kenny2006-07-301-3/+3
|
* Fixed Bug 1505383Kevin B Kenny2006-07-301-3/+3
|
* fix for Martin Lemburg's DST conversion bug.Kevin B Kenny2006-04-191-6/+6
| | | | http://groups.google.com/group/comp.lang.tcl/browse_thread/thread/9a8b15a4dfc0b7a0
* * library/reg/pkgIndex.tcl: Bump to registry 1.2 becausedgp2006-04-051-4/+4
| | | | | | | | * win/tclWinReg.c: Registry_Unload() is a new public routine * win/Makefile.in: compared to the 1.1.* releases. * win/configure.in: Bump package version numbers. * win/configure: autoconf 2.59
* * win/tclWinInit.c: More careful calls to Tcl_DStringSetLength()dgp2006-04-052-4/+4
| | | | | | | | | | | | * win/tclWinSock.c: to avoid creating invalid DString states. * win/tclWinDde.c: Bump to version 1.3.2. [RFE 1366195] * library/dde/pkgIndex.tcl: * library/reg/pkgIndex.tcl: Bump to registry 1.1.6 * win/tclWinReg.c: * win/configure.in: Bump package version numbers. * win/configure: autoconf 2.59
* * library/tm.tcl (::tcl::tm::Defaults): Fixed handling ofandreas_kupries2006-03-141-1/+1
| | | | | environment variable TCLX.y_TM_PATH, bad variable reference. See [SF Tcl Bug 1448251]. Thanks to Julian Noble.
* * unix/Makefile.in: Package http 2.5.2 requires Tcl 8.4, sodgp2006-03-072-3/+3
| | | | | * win/Makefile.in: the *.tm installation has to be placed in an "8.4" directory, not an "8.2" directory.
* * library/http/http.tcl: Bump to version 2.5.3 to cover bug fixdgp2006-03-072-3/+3
| | | | | | * library/http/pkgIndex.tcl: in URL parsing. [Bug 1358369] * unix/Makefile.in: * win/Makefile.in:
* TIP#258 IMPLEMENTATIONdgp2006-02-081-6/+8
| | | | | | | | | | | | | | | | | | | | | * doc/Encoding.3: New subcommand [encoding dirs]. * doc/encoding.n: New routine Tcl_GetEncodingNameFromEnvironment. * generic/tcl.decls: Made public: * generic/tclBasic.c: TclGetEncodingFromObj * generic/tclCmdAH.c: -> Tcl_GetEncodingFromObj * generic/tclEncoding.c:TclGetEncodingSearchPath * generic/tclInt.decls: -> Tcl_GetEncodingSearchPath * generic/tclInt.h: TclSetEncodingSearchPath * generic/tclTest.c: -> Tcl_SetEncodingSearchPath * library/init.tcl: Removed commands: * tests/cmdAH.test: [tcl::unsupported::EncodingDirs] * tests/encoding.test: [testencoding path] (Tcltest) * unix/tclUnixInit.c: [Patch 1413934]. * win/tclWinInit.c: * generic/tclDecls.h: make genstubs * generic/tclIntDecls.h: * generic/tclStubInit.c:
* Olson's tzdata2005rKevin B Kenny2005-12-2720-2439/+3531
|
* Corrected bugs in tommath installation, improved tommath square root ↵Kevin B Kenny2005-12-271-2/+2
| | | | performance, patched around a [clock scan] issue with time zones
* another puny speedup - no error thrown from ::tcl::clock::getenvKevin B Kenny2005-12-021-3/+3
|
* another little speedup to [clock format]Kevin B Kenny2005-12-021-4/+7
|
* Bug 1371446 plus buildability on ancient SolarisKevin B Kenny2005-12-021-12/+12
|
* another [clock format] performance boost - precompile formatsKevin B Kenny2005-12-011-327/+446
|
* remove redundant [mc] calls in [clock]Kevin B Kenny2005-12-011-18/+32
|
* remove redundant [mc] calls in [clock]Kevin B Kenny2005-12-011-48/+62
|
* code rationalization - eliminate some duplication between Tcl and CKevin B Kenny2005-11-301-175/+27
|
* make [clock format] go fasterKevin B Kenny2005-11-291-584/+94
|
* Olson's tzdata2005oKevin B Kenny2005-11-286-591/+401
|
* Corrected bug in DST transition times for locales that specify transition in ↵Kevin B Kenny2005-11-2893-8994/+9002
| | | | local Standard Time
* Fix silly errors in REs, in variables, and in tests that were working withdkf2005-11-181-8/+8
| | | | invalid URLs.
* Improved URL validation that better describes why validation failed. [Bug ↵dkf2005-11-181-97/+199
| | | | 1358369]
* Bump to http 2.5.2 to cover changing rules in [http::mapReply] [1182373]dgp2005-11-152-3/+3
|
* Bug 1298737Kevin B Kenny2005-11-041-1/+4
|
* * tests/http.test: do not URI encode -._~ accordinghobbs2005-10-051-4/+8
| | | | * library/http/http.tcl (init): to RFC3986. [Bug 1182373] (aho)
* Rebuild tzdata from Olson's tzdata2005n.tar.gzKevin B Kenny2005-10-0346-3626/+4065
|
* fix comment typohobbs2005-09-301-3/+3
|
* init value to (-)Inf for min/max expr functions to simplify codehobbs2005-09-301-15/+9
|
* implementation for TIP #255, expr min/maxhobbs2005-09-291-1/+43
|
* * generic/tclStringObj.c: Bug fixes: ObjPrintfVA needed todgp2005-09-141-3/+3
| | | | | | | | | | | | | support "*" fields and needed to interpret precision limits on %s conversions as a number of bytes, not Tcl_UniChars, to take from the (char *) argument. * generic/tclBasic.c: Updated several callers to use * generic/tclCmdMZ.c: TclFormatToErrorInfo(). * generic/tclIOUtil.c: * library/init.tcl: Keep [unknown] in sync with errorInfo formatting rules.
* * library/tm.tcl (::tcl::tm::roots): Accepted Don Porter's patchandreas_kupries2005-08-291-1/+1
| | | | | for [Tcl SF Bug 1189657]. Syncs the implementation to the specification (TIP #189).
* TIP#219 IMPLEMENTATIONandreas_kupries2005-08-241-18/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | * doc/SetChanErr.3: ** New File **. Documentation of the new channel API functions. * generic/tcl.decls: Stub declarations of the new channel API. * generic/tclDecls.h: Regenerated * generic/tclStubInit.c: * tclIORChan.c: ** New File **. Implementation of the reflected channel. * generic/tclInt.h: Integration of reflected channel and new error * generic/tclIO.c: propagation into the generic I/O core. * generic/tclIOCmd.c: * generic/tclIO.h: * library/init.tcl: * tests/io.test: Extended testsuite. * tests/ioCmd.test: * tests/chan.test: * generic/tclTest.c: * generic/tclThreadTest.c: * unix/Makefile.in: Integration into the build machinery. * win/Makefile.in: * win/Makefile.vc:
* Changed message catalog file names to lowercaseKevin B Kenny2005-08-1767-0/+0
|
* added /usr/lib/zoneinfo for antique glibcKevin B Kenny2005-08-121-1/+2
|
* bug 1257830Kevin B Kenny2005-08-121-16/+41
|
* * library/init.tcl ([unknown]): Corrected return code handlingdgp2005-07-271-4/+14
| | | | | in the portions of [unknown] that expand incomplete commands during interactive operations. [Bug 1214462].
* * library/auto.tcl: Updates to the Tcl script library to makedgp2005-07-236-78/+76
| | | | | | | | * library/history.tcl: use of Tcl 8.4 features. Forward port of * library/init.tcl: appropriate portions of [Patch 1237755]. * library/package.tcl: * library/safe.tcl: * library/word.tcl:
* drop support of ancient BSD, IRIX4, RISCos, Ultrix, and ldAout.tclKevin B Kenny2005-07-211-233/+0
|
* Bug 1237907Kevin B Kenny2005-07-151-6/+24
|
* * library/auto.tcl: Make file safe to re-[source] withoutdgp2005-06-241-23/+23
| | | | destroying registered auto_mkindex_parser hooks.
* * library/auto.tcl: Make file safe to re-[source] withoutdgp2005-06-241-20/+27
| | | | destroying registered auto_mkindex_parser hooks.
* TIP#208 implementationdkf2005-06-061-1/+21
| | | | It's crude (especially in the tests and docs department) and incomplete (no truncation on non-POSIX platforms).
* Remove blatant inefficiency in [parray]dkf2005-06-031-3/+4
|
* * library/init.tcl: Updated [unknown] to be sure the [return]dgp2005-05-241-2/+3
| | | | | * tests/init.test: options from an auto-loaded command are seen correctly by the caller.
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-105-5/+5
|
* * library/init.tcl: Corrected flaw in interactive commanddgp2005-04-281-2/+2
| | | | * tests/main.test: auto-completion. [Bug 1191409].
* Olson's tzdata2005iKevin B Kenny2005-04-2516-15/+19
|
* * library/init.tcl: Use "ni" and "in" operators.dgp2005-04-251-7/+7
|