| Commit message (Expand) | Author | Age |
* | Major restructuring of the buildsystem, meaning that the documentation doesn'... | axel | 2006-06-13 |
* | Make job id numbering start from 1, not 0 | axel | 2006-04-28 |
* | Do not return to the shell until all processes of a job have finished (Previo... | axel | 2006-04-04 |
* | Add support for the -n switch to skip execution of any commands | axel | 2006-03-18 |
* | Fix bug that causing terminal corruption if a job is put under job control be... | axel | 2006-03-10 |
* | Move all fallbacks for standard and not-so-standard unix functions to fallbac... | axel | 2006-02-28 |
* | Fix bug in fish causing occasionally incorrect signal handlers | axel | 2006-02-16 |
* | Another halloc:ification of fish. Halloc has been extended to allow registeri... | axel | 2006-02-10 |
* | Further halloc:ification if fish | axel | 2006-02-07 |
* | Second checkin of halloc changeover. Make the argv array, but not it's conten... | axel | 2006-02-07 |
* | First checkin of transition to using a new hierarchical memory allocator, som... | axel | 2006-02-07 |
* | Minor tweaks, including a few small performance improvements | axel | 2006-02-04 |
* | Make sure completions aren't run in interactive mode | axel | 2006-02-04 |
* | Generalize the stack tracing code, add support for showing events and command... | axel | 2006-02-02 |
* | Readd the terminal flag for jobs, as not all jobs under job control should be... | axel | 2006-02-01 |
* | Rename the 'terminal' flag to 'job_control', make sure fg and bg only conside... | axel | 2006-01-31 |
* | Add support for calculating completions for arbitrary commands through the 'c... | axel | 2006-01-31 |
* | Fixes to api documentation, added .PHONY to makefile actions, made a few priv... | axel | 2006-01-24 |
* | Add fallback implementations of wcstok, putwc and getwc. Move all fallbacks f... | axel | 2006-01-21 |
* | Check location of term.h header (updated) | axel | 2006-01-19 |
* | Change the foregrounf/background code a bit, fixes bug where mulktiple jobs w... | axel | 2006-01-18 |
* | Make sure all foreground jobs are reaped after evaluating a job to avoid thin... | axel | 2006-01-16 |
* | Put jobs in functions and block into their own process group in interactive m... | axel | 2006-01-16 |
* | Do not use \r sequence in translatable messages | axel | 2006-01-05 |
* | Add i18n through gettext, as well as a Swedish translation | axel | 2006-01-04 |
* | Initial blocking implementation | axel | 2005-12-12 |
* | Remove old event hooks, add more event handler documentation | axel | 2005-12-04 |
* | Minor performance tweaks | axel | 2005-10-26 |
* | Add support for specifying event handler for calling job in command supstitut... | axel | 2005-10-15 |
* | Increase fish robustness by improving signal handling when forking jobs and m... | axel | 2005-10-14 |
* | Fix event notification bug that caused read errors | axel | 2005-10-14 |
* | Stop using anonymous unions | axel | 2005-10-12 |
* | Event handling and job reaping updates | axel | 2005-10-12 |
* | Move io redirection functions to their own library | axel | 2005-10-08 |
* | Spelling fixes | axel | 2005-10-08 |
* | Add support for piping using other file descriptor than fd 1 | axel | 2005-10-08 |
* | Initial update for new event subsystem | axel | 2005-10-06 |
* | Fix crash bug when user presses ^C | axel | 2005-09-25 |
* | Fix minor bugs in parser | axel | 2005-09-25 |
* | Fix for broken variable export | axel | 2005-09-24 |
* | Fix for various redirection problems | axel | 2005-09-23 |
* | Exportable universal variables | axel | 2005-09-23 |
* | Initial revision | axel | 2005-09-20 |