8
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 12 hours ago.
Jun 22, 2024 — Jun 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[build] Move `getcwd', `getwd' check to configure.in. More... over 15 years ago
[build] Move `readlink' check to configure.in; use _POSIX_SYMLOOP_MAX. More... over 15 years ago
[build] Move a mass of boilerplate from conf.sh to rcsbase.h. More... over 15 years ago
[build] Move checks for missing type definitions to configure.in. More... over 15 years ago
[int] Presume `fread' rv and arg types are both `size_t'. More... over 15 years ago
[build] Presume <stdio.h> provides `rename', `strchr', `strrchr'. More... over 15 years ago
[build] Assume signal handlers return `void'. More... over 15 years ago
[build] Presume availability of `fputs'. More... over 15 years ago
[build] Move checks for GCC __attribute__ handling to configure.in More... over 15 years ago
[build] Assume `EXIT_FAILURE' works. More... over 15 years ago
[build] Presume availability of `vfprintf'. More... over 15 years ago
[int] Assume `malloc' returns `void *'. More... over 15 years ago
[build] Don't bother checking `const', `volatile' handling. More... over 15 years ago
[int] Assume `closedir' (from <dirent.h>) returns `int'. More... over 15 years ago
[build] Presume availability of `memcmp', `memcpy', `memmove'. More... over 15 years ago
[build] Move check for system headers into configure.in. More... over 15 years ago
[int] To return from `main', use `return' directly. More... over 15 years ago
[int] Add braces to disambiguate `else' clause. More... over 15 years ago
[build] Presume availability of <stdarg.h>. More... over 15 years ago
[int] Define `cmdid', `main' directly. More... over 15 years ago
[int] Say "register int c", not just "register c". More... over 15 years ago
[int] Use Standard C syntax for function definitions. More... over 15 years ago
[int] Use ANSI prototypes. More... over 15 years ago
[build] Require a C99-capable compiler. More... over 15 years ago
[build] Use zero-arg form of AC_OUTPUT. More... over 15 years ago
Whitespace munging; nfc. More... over 15 years ago
[build] Move authoritative version number into configure.in. More... over 15 years ago
[build] Drop "make lint" support. More... over 15 years ago
Don't coddle compilers that require `(void) EXPRESSION;'. More... over 15 years ago
Delete trailing whitespace; nfc. More... over 15 years ago