index
:
fish-shell
master
user-friendly command line shell
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
main.c
Commit message (
Expand
)
Author
Age
*
Edits to source code comments
axel
2006-06-09
*
Minor cleanup
axel
2006-05-18
*
Fix the longstanding hang-on-exit bug in eterm, as well as making sure the hi...
axel
2006-05-14
*
Do not try to read init files if the cd to the proper directory fails
axel
2006-05-11
*
Earlier history in non-interactive mode bugfix contained a new bug causing fi...
axel
2006-04-20
*
Remove minor memory leak on init
axel
2006-04-19
*
Always init history on startup, to avoid destorying history multiple times wh...
axel
2006-04-19
*
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
*
Add some input validation code to various functions
axel
2006-02-23
*
Make sure that command specific completions can handle input strings with wil...
axel
2006-02-19
*
Fix broken call to source /fish/fish on startup
axel
2006-02-18
*
Redo installation file structure, move lots of things to $PREFIX/share/fish
axel
2006-02-17
*
Fix invalid destruction order on exit
axel
2006-02-16
*
Another halloc:ification of fish. Halloc has been extended to allow registeri...
axel
2006-02-10
*
Autoloaded functions
axel
2006-02-08
*
Improved error checking in main()
axel
2006-02-03
*
Add fish switch to enter login mode
axel
2006-02-03
*
Make stack traces print absolute filenames
axel
2006-02-03
*
Add function stack trace to error output
axel
2006-01-27
*
Make description messages more uniform
axel
2006-01-09
*
Add i18n through gettext, as well as a Swedish translation
axel
2006-01-04
*
Remove old event hooks, add more event handler documentation
axel
2005-12-04
*
Use better test for presense of getopt_long function
axel
2005-11-28
*
Minor performance tweaks
axel
2005-11-03
*
Make sure PATH contains vital directories during init
axel
2005-10-25
*
Do not break stdin when reading a script
axel
2005-10-19
*
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
*
Optimize interactive input reader by allowing multiple input characters betwe...
axel
2005-10-14
*
Event handling and job reaping updates
axel
2005-10-12
*
Initial update for new event subsystem
axel
2005-10-06
*
Make sure all internal file descriptors are closed when spawning children
axel
2005-10-03
*
Change configuration file names if installing in $HOME
axel
2005-09-26
*
Initial revision
axel
2005-09-20