Antonio Niño Díaz
72f801283d
Cleanup code of rgbasm
...
Follow Linux kernel coding style.
Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com >
2018-01-02 17:09:36 +01:00
Antonio Niño Díaz
ec76431c51
Replace C types by stdint.h types
...
Not all occurrences have been replaced, in some cases they have been
left as they were before (like in rgbgfx and when they are in the
interface of a C standard library function).
Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com >
2017-12-31 15:46:22 +01:00
Antonio Niño Díaz
13c0684497
Replace 8 and 16 bit custom types by stdint.h types
...
Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com >
2017-12-31 15:16:08 +01:00
AntonioND
43fd1ee024
Fix some signed/unsigned comparison warnings
...
Signed-off-by: AntonioND <antonio_nd@outlook.com >
2017-04-02 17:08:12 +01:00
Anthony J. Bentley
330a39596c
Instead of blindly trusting the first byte, decode UTF-8 safely.
2016-01-28 23:16:42 -07:00
Anthony J. Bentley
e241137508
KNF.
2016-01-28 23:05:25 -07:00
stag019
af70f03933
A few more small changes to charmap.c.
2014-10-31 19:01:21 -04:00
stag019
004bc2e50e
Fix a few charmap bugs maybe?
2014-10-31 10:48:54 -04:00
stag019
af506985e5
Added license to charmap.c
2014-02-03 20:46:52 -05:00
stag019
34656f9e5d
Fix a bug where the first charmap entry wasn't added correctly.
2013-12-28 00:35:05 -05:00
stag019
1218da79a9
Character maps.
2013-12-22 20:55:14 -05:00