Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Command used for the job:
egrep -rl ' $' --include *.c --include *.h --include *.s --include *.inc --include *.txt * | xargs sed -i 's/\s\+$//g'
Credits to Grant Murphy from Stack Overflow.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Document all event vars
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Some corrections to the way events are handled and identified.
|
|
|
|
I finally figured out what the code is trying to do. I have a foothold;
the rest should follow.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|