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

5842 commits

Author SHA1 Message Date
Peter Stephenson
d3e90df780 users/13239: add some comments to mapfile doc 2008-09-18 10:55:43 +00:00
Peter Stephenson
e4d3ee06b3 25682: terminate history line before passing to zshaddhistory hook 2008-09-18 09:42:44 +00:00
Peter Stephenson
2920c227d3 25677: add %x and %I prompt escapes for shell source code debugging
tidy up interface to doshfunc()
2008-09-16 15:02:01 +00:00
Peter Stephenson
14905ddc74 25672: remove unnecessary Nularg when prompt expanding
to avoid problem with glitch space
2008-09-15 16:18:06 +00:00
Peter Stephenson
6951a1e0b2 25671: non existing variable in typeset -p should cause status 1 2008-09-15 08:57:25 +00:00
Clint Adams
06cc84ce84 25667: free mstr before returning from errors. 2008-09-14 09:00:26 +00:00
Clint Adams
430a7535fa 25666: free memory allocated for an xor if the argument number is invalid. 2008-09-14 07:34:46 +00:00
Peter Stephenson
b8a36eea87 25662: declare -p should never create arguments 2008-09-13 19:59:13 +00:00
Clint Adams
6b68cc95c7 25656: free val only after it may be passed to strlen(). 2008-09-13 08:19:17 +00:00
Clint Adams
2b5ecaf476 25655: remove completion for --remove-sent-files option. 2008-09-13 07:58:51 +00:00
Clint Adams
db0c81ae32 25654: fix return bug and add --color. 2008-09-12 16:32:49 +00:00
Peter Stephenson
ced3570bd1 25632: xRaich[o]²x: Src/mem.c: munmap() argument was wrong. 2008-09-11 19:14:13 +00:00
Peter Stephenson
e0f68fb5dd unposted: typo in ChangeLog 2008-09-11 19:02:32 +00:00
Peter Stephenson
d37f9672cb 25651: make getpermtext() output indentation more logical 2008-09-11 17:14:38 +00:00
Peter Stephenson
fb67cd46ea 25643: keep DEBUG and ZERR traps in subshells 2008-09-11 14:47:18 +00:00
Peter Stephenson
8bb15c1392 25641: add emulation option (NO_)MULTI_FUNC_DEF 2008-09-11 12:49:05 +00:00
Clint Adams
f95570c403 Frank Terbeck: 25640: another alias handling fix. 2008-09-10 22:56:37 +00:00
Clint Adams
b62584cbcd 25639: free ptr2 if hsubl is NULL. 2008-09-10 19:02:11 +00:00
Clint Adams
96fc1bb149 25638: remove unnecessary ternary expression in match_str. 2008-09-10 18:33:32 +00:00
Clint Adams
c543084471 25637: dereference prog after the NULL check. 2008-09-10 15:56:00 +00:00
Clint Adams
b4ee5adc25 25636: free s before returning with an error condition. 2008-09-08 22:17:50 +00:00
Clint Adams
c715630baa 25634: free t before returning if both t and errflag are set. 2008-09-08 06:24:16 +00:00
Clint Adams
07462f8303 Frank Terbeck: 25624: clean up git alias parsing. 2008-09-07 16:52:26 +00:00
Peter Stephenson
db31a13ecd 25627: add $ZSH_SUBSHELL 2008-09-05 21:02:08 +00:00
Peter Stephenson
7ce1d57358 25615: $ZSH_DEBUG_CMD for use in DEBUG traps 2008-09-05 09:05:21 +00:00
Peter Stephenson
52f401a4a7 25608: NO_cshjunkiesquote in completion 2008-09-05 08:50:05 +00:00
Clint Adams
13f60efbd7 25611, 25613: protect against two possible NULL dereferences. 2008-09-05 00:24:27 +00:00
Clint Adams
29680850a0 25612: remove dead code. 2008-09-05 00:18:11 +00:00
Clint Adams
bd915064c3 25610: remove dead code. 2008-09-04 22:27:59 +00:00
Clint Adams
f926ebbf23 25609: initialize sz variable. 2008-09-04 22:23:51 +00:00
Peter Stephenson
adcf467e28 25603: format error in compsys.yo 2008-09-03 09:18:16 +00:00
Peter Stephenson
61864a802f Jörg Sommer <joerg@alea.gnuu.de>: 25598/25599:
auto-remove automatically added = in alias completion
2008-09-03 09:16:54 +00:00
Peter Stephenson
0cba5ef62a 25595: fix line numbers with EVAL_LINENO,
try to fix oddities with funcstack and sourced files,
simplify use of caller element of funcstack
2008-09-03 09:08:18 +00:00
Bart Schaefer
ae79d264a3 25600: fix incorrect pattern introduced by 25059. 2008-09-03 03:12:01 +00:00
Clint Adams
63333a5224 Mikael Magnusson: 25594: "git clean" cleanup. 2008-09-02 18:04:53 +00:00
Clint Adams
93fc754422 Mikael Magnusson: 25591: "git remote rm" completion. 2008-09-01 20:40:28 +00:00
Clint Adams
fd2f37d84b Mikael Magnusson: 25590: update "git add" completion. 2008-09-01 20:38:03 +00:00
Clint Adams
a156e4714e Frank Terbeck: 25588: add --no-pager option to git completion. 2008-09-01 20:27:46 +00:00
Peter Stephenson
1f81bdcb47 25587: fix a==(stuff) and associated stuff. 2008-09-01 20:18:46 +00:00
Clint Adams
2c9138bc21 25585: fix git command completion when there are arguments after the cursor position. 2008-09-01 19:24:54 +00:00
Clint Adams
eeed289814 Frank Terbeck: 25583: more git alias fixes. 2008-09-01 18:49:32 +00:00
Peter Stephenson
a19d9c7ab8 25582: attempt to make "pws non-canonical hack" respect file types 2008-09-01 17:18:08 +00:00
Peter Stephenson
a2f158f531 Jörg Sommer: 25572: completer module parameters 2008-09-01 17:13:32 +00:00
Peter Stephenson
2e3363ef7d 25571: when parsing use line numbers for the start of a token, not the end
add test and move debug trap tests to new file
2008-08-31 19:50:47 +00:00
Clint Adams
2c52a13aa5 Frank Terbeck: 25561: fix quoting with aliases. 2008-08-31 16:09:08 +00:00
Clint Adams
ba539203f9 Mikael Magnusson: 25564: suppress error output in __git_is_treeish. 2008-08-31 16:05:05 +00:00
Peter Stephenson
b41c26d78a 25570: line numbers of complex sublists were wrong, plus test
make lineno zlong in another place
2008-08-31 16:01:10 +00:00
Andrey Borzenkov
d19602a65a users/13169: really restore emulation mode after 'emulate -L' 2008-08-31 15:59:13 +00:00
Peter Stephenson
f18f231ef7 25569: David Le Bourgeois and pws: _ant completion fix 2008-08-31 13:37:27 +00:00
Peter Stephenson
50e4b43362 25568: Frank Terbeck & pws: invalid continue and break arguments
also tests for control commands
2008-08-31 13:35:28 +00:00