summaryrefslogtreecommitdiffstats
path: root/.fossil-settings
Commit message (Collapse)AuthorAgeFilesLines
* Fix [887ae18c26]: unix/Credits.html is neither tracked nor ignored.fvogel2023-05-071-0/+1
|\
| * Fix [887ae18c26]: unix/Credits.html is neither tracked nor ignored.fvogel2023-05-071-0/+1
| |
* | Merge 8.6jan.nijtmans2022-08-311-1/+1
|\ \ | |/
| * Fix [https://core.tcl-lang.org/tcl/info/0aa7638534|0aa7638534]: .gitignore ↵jan.nijtmans2022-08-311-1/+1
| |\ | | | | | | | | | ignores library/tcltest.tcl
| | * Fix [https://core.tcl-lang.org/tcl/info/0aa7638534|0aa7638534]: .gitignore ↵jan.nijtmans2022-08-311-1/+1
| | | | | | | | | | | | ignores library/tcltest.tcl
* | | Merge 8.6jan.nijtmans2022-06-141-0/+1
|\ \ \ | |/ /
| * | Update ignore-glob and .gitignorejan.nijtmans2022-06-141-0/+1
| |\ \ | | |/
| | * Update ignore-glob and .gitignorejan.nijtmans2022-06-141-0/+1
| | |
* | | Merge 8.6jan.nijtmans2021-03-091-1/+1
|\ \ \ | |/ /
| * | Merge 8.5jan.nijtmans2021-03-091-1/+1
| |\ \ | | |/
| | * One more failsOnQuarz mark. Extend ignore-globjan.nijtmans2021-03-091-0/+3
| | |
| | * Extend .fossil-settings/ignore-glob and .gitattributesjan.nijtmans2020-09-171-1/+10
| | |
| | * (cherry-pick): Require Tcltest 2.2 as a miminum. Run X11 testcases on Travis ↵jan.nijtmans2020-09-161-0/+4
| | | | | | | | | | | | in 3 Ubuntu variants: Xenial, Bionic and Focal. (MacOS/XQuartz not working yet)
* | | Merge 8.6jan.nijtmans2020-09-141-0/+6
|\ \ \ | |/ /
| * | Extend .gitattributes and .fossil-settings/encoding-glob for file types ↵jan.nijtmans2020-09-141-0/+6
| | | | | | | | | | | | .bmp, .cur, .ico and .rc
* | | Merge 8.6jan.nijtmans2020-06-291-1/+8
|\ \ \ | |/ /
| * | A few missing entries in .fossil-settings/ignore-glob and .gitignorejan.nijtmans2020-06-291-1/+8
| | |
* | | Merge 8.6jan.nijtmans2020-06-252-0/+5
|\ \ \ | |/ /
| * | Additional entries in fossil's ignore-globjan.nijtmans2020-06-251-0/+4
| | |
| * | Merge 8.5jan.nijtmans2020-06-251-0/+1
| |\ \ | | |/
| | * Fix [https://core.tcl-lang.org/tcl/info/9080d6a871|9080d6a871]: Build fix ↵jan.nijtmans2020-06-251-0/+1
| | | | | | | | | | | | | | | for tcl on macOS on Apple Silicon. Add manifest.uuid to distribution, so we can see exactly what commit-id "make dist" is built from (even when it's built from GIT).
* | | Add compat/stdbool.h (needed by revised_text) and compat/stdint.h (needed by ↵jan.nijtmans2020-02-181-1/+0
| | | | | | | | | | | | | | | TIP #556, or any other Tk extension which on tclInt.h) Remove the need for "make doc", by committing doc/man.macros directly here.
* | | Merge core-8-6-branch - update to nmake rules 1.1apnadkarni2017-12-233-10/+5
|\ \ \ | |/ /
| * | Use wildcards in crlf file list. Ignore nmakehlp.outapnadkarni2017-12-233-14/+5
| | |
* | | merge core-8-6-branch. Sync win/rules.vc with Tcl version.jan.nijtmans2017-12-222-0/+4
|\ \ \ | |/ /
| * | Convert win/rules-ext.vc and win/targets.vc from lf to crlf line-endings. ↵jan.nijtmans2017-12-222-0/+4
| | | | | | | | | | | | Also adapt .fossil-settings/crlf-glob accordingly
* | | merge core-8-6-branchjan.nijtmans2017-10-101-2/+4
|\ \ \ | |/ /
| * | Sync nmakehlp.exe with Tcl version. And add VC entries to ignore-glob (taken ↵jan.nijtmans2017-10-101-2/+4
| |\ \ | | |/ | | | | | | over from reform-vc branch)
| | * Sync nmakehlp.exe with Tcl version. And add VC entries to ignore-glob (taken ↵jan.nijtmans2017-10-101-0/+5
| | | | | | | | | | | | over from reform-vc branch)
* | | Merge core-8-6-branchjan.nijtmans2017-03-073-3/+0
|\ \ \ | |/ /
| * | Remove "makefile.bc". Not update for many-many years, most likely it doesn't ↵jan.nijtmans2017-03-073-3/+0
| | | | | | | | | | | | work any more and it doesn't seem to care anyone.
* | | If Tk is compiled with -DTK_NO_DEPRECATED=1, remove some deprecated code ↵jan.nijtmans2017-01-233-6/+0
|/ / | | | | | | | | (pack subcommands) and other stuff which is not used any more. And fix a few typos. Remove rmd.bat and rmd.bat, which are also not used any more.
* | Added more glob patterns in order to ignore Windows-specific compilation ↵fvogel2017-01-041-0/+3
| | | | | | | | products when running fossil extra
* | Add another few Xlib stubs for Win32. Cherry-picked from ↵jan.nijtmans2016-11-071-0/+6
|/ | | | [http://www.androwish.org/index.html/info/862eb620a096fddc|AndroWish]. Thanks to Christian Werner.
* Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then ↵jan.nijtmans2015-06-252-0/+12
| | | | | | 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.
* one more entry in ignore-globjan.nijtmans2013-06-131-0/+1
|
* Tell fossil and Eclipse that the default eol-convention is LF. jan.nijtmans2013-04-113-0/+23
Tell fossil which files are binary and which files should never be committed. Tell Eclipse that the default encoding is UTF-8