summaryrefslogtreecommitdiffstats
path: root/generic/tcl.decls
Commit message (Expand)AuthorAgeFilesLines
* Eliminate TclOOInitializeStubs() completely. This fixes [dfc08326e3], at leas...jan.nijtmans2013-10-171-1/+3
|\
| * The Tcl 9.0 way of how [dfc08326e3] should be fixed: Real integration of TclO...rfe_dfc08326e3jan.nijtmans2013-10-131-1/+2
|/
* merge trunk. jan.nijtmans2013-06-271-3/+4
|\
* \ merge trunk. jan.nijtmans2013-05-131-4/+3
|\ \ | |/
* | Change Tcl_UtfNcmp and friend's signature to use size_t in stead of unsigned ...jan.nijtmans2013-05-061-4/+4
* | Revert part of [bb4707eb077f0cd9], which removed Tcl_NewIntObj, Tcl_SetIntObj...jan.nijtmans2013-04-211-20/+15
* | merge trunk. jan.nijtmans2013-02-271-8/+10
|\ \ | |/
* | Merge trunk. jan.nijtmans2013-02-221-4/+5
|\ \ | |/
* | Merge trunk. jan.nijtmans2013-02-201-15/+19
|\ \ | |/
* | Merge trunk. jan.nijtmans2013-02-191-9/+12
|\ \ | |/
* | Merge trunk. jan.nijtmans2013-02-081-22/+29
|\ \ | |/
* | Convert Tcl_GetIndexFromObj implementation to macrojan.nijtmans2013-01-241-4/+5
|\ \ | |/
* | Convert Tcl_Eval and Tcl_GlobalEval to a macrojan.nijtmans2013-01-171-6/+9
* | Turn Tcl_PkgPresent/Tcl_PkgRequire into a macro. jan.nijtmans2013-01-101-8/+10
* | Restore API compatibility with public Tcl_*Scan and Tcl_*Convert functions (c...jan.nijtmans2013-01-091-4/+4
* | The Tcl*(Scan|Convert)*Element() routines only need chars, not ints, todgp2013-01-081-4/+4
* | remove deprecated functions Tcl_VarEval and Tcl_VarEvalVAjan.nijtmans2012-12-171-7/+9
* | Merge trunk. jan.nijtmans2012-12-141-1/+2
|\ \ | |/
* | allow novem to use installed Tcl8 .tm packages, such as tcltest and msgcatjan.nijtmans2012-12-121-3/+0
* | Remove obsolete functions Tcl_GetDefaultEncodingDir and Tcl_SetDefaultEncodin...jan.nijtmans2012-12-031-7/+9
* | Destroy all the TCL_STORAGE_CLASS and associated nonsense.dgp2012-11-291-1/+1
* | Removed functions marked deprecated or obsolete for a long time: Tcl_Backslas...jan.nijtmans2012-11-261-20/+24
* | Remove some undocumented - obsolete - function from the API with 'Old' in the...jan.nijtmans2012-11-191-8/+8
* | Remove pre-8.5 interface for custom expr functions.dgp2012-11-161-13/+13
* | eliminate CONST/CONST84/CONST86jan.nijtmans2012-11-161-45/+45
|/
* merge trunkdkf2012-05-311-0/+8
|\
| * Revert most of [3caedf05df], since when we let cygwin share the win32 stub ta...jan.nijtmans2012-05-241-0/+8
| |\
| | * Revert most of [fcc5957e59], since when we let cygwin share the win32 stub ta...jan.nijtmans2012-05-221-0/+8
| | |\
* | | \ merge trunkdkf2012-05-171-2/+2
|\ \ \ \ | |/ / /
| * | | revert part of [8f9c16848b] move Tcl_MacOSXOpenBundleResources and Tcl_MacOSX...jan.nijtmans2012-05-151-2/+2
| |\ \ \ | | |/ /
| | * | Revert part of [5caa06383d] move Tcl_MacOSXOpenBundleResources and Tcl_MacOSX...jan.nijtmans2012-05-151-2/+2
| | |\ \ | | | |/
| | | * revert part of [9922ac54e8]: remove Tcl_MacOSXOpenBundleResources and Tcl_Mac...jan.nijtmans2012-05-141-5/+8
| | * | Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-031-1/+1
| | |\ \ | | | |/
| | | * Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-031-4/+4
* | | | updated C API to be more focused on supporting just some operationsdkf2012-05-101-1/+3
* | | | merge trunkdkf2012-04-101-2/+2
|\ \ \ \ | |/ / /
| * | | cygwin should use SetEnvironmentVariable for windows envcygwin_environment_changesjan.nijtmans2012-04-061-2/+2
| |\ \ \ | | |/ /
* | | | merge trunkdkf2012-04-051-1/+1
|\ \ \ \ | |/ / /
| * | | some formatting (*.decls)jan.nijtmans2012-04-041-1/+1
| |\ \ \ | | |/ /
| | * | cleanup tcl.decls (unnecessary "generic" argument)jan.nijtmans2012-04-031-842/+842
| | |\ \ | | | |/
| | | * clean-up tcl.decls the same way as tclInt.declsjan.nijtmans2012-04-031-863/+867
* | | | Start of implementation of TIP 400: zlib improvementsdkf2012-03-311-0/+4
|/ / /
* | | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-201-2/+2
|\ \ \ | |/ /
| * | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-201-2/+2
| |\ \ | | |/
| | * implement Tcl_WinUtfToTChar and Tcl_WinTCharToUtf for cygwinjan.nijtmans2012-03-191-2/+2
| | * Tcl_HashStats does not return a CONSTjan.nijtmans2011-09-061-1/+1
* | | New internal routines TclScanElement() and TclConvertElement().dgp2011-05-101-4/+4
|\ \ \ | |/ /
| * | Completed patch with mucho comments. Merge 8.5.bug_3173086dgp2011-05-101-4/+4
* | | 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
| |\ \ | | |/