Lines Matching full:avoid
24 5. PR/113: Sobomax: avoid infinite loops for -c commands when stdout is
26 4. Avoid infinite loops during history loads when merging, print a better
36 10. PR/37: Introduce GetCmdChar() to avoid open coding array access.
182 76. Avoid infinite loop while trying to print the pid of a dying process
196 63. Avoid infrequent exit when tcsh cd's into a non-existent directory
200 61. Avoid nested interrupts when exiting causing history writing to fail
204 59. Avoid leaking fd's in mail check (Werner Fink)
209 55. Avoid double slashes in cdpath (Corinna Vinschen)
253 23. Turn HistLit on while recording history to avoid \!\! losing its \.
257 20. unset verbose while we are reading the history file to avoid echoing
322 23. rename setp -> tcsh_setp to avoid conflict with mach (Javier Vasquez)
341 9. Avoid null pointer dereference in proc cwd (Kurt Miller)
360 69. Avoid infinite loops in :ga modifiers when the LHS is a substring of the
364 66. rename set to setv to avoid clashes (christos)
466 64. Avoid the SCCS percent-S-percent sequence differently (Kimmo Suominen)
480 to be left untouched. This is to avoid closing hesiod/nis etc file
538 3. completion fix to avoid dup hosts from ssh_known_hosts
565 19. Avoid using execl() because the last NULL does not always promoted to
631 18. Avoid collapsing paths that refer to non-existent components
648 5. Avoid double globbing when ls-F needs to fork (Joe Townsend)
677 19. Avoid constructing paths with // on DomainOS (Nickolai Zeldovich)
692 5. Avoid core-dumping when a very long $HOME gets passed in (Kris Kennaway)
732 avoid a potential buffer overflow in sh.dir.c (Volker Schmidt)
804 29. Avoid redefinition of getpeername on Solaris-2.7
846 90. Avoid buffer overflows in directory code (kim)
882 56. Avoid overflow in time builtin computation (Nobue Adachi)
944 4. Avoid html redirects in tcsh.man2html (from Kimmo)
960 50. Avoid stdio.h inclusion problem in SCO (gethost.c).
964 46. Change register foo to register int foo to avoid compiler warnings.
978 33. Add VAR_NOGLOB, and use it to avoid globbing directory names when
981 31. Avoid pushing string back to the parsing string in ${ errors.
988 25. HP/UX v10.0 fixes: Don't use bsdtty.h and avoid clobbering memory
990 24. Avoid coredumps when $TERMCAP exceeds 1024 characters
1084 39. realloc_searchlen should be static to avoid conflicts with OS's that
1105 25. Avoid waiting for jobs that failed to restart, thus hanging the shell.
1290 4. Renamed config/config.$i to $i to avoid once and for all filename length
1301 90. Added USE(a) for unused parameters, to avoid compiler warnings.
1391 41. Changed f_seek to a union to avoid gcc warnings on 4.4BSD
1406 29. Avoid hanging when writing to pipes etc. (From Paul Close)
1415 22. Protected all include files to avoid warnings from lcc.
1572 24. Avoid print_exit_value in if ( { foo } )
1597 2. Collapse adjacent stars in glob.c to avoid exponential behavior.
1660 49. Don't print '\n' on the right margin if we can avoid it.
1718 11. Changed w_ fields in tc.who.c to who_ to avoid redefinitions in
1754 9. Avoid NUMCC from being defined twice.
2098 9. Check for nested process forking, to avoid loops such as:
2143 20. Avoid the Quoted Space hack for alias when printing jobs!
2144 [aliases to the same name avoid further alias expansion, by