index
:
fish-shell
master
user-friendly command line shell
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Fix insane bytemark issue on Solaris
axel
2007-09-09
*
Fix incorrect escape character in unescape function
axel
2007-09-09
*
Avoid void pointer arithmetic in halloc.c
axel
2007-09-09
*
Avoid magic number in main.c
axel
2007-09-09
*
Avoid using test command in prompt, makes it slightly faster
axel
2007-09-09
*
Avoid using -n switch to ecco
axel
2007-09-09
*
Fix issue in error handling, reported to and fixed by Axel Liljencrantz. Chan...
Claes Nästén
2007-08-22
*
Add tparm fallback to use under systems having tparm with fixed number of par...
Claes Nästén
2007-08-22
*
Fix compilation with Sun Studio compiler changing \e to \x1b as it does not s...
Claes Nästén
2007-08-22
*
Fix compile issue with Sun Studio, read_redirect returns void still doing ret...
Claes Nästén
2007-08-22
*
Indentation, typo and formating fixes. Very minor patch.
liljencrantz
2007-09-09
*
Add a 'generic' type of event that can be emited from any piece of code or by...
liljencrantz
2007-08-20
*
Make the prompt different when root user. This change was suggested by Claes ...
liljencrantz
2007-08-19
*
Make the contains builtin not allow reordering of switches and non-switches
liljencrantz
2007-08-15
*
Add missing file creation mask for open. This fixes a compilation bug on the ...
liljencrantz
2007-08-15
*
Completions for prt-get and pkgutils, the package management utilities for CR...
patroclo7
2007-08-04
*
Completions for ports, a tool for port management in CRUX linux
Giorgio Lando
2007-08-04
*
Add a mino-prompt when the normal prompt is too large to display. The old beh...
liljencrantz
2007-08-03
*
Drop contains function, since we now have a builtin.
liljencrantz
2007-08-02
*
Fix duplicate switch antry in builtin_status. Don't know if this was caused b...
liljencrantz
2007-08-02
*
Replace the contains function with a builtin for performance reasons. The con...
liljencrantz
2007-08-02
*
Update status builtin to properly handle and document all of its options.
James Vega
2007-08-02
*
Implement a minimal 'dumb terminal mode'. This mode is used to at least get t...
axel
2007-08-02
*
Remove confusing and misleading error message when trying to repaint the prom...
axel
2007-08-02
*
Minor bug fix in mime-completion-filter - correctly handle when there is no m...
axel
2007-08-02
*
Minor error handling improvements and minor code polish
axel
2007-08-02
*
Spelling fixes from Chris Rebert
axel
2007-08-02
*
Replace the count function with a builtin for performance reasons. The count ...
axel
2007-08-01
*
Replace the count function with a builtin for performance reasons. The count ...
axel
2007-08-01
*
Make sure completion descriptions generated by make_vcs_completions.fish are ...
axel
2007-06-05
*
Print 'unknown' if 'mimedb -d' fails
axel
2007-05-25
*
Update regexps in mimedb to work on NetBSD. (NetBSD does not support having e...
axel
2007-05-24
*
Fix character set conversions in both directions in universal variable code. ...
axel
2007-05-16
*
Improved error reporting in mimedb for failed regexps. This patch was written...
axel
2007-05-16
*
Show hints on how to proceed if xsel fails to build
axel
2007-05-11
*
Make sure that the PWD and HOME variables are always in canonical form
axel
2007-05-11
*
Use ucs4 or ucs2 as a fallback character set if wchar_t encoding is not suppo...
axel
2007-05-10
*
Add missing -b switch for the commandline builtin. This issue was reported by...
axel
2007-04-28
*
Make sure that io redirections are respected by the '.' builtin. This was not...
axel
2007-04-26
*
Update todo list
axel
2007-04-25
*
Actually add the count function. Thanks to Tassilo Horn for the report.
axel
2007-04-25
*
Fix bug in stack trace printing code
axel
2007-04-24
*
Add a fes minor completion corrections
axel
2007-04-24
*
Implement count as ashellscript function instead of a command in order to sup...
axel
2007-04-24
*
Launch debug shell on TRAP signal.
axel
2007-04-24
*
Replace the eval builtin with a function
axel
2007-04-23
*
Add the possibility for functions which do not shadow the arguments of the ca...
axel
2007-04-23
*
Make the . (source) builtin able to read commands from stdin
axel
2007-04-23
*
Validate variables names when using named arguments for functions
axel
2007-04-23
*
Make 'functions' builtin print named arguments of functions
axel
2007-04-23
[next]