diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-11-18 10:23:24 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-11-18 10:23:24 (GMT) |
commit | 39a4505f7ed7cdb4cbd148aa62775e81ecbe5dc0 (patch) | |
tree | f42972f67d7100178a8b287adf3291a8dc886be3 /.fossil-settings | |
parent | 205419d4b7c3801fe37ae41bceba18fc3b230308 (diff) | |
download | tcl-39a4505f7ed7cdb4cbd148aa62775e81ecbe5dc0.zip tcl-39a4505f7ed7cdb4cbd148aa62775e81ecbe5dc0.tar.gz tcl-39a4505f7ed7cdb4cbd148aa62775e81ecbe5dc0.tar.bz2 |
Fix mp_cnt_lsb() signature, so it matches the signature used in Tcl. Add two missing "static" keywords in tclUnixNotfy.c. Remove some more files in libtommath directory which are not useful for Tcl.
Diffstat (limited to '.fossil-settings')
-rw-r--r-- | .fossil-settings/ignore-glob | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.fossil-settings/ignore-glob b/.fossil-settings/ignore-glob index 840bfed..2f93505 100644 --- a/.fossil-settings/ignore-glob +++ b/.fossil-settings/ignore-glob @@ -19,7 +19,11 @@ */versions.vc libtommath/bn.ilg libtommath/bn.ind +libtommath/pretty.build +libtommath/tommath.src libtommath/*.pdf +libtommath/*.pl +libtommath/*.sh libtommath/tombc/* libtommath/pre_gen/* libtommath/pics/* @@ -29,8 +33,10 @@ libtommath/etc/* libtommath/demo/* libtommath/*.out libtommath/*.tex +unix/autoMkindex.tcl unix/dltest.marker unix/tcl.pc +unix/tclIndex unix/pkgs/* win/pkgs/* win/tcl.hpj |