Commit graph

43 commits

Author SHA1 Message Date
Peter Stephenson 3278ad8490 disallow changing of parameter type
for autoloadable parameter (bug 219459 on Sourceforge).
2001-03-29 10:52:15 +00:00
Clint Adams e846a825fe 13478: whence shouldn't segfault on an empty path component 2001-02-14 23:36:23 +00:00
Andrey Borzenkov e28d948e92 13389: normalize path in cd_do_chdir on Cygwin to get rid of DOS names 2001-01-26 12:47:37 +00:00
Sven Wischnowsky 757168e2c8 remove 13108 (trap queues); replace with signal queueing to ensure that user signal handlers are only executed when it is safe to run them (13365) 2001-01-16 13:44:18 +00:00
Clint Adams 13b93a5faa 13215: echotc, echoti, terminfo 2000-12-03 20:53:07 +00:00
Peter Stephenson c292a3ae50 Sven: 13108: Handle traps synchronously
pws: 13109, 13111: clear up zle display when output produced in trap.
2000-11-11 19:50:27 +00:00
Bart Schaefer 5ca1864f94 Change some zerr to zwarn for consistency. 2000-10-02 18:40:35 +00:00
Clint Adams 9f012ce7c9 12847: dynamically allocate buf and z in bin_whence() 2000-09-19 16:47:38 +00:00
Clint Adams 04bf2c822f 12823: use zsh heap in lieu of perm. heap in bin_dot 2000-09-18 03:31:31 +00:00
Clint Adams 2abf9db381 12821: bin_dot is now independent of PATH_MAX 2000-09-17 16:24:05 +00:00
Bart Schaefer bd7969bfa5 "typeset +m ..." and "typeset +g -m ..." 2000-09-17 05:38:36 +00:00
Bart Schaefer a12ff424b6 12804: Fix "typeset -m". 2000-09-14 15:54:54 +00:00
Peter Stephenson c66544a86b 12561: Completion/Builtins/_zmodload, Doc/Zsh/builtins.yo,
Src/builtin.c, Src/module.c, Src/zsh.h: aliases for modules
done internally via `zmodload -[AR]'
2000-08-08 09:13:36 +00:00
Peter Stephenson 4a5882eeb3 12411, 12419: Andrej: environment handling with fewer assumptions 2000-07-28 09:10:35 +00:00
Wayne Davison 495249342e Removed call to remhist(). 2000-07-19 20:43:51 +00:00
Wayne Davison b50d754909 Changed several references to curhist into curline.histnum so that
they would work right even if we didn't store the current command
in the history.
2000-07-18 07:56:45 +00:00
Peter Stephenson 756a2aba9c unposted: move poll_read 2000-06-26 21:27:07 +00:00
Peter Stephenson acda8dc256 12073: read -t to test for available input before reading 2000-06-26 15:00:27 +00:00
Peter Stephenson abd757eac4 12044: read -A bug 2000-06-23 09:45:38 +00:00
Peter Stephenson 12fd5d0065 12040: typeset -r bug 2000-06-22 20:57:14 +00:00
Peter Stephenson 055d961f84 11867: restrict typeset -H application 2000-06-12 09:27:09 +00:00
Peter Stephenson 6b87e6fda3 11838: typeset -H 2000-06-09 15:37:05 +00:00
Sven Wischnowsky f94e5d78b0 some more memory leak fixes (11745) 2000-06-05 07:57:27 +00:00
Bart Schaefer 17aadf0338 11607: For "read -q", open shout if necessary
even when SHTTY is
already a valid descriptor.
2000-05-27 08:31:32 +00:00
Sven Wischnowsky cb50583b18 fix for read -q without a shout (11524) 2000-05-23 08:37:06 +00:00
Bart Schaefer 529158f82f 11461: Make "read" interruptible even when used in the tail of a pipeline. 2000-05-19 15:10:52 +00:00
Oliver Kiddle 6ff206e057 Add -L option to the hash builtin 2000-05-15 00:31:20 +00:00
Peter Stephenson 26cc1ad1df doc changes; typo in _jobs; integer builtin understands `-i base' 2000-05-14 22:08:41 +00:00
Peter Stephenson ade3663216 11314: fix for typeset -U not updating value in environment 2000-05-10 19:15:58 +00:00
Sven Wischnowsky c844ad8712 Wayne: fix for print -s when called from widget; added lines are not immediately available, though (11171) 2000-05-05 07:42:36 +00:00
Sven Wischnowsky d205f2530b allow calling `print -s' in widgets, avoid duplicated history number 2000-05-03 07:10:35 +00:00
Bart Schaefer 966eca4ad8 11036, 11063, 11077: Always write the "read -q" prompt to shout; eliminate
some redundant close() calls; relocate a misplaced redirection.
2000-05-02 15:52:43 +00:00
Peter Stephenson 304d5f9b39 11057: getopts bug 2000-05-02 09:56:09 +00:00
Peter Stephenson 563936ba27 11026: fix for unfunction of trap with localtraps bug 2000-04-30 14:48:49 +00:00
Bart Schaefer 8496342841 11015: `unfunction TRAPxxx' now works with localtraps in effect. I'm not
very happy with having to play with `noerrs' but I don't see any other way
to silence the warning from bin_unhash().
2000-04-29 06:33:48 +00:00
Peter Stephenson 5c53fb9500 10771: new GLOBAL_EXPORT option; successful compilation on OpenBSD 2000-04-16 19:02:13 +00:00
Peter Stephenson cf92384eac 10738: pws: local parameters can be exported 2000-04-13 14:22:47 +00:00
Sven Wischnowsky f5b6feedca make read -[kq] always print the prompt, if any; after all they make sure they have a terminal anyway (10727) 2000-04-13 08:43:39 +00:00
Sven Wischnowsky 4a250fe1dd missing initialisation for next field in assignments for substitutions for fc builtin (10692) 2000-04-12 11:10:52 +00:00
Sven Wischnowsky 1db256fc0f better error handling for zwc files 2000-04-04 14:08:56 +00:00
Sven Wischnowsky 8488dcb806 keep association elements from being exported 2000-04-04 12:02:04 +00:00
Peter Stephenson 4852545255 Updated from list as far as 10376 2000-04-01 20:49:47 +00:00
Tanaka Akira e74702b467 Initial revision 1999-04-15 18:05:38 +00:00