Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Correct spelling errors in comments and documentation, but also a ↵ | pooryorick | 2023-04-12 | 1 | -2/+2 | |
|\ | | | | | | | non-comment corrections in history.tcl and tcltest.test. | |||||
| * | Correct spelling errors in comments and documentation, but also a non-comment | pooryorick | 2023-04-12 | 1 | -2/+2 | |
| | | | | | | corrections in history.tcl and tcltest.test. | |||||
* | | Another round of -1 -> TCL_INDEX_NONE | jan.nijtmans | 2023-03-05 | 1 | -7/+7 | |
| | | ||||||
* | | Merge 9.0 | jan.nijtmans | 2022-02-24 | 1 | -4/+4 | |
|\ \ | ||||||
| * | | Some more int -> size_t in internal API | jan.nijtmans | 2022-02-23 | 1 | -3/+3 | |
| | | | ||||||
* | | | More int -> size_t | jan.nijtmans | 2022-02-23 | 1 | -4/+4 | |
| | | | ||||||
* | | | Some more int -> size_t | jan.nijtmans | 2022-02-21 | 1 | -2/+2 | |
| | | | ||||||
* | | | Merge 9.0 | jan.nijtmans | 2022-02-17 | 1 | -7/+7 | |
|\ \ \ | |/ / | ||||||
| * | | More int -> size_t in internal API | jan.nijtmans | 2022-02-17 | 1 | -6/+7 | |
| | | | ||||||
* | | | more int->size_t | jan.nijtmans | 2022-02-17 | 1 | -1/+2 | |
| | | | ||||||
* | | | More int -> size_t in API | jan.nijtmans | 2022-02-17 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge 8.7 | jan.nijtmans | 2020-12-08 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ↵ | jan.nijtmans | 2020-12-08 | 1 | -1/+1 | |
| | | | | | | | | C sources can now use UTF-8, as far as gcc/clang/msvc support it. Not used yet | |||||
* | | Merge 8.7 | jan.nijtmans | 2020-09-17 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> ↵ | jan.nijtmans | 2020-09-17 | 1 | -1/+1 | |
| | | | | | | | | TclNewIntObj or Tcl_NewWideIntObj) | |||||
* | | Merge 8.7 | jan.nijtmans | 2020-02-28 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
* | | Merge 8.7 | jan.nijtmans | 2020-02-28 | 1 | -2/+2 | |
|\ \ | |/ | ||||||
| * | Merge tip-548 | jan.nijtmans | 2019-08-29 | 1 | -1/+1 | |
| |\ | ||||||
| * \ | Merge tip-548 | jan.nijtmans | 2019-08-15 | 1 | -1/+1 | |
| |\ \ | ||||||
| * | | | Merge 8.7, and continue implementation. Almost done | jan.nijtmans | 2019-07-10 | 1 | -3/+3 | |
| | | | | ||||||
* | | | | Merge 8.7 | jan.nijtmans | 2019-08-23 | 1 | -1/+1 | |
|\ \ \ \ | | |_|/ | |/| | | ||||||
| * | | | Merge 8.6 | jan.nijtmans | 2019-08-23 | 1 | -1/+1 | |
| |\ \ \ | | |_|/ | |/| | | | | | | Update effective_tld_names.txt.gz to the latest version. Adapt .gitattributes and .fossil-settings/binary-glob to handle *.gz file transparently in fossil/git | |||||
| | * | | Fix [8566dc22f9]: various spelling fixes in comments | jan.nijtmans | 2019-08-22 | 1 | -1/+1 | |
| | |\ \ | ||||||
| | | * | | Fix [8566dc22f9]: various spelling fixes in comments | jan.nijtmans | 2019-08-22 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | (cherry-pick): Fix [b50fb21410dababca95baa122964b2e312cb9d8a|b50fb214] : ↵ | jan.nijtmans | 2017-08-29 | 1 | -1/+7 | |
| | | | | | | | | | | | | | | | | | | | | exec redirection to append stdout and stderr to the same file | |||||
* | | | | | Merge 8.7 | jan.nijtmans | 2019-08-15 | 1 | -2/+2 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ↵ | jan.nijtmans | 2019-07-17 | 1 | -2/+2 | |
| | |_|/ | |/| | | | | | | | | | | in C++ (removed in C++17, even), and essentially does nothing with most modern compilers. | |||||
* | | | | Merge 8.7 | jan.nijtmans | 2019-03-15 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Eliminate usage of mp_isneg(), just check bignum->sign directly (as ↵ | jan.nijtmans | 2019-03-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | libtommath itself does) Make TclInitBugnumFromLong() a static function in stubtable only, as it isn't used by Tcl anymore. | |||||
* | | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, ↵ | jan.nijtmans | 2018-09-01 | 1 | -5/+5 | |
|\ \ \ \ | |/ / / | | | | | | | | | TCL_IO_FAILURE and TCL_NO_LENGTH (experimental, still open to be renamed following discussion) | |||||
* | | | | remaining external API. Looks like complete now. Milestone! Still more ↵ | jan.nijtmans | 2018-07-06 | 1 | -1/+1 | |
|/ / / | | | | | | | | | | testing needed | |||||
* | | | merge 8.7 | dgp | 2017-11-07 | 1 | -1/+7 | |
|\ \ \ | ||||||
| * | | | Fix [b50fb214] : add to 2>> the same O_APPEND that was added to >> back in 2005. | ferrieux | 2017-08-24 | 1 | -1/+7 | |
| | | | | ||||||
* | | | | Fixed stupid Tcl_DecrRefCount bug in TclCleanupChildren with normally ↵ | f.bonnet | 2017-11-05 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | terminated processes. | |||||
* | | | | Comments and formatting | f.bonnet | 2017-08-27 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Fixed reference counting issue with objects returned by WaitProcessStatus | f.bonnet | 2017-08-27 | 1 | -1/+4 | |
| | | | | ||||||
* | | | | Refactoring to support all processes and not just detached ones. | f.bonnet | 2017-08-27 | 1 | -56/+19 | |
| | | | | ||||||
* | | | | Refactoring and preliminary implementation of tcl::process (list|status) | f.bonnet | 2017-08-23 | 1 | -62/+3 | |
| | | | | ||||||
* | | | | Completed [tcl::process autopurge] semantics and added [tcl::process purge] ↵ | f.bonnet | 2017-08-18 | 1 | -1/+58 | |
|/ / / | | | | | | | | | | implementation along with the necessary internal functions TclpGetChildPid/TclReapPids | |||||
* | | | typos | jan.nijtmans | 2016-11-24 | 1 | -1/+1 | |
|/ / | ||||||
* | | more result generation conversion | dkf | 2012-08-04 | 1 | -42/+51 | |
| | | ||||||
* | | converting to using Tcl_Obj API for error message generation; part done | dkf | 2012-08-03 | 1 | -4/+4 | |
| | | ||||||
| | | ||||||
| \ | ||||||
*-. \ | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-04-24 | 1 | -1/+1 | |
|\ \ \ | | |/ | | | | | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin | |||||
| | * | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-04-24 | 1 | -1/+1 | |
| | |\ | |/ / | | | | | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin | |||||
| | * | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-04-24 | 1 | -1/+1 | |
| | |\ | | | | | | | | | | | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin | |||||
| | | * | tclpGetPid signature change (stub entry only, not for macro), | jan.nijtmans | 2012-04-06 | 1 | -1/+1 | |
| | |/ | | | | | | | | | | for win64 compatibility with future cygwin64 correctly use win32 as default when cross-compiling under cygwin | |||||
* | | | More generation of error codes (namespace creation, path normalization, | dkf | 2011-04-03 | 1 | -0/+18 | |
| | | | | | | | | | pipeline creation, package handling, procedures, [scan] formats) | |||||
* | | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -5/+5 | |
| | | | | | | | | | rest of Tcl source code. No ABI change. API change *should* be harmless. | |||||
* | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 | |
|\ \ \ | |/ / | | | | cause more harm than good. Purged them (except in zlib files). | |||||
| * | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 | |
| |\ \ | | |/ | | | | more harm than good. Purged them. |