summaryrefslogtreecommitdiff
path: root/Src/init.c
AgeCommit message (Collapse)AuthorFilesLines
2003-12-1519295: $CONTEXT zle parameterPeter Stephenson1-3/+3
2003-11-1319242: Make job table dynamically reallocatable.Peter Stephenson1-1/+8
2003-10-29a la 19209: zcalloc -> zshcallocPeter Stephenson1-2/+2
2003-09-2219105: Set shout to stderr if interative with no ttyPeter Stephenson1-3/+17
2003-09-0319014: add alias -s suf=handlerPeter Stephenson1-1/+1
2003-05-1518539 and remaining bits of 18536???: vi and emacs options, autoload zlePeter Stephenson1-1/+12
2003-05-1418536: EMACS and VI compatibility optionsPeter Stephenson1-0/+3
2003-04-23IKEGAMI Tsutomu: sf bug 722366: metafy pwd when read from $PWDPeter Stephenson1-1/+2
2003-03-0718319: Philippe Troin: fix use of process groups with su and suspendPeter Stephenson1-32/+2
2003-01-2718144: no SIGHUP handler if parent was ignoring.Bart Schaefer1-1/+4
2002-11-1317931: Philippe: restore blocking of SIGTERM in interactive shellPeter Stephenson1-0/+1
2002-11-0817861 from Philippe Troin: make signal initialisation more consistentPeter Stephenson1-23/+9
2002-11-0417859: Philippe Troin: better handling of process groups interactively.Peter Stephenson1-5/+26
2002-08-2717582: Improved option argument handling.Peter Stephenson1-1/+1
unposted: Updated version to 4.1.0-dev-6 because of interface change.
2002-08-0517503: fix various typos and spelling mistakes in source code commentsOliver Kiddle1-1/+1
2002-06-0717299: Use reference counts in Eprogs so as to be able to free them as soonPeter Stephenson1-2/+0
as finished with.
2002-05-1317120, 17121: Src/init.c: work around problem with NIS tying up filePeter Stephenson1-4/+47
descriptors.
2002-05-06Detect variant tgetent() return value and test for it correctly.Bart Schaefer1-3/+3
2001-09-20Fix misleading error message.Bart Schaefer1-1/+1
2001-08-25Fix crash on re-entry to loop() from preprompt().Bart Schaefer1-1/+6
2001-06-30Reset errflag after executing precmd.Bart Schaefer1-1/+1
2001-04-11Fixed a bug where the call to function "preexec" might pass the wrongWayne Davison1-1/+9
history line. Added two extra args to preexec to give the user more info on the command that is about to be executed.
2001-03-1313611, 13615: Bind cursor keys using termcap, including in viins.Peter Stephenson1-1/+2
2001-01-16remove 13108 (trap queues); replace with signal queueing to ensure that user ↵Sven Wischnowsky1-1/+3
signal handlers are only executed when it is safe to run them (13365)
2000-11-11Sven: 13108: Handle traps synchronouslyPeter Stephenson1-1/+2
pws: 13109, 13111: clear up zle display when output produced in trap.
2000-09-18Improve upon some of the PATH_MAX changes.Bart Schaefer1-10/+6
2000-09-1712818: use tricat() in lieu of zasprintfClint Adams1-1/+1
2000-09-1612814: zasprintfClint Adams1-2/+6
2000-08-0812568: check sysconf(_SC_OPEN_MAX) if available instead of OPEN_MAX/NOFILES.Clint Adams1-1/+1
2000-08-02Andrej: Dynamic loading on cygwinPeter Stephenson1-0/+94
2000-07-3012436: Doc/Zsh/invoke.yo, Src/init.c: Make -b behave likeAndrew Main1-10/+10
the csh -b, permitting more options to be stacked after it and take effect. Make -b take effect depending on SH_OPTION_LETTERS, consistent with all the other single-letter options, rather than having a clashing check of emulation type.
2000-07-3012434: Doc/Zsh/invoke.yo, Src/init.c, Src/options.c, Src/zsh.h,Andrew Main1-5/+51
Src/zsh.mdd: Allow options to be specified on the zsh command line in the form of GNU-style long options. Also handle --version and --help. Do not permit extra option letters to be stacked after `-whatever-' (they used to be ignored). Exit if the command line specifies an option name that doesn't exist.
2000-07-19Pass the new Eprog argument to hend().Wayne Davison1-2/+2
2000-07-1312247: internal hostnam variable removed in favour of $HOSTPeter Stephenson1-3/+0
2000-05-2711606: Propagate parse errors out of parse_list() and parse_event(), andBart Schaefer1-1/+1
test that it worked.
2000-05-23save and restore more variables in bufferwords(); move gotword() into core ↵Sven Wischnowsky1-3/+0
(11523)
2000-04-3011032: Fix signed-ness of a local.Bart Schaefer1-1/+1
2000-04-06use zsh as command name in error messages even with -cSven Wischnowsky1-150/+299
1999-04-15Initial revisionTanaka Akira1-0/+936