summaryrefslogtreecommitdiffstats
path: root/unix/tclLoadOSF.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up a lot of small whitespace issues dkf/to-redodkf2024-05-131-1/+1
* More whitespace cleanupdkf2024-05-101-1/+0
* Few more spacing/formatting tweaksjan.nijtmans2024-03-201-1/+1
|\
* \ Merge mainoehhar2023-11-021-1/+1
|\ \
| * \ Merge 8.7jan.nijtmans2023-10-191-1/+1
| |\ \ | | |/
| | * Handle sentinels for any C++ compilerjan.nijtmans2023-10-171-1/+1
* | | Merge 9.0jan.nijtmans2023-07-191-13/+19
|/ /
* | Merge 8.7jan.nijtmans2022-07-191-1/+1
|\ \ | |/
| * Make a start converting -1 -> TCL_INDEX_NONE where appropriatejan.nijtmans2022-07-191-1/+1
* | Merge 8.7jan.nijtmans2021-04-071-2/+2
|\ \ | |/
| * TIP #595 (for Tcl 8.7) part 1: just rename Tcl_StaticPackage to Tcl_StaticLib...jan.nijtmans2021-04-071-2/+2
* | 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-11-061-30/+0
|\ \ | |/
| * Deprecate the (internal) functions TclGuessPackageName/TclGetLoadedPackages f...jan.nijtmans2020-11-061-30/+0
| |\
* | \ Merge 8.7jan.nijtmans2020-02-281-1/+1
|\ \ \ | |/ /
| * | Experiment: compile Tcl with C++ compiler. WIPjan.nijtmans2019-07-041-1/+1
| |/
* | Another (big) round of int -> size_t enhancements. So Tcl can handle string >...jan.nijtmans2019-02-011-1/+1
|\ \ | |/
* | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_...jan.nijtmans2018-09-011-2/+2
|/
* Add "flags" parameter from Tcl_LoadFile to to various internal functions, so ...jan.nijtmans2012-10-231-1/+2
|\
* | Minor changes to improve style (C89 declarations, consistent indentation,dkf2012-08-071-6/+8
* | more result generation conversiondkf2012-08-041-5/+7
* | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-2/+2
* | 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/tcl.decls: [TIP #357]: First round of changesKevin B Kenny2010-04-021-10/+28
* | | Revert a few files from the previous commit, preventingnijtmans2010-03-111-2/+2
* | | Remove unnecessary '&' decoration for functionnijtmans2010-03-111-2/+2
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-4/+4
|/ /
* | More bits of ANSIfyingdkf2005-11-111-23/+24
* | Systematizing the formattingdkf2005-07-191-51/+62
|/
* load fixes for Bug 611108vincentdarley2002-10-101-2/+22
* Tcl_LoadHandle usagevincentdarley2002-07-181-4/+4
* load comments and clientData replacementvincentdarley2002-07-181-10/+22
* load internals refactoringvincentdarley2002-07-171-15/+18
* Updated APIs in the files */tcl*Load*.c according to the guidelinesKevin B Kenny2002-01-091-2/+2
* * More CONST poisoningdgp2001-09-281-2/+2
* minor fs, vfs fixesvincentdarley2001-09-041-3/+9
* filesystemvincentdarley2001-08-301-4/+5
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-5/+37
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
* Initial revisionrjohnson1998-03-261-0/+128