]> diplodocus.org Git - nmh/history - sbr
replsbr.c: In parent, free child's argv[] built before fork().
[nmh] / sbr /
2017-05-15 Ralph CorderoySpecify function parameters in prototypes, mainly void.
2017-05-15 Ralph CorderoyUse `void' in prototypes for functions with no parameters.
2017-05-15 Ralph CorderoyMatch `NORETURN' function prototypes by adding it to...
2017-05-15 David LevineSupport iCalendar event request files that don't end...
2017-05-14 Ralph CorderoyReplace calls to unputenv() with unsetenv(3).
2017-05-14 Ralph CorderoyReplace calls to m_putenv() with setenv(3).
2017-05-14 Ralph Corderoysbr/dtimep.l: Remove redundant wrapping parenthesis...
2017-05-14 Ralph Corderoysbr/fmt_rfc2047.c: Simplify test for /^=\?./.
2017-05-14 Ralph CorderoyUse new PLURALS(n) macro instead of variety of tests.
2017-05-13 Ralph CorderoyUse FENDNULL() instead of duplicate, locally defined...
2017-05-13 Ralph CorderoyAdd FENDNULL(s): fends off NULL by giving an empty...
2017-05-13 Ralph Corderoysbr/mf.c: Rename path to routepath to avoid h/mh.h...
2017-05-12 Ralph CorderoyReplace `a == b ? 1 : 0' and similar with `a == b'.
2017-05-12 Ralph CorderoyReplace `e ? 0 : 1' with `!e'.
2017-05-12 Ralph Corderoysbr/icalparse.y: Replace max(BUFSIZ, 8192) with NMH_BUFSIZ.
2017-05-12 Ralph CorderoyUse existing macros min() and max() more.
2017-05-10 Ralph Corderoysbr/fmt_scan.c: Fix `foo%-42{bar}' right-justification...
2017-05-09 Ralph Corderoysbr/mf.c: Simplify isat(); it's /^ at /i.
2017-05-07 Ralph Corderoysbr/netsec.c: Remove extraneous semicolon.
2017-05-07 Ralph CorderoySplit some comma-operator terms into separate statements.
2017-05-07 Ralph CorderoyMake many m_getfld() buffer parameters NMH_BUFSIZ big.
2017-05-01 Ralph Corderoybase64.c: Remove some else after break. Flip logic...
2017-05-01 Ralph Corderoypath.c: Simplify compath()'s flow; return, don't break...
2017-05-01 Ralph Corderoym_getfld.c: Remove else after break in m_unknown()...
2017-05-01 Ralph Corderoyfmt_rfc2047.c: Remove else after decode_rfc2047()'s...
2017-04-28 Ralph CorderoyFix spelling in C comments.
2017-04-28 Ralph Corderoybvector_copy: Use bvector's tiny storage if big enough.
2017-04-28 Ralph Corderoysbr/oauth.c: Remove const to avoid curl's debug_callbac...
2017-04-28 Ralph Corderoysbr/folder_read.c: Don't malloc() once per message.
2017-04-28 Ralph Corderoysbr/vector.c: Only allocate bvector storage for set...
2017-04-28 Ralph Corderoysbr/vector.c: Add bvector comments, tidy identifiers.
2017-04-28 Ralph Corderoysbr/vector.c: Rewrite BVEC_BYTES(n) macro to remove...
2017-04-28 Ralph Corderoysbr/vector.c: Use new BVEC_BITS_BITS macro.
2017-04-26 Ralph Corderoysbr/vector.c: Zero the growth with memset(3), not loop.
2017-04-26 Ralph Corderoysbr/vector.c: Change bvector_bits() to return first...
2017-04-26 Ralph Corderoysbr/vector.c: Embed initial vector storage in header...
2017-04-26 Ralph Corderoysbr/vector.c: Remove `vec' argument from BVEC_OFFSET...
2017-04-26 Ralph Corderoysbr/vector.c: Delete unused bvector_maxsize() and ivect...
2017-04-26 Ralph Corderoysbr/vector.c: Move assert(3)s into bvector_create().
2017-04-26 Ralph Corderoysbr/vector.c: Replace Nbby with <limits.h>'s CHAR_BIT.
2017-04-26 Ralph Corderoysbr/vector.c: calloc(3) rather than malloc(3) and memse...
2017-04-26 Ralph Corderoysbr/folder_read.c: Don't clear newly created bvectors.
2017-04-26 Ralph Corderoysbr/fmt_scan.c: Only wcwidth(3) a valid mbtowc(3) result.
2017-04-23 Ralph CorderoyRemove return statements at end of void functions.
2017-04-23 Ralph Corderoytws.h: Remove ADJUST_NUMERIC_ONLY_TZ_OFFSETS_WRT_DST.
2017-04-23 Ralph CorderoyUse C's `++', `+=', etc., not the longhand.
2017-04-23 Ralph CorderoyRemove unneeded incomplete, member-less `struct tag;'.
2017-04-23 Ralph Corderoytws.h: Remove zero-valued TW_SNIL macro, used once.
2017-04-23 Ralph Corderoytws.h: Remove redundant TW_SZONE and TW_SZNIL bit-masks.
2017-04-23 Ralph Corderoysbr/dtime.c: Remove struct-assigning twscopy().
2017-04-23 Ralph Corderoysbr/dtimep.l: Remove always false `europeandate' flag.
2017-04-22 Ralph CorderoyAppend descriptions to C source files with first-line...
2017-04-22 Ralph CorderoyAdd first-line comment describing C source's purpose.
2017-04-22 Ralph CorderoyCorrect first-line comments where filename is wrong.
2017-04-22 Ralph CorderoyReplace "/*\n * " with "/* " at the start of a file.
2017-04-22 Ralph CorderoyRemove leading and trailing blank lines from code.
2017-04-22 Ralph Corderoysbr/mf.c: Remove unused functions: isfrom, lequal,...
2017-04-22 Ralph Corderoysbr/dtime.c: Remove unused `struct zone' definition.
2017-04-22 Ralph Corderoyh/tws.h: Remove TW_YES and TW_NO; TW_SUCC good enough.
2017-04-22 Ralph Corderoysbr/discard.c: Simplify by inverting initial test.
2017-04-21 Ralph Corderoysbr/lock_file.c: Move static variables into their funct...
2017-04-17 Ralph CorderoyAllow advertise() to assume strerror(3) won't fail.
2017-04-17 Ralph CorderoyChange admonish(NULL, "foo") to inform("foo, continuing...
2017-04-17 Ralph CorderoyDon't store getname()'s return value during flushing.
2017-04-17 Ralph CorderoyImprove function comments for the ad... diagnostic...
2017-04-17 Ralph CorderoyFix bug in advertise("", "", "foo", ap).
2017-04-17 Ralph CorderoyReplace advise(NULL, fmt, ...) with inform(fmt, ...).
2017-04-17 Ralph CorderoyAdd inform() to provide an equivalent to advise(NULL...
2017-04-16 Ralph CorderoyReplace some strdup() with mh_xstrdup().
2017-04-01 David LevineCheck for sufficient room for multi-column character.
2017-03-22 Ralph CorderoyFix free(3) of unmalloc()'d string in whatnow's refile.
2017-03-22 Ralph CorderoyWork around flex 2.6.3 bug by conditionally #undef...
2017-02-27 David LevineAdded /* FALLTHRU */ comments where gcc 7 noticed their...
2017-02-19 Ken HornsteinChange "servers" mts.conf entry to only support a singl...
2017-01-07 Ralph Corderoycrawl_context: Remove unused struct member `total'.
2016-12-10 Ralph CorderoyRename recently added ToUpper() to to_upper().
2016-12-10 Ralph CorderoyRename recently added ToLower() to to_lower().
2016-12-10 Ralph CorderoyRename recently added TrimSuffixC() to trim_suffix_c().
2016-12-10 Ralph CorderoyRename recently added HasSuffixC() to has_suffix_c().
2016-12-10 Ralph CorderoyRename recently added HasSuffix() to has_suffix().
2016-12-10 Ralph CorderoyRename recently added HasPrefix() to has_prefix().
2016-12-10 Ralph CorderoyDocument that adios() does not return. abort() ensures...
2016-12-08 David LevineReplaced !iscntrl() with isprint().
2016-11-19 Ralph CorderoySplit a few more if-then statements into two lines...
2016-11-13 Ralph CorderoyReplace many add(s, NULL) with mh_xstrdup(s).
2016-11-12 Ralph Corderoym_getfld: Shuffle `delim' assignments slightly.
2016-11-12 Ralph CorderoyRevert "m_getfld: Shorten fdelimlen by one; it was...
2016-11-12 Ralph CorderoyReplace copy(s, d) with POSIX-1.2008's stpcpy(d, s).
2016-11-12 Ralph Corderoym_getfld: Replace matchc() with memmem(3).
2016-11-12 Ralph Corderoym_getfld: Remove never-true test in matchc().
2016-11-11 Ralph Corderoym_getfld: Shorten fdelimlen by one; it was too long.
2016-11-11 Ralph Corderoydlocaltime(): Only call tzset(3) once.
2016-11-06 David LevineMade static char strings const.
2016-11-05 David LevineJust show relevant portion of invalid encoded string.
2016-11-02 David LevineRemoved NMH_UNUSED(hostname) because it no longer exists.
2016-11-02 Ken HornsteinAdd some Autoconf support for older OpenSSL libraries...
2016-11-02 Ralph CorderoyState netsec_set_tls()'s noverify is unused if no TLS.
2016-11-02 Ken HornsteinAdd support for certificate verification when using...
2016-11-02 Ken HornsteinPrint out more TLS information if -snoop is turned on.
2016-11-01 Ralph CorderoySplit one-line condition+body to get gcov results.
next