criticic / llpp

llpp original source code before it turned to protestware. NOTE: changes are made on the "latest" branch, master is locked and remains as it was.
Other
28 stars 6 forks source link

Original author #14

Open aksr opened 3 weeks ago

aksr commented 3 weeks ago

Recently I talked to original author (we collaborated on some llpp's bug a few years ago) and he agreed to publish his own changes to llpp. (https://repo.or.cz/llpp.git/commit/b0bca8917e1d6d712120deaf686a1c09979aff31) He uses daily llpp and he worked a little on it in a recent past, but he hasn't published it before now.

Please, go through his own changes to llpp.

fstecker commented 2 weeks ago

This is great! I tried to merge the changes with the ones we did here locally (which are mostly centered around making llpp work well with the system libraries on arch linux). See the result here:

https://github.com/criticic/llpp/compare/latest...fstecker:llpp:latest

Where there were conflicts, I used malc's version as much as possible to make this not diverge too far. In fact, here are the differences:

https://github.com/fstecker/llpp/compare/original_updated...latest

Let me know what you think! If there are no objections, I'll push this here in a few days.