1
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 14 hours ago.
Sep 17, 2024 — Sep 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'das' into de-carbon More... almost 16 years ago
Merge branch 'master' into das More... almost 16 years ago
format
dgp
More... almost 16 years ago
* unix/tclUnixChan.c (TtyParseMode): Partial undo of Donal's tidy- up from a few days ago (2009-11-9, not in ChangeLog). strchr is apparently a macro on AIX and reacts badly to pre-processor directives in its arguments. More... almost 16 years ago
Use proper command creation routine.
dgp
More... almost 16 years ago
Revert mistaken commit
dgp
More... almost 16 years ago
(forward port) Fix [Bug 2891556] and improve test to detect similar manifestations in the future. Add tcltest support for finalization. More... almost 16 years ago
* win/tclWinDde.c: Avoid gcc compiler warning by explicitly casting DdeCreateStringHandle argument. More... almost 16 years ago
Merge branch 'das' into de-carbon More... almost 16 years ago
Merge branch 'master' into das More... almost 16 years ago
Added note that the 'move' operation restores detached nodes.
Donal Fellows
as dkf
More... almost 16 years ago
[update] hygiene.
Joe English
as jenglish
More... almost 16 years ago
* generic/tclIO.c (CopyData): [Bug 2895565]. Dropped bogosity * tests/io.test: which used the number of _written_ bytes or character to update the counters for the read bytes/characters. New test io-53.11. This is a forward port from the 8.5 branch. More... almost 16 years ago
* generic/tclClock.c (TclClockInit): Do not create [clock] support commands in safe interps.
dgp
More... almost 16 years ago
* generic/tkPlatDecls.h: Restore C++ friendliness to the tkPlatDecls.h header file, which we insist extensions #include to gain access to the Tk_*HWND*() routines. [Bug 2886635].
dgp
More... almost 16 years ago
Fix [Bug 2891171]: URL checking too strict when using multiple question marks More... almost 16 years ago
Undo the reversal of the win/Makefile.in changes, that part was ok. More... almost 16 years ago
Fix [Bug 2888099] (close discards ENOSPC error) by saving the errno from the first of two FlushChannel()s. Uneasy to test; might need specific channel drivers. Four-hands with aku. More... almost 16 years ago
* unix/Makefile.in: Partially reverted Don Porter's 2009-10-20 * win/Makefile.in: commit. The OSX Cocoa code branch still needs tclInt.h and the internal headers, thus the TCL_PLATFORM directory. See tclMacOSXNotify.c for example. More... almost 16 years ago
* generic/tclBasic.c: Plug another leak in TCL_EVAL_DIRECT evaluation. Forward port from Tcl 8.5 branch, change by Don Porter. More... almost 16 years ago
Cleanup directories that have been set chmod 000. On Windows7 and Vista we really have no access and these were getting left behind. A few tests were changed to reflect the intent of the test where setting a directory chmod 000 should prevent any modification. This restriction was ignored on XP but is honoured on Vista More... almost 16 years ago
* generic/tclObj.c: Plus memory leak in TclContinuationsEnter(). [Bug 2895323]. Forward port from Tcl 8.5 branch, change by Don Porter. More... almost 16 years ago
Removed outdated Msys + Mingw info. More... almost 16 years ago
* tests/info.test: Resolve ambiguous resolution of variable "res". Forward port from 8.5 More... almost 16 years ago
* generic/tclBasic.c (TclEvalObjEx): Moved the #280 decrement of refCount for the file path out of the branch after the whole conditional, closing a memory leak. Added clause on structure type to prevent seg.faulting. Forward port from valgrinding the Tcl 8.5 branch. More... almost 16 years ago
Some small bits of tidying up.
Donal Fellows
as dkf
More... almost 16 years ago
Some code consolidation (don't scatter deletion code where unnecessary).
Donal Fellows
as dkf
More... almost 16 years ago
Moved the descriptions of the index formats to their own section, and added a warning to the 'bytelength' subcommand about future compatibility.
Donal Fellows
as dkf
More... almost 16 years ago
Moved the descriptions of the index formats to their own section, and added a warning to the 'bytelength' subcommand about future compatibility.
Donal Fellows
as dkf
More... almost 16 years ago
Formatting correction
Donal Fellows
as dkf
More... almost 16 years ago