20
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected 1 day ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
we need more RCS IDs!
mirabilos
as tg
More... over 14 years ago
various fixes and optimisations: • ensure unsigned arithmetics is used in the cdb hash • make the hash functions print their result again • now we can use the Lb64{en,de}code trick of using stdin if "$*"=="" • optimise the one-at-a-time code for shell
mirabilos
as tg
More... over 14 years ago
implement Jenkins’ one-at-a-time hash, which has better avalanche behaviour than DJB’s CDB hash (good if using more than one byte) and probably no funnels
mirabilos
as tg
More... over 14 years ago
this is Korn Shell, not C – less ops are always faster than many fast ops
mirabilos
as tg
More... over 14 years ago
add the keyword “colour” to the PS1 example, since it wasn’t found in here in either spelling and smultron@ wanted to see how it’s done
mirabilos
as tg
More... over 14 years ago
debconf translation whack More... over 14 years ago
debconf translation whack More... over 14 years ago
need <sys/types.h> for mode_t
mirabilos
as tg
More... over 14 years ago
While mksh R39 builds fine on MirOS #7s8E on my trusty sparc, pgcc 2.95.3 throws out quite some warnings – fix most of them except most emitted via -Wconversion; work around some others; discard bogus warnings.
mirabilos
as tg
More... over 14 years ago
- Update to R39 More... over 14 years ago
use R39 distfile; disable klibc; test on Hardon Heroin (still not /bin/sh capable, barks in checkroot.sh which works if called manually... probably usplatsch issue) More... over 14 years ago
use R39 distfile; disable klibc; test on Hardon Heroin (still not /bin/sh capable, barks in checkroot.sh which works if called manually... probably usplatsch issue) More... over 14 years ago
• bump printf.c • test stuff, mention possible lintian warning for mksh-klibc:static More... over 14 years ago
• bump printf.c • test stuff, mention possible lintian warning for mksh-klibc:static More... over 14 years ago
optionally link mksh-klibc statically (untested) More... over 14 years ago
optionally link mksh-klibc statically (untested) More... over 14 years ago
re-indent, move comments ,etc. More... over 14 years ago
re-indent, move comments ,etc. More... over 14 years ago
Linux libc5 has some function protos in weird places
mirabilos
as tg
More... over 14 years ago
some bit of advice
mirabilos
as tg
More... over 14 years ago
ULTRIX, OSF/1, Tru64, Linux 2.0: uint8_t check must come *before* the arc4random.c source file is added to $LIBS (and related checks)
mirabilos
as tg
More... over 14 years ago
ash 0.2 (ecce!GNU/Linux 1.05) chokes on such "long" echo statements...
mirabilos
as tg
More... over 14 years ago
*curses* ensure all ‘!’ are quoted, ash 0.2, ecce!GNU/Linux 1.05
mirabilos
as tg
More... over 14 years ago
since ULTRIX has no strdup(3), use mksh’s internal string duplication functions to create a temporary writable copy of the fmt argument if this is used as builtin More... over 14 years ago
since ULTRIX has no strdup(3), use mksh’s internal string duplication functions to create a temporary writable copy of the fmt argument if this is used as builtin More... over 14 years ago
more use of memcpy(3) when we know destination and source sizes
mirabilos
as tg
More... over 14 years ago
use sizeof
mirabilos
as tg
More... over 14 years ago
if duplicating strings, it’s idiotic to use strlcpy(3) when we know the sizes (checked)
mirabilos
as tg
More... over 14 years ago
arc4random.c needs uint8_t tested on ULTRIX
mirabilos
as tg
More... over 14 years ago
let the compiler inline; DEC ucode on ULTRIX can’t More... over 14 years ago