summaryrefslogtreecommitdiffstats
path: root/unix/tclLoadAix.c
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate more usage of C++-specific keywords in C-code.jan.nijtmans2019-07-251-10/+10
|
* If compiled with -DTCL_NO_DEPRECATED, remove ↵jan.nijtmans2018-12-121-2/+2
| | | | | Tcl_NewIntObj/Tcl_NewLongObj/Tcl_DbNewLongObj from stub table, as they will be gone in 9.0 (converted to a macro) Use Tcl_WideInt's directly in more places, diminishing the possibility of inadvent overflow.
* Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-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 causedgp2011-03-021-2/+0
| |\ | | | | | | more harm than good. Purged them.
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | | | | | | | | more harm than good. Purged them.
* | | Style improvements - invoking callbacks without visual junk.dkf2008-10-261-5/+5
|/ /
* | Complete the purge of K&R function definitions from manually-written code.dkf2007-04-161-2/+3
| |
* | More bits of ANSIfyingdkf2005-11-111-14/+20
| |
* | Systematizing the formattingdkf2005-07-191-435/+511
|/ | | | | Also simplified the AIX loader so that it's failure-mode code wasn't scattered all over quite so much.
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-3/+3
|
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
|
* Initial revisionrjohnson1998-03-261-0/+549