]> diplodocus.org Git - nmh/history - test/getfullname.c
context_foil.c: Move interface to own file.
[nmh] / test / getfullname.c
2017-10-27 Ralph CorderoyDelete "blank" lines at start of files to bring content...
2017-09-10 Ralph CorderoyReplace printf("%s\n", foo) and similar with puts(foo).
2017-09-09 Ralph Corderoytest/getfullname.c: Move return case first in if-else...
2012-03-24 David LevineEnsure that escape_display_name() can't overrun a buffer.
2012-03-23 David LevineAdded function escape_display_name() to double quote...
2012-03-14 David LevinePromote uid_t value to long and print with %ld to preve...
2012-03-13 Ken HornsteinModify getfullname so it performs the same processing...
2012-02-18 David Levinegcc was warning about unused arguments to main, so...
2012-02-15 Ken HornsteinCreate test cases for the new format functions for...