| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
FossilOrigin-Name: 19696933517612024e7dbcfee6e3c8d3b4e41772
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* unix/tclAppInit.c:
* mac/tclMacAppInit.c:
* generic/tclTest.c: Changed some EXTERN declarations to extern
since they are not defining exported interfaces. This avoids
generating useless declspec() attributes and makes the windows
makefile simpler.
* generic/tcl.h: Moved Tcl_AppInit declaration to end and cleared
out TCL_STORAGE_CLASS so it is not declared with a declspec().
FossilOrigin-Name: 92d52aa5e1c74618d6f05105eed253980a25d98a
|
|
|
| |
FossilOrigin-Name: b3c705fae1f8a2cd8989ddb1f77ce443ba04240b
|
|
|
| |
FossilOrigin-Name: 6b7cd80bcf39208f4418e81efb7fa0cfd18e51c1
|
|
|
| |
FossilOrigin-Name: 0c401604038bf74f88f6d9bf212d88ea6432bace
|
|
|
|
|
|
| |
was supplied by Jom Ingham.
FossilOrigin-Name: fd43f64afd16a1dbbfc92acd97d834563e90e5de
|
|
|
|
|
| |
bug in the testWriteTextResource command - it wrote one too many bytes.
Factored out the common code from the .pch files
FspLocationFromPath - make path a CONST
FossilOrigin-Name: 784962bdc874b00d3e1e5b2c6c732347a11b617f
|
|
|
| |
FossilOrigin-Name: 196f92fd17305db5fec1acd59f6926de11e01624
|
|
|
| |
FossilOrigin-Name: 8f4a7201bdef5bbe946bc1392655048e8a43a1ce
|
|
|
| |
FossilOrigin-Name: 0603537ca620f6d8329a67712c8faab83099c357
|
|
|
| |
FossilOrigin-Name: 191c98d1f8194ee560b0b07815e21fcc27477921
|
|
|
| |
FossilOrigin-Name: 515656137fe93786a9bd419da288a648481edcf5
|
|
|
| |
FossilOrigin-Name: 594ce53543ab0e1e09fe7eabec3e198a06256812
|
|
|
|
|
|
|
|
|
|
| |
'TclpAccess(...)'.
Removed macro defines for 'stat' and 'access' because there are no longer
any explicit calls to these function; only calls to 'TclStat' and
'TclAccess' which are implemented in '../generic/tclIOUtil.c'.
Changed macro 'lstat' to simply call 'TclStat(...)' instead of 'stat(..)'.
FossilOrigin-Name: 8d7c1ef2d0fc4eacf3834670f65e9580d2d23b8c
|
|
|
|
|
|
|
| |
'TclpAccess(...)'.
Added 'TclStat' & 'TclAccess' which are implemented in '../generic/tclIOUtil.c'.
FossilOrigin-Name: 30375c0e1e295165ef170689f8c2df52393cd2f3
|
|
|
|
|
|
| |
'TclpAccess(...)'.
FossilOrigin-Name: 098e9fa0dd89ec71045788dd98b3eb7c70a62db9
|
|
|
| |
FossilOrigin-Name: 332c13ef1799a46b94e35561832cfc7c9da872f4
|
|
|
| |
FossilOrigin-Name: 765797e09fd74b4ebb9cef49471caca8ecd0e19a
|
|
FossilOrigin-Name: cacdd0f329872d67973970d74c6978730bc24baa
|