aboutsummaryrefslogtreecommitdiffstats
path: root/getpass.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove register qualifier.Matthias Andree2019-08-051-2/+2
| | | | Let the compiler sort out register allocation.
* Further cleanups to compile with C++ compiler.Matthias Andree2006-03-151-2/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4744
* Fix more compiler warnings.Matthias Andree2006-03-141-0/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4736
* Merge SuSE's fetchmail-6.2.5-declaration.patchMatthias Andree2005-04-251-1/+0
| | | | svn path=/trunk/; revision=4035
* Quench some GCC 3.4 warnings by making sure that all int arguments are ↵Matthias Andree2004-06-111-3/+3
| | | | | | marked int and swapping words so that static is first in the line. svn path=/trunk/; revision=3882
* Ready to ship 6-2-0.Eric S. Raymond2002-12-131-3/+3
| | | | svn path=/trunk/; revision=3776
* _( -> GT_(Eric S. Raymond2001-09-241-2/+2
| | | | svn path=/trunk/; revision=3478
* Horst von Brand's security and specfile patches.Eric S. Raymond2000-08-301-0/+1
| | | | svn path=/trunk/; revision=2956
* BeOS support.Eric S. Raymond2000-04-081-1/+1
| | | | svn path=/trunk/; revision=2866
* Label save closes.Eric S. Raymond2000-01-311-1/+1
| | | | svn path=/trunk/; revision=2723
* Clearer message.Eric S. Raymond1999-02-071-1/+1
| | | | svn path=/trunk/; revision=2379
* Simplify error reporting further.Eric S. Raymond1999-02-031-1/+2
| | | | svn path=/trunk/; revision=2374
* Return of the dancing progress dots.Eric S. Raymond1999-02-011-1/+1
| | | | svn path=/trunk/; revision=2369
* Progress messages now go to stdout.Eric S. Raymond1999-01-051-1/+1
| | | | svn path=/trunk/; revision=2328
* Fix copyrights.Eric S. Raymond1998-12-041-2/+0
| | | | svn path=/trunk/; revision=2260
* Internationalization support via GNU gettext().Eric S. Raymond1998-11-261-2/+5
| | | | svn path=/trunk/; revision=2208
* Jonathan T. Agnew's massive code cleanup.Eric S. Raymond1998-10-261-11/+11
| | | | svn path=/trunk/; revision=2137
* -Wall cleanup.Eric S. Raymond1998-10-201-1/+1
| | | | svn path=/trunk/; revision=2120
* tcgetpgrp -> isatty.Eric S. Raymond1997-09-251-21/+14
| | | | svn path=/trunk/; revision=1410
* Code cleanup before teaching it to autoconfigure.Eric S. Raymond1997-09-251-94/+89
| | | | svn path=/trunk/; revision=1409
* Add patch allowing password to be piped in.Eric S. Raymond1997-09-191-19/+35
| | | | svn path=/trunk/; revision=1377
* Some configuration cleanup.Eric S. Raymond1997-07-011-1/+2
| | | | svn path=/trunk/; revision=1133
* Use error() for messages almost everywhere.Eric S. Raymond1996-12-171-2/+1
| | | | svn path=/trunk/; revision=636
* Removed an unnecessary layer of indirection.Eric S. Raymond1996-11-061-1/+2
| | | | svn path=/trunk/; revision=495
* gcc -Wall cleanup.Eric S. Raymond1996-10-261-0/+4
| | | | svn path=/trunk/; revision=396
* Changed copyrights, they're now by reference.Eric S. Raymond1996-10-111-2/+1
| | | | svn path=/trunk/; revision=299
* The great name change.Eric S. Raymond1996-09-241-1/+1
| | | | svn path=/trunk/; revision=114
* Remove unneeded conditional.Eric S. Raymond1996-08-211-4/+2
| | | | svn path=/trunk/; revision=49
* Licensing and copyright changes pursuant to Carl Harris handing me theEric S. Raymond1996-06-281-37/+3
| | | | | | baton. svn path=/trunk/; revision=16
* Initial revisionEric S. Raymond1996-06-281-0/+223
svn path=/trunk/; revision=14