On 6/2/13, Juha Manninen <[email protected]> wrote: > On 6/2/13, Reinier Olislagers <[email protected]> wrote: >> To do: >> - convert dos<>*nix line endings > > I think the patch command already does some conversion there, at least on > Linux. > I never had line ending related problems when applying patches with > "patch", but I did have problems when adding whole new files.
On Windows patch requires CrLf line endings. In order to get patch to work on Windows I wrote a NativeEndOfLine converter. Before that I had to load every patch file in mte text editor, modify it (add a spece somewhere) and save it (which converted it ot native EOL). Bart -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
