1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-30 05:40:58 +01:00

24818: add HIST_FCNTL_LOCK.

unposted: update NEWS with new features
This commit is contained in:
Peter Stephenson 2008-04-17 10:23:45 +00:00
parent 35cedab218
commit 78ce07b49f
7 changed files with 141 additions and 6 deletions

View file

@ -135,6 +135,7 @@ static struct optname optns[] = {
{{NULL, "histallowclobber", 0}, HISTALLOWCLOBBER},
{{NULL, "histbeep", OPT_ALL}, HISTBEEP},
{{NULL, "histexpiredupsfirst",0}, HISTEXPIREDUPSFIRST},
{{NULL, "histfcntllock", 0}, HISTFCNTLLOCK},
{{NULL, "histfindnodups", 0}, HISTFINDNODUPS},
{{NULL, "histignorealldups", 0}, HISTIGNOREALLDUPS},
{{NULL, "histignoredups", 0}, HISTIGNOREDUPS},