Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 May 2011 18:29:12 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/shells/zsh Makefile distinfo pkg-plist ports/shells/zsh/files _sockstat patch-Completion-Unix-Command-_mount patch-Completion-Unix-Type-_file_systems
Message-ID:  <201105311829.p4VITCZg040073@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bapt        2011-05-31 18:29:12 UTC

  FreeBSD ports repository

  Modified files:
    shells/zsh           Makefile distinfo pkg-plist 
  Removed files:
    shells/zsh/files     _sockstat 
                         patch-Completion-Unix-Command-_mount 
                         patch-Completion-Unix-Type-_file_systems 
  Log:
  - update to 4.3.12
  
  Changes since 4.3.11
  --------------------
  
  The zsh/parameter module has a new readonly associative array
  $usergroups whose keys are the names of system groups of which the
  current user is a member and whose values are the corresponding
  group identifiers.
  
  The region_highlight array, which controls highlighting of the
  command line from zle widgets, is now updated dynamically as
  the command line is edited.
  
  In POSIX emulation ("emulate sh") the shell is more accurate about
  when it should or should not exit on errors.
  
  The ${NAME:OFFSET:LENGTH} syntax now supports negative LENGTH, which
  counts back from the end of the string.
  
  The (g:opts:) flag in parameter expansion processes escape sequences like
  the echo and print builtins.  opts can be any combination of o, e and c.
  With e, acts like print rather than echo except for octal escapes which
  are controlled separately by the o option.  With c, interpret control
  sequences like "^X" as bindkey does.  Regardless of the opts, \c is not
  interpreted.
  
  Revision  Changes    Path
  1.126     +4 -5      ports/shells/zsh/Makefile
  1.42      +4 -4      ports/shells/zsh/distinfo
  1.2       +0 -23     ports/shells/zsh/files/_sockstat (dead)
  1.5       +0 -11     ports/shells/zsh/files/patch-Completion-Unix-Command-_mount (dead)
  1.4       +0 -11     ports/shells/zsh/files/patch-Completion-Unix-Type-_file_systems (dead)
  1.49      +20 -1     ports/shells/zsh/pkg-plist



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105311829.p4VITCZg040073>