Lines Matching full:don
2 14. Don't crash with 'bindkey "^0" clear-screen' (Karl Jeacle)
43 4. Don't play pointer tricks that are undefined in modern c (Brooks Davis)
49 19. Don't resize the screen if it did not change size.
167 86. PR/149: Don't print -1 in %j (Vojtech Vitek)
177 78. Don't try to spell commands that are correct (Rouben Rostamian)
180 77. Don't push the syntax struct on the cleanup stack, because on foo;bar
198 62. Don't try to spell check full path binaries that are correct because
214 50. PR/104: If atime == mtime we don't have new mail.
215 49. PR/113: Don't allow illegal variable names to be set.
216 48. PR/112: don't set $REMOTEHOST on the local machine.
228 40. Don't echo history while history -L or history -M
230 38. Don't fork in backeval from Bryan Mason
246 27. Don't kill "hup" background jobs when a child of the shell exits.
248 26. Ignore \r\n in the command line options for OS's that don't strip
251 24. Callers of rt_mbtowc don't grok -2 as a return. Return -1 for now.
268 12. Don't print 'Exit X' when printexitvalue is set in `` expressions
271 10. Reduce whitespace in Makefile (Don Estabrook)
300 don't execute. (Andriy Gapon)
305 4. Add autoexpand=onlyhistory (Don Estabrook, m66)
332 17. Don't need to flush() if we are silent. Prevents recursive error issue.
334 16. Don't execute the jobcmd if the output is not a tty (Charles Ross)
367 63. Don't rebuild needlessly when generated files are unchanged
377 54. don't limit termcap strings to 1K (Alan Ferrency)
428 21. Don't use T_Cols for wrapping purposes; use TermH consistently
430 20. Don't display duplicate utmp records (Miloslav Trmac) [PR/17]
433 17. CYGWIN: Don't lowercase commands and allow foo.exe on command line.
530 9. cygwin signal fixes; only init 32 signals, don't set bit flag on error;
569 16. don't sigsuspend() for an already exited job
576 9. Don't go into an infinite loop when tcgetpgrp() returns an error.
596 50. Don't expand path components that don't resolve to path names (Jonathan
615 33. Don't close file descriptors too early because setuid scripts fail.
666 29. Don't recognize all mips as dec (Bjorn Knutsson)
687 10. don't call qsort with 0 items. (Luke Mewburn)
745 16. Don't display "unset watch" message when not appropriate (kim)
755 6. Don't re-use time0 to compare to stat's st_mtime, cause it could be
792 40. Don't spin writing the history file when quota is exceeded (Rob McMahon)
806 27. Don't set $shell to csh, if we were invoked as tcsh (Tomas Persson)
851 85. Leave remotehost ip addresses alone (don't try to resolve them) (Kim)
922 24. Don't do lookups for x displays and figure out ttys properly
945 3. HP/UX 10.0 fix for filesize resource limit; don't scale by 512 anymore.
951 57. Fix histdup=erase again: Don't renumber events, or access uninitialized
988 25. HP/UX v10.0 fixes: Don't use bsdtty.h and avoid clobbering memory
1006 13. Don't overwrite the environment randomly Steve Kelem
1008 12. Don't turn the editor on when we have dumb or unknown terminals. This
1034 83. Don't add yp stuff in the tilde cache [names that start with + or -]
1035 82. Don't let children catclose() in xexit(), because the parent will lose
1081 42. Don't spell check in here docs.
1089 35. Don't print the whole watchlist on startup. One can use explicitly
1091 34. Don't display the $watch value in the log command.
1092 33. Don't delete the unmatched portion if we try to complete a spelling error.
1104 26. Don't glob the path; security problem and core-dump. [from beto]
1133 10. Don't add the suffix character when all completions fail, from michael
1136 8. Don't call .logout recursively if we receive more than one hup,
1137 and don't process hangups when we execute the .logout.
1181 88. Don't source .logout when killed with -HUP unless we are a login shell.
1230 55. don't remove trailing spaces in history searches.
1283 11. Vi mode word moves [they work like vi and don't obey wordchars anymore].
1309 84. don't quit after the first modifier fails:
1317 input commands don't get trashed.
1362 54. Don't echo history expansion in loops:
1443 9. Don't glob in dowhich(); otherwise \pat does not work if pat is aliased.
1458 99. Don't use sbrk() in tc.alloc.c on VMS
1477 82. Don't free STRNULL in freelex(). Update linked list in copylex() to
1501 64. FIOCLEX and FIONCLEX are only used if we don't have FD_CLOEXEC.
1533 50. Don't expand imported environment variables:
1620 77. Don't limit completion patterns to 1K.
1660 49. Don't print '\n' on the right margin if we can avoid it.
1702 26. Don't clear lines after an asynchronous notification, because it
1761 3. Fixed limit stuff so that large values don't cause errors.
1859 14. don't clear ECHOE, background programs might need it.
1978 19. Don't set ECHOK; makes kill ^U ugly.
2048 7. Don't bind single keystroke arrow keys, when they are already bound!
2062 10. don't try to execute binary files using the bourne shell.
2097 10. Fixed so that if we don't have a tty on stdin editing is disabled.
2102 7. tw.spell.c, defined F_OK for systems that don't have it.
2123 29. Renamed itoa to Itoa(), so things in libc that use itoa() don't break.
2132 nice cd /tmp && rm *.c (don't try it!!!)
2198 1. Editor should not be enabled when we don't have a tty.