about summary refs log tree commit diff
path: root/Src/init.c
Commit message (Expand)AuthorAgeFilesLines
* 18144: no SIGHUP handler if parent was ignoring.Bart Schaefer2003-01-271-1/+4
* 17931: Philippe: restore blocking of SIGTERM in interactive shellPeter Stephenson2002-11-131-0/+1
* 17861 from Philippe Troin: make signal initialisation more consistentPeter Stephenson2002-11-081-23/+9
* 17859: Philippe Troin: better handling of process groups interactively.Peter Stephenson2002-11-041-5/+26
* 17582: Improved option argument handling.Peter Stephenson2002-08-271-1/+1
* 17503: fix various typos and spelling mistakes in source code commentsOliver Kiddle2002-08-051-1/+1
* 17299: Use reference counts in Eprogs so as to be able to free them as soonPeter Stephenson2002-06-071-2/+0
* 17120, 17121: Src/init.c: work around problem with NIS tying up filePeter Stephenson2002-05-131-4/+47
* Detect variant tgetent() return value and test for it correctly.Bart Schaefer2002-05-061-3/+3
* Fix misleading error message.Bart Schaefer2001-09-201-1/+1
* Fix crash on re-entry to loop() from preprompt().Bart Schaefer2001-08-251-1/+6
* Reset errflag after executing precmd.Bart Schaefer2001-06-301-1/+1
* Fixed a bug where the call to function "preexec" might pass the wrongWayne Davison2001-04-111-1/+9
* 13611, 13615: Bind cursor keys using termcap, including in viins.Peter Stephenson2001-03-131-1/+2
* remove 13108 (trap queues); replace with signal queueing to ensure that user ...Sven Wischnowsky2001-01-161-1/+3
* Sven: 13108: Handle traps synchronouslyPeter Stephenson2000-11-111-1/+2
* Improve upon some of the PATH_MAX changes.Bart Schaefer2000-09-181-10/+6
* 12818: use tricat() in lieu of zasprintfClint Adams2000-09-171-1/+1
* 12814: zasprintfClint Adams2000-09-161-2/+6
* 12568: check sysconf(_SC_OPEN_MAX) if available instead of OPEN_MAX/NOFILES.Clint Adams2000-08-081-1/+1
* Andrej: Dynamic loading on cygwinPeter Stephenson2000-08-021-0/+94
* 12436: Doc/Zsh/invoke.yo, Src/init.c: Make -b behave likeAndrew Main2000-07-301-10/+10
* 12434: Doc/Zsh/invoke.yo, Src/init.c, Src/options.c, Src/zsh.h,Andrew Main2000-07-301-5/+51
* Pass the new Eprog argument to hend().Wayne Davison2000-07-191-2/+2
* 12247: internal hostnam variable removed in favour of $HOSTPeter Stephenson2000-07-131-3/+0
* 11606: Propagate parse errors out of parse_list() and parse_event(), andBart Schaefer2000-05-271-1/+1
* save and restore more variables in bufferwords(); move gotword() into core (1...Sven Wischnowsky2000-05-231-3/+0
* 11032: Fix signed-ness of a local.Bart Schaefer2000-04-301-1/+1
* use zsh as command name in error messages even with -cSven Wischnowsky2000-04-061-150/+299
* Initial revisionTanaka Akira1999-04-151-0/+936