1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-29 21:42:28 +03:00
unknown 616b7460aa Fix for bug#5385 ("Text files have unix line break"):
Windows style line end \r\n on README, license, and similar essential plaintext files.


scripts/make_win_src_distribution.sh:
  Some plain text files (which a Windows user might view in any editor) should have 
  Windows style line end \r\n (bug#5385). The tool is changed to do a systematic pass 
  over all files, find all relevant ones (especially "README*", "ChangeLog", "INSTALL*", 
  license text), and adapt them.
  Included are two minor cleanups ("useless use of cat" avoided, variable setting 
  moved to more sensible place).
2004-10-27 21:59:34 +02:00
..
2000-07-31 21:29:14 +02:00
2000-07-31 21:29:14 +02:00
2004-09-03 22:12:27 +02:00
2000-09-14 15:10:06 +03:00
2004-03-25 22:05:09 +02:00
2004-10-11 23:59:37 +03:00
2004-09-07 13:48:38 +02:00
2004-10-08 15:43:27 +03:00