summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/radixsort.3
diff options
context:
space:
mode:
authorrillig <rillig@NetBSD.org>2023-07-09 10:42:07 +0000
committerrillig <rillig@NetBSD.org>2023-07-09 10:42:07 +0000
commit61a832267cc5bff1a90f086bd56309a3a0671255 (patch)
tree6f663ed82c04970fa2f72561dc8eb6681e5f29fe /lib/libc/stdlib/radixsort.3
parentb2782b14a8e5066f0436d79a391ce49f9e782b76 (diff)
lint: remove redundant '#' after 'argument' in diagnosticsHEADtrunk
Diffstat (limited to 'lib/libc/stdlib/radixsort.3')
0 files changed, 0 insertions, 0 deletions
598ef75b'>Coverity CID 1448: Avoid static array overflow.christos 2005-07-19Revert back to using an int (instead of size_t) for holding a value that maylukem 2005-06-09copyright maintenancelukem 2005-05-20Printf field widths and size_t don't always mix well, so cast to int.he 2005-05-19Use size_t instead of int where appropriate.lukem 2005-04-11gratuitous whitespace cleanup (before someone else jumps the gun...)lukem 2005-02-10Fix compilation issues for NO_PROGRESSjmc 2004-03-09Allow custom text printed before (left of) the progress bar from progress(1):hubertf 2003-07-17tweak copyright; the stuff jason did in util.c wasn't migrated to this file.lukem 2003-02-28Crank dates on TNF copyright.lukem 2003-02-12change a couple #ifdef's so /usr/bin/progress doesn't stomp all overgrant 2003-01-21Abstract out progress bar support into progressbar.[ch], for inclusionjhawk