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 |
|
Peter Stephenson
|
69b4b8bdde
|
20605: Use separate structure with get/set/unset methods fro parameters.
Separate justification width of parameters from base/precision.
|
2004-12-07 16:54:58 +00:00 |
|
Peter Stephenson
|
fece5e8960
|
20556: change SOCKLEN_T to ZSOCKLEN_T to avoid clash
|
2004-11-16 11:04:25 +00:00 |
|
Wayne Davison
|
3ccc3e4bdc
|
Use the new gettempfile() function.
|
2004-10-21 00:33:50 +00:00 |
|
Wayne Davison
|
8901caa58f
|
Call gettempname() with its new args.
|
2004-10-18 19:07:55 +00:00 |
|
Wayne Davison
|
aee4661e96
|
We can't use "%d" on a histent number (which is a zlong these days).
Changed the sprintf() to convbase().
|
2004-10-01 18:48:27 +00:00 |
|
Clint Adams
|
ceb7a09833
|
20091: Src/Modules/pcre.c: silence gcc "unused parameter" warnings.
|
2004-06-22 23:47:57 +00:00 |
|
Peter Stephenson
|
ed76bafc5e
|
20029: fix randomness of mathfunc rand48(seed)
|
2004-06-08 21:51:11 +00:00 |
|
Wayne Davison
|
fb0937a69e
|
Marked unused parameters with the new UNUSED() macro.
|
2004-06-02 22:14:25 +00:00 |
|
Wayne Davison
|
12b2ed63ab
|
Silenced one signed/unsigned comparison compiler warning.
|
2004-05-28 19:24:13 +00:00 |
|
Wayne Davison
|
327481b391
|
Silenced one signed/unsigned comparison compiler warning.
|
2004-05-28 19:22:17 +00:00 |
|
Peter Stephenson
|
f57f65282b
|
19877: improved test for empty strftime strings
|
2004-05-04 16:43:29 +00:00 |
|
Peter Stephenson
|
8de7436fc0
|
19674, modified: support for non-standard ports in zftp.
|
2004-03-24 11:31:30 +00:00 |
|
Clint Adams
|
2dbe1c5436
|
* 19641: Src/Modules/pcre.c: implement -pcre-match conditional
suggested by Oliver.
|
2004-03-16 21:44:40 +00:00 |
|
Peter Stephenson
|
89057ab512
|
19629: fix zpty on HP-UX
|
2004-03-16 19:52:52 +00:00 |
|
Clint Adams
|
851c3882ed
|
* 19640: Src/Modules/pcre.c: improve error reporting a bit.
|
2004-03-16 19:41:00 +00:00 |
|
Clint Adams
|
befd90b847
|
* 19631: Doc/Zsh/mod_pcre.yo, Src/Modules/pcre.c: avoid segfault
when pcre_study is called before pcre_compile; documentation on
pcre_compile options.
|
2004-03-16 15:14:30 +00:00 |
|
Peter Stephenson
|
3c04f95a33
|
19528: fix error if neither select nor poll available
|
2004-03-03 15:34:29 +00:00 |
|
Oliver Kiddle
|
0b787b5da2
|
19525: suppress compiler warnings and complete groups using lookupd on Mac OS
|
2004-03-03 11:05:40 +00:00 |
|