Age | Commit message (Collapse) | Author | Files | Lines |
|
add typtab_flags bits (replaces specialcomma boolean) to record any unusual handling of typtab entries; signal safety; make bangchar non-special during completion lexing of the command line.
|
|
|
|
|
|
|
|
|
|
fixes
Src/utils.c: properly ifdef declarations
Src/zsh_system.h: memmove() should return its dest argument
Src/signals.c: define ret before use
Src/mem.c: remove unused pointers
Src/prototypes.h: use size_t in bcopy()
Src/compat.c: fix const declaration inconsistency
|
|
|
|
zreaddir()
|
|
|
|
symbolic links
|
|
|
|
|
|
|
|
|
|
when about to calculate prompts or do synchronous read, so
syscalls are not interrupted by window size changes.
|
|
|
|
|
|
|
|
substitution on null parameter
|
|
(q-q) etc. should be treated as errors
|
|
|
|
|
|
|
|
the word is not in command position; on rejected command correction,
reset incremental path hashing.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
spell-correct a really long string.
|
|
|
|
|
|
format strings, so they are not treated as format introducers.
|
|
|
|
use char * for pointer arithmetic rather than void *
|
|
|
|
|
|
|
|
even with an upcoming newline.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
unposted: note & needs quoting in :s in glob qualifier
|
|
|
|
|
|
|