summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * If tcltest's removeFile fails for a non-expected reason (e.g. Windows keeps ↵jan.nijtmans2019-08-262-3/+8
| | | | | | | | | | | | | | | | | | | | the file locked), this should not result in a test failure, just a warning. Observed in this Travis build: [https://travis-ci.org/tcltk/tcl/jobs/576443957] Tcl test 2.5.0 -> 2.5.1
| | | * Update tzdata to 2019bjan.nijtmans2019-07-309-656/+377
| | | |
| | | * Remove EXECUTE flag for tclWinFile.c. More eol-spacing cleanup (keeping ↵jan.nijtmans2019-06-262-12/+12
| | | | | | | | | | | | | | | | tests-pref/* among other the same in multiple branches)
| | | * (cherry-pick from8.6): Japanese Reiwa (令和) erajan.nijtmans2019-05-071-1/+1
| | | |
| | | * Update TZ info to tzdata2019ajan.nijtmans2019-03-276-55/+68
| | | |
| * | | merge 8.6dgp2019-07-039-656/+377
| |\ \ \ | | |/ /
| * | | Bump version numbers for 8.6.10 release.dgp2019-06-171-1/+1
| | | |
* | | | Bugfix for #f81beca7af. Revert mistaken change to -querychannel -translation ↵kjnash2019-07-142-5/+3
| |/ / |/| | | | | | | | in library/http/http.tcl. Bump http version to 2.9.1. Also, give correct major version in doc/http.n and adjust example user-agent string to a 2.9 value.
* | | Update TZ info to tzdata2019b.José Ignacio Marín2019-07-029-656/+377
|/ /
* | Japanese Reiwa (令和) eraKevin B Kenny2019-05-041-1/+1
| |
* | Update TZ info to tzdata2019a.José Ignacio Marín2019-03-266-55/+68
| |
* | merge updated 8.5-timerate branchsebres2019-03-051-0/+3
|\ \ | |/
| * helper to import `timerate` on demand in unknown/autoload proceeding.sebres2019-03-051-0/+3
| |
| * Update TZ info to tzdata2018i.jan.nijtmans2019-01-0416-56/+240
| |
| * [86d249bcba] Make sure that tcltest::runAllTests actually returns 1 on failure.dgp2018-11-081-1/+3
| | | | | | Repairs TIP 525 Implementation.
| * [TIP 525] Backport package tcltest 2.5dgp2018-10-292-45/+86
| |
| * (temporary) backout [0386db909a]: Enable CI builds with Travis. This enables ↵jan.nijtmans2018-10-271-2/+2
| | | | | | | | everything else to merge-marked to 8.6. Will put it back in the next commit
| * Backport various minor issues from 8.6: jan.nijtmans2018-10-273-440/+101
| | | | | | | | | | | | - gcc compiler warning in tclDate.c - protect Tcl_UtfToUniCharDString() from ever reading more than "length" bytes from its input, not even in the case of invalid UTF-8. - update to latest tzdata - fix 2 failing test-cases on MacOSX
| * Update to latest tzdata (backported from 8.6)jan.nijtmans2018-10-2710-386/+427
| |
| * tclWinDde.c: Backport version 1.4.1 from Tcl 8.6.jan.nijtmans2018-10-271-2/+2
| |
| * Backport "registry" version 1.3.3, so all active branches now have the same ↵jan.nijtmans2018-10-241-4/+4
| | | | | | | | | | registry version. (this commit must -eventually- be merge-marked to core-8-6-branch, since everything is there already)
| * Enable CI builds with Travis.dkf2018-10-231-2/+2
| |\
| | * Disable windows builds. Make test failures fatal.dkf2018-10-211-2/+2
| | |
* | | Update TZ info to tzdata2018i.José Ignacio Marín2018-12-311-0/+1
| | |
* | | Update TZ info to tzdata2018h.José Ignacio Marín2018-12-2915-56/+239
| | |
* | | [86d249bcba] Make sure that tcltest::runAllTests actually returns 1 on failuredgp2018-11-081-1/+3
| | | | | | | | | Repairs TIP 525 implementation.
* | | merge 8.6dgp2018-11-012-15/+34
|\ \ \
| * | | [TIP 525] Backport package tcltest 2.5dgp2018-10-292-15/+34
| | | |
* | | | merge 8.6dgp2018-10-294-442/+103
|\ \ \ \ | |/ / /
| * | | Update TZ info to tzdata2018g.José Ignacio Marín2018-10-273-440/+101
| | | |
| * | | tclWinReg.c: Code cleanup. Eliminate some unnecessary variables.jan.nijtmans2018-10-261-2/+2
| | | | | | | | | | | | | | | | tclWinDde.c: Backport improvements (support for TCL_UTF_MAX=6) from androwish: Both androwish and tclsh (all versions) can now use the same dde.dll. dde: bump version
* | | | merge 8.6dgp2018-10-2210-386/+427
|\ \ \ \ | |/ / /
| * | | Update TZ info to tzdata2018f.José Ignacio Marín2018-10-1810-386/+427
| | | |
| * | | Revert addition of "slowTest" as built-in constraint. (no TIP; no version bump).dgp2018-10-171-4/+0
| | | | | | | | | | | | Let the test file that needs the constraint define it with existing facilities.
* | | | Revert addition of "slowTest" as built-in constraint. (no TIP; no version bump).dgp2018-10-111-4/+0
| | | | | | | | | | | | Let the test file that needs the constraint define it with existing facilities.
* | | | Bump version numbers for 8.6.9 release.dgp2018-10-051-1/+1
|/ / /
* | | In registry, protect "keyName" from being NULL: This actually can lead to ↵jan.nijtmans2018-10-041-2/+2
| | | | | | | | | | | | crashed (I experienced this ...). Update version to 1.3.3, and align implementation in all branches (core-8-6-branch and higher)
* | | Give lambda function a name "ReceiveChunked" for easier testing. New ↵jan.nijtmans2018-09-231-100/+42
| | | | | | | | | | | | function quoteString and code cleanup
* | | Update http version number, and fix some related test-casesjan.nijtmans2018-09-222-2/+2
| | |
* | | merge 8.6kjnash2018-09-155-309/+315
|\ \ \
| * \ \ merge 8.5 ([21b0629c81] 0-day vulnerability - insufficient escape by exec of ↵sebres2018-08-291-0/+4
| |\ \ \ | | |/ / | | | | | | | | batch-files for windows)
| | * | code review, skip slow test winpipe-8.2 executed args from injectList ↵sebres2018-08-231-0/+4
| | | | | | | | | | | | | | | | particularly (normally winpipe-8.3 covers the same but jointly), to enable use parameter `-constraints slowTest`, added new test with randomly generated potentially dangerous args
| | * | Update to latest tzdata (backported from 8.6)jan.nijtmans2018-06-0992-3461/+3467
| | | |
| | * | Update to tzdata2017cKevin B Kenny2017-10-2421-367/+404
| | | |
| * | | Update TZ info to tzdata2018e.José Ignacio Marín2018-05-044-309/+311
| | | |
* | | | Bugfix - always cleanup persistent socket.kjnash2018-06-011-5/+6
| | | |
* | | | Restore production test settings: set tests/httpPipeline.test to ↵kjnash2018-04-211-64/+64
| | | | | | | | | | | | | | | | non-verbose, and comment out most Log calls in library/http/http.tcl
* | | | merge 8.6kjnash2018-04-2190-3156/+3161
|\ \ \ \ | |/ / /
| * | | http::geturl now returns full error stack information if the initial socket ↵oehhar2018-04-182-4/+5
| | | | | | | | | | | | | | | | command fails Ticket [ff82755e15]
| * | | Update TZ info to tzdata2018d.José Ignacio Marín2018-03-2486-3141/+3142
| | | |