about summary refs log tree commit diff
path: root/Src/init.c
Commit message (Collapse)AuthorAgeFilesLines
* 22195: don't set HOME in the shellPeter Stephenson2006-02-061-8/+12
|
* 22049: bug exiting from sourced file within functionPeter Stephenson2005-12-031-1/+2
|
* Changed two zle functions to each return a char pointer, not anWayne Davison2005-11-151-3/+3
| | | | unsigned char pointer.
* 21736: improve tests for word and identifier characters with multibyte inputPeter Stephenson2005-09-201-3/+0
|
* adapted from 21719: add some mod_exportsPeter Stephenson2005-09-091-1/+1
|
* 21709 plus tweaks: use $KEYTIMEOUT for multibyte chars.Reset input state on ↵Peter Stephenson2005-09-091-1/+1
| | | | invalid characters or EOF
* 21577 (adapted): Dan Bullok: improved window resize handling, againPeter Stephenson2005-08-091-0/+3
|
* 21498: Add zsh/newuser modulePeter Stephenson2005-07-201-0/+12
|
* Reference 4 extra termcap items: save-cursor, restore-cursor, theWayne Davison2005-07-151-5/+18
| | | | backspace character, and the ignore-newline-after-wrap flag.
* Prevent double precmd during "fc -e -"Bart Schaefer2005-06-131-1/+1
|
* 21131: exit with status 127 when script not foundPeter Stephenson2005-04-111-4/+4
|
* * 21124: Src/Zle/zle_main.c, Src/init.c, Src/params.c: have zle cache aClint Adams2005-04-081-0/+3
| | | | | wide-char version of WORDCHARS each time it's changed (when ZLE_UNICODE_SUPPORT is defined).
* 21078: parse errors didn't cause non-zero exit statusPeter Stephenson2005-04-011-0/+5
|
* 21049: Don't close process substitution file descriptors for external programmesPeter Stephenson2005-03-311-2/+2
|
* 20798: propagate an #ifdef to prototypesPeter Stephenson2005-02-071-0/+2
|
* 20794: Change version to 4.3.0-dev-1Peter Stephenson2005-02-071-0/+3
| | | | Don't compile in a static in init.c unless needed.
* c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson2005-01-141-5/+8
| | | | unposted: update version to 4.2.3-dev-1
* 20462: Use getrusage for timing again.Peter Stephenson2004-10-071-1/+1
| | | | Time processes from before rather than after fork.
* 20387: revised algorithm for the fix in 20363.Bart Schaefer2004-09-201-1/+1
|
* 20363: Src/init.c, Src/Zle/zle_main.cPeter Stephenson2004-09-131-1/+1
|
* 20149: improve prompt-reset codePeter Stephenson2004-07-111-3/+3
| | | | 20150: commit ancient memory leak fix(?) in completion
* Marked unused parameters with the new UNUSED() macro.Wayne Davison2004-06-021-4/+4
|
* 19505: compilation with NTTYDISC defined was broken.Peter Stephenson2004-03-011-2/+4
|
* 19295: $CONTEXT zle parameterPeter Stephenson2003-12-151-3/+3
|
* 19242: Make job table dynamically reallocatable.Peter Stephenson2003-11-131-1/+8
|
* a la 19209: zcalloc -> zshcallocPeter Stephenson2003-10-291-2/+2
|
* 19105: Set shout to stderr if interative with no ttyPeter Stephenson2003-09-221-3/+17
|
* 19014: add alias -s suf=handlerPeter Stephenson2003-09-031-1/+1
|
* 18539 and remaining bits of 18536???: vi and emacs options, autoload zlePeter Stephenson2003-05-151-1/+12
|
* 18536: EMACS and VI compatibility optionsPeter Stephenson2003-05-141-0/+3
|
* IKEGAMI Tsutomu: sf bug 722366: metafy pwd when read from $PWDPeter Stephenson2003-04-231-1/+2
|
* 18319: Philippe Troin: fix use of process groups with su and suspendPeter Stephenson2003-03-071-32/+2
|
* 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
| | | | unposted: Updated version to 4.1.0-dev-6 because of interface change.
* 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
| | | | as finished with.
* 17120, 17121: Src/init.c: work around problem with NIS tying up filePeter Stephenson2002-05-131-4/+47
| | | | descriptors.
* 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
| | | | | history line. Added two extra args to preexec to give the user more info on the command that is about to be executed.
* 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
| | | | signal handlers are only executed when it is safe to run them (13365)
* Sven: 13108: Handle traps synchronouslyPeter Stephenson2000-11-111-1/+2
| | | | pws: 13109, 13111: clear up zle display when output produced in trap.
* 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
|