aboutsummaryrefslogtreecommitdiffstats
pre { line-height: 125%; } td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } td.lineno
Commit message (Collapse)AuthorAgeFilesLines
* Ready to ship.Eric S. Raymond2001-07-122-4/+13
| | | | svn path=/trunk/; revision=3417
* Corrected the build breakage.Eric S. Raymond2001-07-122-4/+8
| | | | svn path=/trunk/; revision=3415
* Add a comment.Eric S. Raymond2001-07-111-0/+1
| | | | svn path=/trunk/; revision=3414
* Remote-build patches.Eric S. Raymond2001-07-111-0/+1
| | | | svn path=/trunk/; revision=3413
* Ready to ship.Eric S. Raymond2001-07-101-0/+5
| | | | svn path=/trunk/; revision=3412
* Version bump.Eric S. Raymond2001-07-101-1/+1
| | | | svn path=/trunk/; revision=3411
* Dump plugin and plugout options properly.Eric S. Raymond2001-07-071-2/+6
| | | | svn path=/trunk/; revision=3410
* Discard Return-Path consisting of @.Eric S. Raymond2001-07-072-1/+7
| | | | svn path=/trunk/; revision=3409
* Close escaping bug.Eric S. Raymond2001-07-071-1/+1
| | | | svn path=/trunk/; revision=3408
* Close debian bug that clobbered .fetchmailorc.Eric S. Raymond2001-07-073-3/+13
| | | | svn path=/trunk/; revision=3407
* Version bump.Eric S. Raymond2001-07-071-1/+1
| | | | svn path=/trunk/; revision=3406
* Correction.Eric S. Raymond2001-07-071-26/+26
| | | | svn path=/trunk/; revision=3405
* Version bump.Eric S. Raymond2001-07-061-0/+4
| | | | svn path=/trunk/; revision=3403
* 1-8/+12
| | | | svn path=/trunk/; revision=3402
* Exit with DNS error only if all mailserver lookups fail.Eric S. Raymond2001-07-062-1/+21
| | | | svn path=/trunk/; revision=3401
* Experiment with better RCPT TO handling.Eric S. Raymond2001-07-062-17/+21
| | | | svn path=/trunk/; revision=3400
* Version bump.Eric S. Raymond2001-07-061-1/+1
| | | | svn path=/trunk/; revision=3399
* IDLE seems to work now.Eric S. Raymond2001-07-061-5/+1
| | | | svn path=/trunk/; revision=3398
* Better backslash handling in RFC822 strings.Eric S. Raymond2001-07-062-1/+11
| | | | svn path=/trunk/; revision=3397
* Note Paul Howarth's error.Eric S. Raymond2001-07-061-2/+19
| | | | svn path=/trunk/; revision=3396
* Comment fix.Eric S. Raymond2001-07-061-4/+4
| | | | svn path=/trunk/; revision=3395
* Issue RSET before QUIT if keep is enabled.Eric S. Raymond2001-07-063-0/+13
| | | | svn path=/trunk/; revision=3394
* Don't rely on snprintf.Eric S. Raymond2001-07-045-5/+36
| | | | svn path=/trunk/; revision=3393
* Better skip handling.Eric S. Raymond2001-07-041-2/+2
| | | | svn path=/trunk/; revision=3392
* XCosmetic fix.Eric S. Raymond2001-07-021-2/+2
| | | | svn path=/trunk/; revision=3391
* Ready to ship.Eric S. Raymond2001-07-024-3/+25
| | | | svn path=/trunk/; revision=3389
* ODMR fixes.Eric S. Raymond2001-07-012-2/+8
| | | | svn path=/trunk/; revision=3388
* Fix for zombie problem.Eric S. Raymond2001-07-013-1/+56
| | | | svn path=/trunk/; revision=3387
* Ready to ship another release.Eric S. Raymond2001-06-254-7/+14
| | | | svn path=/trunk/; revision=3385
* Emergency core-dump fix.Eric S. Raymond2001-06-251-1/+1
| | | | svn path=/trunk/; revision=3384
* Try removing -l flag.Eric S. Raymond2001-06-251-2/+2
| | | | svn path=/trunk/; revision=3383
* Try building signatures as selve.Eric S. Raymond2001-06-251-1/+3
| | | | svn path=/trunk/; revision=3382
* Ready to release.Eric S. Raymond2001-06-253-1/+32
| | | | svn path=/trunk/; revision=3380
* Rip out unnecessary signal hacks.Eric S. Raymond2001-06-241-40/+0
| | | | svn path=/trunk/; revision=3379
* Comment fix.Eric S. Raymond2001-06-241-1/+1
| | | | svn path=/trunk/; revision=3378
* HMH's second cleanup patch.Eric S. Raymond2001-06-243-9/+39
| | | | svn path=/trunk/; revision=3377
* Prototype cleanup.Eric S. Raymond2001-06-241-2/+1
| | | | svn path=/trunk/; revision=3376
* Signal cleanup.Eric S. Raymond2001-06-241-4/+7
| | | | svn path=/trunk/; revision=3375
* Comment fix.Eric S. Raymond2001-06-241-1/+1
| | | | svn path=/trunk/; revision=3374
* Implemented fetchdomains.Eric S. Raymond2001-06-2414-765/+825
| | | | svn path=/trunk/; revision=3373
* First round of ODMR fixes.Eric S. Raymond2001-06-246-9/+31
| | | | svn path=/trunk/; revision=3372
* Separate codes from sizes.Eric S. Raymond2001-06-241-15/+18
| | | | svn path=/trunk/; revision=3371
* Version bump.Eric S. Raymond2001-06-231-1/+1
| | | | svn path=/trunk/; revision=3370
* Refactoring step.Eric S. Raymond2001-06-231-10/+10
| | | | svn path=/trunk/; revision=3369
* Comment fixes.Eric S. Raymond2001-06-231-2/+2
| | | | svn path=/trunk/; revision=3368
* Cleaned up error passback.Eric S. Raymond2001-06-231-74/+74
| | | | svn path=/trunk/; revision=3367
* strncat/snprintf cleanup.Eric S. Raymond2001-06-2311-30/+121
| | | | svn path=/trunk/; revision=3366
* Version bump.Eric S. Raymond2001-06-201-0/+5
| | | | svn path=/trunk/; revision=3364
* Try to get libintl on systems that don't have gettext in libc.Eric S. Raymond2001-06-201-0/+4
| | | | svn path=/trunk/; revision=3363
* Version bump.Eric S. Raymond2001-06-201-1/+1
| | | | svn path=/trunk/; revision=3362
athcomp}" else true fi pathcomp="${pathcomp}/" done fi if [ x"$dir_arg" != x ] then $doit $instcmd $dst && if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi && if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi && if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi && if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi else # If we're going to rename the final executable, determine the name now. if [ x"$transformarg" = x ] then dstfile=`basename $dst` else dstfile=`basename $dst $transformbasename | sed $transformarg`$transformbasename fi # don't allow the sed command to completely eliminate the filename if [ x"$dstfile" = x ] then dstfile=`basename $dst` else true fi # Make a temp file name in the proper directory. dsttmp=$dstdir/#inst.$$# # Move or copy the file name to the temp name $doit $instcmd $src $dsttmp && trap "rm -f ${dsttmp}" 0 && # and set any options; do chmod last to preserve setuid bits # If any of these fail, we abort the whole thing. If we want to # ignore errors from any of these, just make sure not to ignore # errors from the above "$doit $instcmd $src $dsttmp" command. if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi && if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi && if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; else true;fi && if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dsttmp; else true;fi && # Now rename the file to the real destination. $doit $rmcmd -f $dstdir/$dstfile && $doit $mvcmd $dsttmp $dstdir/$dstfile fi && exit 0