summaryrefslogtreecommitdiffstats
path: root/.fossil-settings
Commit message (Collapse)AuthorAgeFilesLines
* Update .gitignorejan.nijtmans2022-06-141-5/+2
|\
| * Update .gitignorejan.nijtmans2022-06-141-5/+2
| |
* | Update ignore-globjan.nijtmans2022-06-141-0/+4
|\ \ | |/
| * Update ignore-globjan.nijtmans2022-06-141-0/+4
| |
| * Set -DUSE_NMAKE=1 when compiling under nmake. Update .gitattributes and (for ↵jan.nijtmans2021-07-082-0/+27
| | | | | | | | Fossil) binary-glob and crlf-glob
* | Update .fossil-settings/crlf-globjan.nijtmans2022-04-121-0/+3
| |
* | Add .bmp to .gitattributes. Simplify .fossil-settings/binary-globjan.nijtmans2020-09-141-7/+10
| |
* | Merge 8.5jan.nijtmans2020-08-251-1/+2
|\ \ | |/
| * Backport improvemenets in .gitignore .fossil-settings/ignore-glob and ↵jan.nijtmans2020-08-241-0/+4
| | | | | | | | win/nmakehlp.c
* | A few missing entries in .fossil-settings/ignore-glob and .gitignorejan.nijtmans2020-06-291-0/+1
| |
* | Merge 8.5jan.nijtmans2020-06-252-0/+11
|\ \ | |/
| * Fix [9080d6a871]: Build fix for tcl on macOS on Apple Siliconjan.nijtmans2020-06-241-0/+10
| |
| * Add "manifest.uuid" to the distribution, so we can see exactly where "make ↵jan.nijtmans2020-06-241-0/+1
| | | | | | | | dist" came from. In case of "git", we can see that too
* | Merge 8.5jan.nijtmans2020-06-221-20/+0
|\ \ | |/
| * Remove .fossil-settings/crnl-glob, as it is not used in fossil any more.jan.nijtmans2020-06-221-10/+0
| | | | | | Don't declare .sln files both as binary and as CRLF in git.
* | Change all *.sln to CRLF format, so they are directly usable in Visual ↵jan.nijtmans2020-06-222-2/+4
| | | | | | | | Studio projects
| |
| \
*-. \ Update to latest Tcl (core-8-6-branch) and latest libtommath (1.2.0-rc1)jan.nijtmans2019-10-171-1/+2
|\ \ \
| * \ \ Merge 8.5jan.nijtmans2019-10-111-0/+4
| |\ \ \ | | | |/ | | |/|
| | * | Update (fossil's) ignore-glob and (git's) .gitignorejan.nijtmans2019-10-111-0/+6
| | | |
* | | | Latest libtommath's "develop" branch adapted for Tcl 8.6. And Tcl 8.6 ↵jan.nijtmans2019-06-141-2/+7
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| adapted for changes in libtommath
| * | Update to latest libtommath's "develop" branch. On the way to 1.2.0jan.nijtmans2019-06-131-4/+13
| | |
| * | Ignore libtommath/doc directory. Add some VS-related makefiles, useful for ↵jan.nijtmans2017-08-311-0/+47
| | | | | | | | | | | | testing
| * | Undo tag removal (just get libtommath directly from GitHUB), so we don't ↵jan.nijtmans2017-08-311-0/+17
| / | | | | | | have useless file changes with every new release
* | Document maximum value for right argument of '**' operator. jan.nijtmans2019-03-271-0/+2
| | | | | | | | | | Adapt test-cases to test for exactly one more than this maximum value. Make sure that the maximum is the same for DIGIT_BIT > 28. Change macro's for mp_iseven()/mp_isodd() so they don't depend on value of DIGIT_BIT any more.
* | Fix ignore-glob versioned setting (something went wrong in previous merge). ↵jan.nijtmans2017-11-173-1/+6
| | | | | | | | Also convert rules-ext.vc and targets.vc to CRLF line-endings.
* | merge core-8-6-branchjan.nijtmans2017-11-173-2/+7
|\ \
| * \ Add visual-studio related entries to ignore-glob. Taken over from reform-vc ↵jan.nijtmans2017-10-091-3/+5
| |\ \ | | |/ | | | | | | branch
| | * Add visual-studio related entries to ignore-glob. Taken over from reform-vc ↵jan.nijtmans2017-10-091-0/+24
| | | | | | | | | | | | branch
| * | Adapt .fossil-settings/crlf-glob, for 5 libtommath-related files which have ↵jan.nijtmans2017-08-312-0/+6
| | | | | | | | | | | | crlf ending
* | | Fix ignore glob for Visual C++ output directories.apnadkarni2017-10-071-3/+5
|/ /
* | Fix [e14d152114efee10394a7e0b4b1c0478efff52c5|e14d152114]: bundled zlib ↵jan.nijtmans2017-03-071-0/+14
| | | | | | | | documentation is under a potentially non-free license
* | Remove "makefile.bc". Not updated for many-many years, most likely it ↵jan.nijtmans2017-03-072-2/+0
| | | | | | | | doesn't work any more and it doesn't seem to care anyone. Let's see if someone complains ;-)
* | Complete the upgrade to Zlib 1.2.10: Now add the *.lib and *.dll files.jan.nijtmans2017-01-064-4/+11
| |
* | Added more glob patterns in order to ignore html generated documentation and ↵fvogel2017-01-041-0/+4
| | | | | | | | Windows-specific compilation products when running fossil extra
* | Update zlib to version 1.2.10. Dll's and *.lib files not updated yetjan.nijtmans2017-01-032-0/+4
| |
* | Fix mp_cnt_lsb() signature, so it matches the signature used in Tcl. Add two ↵jan.nijtmans2016-11-181-0/+6
| | | | | | | | missing "static" keywords in tclUnixNotfy.c. Remove some more files in libtommath directory which are not useful for Tcl.
* | Remove subdirectories of "libtommath", and various individual related files, ↵jan.nijtmans2016-11-171-0/+12
|/ | | | not taking any part in the Tcl build. Makes the Tcl distribution smaller without sacrificing anything.
* Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then ↵jan.nijtmans2015-06-252-0/+20
| | | | | | translate some windows-specific files to UTF-8 too. Solution: commit those files with CRLF line-ending, which eliminates the need for eolFix altgether. See als: [495120] for the reason why eolFix was introduced in the first place. No longer needed with fossil.
* some more "ignore-glob" patternsjan.nijtmans2013-04-031-0/+3
|
* Some more ignore-glob settings for msvc, mac, hp ....jan.nijtmans2013-03-081-0/+6
|
* Tell fossil and Eclipse that the default eol-convention is LF. jan.nijtmans2013-03-063-0/+18
Tell fossil which files are binary and which files should never be committed. Tell Eclipse that the default encoding is UTF-8