aboutsummaryrefslogtreecommitdiffhomepage
path: root/main.c
Commit message (Expand)AuthorAge
* Avoid magic number in main.cGravatar axel2007-09-09
* Indentation, typo and formating fixes. Very minor patch.Gravatar liljencrantz2007-09-09
* Make sure that io redirections are respected by the '.' builtin. This was not...Gravatar axel2007-04-26
* Fix bug where fish would refuse to start if $HOME has an invalid value. Thank...Gravatar axel2007-04-11
* Add support for backtraces - if the compiler and libc version supports it (pr...Gravatar axel2007-01-20
* Make 'fish --help' display a help message, not start the help browserGravatar axel2007-01-17
* A few more error checks during string to integer conversion in various placesGravatar axel2007-01-09
* Minor code simplification in main.cGravatar axel2006-11-11
* Make fish send a HUP signal to jobs when the terminal tells it to exit.Gravatar axel2006-11-11
* Make sure fish has the currect exit statusGravatar axel2006-11-02
* Use the same wording about license in Makefile and main.c.Gravatar axel2006-11-02
* Move out argument parsing into it's own functionGravatar axel2006-10-26
* First stab at directory transition. Test with care...Gravatar axel2006-10-19
* Provide fallback version of getopt_long instead of checking for it's presense...Gravatar axel2006-08-28
* Much more reliable getopt_long test. Idea from Netocrat.Gravatar axel2006-08-28
* Drop the init and shutdown function for the completion codeGravatar axel2006-07-22
* Make sure that the builtin source command is used when reading the init files...Gravatar axel2006-07-22
* Remove translate.c. The gettext fallback functionality is moved to fallback.c...Gravatar axel2006-07-20
* Initialize etc/fish and share/fish from the Makefile, not automatically by Au...Gravatar axel2006-07-19
* Minor code tweaks: A few extra input validations, spelling corrections, etcGravatar axel2006-07-11
* Use the intern function to share the strings used to describe various key bin...Gravatar axel2006-06-22
* Remove common_init and common_destroy. Use halloc instead.Gravatar axel2006-06-21
* The license agreement int the docs explicitly state GPL v2, while main.c ment...Gravatar axel2006-06-16
* Edits to source code commentsGravatar axel2006-06-09
* Minor cleanupGravatar axel2006-05-18
* Fix the longstanding hang-on-exit bug in eterm, as well as making sure the hi...Gravatar axel2006-05-14
* Do not try to read init files if the cd to the proper directory failsGravatar axel2006-05-11
* Earlier history in non-interactive mode bugfix contained a new bug causing fi...Gravatar axel2006-04-20
* Remove minor memory leak on initGravatar axel2006-04-19
* Always init history on startup, to avoid destorying history multiple times wh...Gravatar axel2006-04-19
* Add support for the -n switch to skip execution of any commandsGravatar axel2006-03-18
* Fix bug that causing terminal corruption if a job is put under job control be...Gravatar axel2006-03-10
* Move all fallbacks for standard and not-so-standard unix functions to fallbac...Gravatar axel2006-02-28
* Add some input validation code to various functionsGravatar axel2006-02-23
* Make sure that command specific completions can handle input strings with wil...Gravatar axel2006-02-19
* Fix broken call to source /fish/fish on startupGravatar axel2006-02-18
* Redo installation file structure, move lots of things to $PREFIX/share/fishGravatar axel2006-02-17
* Fix invalid destruction order on exitGravatar axel2006-02-16
* Another halloc:ification of fish. Halloc has been extended to allow registeri...Gravatar axel2006-02-10
* Autoloaded functionsGravatar axel2006-02-08
* Improved error checking in main()Gravatar axel2006-02-03
* Add fish switch to enter login modeGravatar axel2006-02-03
* Make stack traces print absolute filenamesGravatar axel2006-02-03
* Add function stack trace to error outputGravatar axel2006-01-27
* Make description messages more uniformGravatar axel2006-01-09
* Add i18n through gettext, as well as a Swedish translationGravatar axel2006-01-04
* Remove old event hooks, add more event handler documentationGravatar axel2005-12-04
* Use better test for presense of getopt_long functionGravatar axel2005-11-28
* Minor performance tweaksGravatar axel2005-11-03
* Make sure PATH contains vital directories during initGravatar axel2005-10-25