summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.decls
Commit message (Expand)AuthorAgeFilesLines
...
* | | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-201-1/+9
|\ \ \ | |/ /
| * | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-201-1/+9
| |\ \ | | |/
| | * implement Tcl_WinUtfToTChar and Tcl_WinTCharToUtf for cygwinjan.nijtmans2012-03-191-0/+3
| | * bug 3508771: load tclreg.dll in cygwin tclshjan.nijtmans2012-03-191-1/+6
| * | fix genStubs.tcl in one place where it generated "void *" in stead of "VOID *"jan.nijtmans2011-03-251-1/+1
| |\ \ | | |/
| | * Remove Tclp(Local|Gm)time_unix forwarders, the same can be done directlyjan.nijtmans2011-03-251-5/+5
* | | Renamed struct TEOV_callback to the more descriptive NRE_callback.Miguel Sofer2011-03-051-1/+1
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ \ | |/ /
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\ \ | | |/
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | * * generic/tclInt.decls: Yet another round of attemptingKevin B Kenny2007-04-211-5/+5
| | * replaced 'long' times with wides, to cope with Win64Kevin B Kenny2005-03-151-4/+4
| | * added CONST to TclpLocaltime and TclpGmtime param throughoutKevin B Kenny2004-10-281-5/+5
| | * Speed up [info <thing> <simplePattern>]dkf2004-10-141-1/+5
| | * * generic/tcl.h: Corrected Tcl_WideInt declarations so that the mingw Kevin B Kenny2004-06-051-1/+5
| | * * generic/tclInt.decls: Restored TclpTime_t kludge to all Kevin B Kenny2004-05-171-5/+5
| | * 2004-05-14 Kevin B. Kenny <kennykb@acm.org> Kevin B Kenny2004-05-141-3/+15
| * | * generic/tclInt.decls: Backport of Kevin B. Kenny's work onandreas_kupries2010-11-301-1/+6
| * | * generic/tclInt.decls, generic/tclInt.h, generic/tclIntDecls.h:hobbs2010-11-301-5/+5
| * | * generic/tclExecute.c (EvalStatsCmd): change 'evalstats' tohobbs2010-10-021-2/+2
| * | Backport various formatting (spacing)nijtmans2010-02-071-11/+12
| * | Various CYGWIN-related fixesnijtmans2010-01-311-8/+14
| * | Fix for [Bug 988703, 1565466]Joe Mistachkin2009-10-181-1/+6
| * | * macosx/tclMacOSXNotify.c: revise CoreFoundation notifier to allowdas2009-04-101-1/+4
* | | This is [Patch 3168398], Joe Mistachkin's optimisation of Tip #285mig2011-03-011-0/+5
* | | Change first parameter of TclSockMinimumBuffers to ClientData, and TclWin(Get...nijtmans2010-12-101-4/+4
* | | * generic/tclInt.decls, generic/tclInt.h, generic/tclIntDecls.h:hobbs2010-11-301-5/+5
* | | 2010-11-29 Kevin B. Kenny <kennykb@acm.org>Kevin B Kenny2010-11-281-1/+6
* | | * generic/tclExecute.c (EvalStatsCmd): change 'evalstats' tohobbs2010-10-021-2/+2
* | | * generic/tclBasic.c: [Patch 3072080] (minus the itclMiguel Sofer2010-09-271-2/+2
* | | [Patch 3034251] backport ttkGenStubs.tclnijtmans2010-09-151-247/+248
* | | * generic/tclInt.decs: Reverted to the original TIP 337 implementationdgp2010-07-021-4/+4
* | | [Bug #803489] Tcl_FindNamespace problem in the Stubs tablenijtmans2010-07-021-2/+2
* | | Allow [fcopy] to move more than 2GB per call. Frederic Bonnet identified issue.dkf2010-03-201-2/+7
* | | Follow-up to [2010-01-29] commit:nijtmans2010-02-051-11/+11
* | | - genStubs.tcl: No longer generate a space after "*" andnijtmans2010-01-291-4/+4
* | | Revert [2009-12-21] change in tcl.h, in steadnijtmans2010-01-221-6/+6
* | | Fix gcc warning: ignoring return value of ‘write’,nijtmans2009-12-161-3/+3
* | | Added code to save space in namespaces. Currently #ifdef'ed out for compat.dkf2009-07-151-2/+22
* | | Apply patch from [Bug 988703]. Many thanks to Joe Mistachkin for development.dkf2009-06-181-1/+7
* | | * macosx/tclMacOSXNotify.c: revise CoreFoundation notifier to allowdas2009-04-101-1/+4
* | | [Bug 218977] Tcl_DbCkfree needs a return valuenijtmans2009-02-271-10/+10
* | | CONSTify TclPrintInstruction and TclpNativeJoinPath (TIP #27)nijtmans2009-01-221-4/+4
* | | CONSTify TclGetLoadedPackages second paramnijtmans2008-12-191-2/+2
* | | VOID -> voidnijtmans2008-12-181-2/+2
* | | typos in commentsdgp2008-12-171-5/+5
* | | TIP #338 IMPLEMENTATIONdgp2008-12-151-19/+24
* | | restore source and binary compatibilitynijtmans2008-12-091-4/+4
* | | TIP #337 IMPLEMENTATIONdgp2008-12-091-4/+5
* | | Letting CONST die a slow and graceful death, since NO_CONST wasnijtmans2008-10-221-105/+105