User Details
User Details
- User Since
- Jul 11 2025, 8:23 AM (14 w, 6 d)
Sep 12 2025
Sep 12 2025
schweikh_schweikhardt.net committed rG8d2d6647d65a: Supercharge the most beautiful console font ever with +4300 glyphs. (authored by schweikh_schweikhardt.net).
Supercharge the most beautiful console font ever with +4300 glyphs.
Sep 4 2025
Sep 4 2025
schweikh_schweikhardt.net committed rGd5dd6ad6baa6: Like for -P et al, state that -deElL are syscons only options. (authored by schweikh_schweikhardt.net).
Like for -P et al, state that -deElL are syscons only options.
Aug 29 2025
Aug 29 2025
schweikh_schweikhardt.net committed rG9e8c1ab0976c: Supercharge the most beautiful console font ever with +4300 glyphs. (authored by schweikh_schweikhardt.net).
Supercharge the most beautiful console font ever with +4300 glyphs.
Jul 11 2025
Jul 11 2025
schweikh_schweikhardt.net added inline comments to D51222: libusb: implement libusb_dev_mem_{alloc,free}.
schweikh_schweikhardt.net added a comment to D51222: libusb: implement libusb_dev_mem_{alloc,free}.
- All "* devh" should be "*devh"
- The function prototypes are not aligned, they have varying numbers of space to the left of the function identifier.
Maybe a checkin with only white-space changes is in order.
schweikh_schweikhardt.net added a comment to D51221: libusb: implement libusb_free_pollfds.
- In the function prototypes the asterisks for pointers should all be consistent without a space next to the identifier. All "* ctx" should be "*ctx".
- There is no need to cast the argument of free(), since it takes a ptr-to-void and they are assignment compatible to any pointer.