summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Collapse)AuthorAgeFilesLines
* [Bug 473946]: special characters not correctly sentjan.nijtmans2012-05-101-2/+2
|\
| * Increase version to 1.2.5bug_473946jan.nijtmans2012-05-091-2/+2
| | | | | | | | | | Now should work on Win95 as well Use Tcl_GetUnicodeFromObj in stead of Tcl_Win* functions, so we no longer have to detect whether we are on WinNT+
* | Make 'auto_execok START' do the Right Thingdkf2012-04-271-1/+1
|\ \ | |/
| * Make 'auto_execok START' do the Right Thingdkf2012-04-271-1/+1
| |
* | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-242-4/+4
|\ \ | |/ | | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin
| * [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-242-4/+4
| | | | | | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin
* | Apply tzdata2012cKevin B Kenny2012-04-185-88/+270
| |
* | Update to tzdata 2012bvenkat2012-03-1927-382/+43
| |
* | Merged from 8.4 branch -- http package. Fix Bug 3498327. Generate upper-case ↵andreask2012-03-072-4/+4
|\ \ | |/ | | | | hexadecimal output for compliance with RFC 3986. Bumped version to 2.7.9.
| * http package. Fix Bug 3498327. Generate upper-case hexadecimal output for ↵andreask2012-03-072-4/+4
| | | | | | | | compliance with RFC 3986. Bumped version to 2.5.7.
* | 3480599 Make [source] and [load] order of multi-file package happen in sortedbug_3480599dgp2012-01-271-1/+1
| | | | | | order of the file names.
* | Bump to version 2.7.8dgp2012-01-172-2/+2
|\ \ | |/
| * Bump to 2.5.6dgp2012-01-172-2/+2
| |
* | Ensure that error messages are always set, even in believed-unreachable code.dkf2012-01-161-0/+1
|\ \ | |/
| * Ensure that error messages are always set, even in believed-unreachable code.dkf2012-01-161-0/+1
| |
* | * library/http/http.tcl (http::Connect): [Bug 3472316]: Ensure that wedkf2012-01-131-3/+2
|\ \ | |/ | | only try to read the socket error exactly once.
| * * library/http/http.tcl (http::Connect): [Bug 3472316]: Ensure that wedkf2012-01-131-3/+2
| | | | | | only try to read the socket error exactly once.
* | Fix loading of timezones where one abbreviation is a proper suffix of ↵Kevin B Kenny2012-01-081-3/+5
| | | | | | | | another [Bug 3470928]
* | Actually check in the files, not just the Changelog.venkat2011-12-307-6/+891
| |
* | [Bug 967195]: Make tcltest work when tclsh is compiled without using the ↵jan.nijtmans2011-11-302-4/+12
|\ \ | |/ | | | | setargv() function on mingw.
| * [Bug 967195]: Make tcltest work when tclsh is compiled without using the ↵jan.nijtmans2011-11-301-2/+10
| | | | | | | | | | setargv() function on mingw (no need to incr the version, since 2.2.10 is never released)
* | Release candidate branch for Tcl 8.5.11.dgp2011-10-201-1/+1
| |
* | Update changes toward 8.5.11 release. Bump to http 2.7.7.dgp2011-10-202-2/+2
| |
* | Don't cache the system timezone when it was derived from TCL_TZ or TZ.max2011-10-181-11/+16
| |
* | Update to Olson's tzdata2011lvenkat2011-10-153-2/+106
| |
* | Update to Olson's tzdata2011kvenkat2011-10-0411-1078/+18
| |
* | [Bug 3391977]: Ensure that the -headers option to http::geturl overrides thedkf2011-09-161-1/+7
| | | | | | | | -type option (important because -type has a default that is not always appropriate, and the header must not be duplicated).
* | Update to Olson's tzdata2011ivenkat2011-09-078-774/+584
| |
* | Update to Olson's tzdata2011hdgp2011-07-2818-2848/+26
| |
* | merge to RCcore_8_5_10core_8_5_10_rcdgp2011-06-232-27/+62
|\ \
| * \ Merged from core-8-4-branch: Updated to platform 1.0.10. Added handling of ↵andreask2011-06-222-27/+62
| |\ \ | | |/ | | | | | | the DEB_HOST_MULTIARCH location change for libc.
| | * Updated to platform 1.0.10. Added handling of the DEB_HOST_MULTIARCH ↵andreask2011-06-222-27/+62
| | | | | | | | | | | | location change for libc
* | | merge to RCdgp2011-06-212-2/+33
|\ \ \ | |/ /
| * | tcltest 2.3.3 fixes:dgp2011-06-211-2/+2
| | | | | | | | | | | | | | | | | | | | | * Use [package ifneeded] so slave gets exactly same tcltest version as master * Use [configure] command instead of legacy ::argv magic to pass tcltest configuration options to slave interp. Test files using the new [loadIntoSlaveInterpreter] command updated to declare their need for tcltest 2.3.3 as minimum acceptable release.
| * | Backport tcltest 2.3.3 for release with Tcl 8.5.*dgp2011-06-212-2/+33
| | |
* | | Release candidate branch for Tcl 8.5.10.dgp2011-05-261-1/+1
|/ /
* | committed missing tzdata/Africa/Cairo from venkat's last commitKevin B Kenny2011-05-251-178/+0
| |
* | Bump to msgcat 1.4.4.dgp2011-05-252-26/+12
| |
* | [Bug 2715421] fix backported from 8.6 to remove extra newline from POSTs.patthoyts2011-05-122-3/+2
| | | | | | | | | | Package version incremented to 2.7.6. Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
* | Update to Olson tzdata2011fvenkat2011-04-121-2/+1
| |
* | Import Olson's tzdata2011e.venkat2011-04-056-4/+835
| |
* | Import Olson's tzdata2011d and fix a tclZIC.tcl bug that made the import fail. Kevin B Kenny2011-03-147-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | * tools/tclZIC.tcl (onDayOfMonth): Allow for leading zeroes in month and day so that tzdata2011d parses correctly. * library/tzdata/America/Havana: * library/tzdata/America/Juneau: * library/tzdata/America/Santiago: * library/tzdata/Europe/Istanbul: * library/tzdata/Pacific/Apia: * library/tzdata/Pacific/Easter: * library/tzdata/Pacific/Honolulu: tzdata2011d
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-0213-28/+2
|\ \ | |/ | | more harm than good. Purged them.
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-0113-26/+0
| | | | | | more harm than good. Purged them.
| * * library/platform/platform.tcl: Added OSX Intel 64bitandreas_kupries2010-06-093-6/+28
| | | | | | | | * library/platform/pkgIndex.tcl: Package updated to version 1.0.9.
| * * library/platform/platform.tcl: Fix cpu name for Solaris/Intel 64bit.andreas_kupries2010-05-072-3/+8
| | | | | | | | * library/platform/pkgIndex.tcl: Package updated to version 1.0.8.
| * * library/platform/platform.tcl: Another stab at getting the /lib,andreas_kupries2010-04-292-9/+26
| | | | | | | | | | * library/platform/pkgIndex.tcl: /lib674 difference right for linux. Package updated to version 1.0.7.
| * Fixed missing update of platform package index.andreas_kupries2010-04-141-1/+1
| |
| * * library/platform/platform.tcl: Linux platform identification:andreas_kupries2010-04-141-2/+5
| | | | | | | | | | | | | | Check /lib64 for existence of files matching libc* before accepting it as base directory. This can happen on weirdly installed 32bit systems which have an empty or partially filled /lib64 without an actual libc. Bumped to version 1.0.6.
| * * library/platform/pkgIndex.tcl: Backported the platform packagesandreas_kupries2009-10-233-0/+549
| | | | | | | | | | | | | | * library/platform/platform.tcl: from head and8.5 into the 8.4 * library/platform/shell.tcl: branch. Updated makefiles to install * unix/Makfile.in: the packages. * win/Makefile.in: