summaryrefslogtreecommitdiffstats
path: root/macosx/tclMacOSXFCmd.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 9.0jan.nijtmans2023-03-071-3/+3
|\
| * More -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-051-3/+3
* | Fix Tcl_UtfToExternalDStringEx call in macos codeapnadkarni2023-03-011-1/+1
|/
* Merge 8.7jan.nijtmans2022-11-241-1/+1
|\
| * Use some more TCL_INDEX_NONE and Tcl_Sizejan.nijtmans2022-11-241-1/+1
* | Forgot one TCL_OBJTYPE_V0jan.nijtmans2022-11-101-1/+2
* | Merge 8.7jan.nijtmans2022-07-191-6/+6
|\ \ | |/
| * Make a start converting -1 -> TCL_INDEX_NONE where appropriatejan.nijtmans2022-07-191-6/+6
* | Fix compiler warnings, due to the use of macro'sjan.nijtmans2022-03-211-1/+1
* | Merge 8.7jan.nijtmans2021-10-081-2/+2
|\ \ | |/
| * Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing listjan.nijtmans2021-10-061-2/+2
* | Merge 8.7, resolve conflictsjan.nijtmans2021-01-111-1/+1
|\ \ | |/
* | Merge 8.7jan.nijtmans2020-12-081-1/+1
|\ \ | |/
| * Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-1/+1
* | Merge 8.7jan.nijtmans2020-10-131-2/+2
|\ \ | |/
| * Merge 8.6jan.nijtmans2020-10-131-2/+2
| |\
| | * Code cleanup: less of use "register" keyword, and better use of typecastsjan.nijtmans2020-08-111-1/+1
| | * Eliminate many unnecessary type-casts, mostly (size_t) when value is already ...jan.nijtmans2020-08-111-1/+1
| | * MacOSX: add some type-casts, improving C++ compatibility. Make sure that strs...jan.nijtmans2020-06-281-4/+4
* | | Change a few variables from type "int" to "size_t". Always test TCL_UTF_MAX f...jan.nijtmans2020-04-201-1/+1
* | | Merge 8.7jan.nijtmans2020-02-281-2/+2
|\ \ \ | |/ /
| * | Merge tip-548jan.nijtmans2019-08-151-2/+2
| |\ \
| * | | Merge tip-548 (since using the *WChar* functions leads to less type-casts in ...jan.nijtmans2019-08-031-2/+2
* | | | Merge 8.7jan.nijtmans2019-08-141-2/+2
|\ \ \ \ | | |/ / | |/| |
| * | | Remove "register" keyword in various places. Also add some type-casts to help...jan.nijtmans2019-08-141-2/+2
| |/ /
* | | Merge 8.7jan.nijtmans2019-04-011-5/+5
|\ \ \ | |/ /
| * | Modify testbytestring such that is only produces pure byte-arrays, if not it ...jan.nijtmans2019-04-011-5/+5
* | | Merge 8.7jan.nijtmans2019-03-011-1/+1
|\ \ \ | |/ /
| * | More use of TclHasIntRep() macro. Add vfs build director to fossil ignore-globjan.nijtmans2019-03-011-1/+1
| * | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an...jan.nijtmans2019-02-271-1/+1
* | | More size_t-related consolidations. Now regexp can handle strings >2GB and mo...jan.nijtmans2019-02-051-2/+3
* | | Implement TIP 445dgp2018-11-131-16/+20
|\ \ \ | |/ /
| * | merge trunkdgp2017-06-161-1/+1
| |\ \
| * \ \ merge trunkdgp2016-11-161-3/+3
| |\ \ \
| * \ \ \ merge trunkdgp2016-07-091-1/+1
| |\ \ \ \
| * \ \ \ \ merge trunkdgp2016-07-021-1/+1
| |\ \ \ \ \
| * | | | | | Update Tcl_InitStringRep callers to handle OOM condition.dgp2016-03-241-2/+5
| * | | | | | Revise "osType" Tcl_ObjType to use new routine.dgp2016-03-241-15/+16
* | | | | | | merge trunkjan.nijtmans2018-10-041-1/+1
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
* | | | | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_...jan.nijtmans2018-09-011-1/+1
|/ / / / / /
* | | | | | merge core-8-6-branchjan.nijtmans2017-06-071-1/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | / | | |_|_|/ | |/| | |
| * | | | Tcl_GetWideIntFromObj() -> TclGetWideIntFromObj(), and minor other simplifica...jan.nijtmans2017-06-071-1/+1
| |/ / /
* | | | Use more "size_t" in stead of "int" internall. Also eliminate a lot of type-c...jan.nijtmans2016-11-161-3/+3
| |_|/ |/| |
* | | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ...jan.nijtmans2016-07-081-1/+1
| |/ |/|
* | Simplify use of "struct" keyword in many places.jan.nijtmans2016-06-301-1/+1
|/
* Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>jan.nijtmans2013-02-101-1/+0
|\
| * Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>.jan.nijtmans2013-02-101-1/+0
* | Tcl_InvalidateStringRep -> TclInvalidateStringRepjan.nijtmans2013-02-071-1/+1
|\ \ | |/
| * Tcl_InvalidateStringRep -> TclInvalidateStringRepjan.nijtmans2013-02-071-1/+1
* | Eliminate all Tcl_ConvertToType calls and all direct calls to typePtr->setFro...jan.nijtmans2013-02-041-1/+1