Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unnecessary EXTERN's, which already | nijtmans | 2010-02-22 | 1 | -6/+13 |
| | | | | | | | | are in the global stub table. Use @EXEEXT@ in stead of @EXT_SUFFIX@ Use -DBUILD_tcl in Makefile for CYGWIN Use EXTERN to control CYGWIN exported symbols Remove some unnecessary type casts. | ||||
* | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -6/+6 |
| | |||||
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
| | |||||
* | * unix/dltest/pkga.c: whitespace & comment cleanup, remove | das | 2007-08-14 | 1 | -1/+2 |
| | | | | | | | | | * unix/dltest/pkgb.c: unused pkgf.c. * unix/dltest/pkgc.c: * unix/dltest/pkge.c: * unix/dltest/pkgf.c (removed): * unix/dltest/pkgua.c: * macosx/Tcl.xcodeproj/project.pbxproj: | ||||
* | restore line endings | dgp | 2007-05-29 | 1 | -138/+138 |
| | |||||
* | Convert to using ANSI function definitions. | dkf | 2007-05-02 | 1 | -138/+138 |
| | |||||
* | Silence compiler warnings. | dgp | 2004-06-08 | 1 | -2/+2 |
| | |||||
* | * unix/dltest/pkga.c (Pkga_EqObjCmd): Fix typo | mdejong | 2003-07-16 | 1 | -2/+2 |
| | | | | that was causing a crash in load.test. | ||||
* | * unix/dltest/pkga.c: Updated to not use Tcl_UtfNcmp and counted | dgp | 2003-07-15 | 1 | -2/+10 |
| | | | | | strings instead of strcmp (not defined in any #include'd header) and presumed NULL-terminated strings. | ||||
* | * unix/dltest/pkg?.c: Changed all Tcl_InitStubs calls to pass | dgp | 2003-03-26 | 1 | -2/+2 |
| | | | | | argument exact = 0, so that rebuilds are not required when Tcl bumps to a new version. [Bug 701926] | ||||
* | * unix/dltest/pkg[a-e].c: Cleaned up test packages [Bug: 2293] | hobbs | 2000-04-04 | 1 | -31/+28 |
| | |||||
* | Changed package tests to build against the stubs library.core_8_1_merge_latest | stanton | 1999-03-11 | 1 | -1/+4 |
| | |||||
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+130 |