]> diplodocus.org Git - nmh/history - uip/prompter.c
getpass.c: Move interface to own file.
[nmh] / uip / prompter.c
2017-11-12 Ralph Corderoycpydata.c: Move interface to own file.
2017-11-12 Ralph Corderoym_atoi.c: Move interface to own file.
2017-11-12 Ralph Corderoycontext_save.c: Move interface to own file.
2017-11-12 Ralph Corderoyambigsw.c: Move interface to own file.
2017-11-12 Ralph Corderoyprint_version.c: Move interface to own file.
2017-11-12 Ralph Corderoyprint_help.c: Move interface to own file.
2017-11-12 Ralph CorderoyUse #include with `""' for including nmh's source.
2017-11-12 Ralph Corderoyerror.c: Move interface to own file.
2017-11-01 Ralph Corderoyuip: Replace some ints that are only ever 0 or 1 with...
2017-10-30 Ralph Corderoyuip: Replace some ints that are only ever 0 or 1 with...
2017-10-30 Ralph Corderoynmh_init(): Replace integer parameter with two bools.
2017-10-30 Ralph CorderoyReplace adios(NULL, ...) with die(...).
2017-09-21 Ralph CorderoyDetect function-pointer `done' being set twice in a...
2017-09-12 Ralph CorderoyRemove more outer wrapping parenthesis from return...
2017-09-09 Ralph CorderoyRefer to #include files from the root of nmh's source.
2017-08-26 Ralph CorderoyReplace printf("foo\n") with puts("foo").
2017-08-23 Ralph CorderoyRemove the `else' after a simple if-then block ending...
2017-08-13 Ralph Corderoym_getfld() et al: Replace with m_getfld2(), etc., in...
2017-05-25 Ralph Corderoyuip/prompter.c: Make getln() static; only called locally.
2017-05-25 Ralph Corderoyuip/prompter.c: Delete obfuscating ERASE, etc., macros.
2017-05-25 Ralph Corderoyuip/prompter.c: Delete unused macros CKILL and CERASE.
2017-05-15 Ralph Corderoyh/utils.h: Move in nmh_init() prototype from h/prototyp...
2017-05-15 Ralph Corderoysbr/m_mktemp.h: Move remaining prototypes from h/protot...
2017-05-07 Ralph CorderoyMake many m_getfld() buffer parameters NMH_BUFSIZ big.
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.
2016-10-30 Ralph CorderoyReplace printf("%s", foo) with fputs(foo, stdout).
2016-10-30 Ralph CorderoyReplace fprintf(fp, "%s", foo) with fputs(foo, fp).
2016-10-30 Ralph CorderoyReplace printf("...\n") with puts("...").
2016-10-06 David LevineMerge branch 'welcome'
2016-09-29 David LevineInstead of relying on invo_name to decide whether to...
2016-03-13 David LevineMerge branch 'master' into xoauth
2015-01-08 David LevineMerge remote-tracking branch 'origin' into convertargs
2014-12-21 David LevineRearranged code to avoid "might be clobbered by longjmp...
2014-04-10 Lyndon NerenbergI missed one spot in getln() where the new quoting...
2014-04-10 Lyndon NerenbergIf getln() sees a newline as its first character, it...
2014-01-26 David LevineMerge branch 'tmpfiles'
2014-01-26 David LevineMerge branch 'tmpfiles'
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-23 Ken HornsteinMerge branch 'mhbuild-always'
2014-01-22 David LevineAlways check that mktemp()/mktemp2() succeeds before...
2014-01-20 Ken HornsteinRemove the --disable-locale configure option and make...
2013-12-28 David LevineFixed chmod of temp file in prompter. Noticed by valgrind.
2013-04-14 David LevineMoved #include of signal.h to h/signals.h. And it...
2013-04-14 David LevineMoved #include of errno.h to h/nmh.h.
2013-02-22 Ken HornsteinMerge branch 'format-test'
2013-02-01 Lyndon NerenbergMerge branch 'master' into savannah
2013-01-31 Lyndon NerenbergMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2013-01-27 David LevineMerge branch 'm_getfld'
2013-01-23 David LevineChanged m_getfld() to automatically allocate a new...
2013-01-21 Ken HornsteinMerge branch 'master' into format-test
2013-01-21 David LevineRemoved the static m_getfld() state instance and replaced
2013-01-18 David LevineRemoved all traces of m_getfld() FLDEOF and BODYEOF...
2013-01-10 Ken HornsteinConvert all argument processing over to using X-Macros...
2012-12-22 David LevineChanged bufsz argument of m_getfld() to be in-out inste...
2012-06-07 David LevineChanged exit status of each nmh command's -version...
2012-04-12 David LevineUndid wrapping of setjmp() and sigsetjmp() of
2012-01-17 David LevineWrapped setjmp(), sigsetjmp(), and vfork() calls to...
2012-01-13 Ken HornsteinMerge branch 'master' of git.sv.nongnu.org:/srv/git/nmh
2012-01-13 David LevineAdded NMH_UNUSED macro for suppressing warnings about...
2012-01-09 Ken HornsteinWe are making POSIX signal support a requirement; remov...
2012-01-09 Ken HornsteinSwitch from using RETSIGTYPE via autoconf to void,...
2012-01-04 Lyndon NerenbergCollapse termio/termios/sgtty terminal interface code...
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2010-02-04 Earl Hood* Bug #15213, #18635: The use of the insecure m_scratch...
2007-11-04 Joel ReicherReturn type of (*done)() changed to void. default_done...
2003-09-30 Glenn Burkhardt[bug #4302] errno is not always an extern int
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
2000-02-04 Dan HarklessWhoever originally added the -help switch to all the...
1999-07-16 Dan HarklessEliminated compilation warnings.
1999-04-30 Doug MorrisInitial revision