]> diplodocus.org Git - nmh/history - sbr
Another pass at cleaning up (some of) the manpages.
[nmh] / sbr /
2016-01-23 David Levinemhical enhancement: If a datetime is missing the time...
2016-01-20 Richard M KreuterSet MH to the resolved, absolute pathname inside contex...
2015-11-19 David LevineAllow a RRULE in an iCalendar request to not have an...
2015-11-18 David LevineRemove any enclosing quotes from a timezone identifier...
2015-08-23 Ken HornsteinIf str == buffer, then do NOT do a strncpy(buffer,...
2015-02-23 David LevineMerge remote-tracking branch 'origin/convertargs'
2015-02-14 David LevineRemoved m_chkids(), per suggestion of Marcin Cieslak.
2015-02-14 David LevineRemoved unnecessary #include of h/signals.h.
2015-02-12 Marcin CieslakFixed the error message in lockit() when it fails to...
2015-02-08 David LevineMerge remote-tracking branch 'origin' into convertargs
2015-02-05 David LevineMerge remote-tracking branch 'origin' into convertargs
2015-01-19 David LevineMerge remote-tracking branch 'origin' into convertargs
2015-01-10 David LevineAdded multiply format function, requested by Norm.
2015-01-08 David LevineMerge remote-tracking branch 'origin' into convertargs
2015-01-04 David LevineAdded mhical(1), to display, reply to, and cancel iCale...
2014-12-25 David LevineAdded const to char * arguments of uprf().
2014-12-25 David LevineFixed memory leak in mime_type(). get_file_info()...
2014-12-21 David LevineRemoved unnecessary #includes of setjmp.h.
2014-12-18 David LevineFixed format engine output of negative number with...
2014-12-02 Ken HornsteinMerge commit '8206fbf', due to my screwup of committing...
2014-11-04 David LevineFixed commit 6cc9e85e73ff6f6c67ae6e645d184bbf57ecc2f0...
2014-10-28 David LevineRenamed getmymbox mh-format escape function to getmyadd...
2014-10-26 David LevineAdded getmymbox function escape.
2014-10-26 David LevineFixed memory leak in do_name() when multiple dates...
2014-10-26 David LevineAdded free_fs(), corresponding to new_fs().
2014-10-25 David LevineFixed dst format escape to return 1 instead of 16,...
2014-10-25 David LevineReworked charstring_buffer_copy() to not use strdup...
2014-10-11 David LevineAdded mh_xcalloc().
2014-09-15 David LevineAdded checks of return value of fwrite() calls where...
2014-09-15 David LevineIf a component has trailing whitespace, e.g., body...
2014-09-13 David LevineFixed all anomalies detected by clang static analyzer...
2014-09-07 David LevineOn some platforms, -D_FORTIFY_SOURCE=2 warns about...
2014-09-02 David LevineDoubled size of buffers used by m_getfld(), scan, and...
2014-08-29 David Levinefmt_scan() no longer subtracts 1 from the width. This...
2014-08-29 Ken HornsteinVery very rough cut at trying to parse email addresses...
2014-08-26 David LevineCheck return values of system calls in several sbr...
2014-08-26 David LevineAdded size_t cast of another MB_CUR_MAX to silence...
2014-08-25 David LevineAdded cast of MB_CUR_MAX to size_t to silence compiler...
2014-08-25 David LevineDynamically allocate space for the output of fmt_scan...
2014-08-24 David LevineAdded charstring "class".
2014-08-04 David LevineRemoved second argument from m_Eom() in m_getfld.c...
2014-08-04 David LevineHere's a better fix to m_Eom() in m_getfld.c than commit
2014-08-04 David LevineRemoved eom_action from m_getfld.c because it was only...
2014-08-04 David LevineRemoved m_eomsbr() from m_getfld.c, and its scan_eom_ac...
2014-06-17 David LevineCheck return value of setlocale(3) and admonish on...
2014-06-17 Lyndon NerenbergAdd missing variable initializations on fmt_scan().
2014-06-16 David LevineReordered #includes of sbr/terminal.c to allow compilat...
2014-06-11 Ken HornsteinAlways default the username to the local username,...
2014-05-30 David LevineClarified description in comments of context_find_by_ty...
2014-05-26 David LevineAdded context_find_by_type(), helper function to search...
2014-05-22 David LevineOn platforms with no MIMETYPEPROC, declare the content...
2014-05-14 Paul Foxadd $(kibi) function, as complement to %(kilo)
2014-05-14 Paul Foxrename %(units) to %(kilo)
2014-05-08 David LevineMoved norm_charmap() declaration from h/prototypes...
2014-05-07 Paul Foxadd "%(units)" function, to express numbers with SI...
2014-05-05 David LevineFixed typo in comment in sbr/readconfig.c.
2014-04-18 Ken HornsteinRemove support for a "*" in alias files (which would...
2014-04-18 Ken HornsteinRemove msh(1).
2014-04-16 David LevineReworked retrieval of username and password with SMTP...
2014-04-10 David LevineMerge remote-tracking branch 'origin/fix-locking'
2014-04-09 Ken HornsteinMerge branch 'mhshow-fixup'
2014-04-09 Ken HornsteinNow only display text and inline content by default.
2014-04-09 David Levinelkopen_dot() would block forever if another process...
2014-04-06 David LevineInstead of relying on errno to determine if locking...
2014-04-06 David LevineDon't ignore return value of lkfopendata(), most notably of
2014-04-03 Ken HornsteinMoving closer to fixing mhshow completely. Includes...
2014-03-15 David LevineCompare character with EOF using signed comparison...
2014-03-07 David LevineFixed a few very minor issues that cppcheck noticed.
2014-03-06 Ken HornsteinMerge branch 'extended-params'
2014-03-03 Ken HornsteinConvert unqp() to decode_qp(), and make it a public...
2014-02-25 David LevineFixed m_getfld() to not return EOF indicator, so that...
2014-02-24 Ken HornsteinFix up error reporting for the hook code.
2014-02-22 Ken HornsteinIt compiles now! And actually sort of works, but still...
2014-02-20 David LevineCast argument to isspace() to unsigned char instead...
2014-02-12 Ken HornsteinMove contains8bit() to a common file, and make it a...
2014-02-09 David LevineRemoved potential buffer overflow from ruserpass()...
2014-02-08 David LevineMoved upcase(), update_attr(), content_charset(), and
2014-02-04 Ken HornsteinMore fixes (and tests) for the base64 encoder.
2014-02-04 Ken HornsteinFix encoder so at least one case of LF -> CR LF convers...
2014-02-04 David LevineReordered a bit of code in signal handler. Noted in...
2014-02-04 David LevineUse rename(2), not link(2), in m_mktemps() if mkstemps...
2014-02-02 David LevineRemoved some unused code that forked /bin/mkdir to...
2014-02-02 David LevineRemoved all unnecessary setuid/setgid calls. Using...
2014-02-02 David LevineAdded m_mktemps(), which creates a temporary file with...
2014-02-01 Ken HornsteinMerge branch 'base64-text-fixup'
2014-01-31 Ken HornsteinFix base64 to handle text parts properly; currently...
2014-01-26 David LevineNo longer look at TMP environment variable for temporar...
2014-01-26 David LevineMerge branch 'tmpfiles'
2014-01-26 David LevineMerge branch 'tmpfiles'
2014-01-25 David LevineAdded unregister_for_removal(0) calls to the couple...
2014-01-25 David LevineReplaced nearly all unlink(3) calls with m_unlink().
2014-01-25 David LevineReplaced boilerplate at beginning of each nmh program...
2014-01-25 David LevineReplaced use of mkstemp() with m_mktemp() in lock_file.c.
2014-01-24 Ken HornsteinMove uip/attach.c to sbr/mime_type.c; it was used by...
2014-01-23 Ken HornsteinMerge branch 'mhbuild-always'
2014-01-22 David LevineAdded svector_find() function.
2014-01-22 David LevineExpose get_temp_dir().
2014-01-20 Ken HornsteinCompletely deprecate support for MM_CHARSET.
2014-01-20 Ken HornsteinRemove the --disable-locale configure option and make...
2014-01-19 Ken HornsteinChange error message so "Unknown error 0" doesn't get...
next