Tcl Source Code

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

47 check-ins using file changes version c5b2ed4ebe

2008-03-10
18:49
* doc/http.n: Revised to indicate that [package require http 2.5.5] is needed to g...
check-in: 7cf97fef06 user: dgp tags: trunk
17:54
* generic/tclEvent.c (TclDefaultBgErrorHandlerObjCmd): Added error * tests/event.te...
check-in: b8c4561fb4 user: dgp tags: trunk
16:18
* generic/tclBasic.c (ExprAbsFunc): Revised so that the abs() * tests/expr.test:...
check-in: e211f090b3 user: dgp tags: trunk
14:34
typo check-in: d8b5811378 user: dgp tags: trunk
2008-03-07
22:42
* generic/tclResult.c (ReleaseKeys): Workaround for [Bug 1904907]. Reset the return option keys... check-in: e3e2980503 user: andreas_kupries tags: trunk
21:07
commentary cleanup check-in: 2a77ff2ce0 user: dgp tags: trunk
19:26
* generic/tclExecute.c (Tcl_ExprObj): Revised expression bytecode compiling so tha...
check-in: d8bf40a6f9 user: dgp tags: trunk
19:15
* generic/tclCmdAH.c: Revised direct evaluation implementation of [expr] so that [...
check-in: beca0b3f8e user: dgp tags: trunk
19:04
* tests/execute.test (execute-6.*): More tests checking that script bytecode is ...
check-in: 487ecf6dc6 user: dgp tags: trunk
15:28
* tests/execute.test (execute-6.*): More tests checking that script bytecode is ...
check-in: ebf28f0213 user: dgp tags: trunk
09:27
regen check-in: 5295e88e33 user: dkf tags: trunk
09:27
Add AC_HEADER_STDC to support msys/win64. check-in: c3acd88cd6 user: dkf tags: trunk
2008-03-06
22:08
Minor tidying up. [Bug 1909019] check-in: fca3d95f5c user: dkf tags: trunk
2008-03-04
18:50
* tests/execute.test (6.3,4): Added tests for Bug 1899164].
check-in: 8b8aff2dde user: dgp tags: trunk
2008-03-03
14:54
* unix/tclUnixChan.c: Fix mark and space parity on Linux, which uses CMSPAR instead of PAREXT. check-in: 701e7babf4 user: rmax tags: trunk
2008-03-02
19:12
test added (did not fail previously, just to make sure it never does) check-in: 7d5f32e0a6 user: msofer tags: trunk
18:46
* generic/tclNamesp.c (GetNamespaceFromObj): spoil the intrep of an nsNameType obj when the refere...
check-in: 2cd4278581 user: msofer tags: trunk
2008-02-29
21:02
date fix check-in: 0923c75b80 user: dgp tags: trunk
21:02
* generic/tclResult.c (Tcl_SetReturnOptions): Revised the refcount management of T...
check-in: 1ef5d374d7 user: dgp tags: trunk
19:59
* generic/tclBasic.c (Tcl_AppendObjToErrorInfo): Revised the refcount managem...
check-in: 9bd1c3e045 user: dgp tags: trunk
2008-02-28
22:36
* generic/tclBasic.c (TclEvalObjvInternal): Plug memory leak when an enter trace...
check-in: fbd5ed0f6c user: dgp tags: trunk
20:40
* generic/tclCompExpr.c (ParseExpr): Plug memory leak in error message generation...
check-in: da89d12071 user: dgp tags: trunk
20:39
Oops! Forgot to record patch number #1903339 for last commit. check-in: 41f9a3a297 user: jenglish tags: trunk
20:14
Reduce scope of <sys/filio.h> and <sys/ioctl.h> #includes. check-in: 7eb313d9d8 user: jenglish tags: trunk
20:12
Consolidate all code conditionalized on -DUSE_FIONBIO into one place. New routine TclUnixSetBlocking... check-in: f166136c31 user: jenglish tags: trunk
17:36
* generic/tclStringObj.c (Tcl_AppendFormatToObj): [format %llx $big] leaked an mp_in...
check-in: 120da645b7 user: dgp tags: trunk
15:59
* generic/tclCompCmds.c (TclCompileReturnCmd): The 2007-10-18 commit to optimize co...
check-in: 8399eb8f5d user: dgp tags: trunk
2008-02-27
23:49
bug #705956 - fix inverted logic when cleaning up socket error in geturl. Document meta accessor. check-in: 8a680814d7 user: patthoyts tags: trunk
11:20
autoheader-2.59 check-in: b28d6f128b user: das tags: trunk
03:35
Remove dead/unused portability-related #defines and unused conditional code. See SF#1901828 for disc... check-in: b29cb95ed3 user: jenglish tags: trunk
02:08
* doc/clock.n: Corrected minor indentation gaffe in the penultimate paragraph. [Bug 1898025] * gener... check-in: bc94636f47 user: kennykb tags: trunk
00:12
fix warning check-in: db1385187c user: das tags: trunk
2008-02-26
21:50
More stray trailing ","s. check-in: 0a1324c741 user: jenglish tags: trunk
21:19
Define socklen_t as "int" if missing, not "unsigned". (accept(2) et. al. traditionally took "int *" ... check-in: 5efdba63af user: jenglish tags: trunk
20:28
Remove stray trailing "," from enum InstOperandType definition (C99ism). check-in: 65872659c0 user: jenglish tags: trunk
20:18
* generic/tclUtil.c (TclReToGlob): fix the handling of the last * tests/regexpComp.test: star p...
check-in: 13aea450a4 user: hobbs tags: trunk
19:52
Set version 2.5.5 bug #1868845 - it is better to do the [eof] check after trying to read from the so... check-in: 9773380ea5 user: patthoyts tags: trunk
2008-02-22
11:50
Add a linker hint for msvc to include ws2_32.lib check-in: 1dbfc6476e user: patthoyts tags: trunk
10:56
Fix for bug #1818565. Always check that the state array exists in the http::status command. Set vers... check-in: ad7511df0f user: patthoyts tags: trunk
2008-02-13
20:35
add missing constraint check-in: c85e6e712e user: dgp tags: trunk
19:41
eliminate duplicate test names check-in: cfc3f859c7 user: dgp tags: trunk
18:00
* generic/tcl.h: Bump version number to 8.5.2b1 to distinguish * library/init...
check-in: 8cd7e62e9a user: dgp tags: trunk
2008-02-12
10:27
Fix [Bug 1891827] check-in: d77bd2f9f5 user: dkf tags: trunk
10:07
Documented missing configure flags. [Bug 1799011] check-in: 73ae2a8277 user: dkf tags: trunk
2008-02-06
02:53
doc/clock.n - minor documentation fix in %N format group check-in: d1b3414158 user: kennykb tags: trunk
01:13
* generic/tclClock.c (ClockParseformatargsObjCmd): * library/clock.tcl (::tcl::clock::format): * tes... check-in: fa22a0f73a user: kennykb tags: trunk
2008-02-04
21:43
bump release date check-in: 68d8465118 user: dgp tags: trunk, core-8-5-1