index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
Age
Commit message (
Collapse
)
Author
Files
Lines
2000-10-09
prefer exact character matches over match specs (so that `nom' can match ↵
Sven Wischnowsky
1
-1
/
+10
`nomatch') (12930)
2000-10-05
don't return invalid Eprog after parse error (12898)
Sven Wischnowsky
1
-2
/
+3
2000-10-05
comparguments: don't use rest-argument-specification if it was inactivated ↵
Sven Wischnowsky
1
-3
/
+6
(12897)
2000-10-04
don't stop parsing too early when completing inside a command substitution ↵
Sven Wischnowsky
1
-0
/
+1
(12885)
2000-10-04
don't forget a displayed list when starting menu completion (12884)
Sven Wischnowsky
1
-1
/
+4
2000-10-02
Change some zerr to zwarn for consistency.
Bart Schaefer
5
-23
/
+20
2000-10-01
unposted: remove unused variable declaration from ztat()
Clint Adams
1
-2
/
+0
2000-09-27
12863: remove ztrdupstrip, use VARARR in ztat
Clint Adams
2
-27
/
+13
2000-09-26
Tweak to STTY fix.
Bart Schaefer
1
-0
/
+3
2000-09-25
Fix STTY parameter.
Bart Schaefer
1
-7
/
+17
2000-09-22
12860: don't limit size of pwd in job table
Clint Adams
1
-7
/
+3
2000-09-22
12859: dynamically-allocate buffer in ztat(), ztrdupstring()
Clint Adams
2
-8
/
+26
2000-09-19
12847: dynamically allocate buf and z in bin_whence()
Clint Adams
1
-8
/
+6
2000-09-19
12846: moved simple string manipulation functions to string.c
Clint Adams
5
-108
/
+137
2000-09-19
12845: dynamically allocate pbuf in domove()
Clint Adams
1
-5
/
+13
2000-09-18
12836: bin_ln now independent of PATH_MAX
Clint Adams
1
-20
/
+13
2000-09-18
Back out 12814.
Bart Schaefer
2
-94
/
+0
2000-09-18
Improve upon some of the PATH_MAX changes.
Bart Schaefer
3
-53
/
+68
2000-09-18
12828: dynamically allocate 'dir' in mailstat
Clint Adams
1
-31
/
+26
2000-09-18
12827: dynamically allocate 'file' in mailstat
Clint Adams
1
-20
/
+18
2000-09-18
unposted: define mailstat as a macro if MAILDIR_SUPPORT is undefined
Clint Adams
2
-4
/
+4
2000-09-18
12823: use zsh heap in lieu of perm. heap in bin_dot
Clint Adams
2
-4
/
+18
2000-09-17
12821: bin_dot is now independent of PATH_MAX
Clint Adams
1
-9
/
+8
2000-09-17
"typeset +m ..." and "typeset +g -m ..."
Bart Schaefer
1
-2
/
+11
2000-09-17
12818: use tricat() in lieu of zasprintf
Clint Adams
1
-1
/
+1
2000-09-16
12814: zasprintf
Clint Adams
3
-2
/
+100
2000-09-14
12804: Fix "typeset -m".
Bart Schaefer
1
-0
/
+1
2000-09-08
12779: remove sinix special case. Too lazy to add prototype check for
Andrey Borzenkov
1
-0
/
+6
gettimeofday as it is not needed with currently supported versions of ReliantUNIX
2000-09-04
12741: outputradix was stomped on by nested matheval
Peter Stephenson
1
-1
/
+3
2000-09-04
Fix 12722.
Bart Schaefer
1
-1
/
+3
2000-09-02
12722: [##base] for output base selection without a base prefix
Andrew Main
2
-16
/
+30
2000-08-29
12719: quoting arrays in vared with real backslashes
Peter Stephenson
2
-6
/
+12
2000-08-29
fix for unbalanced calls to {push,pop}heap in docomplete()/get_comp_string() ↵
Sven Wischnowsky
1
-1
/
+3
(12717)
2000-08-28
fix for `function' without names (12710)
Sven Wischnowsky
1
-1
/
+4
2000-08-16
Src/.cvsignore fix for Windows resources and icon
Peter Stephenson
1
-3
/
+5
2000-08-16
pws/Andrej: 12594, 12661: Windows resources and icon
Peter Stephenson
3
-2
/
+15
2000-08-16
12658: cscope ignorance
Peter Stephenson
1
-1
/
+6
2000-08-16
make $modules report aliases correctly (12654)
Sven Wischnowsky
1
-3
/
+5
2000-08-15
12652: Variable scoping problem.
Bart Schaefer
1
-10
/
+11
2000-08-15
Andrej, 12623: Fix dynamic linking for cygwin.
Bart Schaefer
2
-102
/
+47
2000-08-14
12621: Avoid bad free.
Bart Schaefer
1
-0
/
+2
2000-08-14
Andrej, 12620: Fix up mmap tests.
Bart Schaefer
1
-4
/
+0
2000-08-14
missing mod_export (12613)
Sven Wischnowsky
1
-1
/
+1
2000-08-14
make all builtins in computil test if they were called from a completion ↵
Sven Wischnowsky
1
-0
/
+12
function (12610)
2000-08-14
12604: Remove calls to zpathmax(), minor fixes to zopenmax().
Bart Schaefer
4
-47
/
+51
2000-08-11
fixes for completion in math contexts (12592)
Sven Wischnowsky
2
-3
/
+4
2000-08-10
12581: C_BASES option
Peter Stephenson
3
-1
/
+8
2000-08-08
12568: check sysconf(_SC_OPEN_MAX) if available instead of OPEN_MAX/NOFILES.
Clint Adams
4
-2
/
+29
2000-08-08
handle the right option in strings with multiple single-letter options (and ↵
Sven Wischnowsky
1
-1
/
+4
correctly handle its argument) (12567)
2000-08-08
more fixes for completion of special characters (quoting) (12565)
Sven Wischnowsky
1
-16
/
+24
[next]