doc_src
Add long style option support for prevd/pushd, also add a few missing translation strings
2006-02-06 21:24:53 +10:00
init
Add long style option support for prevd/pushd, also add a few missing translation strings
2006-02-06 21:24:53 +10:00
po
Another set of spelling corrections from HJB
2006-02-06 07:18:35 +10:00
tests
Fix broken regression test (irony?)
2005-10-02 23:44:06 +10:00
builtin.c
Minor edits of builtin.c, some reindentation and code comment improvement
2006-02-06 07:20:50 +10:00
builtin.h
Add support for calculating completions for arbitrary commands through the 'complete' builtin
2006-01-31 02:51:50 +10:00
builtin_commandline.c
Add support for calculating completions for arbitrary commands through the 'complete' builtin
2006-01-31 02:51:50 +10:00
builtin_complete.c
Add support for calculating completions for arbitrary commands through the 'complete' builtin
2006-01-31 02:51:50 +10:00
builtin_help.h
Add header guards to the header files.
2005-10-05 01:11:39 +10:00
builtin_help.hdr
Add missing include in builtin_help.hdr
2005-12-20 18:57:46 +10:00
builtin_set.c
Display use of . (source) builtin in stack traces
2006-01-28 21:34:40 +10:00
builtin_ulimit.c
Add i18n through gettext, as well as a Swedish translation
2006-01-04 22:51:02 +10:00
common.c
Make sure interactive mode is of when firing events
2006-02-06 23:45:32 +10:00
common.h
Make sure interactive mode is of when firing events
2006-02-06 23:45:32 +10:00
complete.c
Minor comment edits in complete.c
2006-02-04 07:30:06 +10:00
complete.h
Huge API documentation cleanup
2005-10-25 01:26:25 +10:00
config.guess
Initial revision
2005-09-20 23:26:39 +10:00
config.sub
Initial revision
2005-09-20 23:26:39 +10:00
configure.ac
Add /opt and /opt/local to list of possibly interesting directories for PATH and library path
2006-02-04 21:36:19 +10:00
count.c
Initial revision
2005-09-20 23:26:39 +10:00
Doxyfile
Initial revision
2005-09-20 23:26:39 +10:00
Doxyfile.user
Initial revision
2005-09-20 23:26:39 +10:00
env.c
Minor code tweaks
2006-01-31 02:58:00 +10:00
env.h
Increase fish robustness by improving signal handling when forking jobs and minor signal handling improvements
2005-10-14 21:40:33 +10:00
env_universal.c
Check location of term.h header (updated)
2006-01-19 22:22:07 +10:00
env_universal.h
Huge API documentation cleanup
2005-10-25 01:26:25 +10:00
env_universal_common.c
Tiny performance tweaks
2006-02-05 23:13:35 +10:00
env_universal_common.h
Huge API documentation cleanup
2005-10-25 01:26:25 +10:00
event.c
Make sure interactive mode is of when firing events
2006-02-06 23:45:32 +10:00
event.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
exec.c
Make execution of functions use wcsdup to make sure no memory errors happen if a function removes itself
2006-02-06 23:47:01 +10:00
exec.h
Add i18n through gettext, as well as a Swedish translation
2006-01-04 22:51:02 +10:00
expand.c
Improve the status builtin
2006-01-31 05:53:10 +10:00
expand.h
Add support for calculating completions for arbitrary commands through the 'complete' builtin
2006-01-31 02:51:50 +10:00
fish.spec.in
Add manual page for fish_pager command
2006-01-25 04:07:29 +10:00
fish_pager.c
Remove old unneeded code that makes fish_pager wait to become owner of the terminal
2006-02-03 19:33:14 +10:00
fish_tests.c
Spelling
2005-12-08 01:57:17 +10:00
fishd.c
Fixes to make fish work on Cygwin. Firstly a bunch of minor fixes fo the wcs* fallback functions, secondly MSG_DONTWAIT (a socket flag) is set to zero if it isn't already defined
2006-01-26 19:57:06 +10:00
function.c
Remove duplicate line counting code. Make the remaining implementation have a two element cache.
2006-02-05 23:10:35 +10:00
function.h
Add function stack trace to error output
2006-01-27 00:48:10 +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
highlight.c
Add support for calculating completions for arbitrary commands through the 'complete' builtin
2006-01-31 02:51:50 +10:00
highlight.h
Add header guards to the header files.
2005-10-05 01:11:39 +10:00
history.c
Fix infinite loop in token search
2005-12-13 04:30:55 +10:00
history.h
Add header guards to the header files.
2005-10-05 01:11:39 +10:00
input.c
Fixes to api documentation, added .PHONY to makefile actions, made a few private functions static
2006-01-24 06:40:14 +10:00
input.h
Fixes to api documentation, added .PHONY to makefile actions, made a few private functions static
2006-01-24 06:40:14 +10:00
input_common.c
Add missing includes in input_common.c
2006-01-19 22:23:22 +10:00
input_common.h
Fixes to api documentation, added .PHONY to makefile actions, made a few private functions static
2006-01-24 06:40:14 +10:00
INSTALL
Minor edits to the INSTALL file
2006-02-04 23:14:12 +10:00
install-sh
Initial revision
2005-09-20 23:26:39 +10:00
intern.c
Tiny performance tweaks
2006-02-05 23:13:35 +10:00
intern.h
Huge API documentation cleanup
2005-10-25 01:26:25 +10:00
io.c
Check location of term.h header (updated)
2006-01-19 22:22:07 +10:00
io.h
Huge API documentation cleanup
2005-10-25 01:26:25 +10:00
key_reader.c
Set locale in key_reader correctly
2005-09-25 21:32:13 +10:00
kill.c
API cleanup
2005-10-07 20:36:51 +10:00
kill.h
Add header guards to the header files.
2005-10-05 01:11:39 +10:00
main.c
Improved error checking in main()
2006-02-03 10:38:55 +10:00
Makefile.in
Minor tweaks, including a few small performance improvements
2006-02-04 23:09:14 +10:00
mimedb.c
Fixes to api documentation, added .PHONY to makefile actions, made a few private functions static
2006-01-24 06:40:14 +10:00
mimedb.h
Add header guards to the header files.
2005-10-05 01:11:39 +10:00
output.c
Check location of term.h header (updated)
2006-01-19 22:22:07 +10:00
output.h
Initial imlementation of uname shellscript function
2005-10-17 23:24:12 +10:00
parse_util.c
Make sure line counting doesn't move past end of string
2006-02-06 23:47:57 +10:00
parse_util.h
Remove duplicate line counting code. Make the remaining implementation have a two element cache.
2006-02-05 23:10:35 +10:00
parser.c
Remove duplicate line counting code. Make the remaining implementation have a two element cache.
2006-02-05 23:10:35 +10:00
parser.h
Make stack traces print absolute filenames
2006-02-03 01:23:56 +10:00
proc.c
Minor tweaks, including a few small performance improvements
2006-02-04 23:09:14 +10:00
proc.h
Readd the terminal flag for jobs, as not all jobs under job control should be given the terminal.
2006-02-01 22:27:15 +10:00
reader.c
Tweaks to some source comments
2006-02-05 23:12:53 +10:00
reader.h
Make stack traces print absolute filenames
2006-02-03 01:23:56 +10:00
README
Initial revision
2005-09-20 23:26:39 +10:00
sanity.c
Yet another batch of description tweaks, as well as the last major checkin of translations to swedish (updated patch)
2006-01-12 00:17:35 +10:00
sanity.h
Add header guards to the header files.
2005-10-05 01:11:39 +10:00
seq.in
Minor tweaks, including a few small performance improvements
2006-02-04 23:09:14 +10:00
set_color.c
Minor optimization - only set locale if we actually want to output something in set_color
2006-02-04 21:42:56 +10:00
signal.c
Tweaks to some source comments
2006-02-05 23:12:53 +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
Improve the status builtin
2006-01-31 05:53:10 +10:00
tokenizer.h
Make sure tokenizer never changes input string
2005-12-10 10:33:35 +10:00
translate.c
Minor tweaks, including a few small performance improvements
2006-02-04 23:09:14 +10:00
translate.h
Fixes to api documentation, added .PHONY to makefile actions, made a few private functions static
2006-01-24 06:40:14 +10:00
user_doc.head.html
Updated some obsolete documentation sections, and added some general polish
2005-12-04 12:27:40 +10:00
util.c
Tiny performance tweaks
2006-02-05 23:13:35 +10:00
util.h
Tweaks to some source comments
2006-02-05 23:12:53 +10:00
wgetopt.c
Add translation support to wgetopt library
2006-01-28 12:17:40 +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
the 'unknown' filetype description shouldn't be tranlated, since it is never used
2006-01-24 01:49:23 +10:00
wildcard.h
Spelling
2005-12-08 01:57:17 +10:00
wutil.c
Make string conversion in wutil.c handle special 'broken encoding' sequences
2006-02-03 10:40:28 +10:00
wutil.h
Make sure interactive mode is of when firing events
2006-02-06 23:45:32 +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