1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-13 01:31:18 +02:00
Commit graph

270 commits

Author SHA1 Message Date
Peter Stephenson
abae4fe16e 23562: add KSH_ZERO_SUBSCRIPT option and leave off by default 2007-06-18 13:25:03 +00:00
Peter Stephenson
f1d2fddeca 23537: make style list a hash table 2007-06-08 13:58:40 +00:00
Peter Stephenson
3d9619e546 23535: autoload saliases and dis_saliases from zsh/parameter 2007-06-07 21:11:10 +00:00
Peter Stephenson
6ab77f00ff 23488: tidy up module interface and documentation 2007-05-29 17:01:07 +00:00
Peter Stephenson
3fbbdf245b 23482: more typos 2007-05-29 09:53:44 +00:00
Peter Stephenson
b0c5f09169 see 23479: add initial features support for modules 2007-05-28 22:57:39 +00:00
Peter Stephenson
55ca3b0d16 23446: fix typo producing wrong values for alias parameters 2007-05-21 11:00:50 +00:00
Peter Stephenson
7d700220cf Peter A. Castro: 23408: zftp account handling was broken 2007-05-10 09:24:09 +00:00
Peter Stephenson
e4cdad9700 unposted: regex fix-ups: missing doc file plus pointer fixes 2007-05-02 11:13:14 +00:00
Peter Stephenson
7f03c3d851 23375: Phil Pennock: =~, zsh/regex etc. etc. 2007-05-01 22:05:03 +00:00
Clint Adams
aeaf47aeeb 23264: don't add the -pcre-match operator unless the pcre functions are available. 2007-04-05 16:20:11 +00:00
Peter Stephenson
10f36dd29b 23168: fix error message for failed bind 2007-02-13 11:08:12 +00:00
Peter Stephenson
6b1b34d1da c.f. 23023: new calendar function system. 2006-12-01 10:23:06 +00:00
Clint Adams
1554b81053 operator precedence fix 2006-09-18 03:40:40 +00:00
Clint Adams
a7c0640c0a 22728: $functrace parameter for function backtraces. 2006-09-17 19:28:45 +00:00
Peter Stephenson
638b0da970 22681: find all error number definitions 2006-09-10 15:20:31 +00:00
Peter Stephenson
1217d5a66d 22650: remove now buggy pointer to last added style 2006-08-20 22:07:06 +00:00
Peter Stephenson
48fb5eabfb 22683: deleting style in context never removed style itself 2006-08-20 17:04:58 +00:00
Peter Stephenson
d0b9eddd9a 22613: add strftime -r to use strptime() if available 2006-08-17 15:28:11 +00:00
Peter Stephenson
72f362cf2c 22610: allow zstyle -L to have arguments 2006-08-16 09:06:39 +00:00
Peter Stephenson
504ea49e4c 22583: erand48() needs initialisation on Cygwin. 2006-08-04 09:18:53 +00:00
Peter Stephenson
8346a5e8d2 22483: add $sysparams to zsh/system 2006-06-05 13:21:56 +00:00
Peter Stephenson
dd5602f59b 22474: use variable argument lists to improve error message handling 2006-05-30 22:35:03 +00:00
Wayne Davison
f3ef6af5b4 - Got rid of one compiler warning about a clobbered variable.
- Split a line that had two statements on it (looked like an
  accidental joining).
2006-03-13 22:25:16 +00:00
Wayne Davison
4cb83571c4 Changed some structures to avoid gcc's type-punned warnings. 2006-03-07 21:30:36 +00:00
Clint Adams
a915138852 22284: add --disable-dynamic-nss configure switch to disable use of getpw*(), getgr*(), initgroups() functions. 2006-02-19 19:36:31 +00:00
Wayne Davison
b9281e3aa8 Added the missing return value to a newly-added "return". 2006-02-07 05:19:21 +00:00
Peter Stephenson
8b0cc87817 22195: don't set HOME in the shell 2006-02-06 11:57:03 +00:00
Wayne Davison
39b3d2b90a Values being stored in an array or a hash needed to be metafied
(using META_DUP) instead of just duplicated via ztrdup().
2006-01-13 09:15:59 +00:00
Wayne Davison
7c9c5bff0d If we are saving the ztrftime() value in a variable, we now metafy
the string (using META_DUP) instead of duplicating it via ztrdup().
2006-01-13 09:02:43 +00:00
Peter Stephenson
7a389a2fc3 22082: print out uid or gid in stat if name not available 2005-12-19 11:35:40 +00:00
Wayne Davison
ec2ad9dd8b Just-added "return" should have returned a value. 2005-12-10 00:27:11 +00:00
Peter Stephenson
405fd07656 22057: don't use zsh/newuser in emulation
22058: tweak docs for release
2005-12-09 12:49:29 +00:00
Andrey Borzenkov
0acbed6ab0 21978: unmetafy file name 2005-11-02 19:29:53 +00:00
Wayne Davison
53d663f543 Changed some isdigit() calls to use idigit(). 2005-11-01 02:50:27 +00:00
Wayne Davison
87f010ec1a Use idigit() instead of range-checking '0' - '9'. 2005-10-31 18:22:40 +00:00
Clint Adams
6d4c633119 21912: silence unused parameter compile warnings in cap.c 2005-10-24 02:18:15 +00:00
Peter Stephenson
625b1dfd74 unposted: bring various .distfiles up to date 2005-07-21 13:45:23 +00:00
Peter Stephenson
3d5bececac 21500: Add script and function as framework for new user stuff. 2005-07-20 18:08:39 +00:00
Peter Stephenson
e3c5dd2dd9 21498: Add zsh/newuser module 2005-07-20 16:08:12 +00:00
Peter Stephenson
b2cfbabced 21466: mkdir -p didn't work with symlinks 2005-07-14 20:20:11 +00:00
Oliver Kiddle
af31bd1741 Joerg Sonnenberger: 21252: Dragonfly BSD support 2005-05-11 09:27:05 +00:00
Peter Stephenson
d6089cc8b1 21143: more care about special file descriptors 2005-04-15 10:40:01 +00:00
Peter Stephenson
43d480057b 20959: fix crash unloading zsh/parameter and test the fix 2005-03-10 17:55:37 +00:00
Clint Adams
4a007b41d7 * 20911: Src/Modules/termcap.c: and set affcnt to 1 unconditionally
when we echotc a capability with arguments (which we then assume to
be the 'cm' capability, with arguments in the form <rows> <columns>.
2005-03-02 16:13:35 +00:00
Clint Adams
27c52ad072 * 20909: Src/Modules/termcap.c: reverse row and col arguments to tgoto. 2005-03-02 15:12:25 +00:00
Peter Stephenson
d7c13fb2c3 20822: Initial code for Unicode/multibyte input
20823: Debugging test in stat wrong for 64-bit systems
2005-02-18 13:57:25 +00:00
Peter Stephenson
05b06b1c08 fix autoloaded trap bug; rejig use of trapfuncs
(now traplists); improve trap tests
2005-02-06 20:36:09 +00:00
Wayne Davison
2fb65d215f Fixed compiler warning about a missing initializer. 2005-01-21 11:16:34 +00:00
Peter Stephenson
77166e259e 20695: Fix Cygwin problem with initialising from pointer to imported variable 2005-01-12 12:18:58 +00:00