1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-25 09:26:04 +02:00
zsh/Doc/Zsh
Eitan Adler 110ffae9fe 40035: Cosmetic fixes for comments and documentation.
Mostly fixes to doubled words.
2016-11-29 17:13:52 +00:00
..
.cvsignore unposted: cvsignore VIM *.swp files 2003-05-05 06:14:49 +00:00
.distfiles 33047: use git to simplify massively source distribution file selection 2014-08-23 21:01:58 +01:00
.vimrc 35775: New zsh-specific yodl vim syntax highlighting. 2015-07-13 23:22:19 +00:00
arith.yo 36693: arithmetic rounds towards zero, document 2015-09-30 14:22:59 +01:00
builtins.yo 40035: Cosmetic fixes for comments and documentation. 2016-11-29 17:13:52 +00:00
calsys.yo 35075: improve manual format 2015-05-12 00:36:18 +09:00
compat.yo 32666: shell emulation doc addition 2014-06-13 21:32:58 +01:00
compctl.yo 35075: improve manual format 2015-05-12 00:36:18 +09:00
compsys.yo 40035: Cosmetic fixes for comments and documentation. 2016-11-29 17:13:52 +00:00
compwid.yo 38714: add x: syntax to match specs to make it possible to disable match specs hardcoded in completion functions 2016-06-22 01:37:07 +02:00
cond.yo 39332: support ksh's [[ -v varname ]] condition for checking if variables are set 2016-09-16 00:00:28 +02:00
contrib.yo 40035: Cosmetic fixes for comments and documentation. 2016-11-29 17:13:52 +00:00
exec.yo 39566: Improve usefulness of command_not_found_handler. 2016-10-05 12:14:43 +01:00
expn.yo 39882: mention ${name:/pattern/replacement} in the itemized synopsis with the related forms; clarify doc. 2016-11-09 07:50:06 -08:00
filelist.yo 25958: make it possible to get docs for startup files correct 2008-10-30 12:09:18 +00:00
files.yo 25958: make it possible to get docs for startup files correct 2008-10-30 12:09:18 +00:00
ftp_sites.yo 34850: make URLs in html/pdf docs clickable 2015-04-07 20:40:57 +09:00
func.yo unposted: a few cosmetic format fixes in docs 2015-11-13 01:03:38 +09:00
grammar.yo unposted: a few cosmetic format fixes in docs 2015-11-13 01:03:38 +09:00
index.yo 22360, 22365: support version 2 of Yodl 2006-03-20 11:06:22 +00:00
intro.yo c.f. 23023: new calendar function system. 2006-12-01 10:23:06 +00:00
invoke.yo 27793 and follow ups: add PATH_SCRIPT option to find script using $PATH 2010-03-16 09:43:51 +00:00
jobs.yo 39978: more accurate doc for finding job by string 2016-11-20 19:18:34 +00:00
manual.yo 36630: new function zsh_directory_name_generic 2015-09-25 21:30:34 +01:00
metafaq.yo 34850: make URLs in html/pdf docs clickable 2015-04-07 20:40:57 +09:00
mod_attr.yo 28253: document -h argument to atribute commands 2010-09-12 18:56:40 +00:00
mod_cap.yo unposted: force latest version of files from vendor to main branch 2007-07-03 17:06:04 +00:00
mod_clone.yo 35075: improve manual format 2015-05-12 00:36:18 +09:00
mod_compctl.yo Updated from list as far as 10376 2000-04-01 20:43:43 +00:00
mod_complete.yo unposted: force latest version of files from vendor to main branch 2007-07-03 17:06:04 +00:00
mod_complist.yo unposted: complist module docs: Fix parameter name in an example. 2016-02-07 00:23:22 +00:00
mod_computil.yo 33206: fix compdescribe doc 2014-09-19 19:45:55 -07:00
mod_curses.yo 38356: allow integers as curses colours 2016-04-29 14:01:06 +01:00
mod_datetime.yo 34597: Revise strftime description to correctly explain timezone handling and note signed int rollover 2015-02-21 20:01:32 -08:00
mod_db_gdbm.yo 34446: add "ztie -r" and "zuntie -u", update documentation 2015-02-01 14:01:53 -08:00
mod_deltochar.yo Spelling corrections in the docs (11315) 2000-05-11 00:01:03 +00:00
mod_example.yo unposted: force latest version of files from vendor to main branch 2007-07-03 17:06:04 +00:00
mod_files.yo 34182: doc: to add zf_\* builtins use zmodload -m -F 2015-01-09 17:24:16 +00:00
mod_langinfo.yo 16673: add langinfo module as an interface to locale information. 2002-02-19 02:14:08 +00:00
mod_mapfile.yo 31658: fix manual entry about getting lines from mapfile 2013-09-06 14:09:08 +01:00
mod_mathfunc.yo users/21256 + workers/37965: New math functions min(), max(), sum(), provided by a new autoloadable function 'zmathfunc'. 2016-02-16 10:52:27 +00:00
mod_newuser.yo 26185: fix two places where path to global zshenv was specified statically. 2008-12-29 04:33:52 +00:00
mod_parameter.yo unposted: document order of entries for $history and $historywords 2015-11-20 14:15:43 -08:00
mod_pcre.yo unposted: a few cosmetic format fixes in docs 2015-11-13 01:03:38 +09:00
mod_private.yo Jun T. proofreading 2015-11-09 10:07:17 -08:00
mod_regex.yo 32493: some man page formatting fixes 2014-03-17 15:11:30 +00:00
mod_sched.yo unposted: reference use of widgets to effect editor changes from a sched command 2016-09-12 09:52:23 -07:00
mod_socket.yo 36944: extend fd management to zsocket 2015-10-24 20:48:47 +01:00
mod_stat.yo 35075: improve manual format 2015-05-12 00:36:18 +09:00
mod_system.yo 35885: document closing fd's opened with sysopen 2015-08-10 09:25:13 +01:00
mod_tcp.yo 18559, 18562: make modules use proper option arguments 2003-05-22 09:48:25 +00:00
mod_termcap.yo 14xxx: document $termcap and tweak mod_termcap/mod_terminfo docs 2001-04-23 23:24:18 +00:00
mod_terminfo.yo users/5986, 18380: arg support for echoti builtin. 2003-03-25 05:33:18 +00:00
mod_zftp.yo 35075: improve manual format 2015-05-12 00:36:18 +09:00
mod_zle.yo move ZLE builtin documentation from mod_zle.yo to zle.yo. 2001-03-28 14:39:57 +00:00
mod_zleparameter.yo users/21752: Extend zsh/zleparameter's $widgets' parameter's documentation. 2016-07-17 14:58:05 +00:00
mod_zprof.yo Mikael Magnusson: 28181: Remove a stray `)' that caused a ".RE" string to be output 2010-08-21 09:35:49 +00:00
mod_zpty.yo 36092: return the zpty master file descriptor in $REPLY for use with "zle -F" etc. 2015-08-11 08:55:23 -07:00
mod_zselect.yo 35075: improve manual format 2015-05-12 00:36:18 +09:00
mod_zutil.yo 37802: Clarify zparseopts description. (This file inadvertently ommitted 2016-01-27 22:10:38 -08:00
modules.yo unposted: cross-reference zmodload from the modules intro doc. 2011-09-25 18:09:13 +00:00
options.yo unposted: fix duplicated words 2016-07-08 22:21:42 +02:00
params.yo 39900: Add TERMINFO_DIRS special like TERMINFO. 2016-11-20 20:24:15 +00:00
prompt.yo 35928: '%-m' should work even if not supported by strftime(3) 2015-08-08 03:39:51 +09:00
redirect.yo unposted: typo in redirect doc 2016-05-01 13:05:08 +01:00
restricted.yo 38692: IFS can't be changed in restricted mode 2016-06-21 12:32:27 +01:00
roadmap.yo 34850: make URLs in html/pdf docs clickable 2015-04-07 20:40:57 +09:00
seealso.yo 11362: fix up pointers 2000-05-15 08:49:04 +00:00
tcpsys.yo 35075: improve manual format 2015-05-12 00:36:18 +09:00
zftpsys.yo 35311: typo in zfuput behaviour 2015-05-30 20:08:36 +01:00
zle.yo 40003: include "0-"9 vi buffers in the registers associative array 2016-11-24 16:05:00 +01:00