* bin/check.hb
! fixed to use local implementation instead of hb_DirScan()
which has known bug of missing extensionless files on win.
(due to hb_FileMatch() problem)
+ added support to optimize images and uncrustify C source
before upload (inactive yet)
+ added necessary exceptions now that extensionless files
properly found
+ checks for filenames without extensions
+ checks for filenames with extensions not in .gitattributes
* bin/commit.hb
+ show helpful advice when pre-commit hook check fails
! fixed to propely pick filenames that result from rename operations (for check)
! fixed to not pick filenames of deleted files (for check)
* config/lang.hb
* doc/en/lang.txt
* include/hblang.hbx
* src/lang/Makefile
* src/lang/l_zh_tra.c -> src/lang/l_zh.c
* src/rtl/langcomp.prg
* Language renamed: zh_tra -> zh (in sync with recently laid rules)
The 'REQUEST HB_LANG_*' value become INCOMPATIBLE compared
to previous dev versions
* src/rtl/cdpdet.prg
+ added 'zh' country code to codepage detection
* contrib/make.hb
* contrib/hbplist -> contrib/hbplist.txt
* renamed to have an extension
* contrib/hbrun/doc/_GENERATED_ -> contrib/hbrun/doc/_autogen.txt
* utils/hbmk2/doc/_GENERATED_ -> utils/hbmk2/doc/_autogen.txt
* renamed to have names fitting naming rules
+ added warning message inside
- extras/httpsrv/logs/empty
- deleted unnecessary file with non-compliant filename
- tests/stripeol.hb
% deleted, now similar functionality is implemented in bin/check.hb
* .gitattributes
! added missing .log and .ucf
* contrib/hbtinymt/3rd/tinymt/tinymt.hbp
! deleted SVN ID
* debian/copyright
! synced with COPYING.txt
* debian/postinst
* debian/postrm
! deleted multiple EOL at EOF
85 lines
1.4 KiB
Plaintext
85 lines
1.4 KiB
Plaintext
ChangeLog.txt ident
|
|
|
|
# Default
|
|
* text=auto
|
|
|
|
# These files are text and should be normalized (convert CRLF => LF)
|
|
*.1 text
|
|
*.api text
|
|
*.bas text
|
|
*.c text
|
|
*.cfg text
|
|
*.ch text
|
|
*.css text
|
|
*.def text
|
|
*.dif text
|
|
*.h text
|
|
*.hb text
|
|
*.hbc text
|
|
*.hbm text
|
|
*.hbp text
|
|
*.hbx text
|
|
*.html text
|
|
*.in text
|
|
*.ini text
|
|
*.js text
|
|
*.log text
|
|
*.m text
|
|
*.md text
|
|
*.mft text
|
|
*.mk text
|
|
*.nsi text
|
|
*.pem text
|
|
*.po text
|
|
*.prg text
|
|
*.rb text
|
|
*.rc text
|
|
*.sfc text
|
|
*.spec text
|
|
*.sx text
|
|
*.tpl text
|
|
*.txt text
|
|
*.ucf text
|
|
*.vbs text
|
|
*.xml text
|
|
*.xsl text
|
|
*.y text
|
|
*.yml text
|
|
*.yyc text
|
|
*.yyh text
|
|
|
|
# Text files with fixed EOL requirements
|
|
*.bat text eol=crlf
|
|
*.sh text eol=lf
|
|
|
|
# Binary files
|
|
*.a binary
|
|
*.afm binary
|
|
*.bmp binary
|
|
*.dat binary
|
|
*.dbf binary
|
|
*.exe binary
|
|
*.frm binary
|
|
*.gif binary
|
|
*.icns binary
|
|
*.ico binary
|
|
*.jpg binary
|
|
*.lbl binary
|
|
*.lib binary
|
|
*.mdb binary
|
|
*.ng binary
|
|
*.odt binary
|
|
*.pdf binary
|
|
*.pfb binary
|
|
*.png binary
|
|
*.sq3 binary
|
|
*.tif binary
|
|
|
|
# TOTEST:
|
|
#*.c text diff=cpp
|
|
#*.h text diff=cpp
|
|
#*.htm text diff=html
|
|
#*.html text diff=html
|
|
#*.m text diff=objc
|
|
#*.rb text diff=ruby
|