doc_src
Fix minor null pointer bug in the set builtin, fix bug causing the -n switch to be ignored, add missing completions for the -n switch to functions and set builtins, and touch up the documentation for said builtin a bit
2006-09-01 01:44:00 +10:00
etc
Move over fish_interactive.fish to be created by the Makefile, not by Autoconf
2006-07-20 23:28:50 +10:00
po
Update english transliteration
2006-08-28 23:01:47 +10:00
share
Fix minor null pointer bug in the set builtin, fix bug causing the -n switch to be ignored, add missing completions for the -n switch to functions and set builtins, and touch up the documentation for said builtin a bit
2006-09-01 01:44:00 +10:00
tests
Do not test universal variable functionality since it relies on fish to be installed
2006-07-19 03:37:11 +10:00
builtin.c
Fix bug where using the return builtin inside an if-block could cause the else-block to get executed
2006-09-01 06:53:20 +10:00
builtin.h
Various code polish, including minor rearangement of builtin code to export fewer functions, a few additional input checks, and removal of the unneeded, exported error_max variable
2006-06-21 07:20:16 +10:00
builtin_commandline.c
Rearrange includes so that config.h is always the first file to be included
2006-08-11 11:18:35 +10:00
builtin_complete.c
Complete --do-complete argument should be optional
2006-08-24 10:53:15 +10:00
builtin_help.hdr
Rearrange includes so that config.h is always the first file to be included
2006-08-11 11:18:35 +10:00
builtin_jobs.c
Rearrange includes so that config.h is always the first file to be included
2006-08-11 11:18:35 +10:00
builtin_set.c
Fix minor null pointer bug in the set builtin, fix bug causing the -n switch to be ignored, add missing completions for the -n switch to functions and set builtins, and touch up the documentation for said builtin a bit
2006-09-01 01:44:00 +10:00
builtin_ulimit.c
Remove translate.c. The gettext fallback functionality is moved to fallback.c, the wide wrapper is moved to wutil.c
2006-07-20 08:55:49 +10:00
common.c
Minor polish
2006-09-04 09:00:06 +10:00
common.h
Remove translate.c. The gettext fallback functionality is moved to fallback.c, the wide wrapper is moved to wutil.c
2006-07-20 08:55:49 +10:00
complete.c
If no completions have been found, use file completion even if command specific completions have disabled file completions. Suggested by MArtin Bähr.
2006-08-27 10:57:40 +10:00
complete.h
Minor tweaks to previous fish_pager patch to fix two bugs
2006-08-22 23:58:15 +10:00
config.guess
Update to latest config.sub and config.guess versions
2006-03-02 02:28:21 +10:00
config.sub
Update to latest config.sub and config.guess versions
2006-03-02 02:28:21 +10:00
configure.ac
Minor polish
2006-09-04 09:00:06 +10:00
count.c
Rearrange includes so that config.h is always the first file to be included
2006-08-11 11:18:35 +10:00
Doxyfile
Initial revision
2005-09-20 23:26:39 +10:00
Doxyfile.user
Include user documentation with standard tarballs - this means you no longer need Doxygen to build fish, and should make life easier for packagers
2006-06-12 21:07:43 +10:00
env.c
Add a $version variable. Suggested by Martin Bähr
2006-08-28 19:58:40 +10:00
env.h
Minor code tweaks, mostly things like indentation, but also a ferw code reorderings
2006-08-28 22:02:44 +10:00
env_universal.c
Use string.h not strings.h in all cases
2006-08-10 08:34:52 +10:00
env_universal.h
Make it possible to specify scope of a variable to be erased or tested. Also make sure set exits with a non-zero exit status when erasing fails.
2006-06-05 06:14:51 +10:00
env_universal_common.c
Use string.h not strings.h in all cases
2006-08-10 08:34:52 +10:00
env_universal_common.h
Huge API documentation cleanup
2005-10-25 01:26:25 +10:00
event.c
Add support for buffering of input to a command, the first step to piping data to fish_pager instead of using the argument list
2006-08-13 11:38:03 +10:00
event.h
Remove superflous event_signal_listen function, replace all calls to it with event_get
2006-05-15 08:27:58 +10:00
exec.c
Fix bug reportad by Martin Bähr that causes fish fail when using blocks in pipelines in interactive mode.
2006-08-27 10:52:52 +10:00
exec.h
Minor cleanup
2006-05-18 23:00:39 +10:00
expand.c
Allow slicing of command substitution output
2006-08-24 23:39:04 +10:00
expand.h
Fix incorrect usage of the term subshell when command substitution was meant
2006-08-23 00:38:31 +10:00
fallback.c
Minor code tweaks, mostly things like indentation, but also a ferw code reorderings
2006-08-28 22:02:44 +10:00
fallback.h
Add fallback if SIGWINCH is unavailable
2006-08-28 22:25:15 +10:00
fish.spec.in
Minor edits to the spec file
2006-08-09 21:36:14 +10:00
fish_pager.c
New status message for fish_pager
2006-09-04 09:12:09 +10:00
fish_tests.c
Move over a few more objects to the new array_list functions
2006-08-01 02:55:11 +10:00
fishd.c
Provide fallback version of getopt_long instead of checking for it's presense every time it is used
2006-08-28 21:43:05 +10:00
function.c
Rearrange includes so that config.h is always the first file to be included
2006-08-11 11:18:35 +10:00
function.h
Make sure dynamically loaded functions are completable, even if they have not yet been loaded
2006-02-09 03:37:18 +10:00
gen_hdr.sh
Multiple portability fixes
2005-10-11 02:12:55 +10:00
gen_hdr2.c
Initial revision
2005-09-20 23:26:39 +10:00
halloc.c
Minor polish
2006-09-04 09:00:06 +10:00
halloc.h
Minor edits, additional comments, etc.
2006-02-19 11:54:38 +10:00
halloc_util.c
Switch from die_mem function to DIE_MEM macro in order to be able to give a line and file for the OOM message
2006-07-03 20:39:57 +10:00
halloc_util.h
Use halloc in a few more places, including the highlight code
2006-06-13 00:12:33 +10:00
highlight.c
Fix incorrect usage of the term subshell when command substitution was meant
2006-08-23 00:38:31 +10:00
highlight.h
Large number of sourcecode comment edits, and some minor code polish
2006-06-20 10:50:10 +10:00
history.c
Rearrange includes so that config.h is always the first file to be included
2006-08-11 11:18:35 +10:00
history.h
Lazily load history file
2006-02-07 01:08:10 +10:00
input.c
Check return value of del_curterm
2006-08-14 09:05:02 +10:00
input.h
Some minor steps towards making vi-mode work
2006-07-24 06:52:03 +10:00
input_common.c
Add support for buffering of input to a command, the first step to piping data to fish_pager instead of using the argument list
2006-08-13 11:38:03 +10:00
input_common.h
Fix the longstanding hang-on-exit bug in eterm, as well as making sure the history is saved when the terminal emulator exits
2006-05-14 20:16:23 +10:00
INSTALL
Update section about compilers in INSTALL file to reflect that fish is known to work with ICC
2006-03-30 07:30:31 +10:00
install-sh
Initial revision
2005-09-20 23:26:39 +10:00
intern.c
Switch from die_mem function to DIE_MEM macro in order to be able to give a line and file for the OOM message
2006-07-03 20:39:57 +10:00
intern.h
Huge API documentation cleanup
2005-10-25 01:26:25 +10:00
io.c
Add support for buffering of input to a command, the first step to piping data to fish_pager instead of using the argument list
2006-08-13 11:38:03 +10:00
io.h
Add support for buffering of input to a command, the first step to piping data to fish_pager instead of using the argument list
2006-08-13 11:38:03 +10:00
key_reader.c
Minor edits of function descriptions, includes, etc.
2006-05-03 02:29:50 +10:00
kill.c
Rearrange includes so that config.h is always the first file to be included
2006-08-11 11:18:35 +10:00
kill.h
Add header guards to the header files.
2005-10-05 01:11:39 +10:00
main.c
Provide fallback version of getopt_long instead of checking for it's presense every time it is used
2006-08-28 21:43:05 +10:00
Makefile.in
Do not use the non-standard -i switch for sed
2006-08-27 23:15:54 +10:00
mimedb.c
Provide fallback version of getopt_long instead of checking for it's presense every time it is used
2006-08-28 21:43:05 +10:00
mimedb.h
Add header guards to the header files.
2005-10-05 01:11:39 +10:00
output.c
More header/autoconf fixes, improve winsize checking
2006-08-10 08:53:38 +10:00
output.h
Large number of sourcecode comment edits, and some minor code polish
2006-06-20 10:50:10 +10:00
parse_util.c
Minor polish
2006-09-04 09:00:06 +10:00
parse_util.h
Overhaul of the script autoloader. This should make sure that old scripts are unloaded and new scripts are loaded when the fish_function_path and fish_complete_path variables change
2006-07-13 00:22:42 +10:00
parser.c
Use dynamically sized buffer for reporting error messages in the parser
2006-08-29 01:19:13 +10:00
parser.h
Fix incorrect usage of the term subshell when command substitution was meant
2006-08-23 00:38:31 +10:00
proc.c
Minor code tweaks, mostly things like indentation, but also a ferw code reorderings
2006-08-28 22:02:44 +10:00
proc.h
fish_pager_via_stdin
2006-08-22 11:24:51 +10:00
reader.c
Updated definiton of move_word, more intuitive behaviour when a token consists only of non-alphanumerics
2006-08-31 10:45:25 +10:00
reader.h
Use the intern function to share the strings used to describe various key bindings. This saves both performance, code size and memory use, but there is a pathological case where the user continually changes key bindings, resulting in more allocated memory than needed.
2006-06-22 00:03:44 +10:00
README
Initial revision
2005-09-20 23:26:39 +10:00
sanity.c
Rearrange includes so that config.h is always the first file to be included
2006-08-11 11:18:35 +10:00
sanity.h
Add header guards to the header files.
2005-10-05 01:11:39 +10:00
seq.in
Fix typo in seq.in
2006-08-10 08:52:30 +10:00
set_color.c
Provide fallback version of getopt_long instead of checking for it's presense every time it is used
2006-08-28 21:43:05 +10:00
signal.c
Fix typo in signal.c
2006-08-01 10:25:50 +10:00
signal.h
Generalize the stack tracing code, add support for showing events and command substitutions in stack traces
2006-02-02 01:49:11 +10:00
tokenizer.c
Remove translate.c. The gettext fallback functionality is moved to fallback.c, the wide wrapper is moved to wutil.c
2006-07-20 08:55:49 +10:00
tokenizer.h
Make sure tokenizer never changes input string
2005-12-10 10:33:35 +10:00
user_doc.head.html
Add a little padding in the documentation stylesheet to make it easier to differ between different header levels
2006-05-10 02:41:46 +10:00
util.c
Drup minf/maxf from util.h, they are unused
2006-08-01 02:25:50 +10:00
util.h
Minor documentation additions
2006-08-01 02:30:27 +10:00
wgetopt.c
Remove translate.c. The gettext fallback functionality is moved to fallback.c, the wide wrapper is moved to wutil.c
2006-07-20 08:55:49 +10:00
wgetopt.h
Use csh-style error rules with wildcards, i.e. if no matches are found, the command is not executed
2005-12-04 02:43:56 +10:00
wildcard.c
Use S_IS* macros instead of S_IF*, which are non-posix
2006-08-01 10:24:11 +10:00
wildcard.h
Documentation updates. Fixes a few formating bugs, adds various minor missing api documentation, fixes a few typos. Also fixes a few tiny code issues, mostly missing consts, etc
2006-06-17 23:07:08 +10:00
wutil.c
Remove duplicate include
2006-08-18 01:50:50 +10:00
wutil.h
Make fish pager use non-universal variables as well for getting it's colors
2006-08-12 00:55:28 +10:00
xdgmime.c
Initial revision
2005-09-20 23:26:39 +10:00
xdgmime.h
Initial revision
2005-09-20 23:26:39 +10:00
xdgmimealias.c
Initial revision
2005-09-20 23:26:39 +10:00
xdgmimealias.h
Initial revision
2005-09-20 23:26:39 +10:00
xdgmimeglob.c
Initial revision
2005-09-20 23:26:39 +10:00
xdgmimeglob.h
Initial revision
2005-09-20 23:26:39 +10:00
xdgmimeint.c
Use char instead of unsigned char in xdgmime files. Avoids a few warnings.
2005-12-12 08:28:33 +10:00
xdgmimeint.h
Initial revision
2005-09-20 23:26:39 +10:00
xdgmimemagic.c
Use char instead of unsigned char in xdgmime files. Avoids a few warnings.
2005-12-12 08:28:33 +10:00
xdgmimemagic.h
Initial revision
2005-09-20 23:26:39 +10:00
xdgmimeparent.c
Initial revision
2005-09-20 23:26:39 +10:00
xdgmimeparent.h
Initial revision
2005-09-20 23:26:39 +10:00
xsel-0.9.6.tar
Initial revision
2005-09-20 23:26:39 +10:00