Re: [Lazarus] Initial NoGUI LCL support for Amiga Systems

2017-01-13 Thread Marcus Sackrow via Lazarus
Hi, Am 14.01.2017 um 00:55 schrieb Juha Manninen via Lazarus: Strange. All the new files in lcl/interfaces/mui directory have their contents duplicated, meaning that where the file should end, the same whole text comes a 2. time. This happens when I do the normal $ patch -p0 < ~/patch/MUI-Wid

Re: [Lazarus] Initial NoGUI LCL support for Amiga Systems

2017-01-13 Thread Juha Manninen via Lazarus
Strange. All the new files in lcl/interfaces/mui directory have their contents duplicated, meaning that where the file should end, the same whole text comes a 2. time. This happens when I do the normal $ patch -p0 < ~/patch/MUI-WidgetSet.patch command. The same problem shows in Kompare (KDE's diff

[Lazarus] Changes to fpWeb...

2017-01-13 Thread Michael Van Canneyt via Lazarus
Hello, I have committed a serious change to the way fpweb handles requests. Especially routing of requests was changed. The old Delphi style routing worked with Datamodules only. The pattern was strictly /modulename/actionname or through query variables: ?module=xyz&Action=nmo This old routi