summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Added basic compilation of [error] (the most common case only).dkf2010-02-051-3/+8
|
* Follow-up to earlier commit today:nijtmans2010-02-051-0/+14
| | | | | | Eliminate the need for an extra Stubs Pointer for adressing a static stub table: Just change the exported table from static to MODULE_SCOPE.
* More consistency in errorcode generation.dkf2010-02-051-0/+2
|
* NRE-enabled destructors! Also more generation of errorcodes.dkf2010-02-051-0/+5
|
* Use 'const' more often for pointers to read-only structures.dkf2010-02-051-14/+19
|
* Follow-up to [2010-01-29] commit:nijtmans2010-02-051-0/+18
| | | | | | | | | | prevent space within stub table function parameters if the parameter type is a pointer. Minor formatting, and VOID -> void. Change signature of TclNRInterpProcCore, and TclOONewProc(Instance|)MethodEx, indicating that errorProc is a function pointer tclVar.c: fixed two gcc warnings
* Use the object RE interface for faster matching in [array names -regexp].dkf2010-02-041-0/+1
|
* Make [array get] work again with a trivial pattern.dkf2010-02-041-0/+2
|
* Minor updates: more errorcodes, less C stack levels for old APIsdkf2010-02-041-0/+5
|
* More corrections to the [array unset] command.dkf2010-02-031-0/+4
|
* Turned the [array] command into a true ensemble. Test changes indicate somedkf2010-02-021-0/+2
| | | | alteration to error messages, otherwise no change.
* Chisel away at reducing the cost of recent changes.dkf2010-02-021-0/+8
|
* [Bug 2944404] Be careful in case an object deletes itself in its destructor.dkf2010-02-021-0/+6
|
* Fix [Bug 2939073]: dangling ref when an unset trace triggered by [array unset]dkf2010-02-021-0/+5
| | | | hits the next element to be deleted.
* [Bug 2942697]: Rework the RE engine so that certain pathological patterns aredkf2010-02-011-0/+7
| | | | | matched much more rapidly. Many thanks to Tom Lane for dianosing this issue and providing an initial patch.
* Make the [unset] command be bytecode compiled.dkf2010-01-301-25/+35
|
* Reverted Tcl_ThreadDataKey type change,nijtmans2010-01-291-0/+6
| | | | | | | see Bug #2942081 Changed some Tcl_CallFrame fields from "char *" to "void *". This saves unnecessary space on Cray's (and it's simply more correct).
* - genStubs.tcl: No longer generate a space after "*" andnijtmans2010-01-291-0/+22
| | | | | | | | | | immediately after a function name, so the format of function definitions in tcl*Decls.h matches all other tcl*.h header files. - Change Tcl_ArgvFuncProc, Tcl_ArgvGenFuncProc and GetFrameInfoValueProc to be function definitions, not pointers, for consistency with all other Tcl function definitions.
* Improvements to destructor handling.dkf2010-01-281-147/+160
| | | | Stop crashes from odd destruction routes.
* Remove double includes (which causes anijtmans2010-01-251-0/+6
| | | | | warning in CYGWIN compiles) Add confdefs.h to unix/.cvsignore
* [Bug 1970629]: Define a bit better what the current namespace of a procedure isdkf2010-01-221-8/+14
|
* Revert [2009-12-21] change in tcl.h, in steadnijtmans2010-01-221-0/+13
| | | | | | | | resolve the CYGWIN inclusion problems by re-arranging the inclusions at other places. Make cygwin configuration error into a warning: CYGWIN compilation works although there still are test failures.
* Improve error code generation from some of the tailcall-related bits of TEBC.dkf2010-01-221-0/+5
|
* * generic/tclCompile.h: NRE-enable direct eval on BC spoilageMiguel Sofer2010-01-211-0/+6
| | | | | * generic/tclExecute.c: [Bug 2910748] * tests/nre.test:
* [Bug 2929546]: Improve the dict documentation.dkf2010-01-191-0/+5
|
* * generic/tclIO.c (CreateScriptRecord): [Bug 2918110]: Initializeandreas_kupries2010-01-181-0/+9
| | | | | | | | the EventScriptRecord (esPtr) fully before handing it to Tcl_CreateChannelHandler for registration. Otherwise a reflected channel calling 'chan postevent' (== Tcl_NotifyChannel) in its 'watchProc' will cause the function 'TclChannelEventScriptInvoker' to be run on an uninitialized structure.
* [Bug 2932421]: Make [format] less likely to smash intreps.dkf2010-01-181-0/+7
|
* More factoring out of special cases in the nroff->HTML code.dkf2010-01-131-26/+33
|
* Fix TCL_LL_MODIFIER for Cygwinnijtmans2010-01-131-0/+17
| | | | | and various other minor CYGWIN compilation problems
* Simplification/refactoring of nroff->HTML.dkf2010-01-121-0/+6
|
* * win/tclWinDde.c: VC++ 6.0 doesn't havenijtmans2010-01-101-0/+21
| | | | | | | | | | | | | | | | | | | | * win/tclWinReg.c PDWORD_PTR * win/tclWinThrd.c: Fix various minor gcc warnings. * win/tclWinTime.c * win/tclWinConsole.c Put channel type definitions * win/tclWinChan.c in static const memory * win/tclWinPipe.c * win/tclWinSerial.c * win/tclWinSock.c * generic/tclIOGT.c * generic/tclIORChan.c * generic/tclIORTrans.c * unix/tclUnixChan.c * unix/tclUnixPipe.c * unix/tclUnixSock.c * unix/configure (regenerated with autoconf 2.59) * tests/info.test: Make test independant from tcltest implementation.
* Record that [Bug 2898722] is lurking.dkf2010-01-101-0/+4
|
* Split man2html converter up for ease of maintenance.dkf2010-01-101-0/+6
|
* Added the contributed packages to the code to build HTML docs.dkf2010-01-091-4/+11
|
* * generic/tclPathObj.c (TclPathPart): Correct inconsistency betweendgp2010-01-051-0/+7
| | | | | | * tests/fileName.test (filename-14.31): the string rep and the intrep of a path value created by [file rootname]. Thanks to Vitaly Magerya for reporting. [Bug 2918610]
* [Bug 1636685]: Use the configuration for modern FreeBSD suggested by thedkf2010-01-031-4/+9
| | | | FreeBSD porter.
* fix Changelog typo and c/p errorMiguel Sofer2010-01-031-4/+1
|
* * generic/tclBasic.c: Fix lerak of coroutines on namespaceMiguel Sofer2010-01-031-0/+11
| | | | | | | * generic/tclCompile.h: deletion, [Bug 2724403]. Added a test * generic/tclNamesp.c: for this leak, and also a test for * tests/coroutine.test: leaks on namespace deletion. * tests/namespace.test:
* [Bug 2923613]: Make the safer [source] handle a [return] at the end of thedkf2009-12-301-7/+13
| | | | file correctly.
* * library/init.tcl (unknown): fix infinite recursion of ::unknownMiguel Sofer2009-12-301-0/+5
| | | | when [set] is undefined [Bug 2824981].
* Minor optimization for Tcl_RecordAndEvalObjdkf2009-12-291-2/+6
|
* Simplify the logic in Tcl_GetCommandFromObjdkf2009-12-291-0/+4
|
* [Bug 2895741]: Make min() and max() supported in safe interpreters.dkf2009-12-291-0/+5
|
* Handle completely invalid input to the decode methods [Bug 2922555]patthoyts2009-12-291-0/+5
|
* [FRQ 1083288]: Added targets to allow easier tracing of shell/test invokationsdkf2009-12-281-0/+3
|
* [Bug 942170]: Detect the st_blocks field of 'struct stat' correctly.dkf2009-12-281-0/+5
|
* [Bug 2891362]: Make time limits work better with the event loop.dkf2009-12-281-0/+6
|
* [Bug 2921538]: Updated example to not be quite so ancient.dkf2009-12-271-0/+5
|
* CONST -> constnijtmans2009-12-251-0/+5
|
* [Bug 2913625]: Stop information about paths from leaking through [info script]dkf2009-12-231-3/+9
| | | | and [info nameofexecutable].