1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-04 10:41:11 +02:00
Commit graph

6524 commits

Author SHA1 Message Date
Peter Stephenson
e71df91bd2 27827: fix infinite loop in recursive alias at end of parsed string 2010-03-25 14:03:40 +00:00
Peter Stephenson
c2fdffa316 27823: fix memory access in 27822 2010-03-22 23:20:11 +00:00
Peter Stephenson
872e7ab08c 27823: fix memory access in 27822 2010-03-22 23:14:59 +00:00
Peter Stephenson
b16923b096 27812: display invalid bytes in multibyte characters specially 2010-03-22 19:46:53 +00:00
Peter Stephenson
08dec290d4 Fix ZLE access to pushed history line 2010-03-22 16:22:13 +00:00
Peter Stephenson
7dd4c69371 FAQ update 2010-03-19 21:11:15 +00:00
Peter Stephenson
5e629a4565 update calendar to run calendar_show in current shell 2010-03-19 16:39:36 +00:00
Peter Stephenson
95a581f6d4 Use // instead of :gs in parameter substitution 2010-03-19 16:38:12 +00:00
Peter Stephenson
db65bef413 unposted: fix new test in A01grammar.ztst 2010-03-18 16:30:50 +00:00
Peter Stephenson
be2381eb52 27804: don't hang in isearch if invalid character found 2010-03-18 16:03:09 +00:00
Peter Stephenson
9cfc991811 unposted: calendar -s was broken by file locking change 2010-03-17 16:55:04 +00:00
Peter Stephenson
c977b0125d unposted: document that age functions uses zstat, not stat 2010-03-16 22:53:32 +00:00
Peter Stephenson
db40de0af3 NEWS: PATH_SCRIPT 2010-03-16 22:44:08 +00:00
Peter Stephenson
53745d8df0 27793 and follow ups: add PATH_SCRIPT option to find script using $PATH 2010-03-16 09:43:51 +00:00
Peter Stephenson
1b68e0ea00 Mikael: 27797: delimit arguments to compadd in _expand_alias 2010-03-15 21:17:50 +00:00
Peter Stephenson
7f3590c68f Alexey: 27789: use _arguments in _sudo 2010-03-15 19:35:26 +00:00
Peter Stephenson
ec3f3e9eec 27780: effect of backslashes in :s changed in _files 2010-03-15 10:15:51 +00:00
Peter Stephenson
43df0a21c0 27785: IFS doesn't have a null in it in POSIX
unposted: note & needs quoting in :s in glob qualifier
2010-03-11 22:38:58 +00:00
Frank Terbeck
ff22b24f1b Simon Ruderich: 27779: Fix mistakes in vcs_info's documentation. 2010-03-11 12:39:38 +00:00
Peter Stephenson
00e507fc0e unposted: fix calendar bug updating repeating events
allow calendar_edit to take arguments for editor
2010-03-09 11:01:20 +00:00
Peter Stephenson
e050b88b97 Michael Hwang: 27773: document how linked lists are joined together 2010-03-07 21:48:26 +00:00
Peter Stephenson
e1f803647b Michael Hwang: 27773: document how linked lists are joined together 2010-03-07 21:43:11 +00:00
bewater
b2daf9a6fa _git: support for user-specific sub commands 2010-03-04 16:13:54 +00:00
Peter Stephenson
de3159d73a Frank: 27768: shut up cd some more 2010-03-04 10:03:00 +00:00
Clint Adams
b64f7a8bcc 27762: omit ssh known_hosts entries with port numbers from host completion. 2010-02-28 21:47:43 +00:00
Peter Stephenson
21193d7f01 users/14905 + 14906: problems with :s in parameter expansion 2010-02-27 00:18:13 +00:00
Peter Stephenson
31123a1184 users/14902: another go at strftime 2010-02-26 17:07:18 +00:00
Peter Stephenson
d5a0f7623c users/14900: ULONG_MAX is a valid return value from strotoul() 2010-02-26 15:30:37 +00:00
Peter Stephenson
e8c1e2ff4c users/14897: extra test in strftime builtin for time conversion 2010-02-26 14:24:57 +00:00
Peter Stephenson
07b6256d8e 27756: add OS file locking to calendar
add errflag test to loop over fcntl()
2010-02-26 12:09:20 +00:00
Peter Stephenson
ecc7dc91f6 users/14891: say that condition arguments don't do globbing 2010-02-26 11:06:27 +00:00
Peter Stephenson
a3b971a27e 27755: add "zsystem supports" to zsh/system 2010-02-25 11:15:26 +00:00
Peter Stephenson
bec3de98df 27754 plus NEWS change: add "zsystem flock" 2010-02-24 21:37:24 +00:00
Peter Stephenson
48315b019b unposted: add debug code to zclose() 2010-02-22 11:35:13 +00:00
Peter Stephenson
7977ce0747 27721: rationalise initialisation of file descriptors 2010-02-22 10:12:22 +00:00
Peter Stephenson
349b6649c3 27721: rationalise initialisation of file descriptors 2010-02-22 10:07:18 +00:00
Clint Adams
86699261ba 27744: completion for pbuilder. 2010-02-22 00:34:32 +00:00
Peter Stephenson
8a0629c12b 27731: Frank: turn off WARN_CREATE_GLOBAL in VCS_INFO 2010-02-21 18:41:41 +00:00
Clint Adams
5fbcf005b0 Michael Prokop: 27725: apt --no-install-recommends. 2010-02-21 17:59:44 +00:00
Peter Stephenson
4c14f286d2 Jonathan Beckman: 27728: _mplayer fix 2010-02-21 01:00:37 +00:00
Peter Stephenson
ed5d053514 27722: bad error reporting and checking in conditions 2010-02-19 12:45:35 +00:00
Peter Stephenson
bbc88550db 27723: eval shouldn't modify non-zero return statuses 2010-02-19 12:26:08 +00:00
Peter Stephenson
1c7075f8b9 Frank: 27717: option terminators in VCS Info 2010-02-17 11:16:13 +00:00
Andrey Borzenkov
406a6135b0 fix typo in compsys.yo 2010-02-17 06:16:20 +00:00
Andrey Borzenkov
0ec69e36e5 27715: fixes for current StGIT version 2010-02-16 15:59:21 +00:00
Peter Stephenson
0951a9ad8d unposted: update .distfiles 2010-02-16 10:50:58 +00:00
Peter Stephenson
4523ff9383 Frank Terbeck, Seth House: 27712, 22713, 27714:
VCS Info hooks and Mercurial improvements
2010-02-16 10:47:06 +00:00
Peter Stephenson
94777f64e8 Frank Terbeck, Seth House: 27712, 22713, 27714:
VCS Info hooks and Mercurial improvements
2010-02-16 10:09:15 +00:00
Peter Stephenson
8b1da80a7a Frank Terbeck, Seth House: 27712, 22713, 27714:
VCS Info hooks and Mercurial improvements
2010-02-16 09:58:25 +00:00
Peter Stephenson
4de2fee610 27710: update FAQ on advanced character sets 2010-02-15 15:01:20 +00:00