Made the output more compact by printing author and date in the title bar.
Added commits.php object to all languages.
Various fixes in generated output.
Embed "commits.php". Still some fine-tuning needed.
Script for updating www.aros.org/commits.php. Content will be fetched from trac.aros.org's RSS feed.
parthenope: Fix bug in cdrom.c:get_dev()
Never call start_unit_scan() with NULL argument, the original u-boot on Sam460ex cannot handle this.
parthenope: Do not use inline declaration for context funcs
Due to different standards this does not work with gcc 5 and above (see https://gcc.gnu.org/gcc-5/porting_to.html for details).
parthenope: Don't try to store signed value in unsigned variable especially if we want to test for < 0 later
parthenope: Remove unneeded unsigned qualifier from getenv
parthenope: Some headers had include guards before the license comment which is unusual. Clean these up.
Newer gcc gives an error for calling builtin_frame_address with non 0 arg so don't try this. Add a FIXME comment instead and clean up the ifdefs a bit.
Fix size parameter to memset (noticed by gcc 6.3)