doc_src
Minor documentation, indentation tweaks
2006-11-30 00:21:02 +10:00
etc
First stab at directory transition. Test with care...
2006-10-19 21:50:23 +10:00
po
Update english transliteration
2006-08-28 23:01:47 +10:00
share
Add ant target completions, written by Nate Drake
2006-12-06 09:52:52 +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
Update documentation display code to run roff on the client system instead of pregenerating documentation and compiling it into program binaries
2006-11-18 02:24:38 +10:00
builtin.h
Update documentation display code to run roff on the client system instead of pregenerating documentation and compiling it into program binaries
2006-11-18 02:24:38 +10:00
builtin_commandline.c
Allow more than one argument to the commandline builtin. The arguments will be joined together using newlines
2006-10-10 00:16:08 +10:00
builtin_complete.c
Add autoindentation support
2006-10-07 10:56:25 +10:00
builtin_jobs.c
Use bitset to implement flags for jobs instead of wasting a whole int for every flag
2006-10-26 06:47:59 +10:00
builtin_set.c
Minor edits, remove unneeded code, add a few commants, correct spelling, tweak the todo list, etc.
2006-10-26 20:22:53 +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
Add a bugreport function for writing out a message about how to file bug reports
2006-11-18 00:58:25 +10:00
common.h
Add a bugreport function for writing out a message about how to file bug reports
2006-11-18 00:58:25 +10:00
complete.c
Minor documentation, indentation tweaks
2006-11-30 00:21:02 +10:00
complete.h
Minor documentation, indentation tweaks
2006-11-30 00:21:02 +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
Fix bed indentation in a few places
2006-11-30 23:24:31 +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
create_wajig_completions.py
Add the file that generated the wajig completions to the tree. This should not be installed but it should be included with the tarball. The file was written by Reuben Thomas.
2006-11-04 00:26:45 +10:00
Doxyfile
Initial revision
2005-09-20 23:26:39 +10:00
Doxyfile.help.in
Fix missing man-page generation when building from darcs tree. Also simplifys doc generation a small bit.
2006-11-20 23:53:36 +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
Make sure that non-exporeted variables can shadow exported ones. This problem was reported by David Bitseff.
2006-11-26 23:09:43 +10:00
env.h
Minor edits, remove unneeded code, add a few commants, correct spelling, tweak the todo list, etc.
2006-10-26 20:22:53 +10:00
env_universal.c
Make fish store universal variables locally if fishd can't be started - local changes are lost of the fishd connection is restored
2006-11-15 22:34:47 +10:00
env_universal.h
Minor comment edits and removal of a warning
2006-11-19 07:24:59 +10:00
env_universal_common.c
Make fish store universal variables locally if fishd can't be started - local changes are lost of the fishd connection is restored
2006-11-15 22:34:47 +10:00
env_universal_common.h
Make fish store universal variables locally if fishd can't be started - local changes are lost of the fishd connection is restored
2006-11-15 22:34:47 +10:00
event.c
Make sure fish has the currect exit status
2006-11-02 23:48:59 +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
Update documentation display code to run roff on the client system instead of pregenerating documentation and compiling it into program binaries
2006-11-18 02:24:38 +10:00
exec.h
Add compiler warnings for some common incorrect usage of functions, such as forgetting to cast null pointers to variadic functions
2006-10-20 01:19:47 +10:00
expand.c
Make failed process expansions expand to zero arguments, not to the original string
2006-10-20 01:41:27 +10:00
expand.h
Add compiler warnings for some common incorrect usage of functions, such as forgetting to cast null pointers to variadic functions
2006-10-20 01:19:47 +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
Minor code fixes
2006-10-20 01:39:50 +10:00
fish.spec.in
Update documentation display code to run roff on the client system instead of pregenerating documentation and compiling it into program binaries
2006-11-18 02:24:38 +10:00
fish_pager.c
A few more minor code tweaks to fish_pager, including added documentation and removing a few hardcoded constants.
2006-10-22 21:50:26 +10:00
fish_tests.c
Fix warning messages in fish_tests
2006-10-22 08:59:00 +10:00
fishd.c
Update documentation display code to run roff on the client system instead of pregenerating documentation and compiling it into program binaries
2006-11-18 02:24:38 +10:00
function.c
Use halloc to simplyfy allocations in function.c
2006-11-16 00:16:49 +10:00
function.h
Use halloc to simplyfy allocations in function.c
2006-11-16 00:16:49 +10:00
halloc.c
Be a bit more careful with memory alignemnt in halloc
2006-09-30 22:19:17 +10:00
halloc.h
Minor edits, remove unneeded code, add a few commants, correct spelling, tweak the todo list, etc.
2006-10-26 20:22:53 +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
Do not highlight parameters beginning with a '-' as switches if the '--' parameter has been given
2006-12-04 22:07:07 +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
Minor cleanups, mostly of code comments
2006-11-11 20:54:52 +10:00
history.h
Rewritten history implementation - uses mmap to save lots of memory and also allows incremental saving. The history is autosaved every five minutes and every five added entries
2006-10-21 08:36:49 +10:00
input.c
Make keyboard shortcuts that execute a shellscript function (^D, for example) a lot quicker. This is done by not changing the titlebar message or reexecuting the prompt. A full repaint is still performed though. This patch also changes the behaviour of the 'null' virtual keypress - it no longer reexecutes the prompt, it only causes a repaint.
2006-12-02 02:30:09 +10:00
input.h
Fix beginning/end-of-line input function, add beginning/end-of-buffer functions
2006-11-01 08:01:49 +10:00
input_common.c
After processing a signal/event while waiting for commandline input, check the lookahead buffer for inserted characters
2006-11-19 07:15:31 +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
Add mention of uninstalling old fish versions to the INSTALL file. Thanks to Jason Grossman for the suggestion
2006-11-04 00:12:54 +10:00
install-sh
Initial revision
2005-09-20 23:26:39 +10:00
intern.c
Minor cleanups, mostly of code comments
2006-11-11 20:54:52 +10:00
intern.h
Huge API documentation cleanup
2005-10-25 01:26:25 +10:00
io.c
Fix file descriptor leakage from completion pager
2006-11-12 22:16:13 +10:00
io.h
Fix file descriptor leakage from completion pager
2006-11-12 22:16:13 +10:00
key_reader.c
Minor edits of function descriptions, includes, etc.
2006-05-03 02:29:50 +10:00
kill.c
Fix a number of bugs found using the warnings generated by earlier patch
2006-10-20 01:36:03 +10:00
kill.h
Fix the kill-line, backward-kill-line and kill-whole-line commands to work correctly with multiline editing
2006-10-12 23:27:32 +10:00
main.c
Minor code simplification in main.c
2006-11-11 21:06:50 +10:00
Makefile.in
Makefile tweakage - make sure build messages suggest using correct make version
2006-11-30 00:20:04 +10:00
mimedb.c
Add --without-gettext switch to optionally disable gettext support
2006-11-30 00:18:22 +10:00
mimedb.h
Add header guards to the header files.
2005-10-05 01:11:39 +10:00
output.c
First cleanup of multiline patch - add support for commands longer than one line and do minor cleanups, including removal of a few unused functions
2006-10-02 06:54:23 +10:00
output.h
First cleanup of multiline patch - add support for commands longer than one line and do minor cleanups, including removal of a few unused functions
2006-10-02 06:54:23 +10:00
parse_util.c
Update documentation display code to run roff on the client system instead of pregenerating documentation and compiling it into program binaries
2006-11-18 02:24:38 +10:00
parse_util.h
Make the callback for the file autoloader optional, and clarify its use
2006-10-19 21:46:32 +10:00
parser.c
Minor comment edits and removal of a warning
2006-11-19 07:24:59 +10:00
parser.h
Fix the code for ignoring infinite recursion
2006-11-02 23:45:37 +10:00
path.c
First stab at directory transition. Test with care...
2006-10-19 21:50:23 +10:00
path.h
First stab at directory transition. Test with care...
2006-10-19 21:50:23 +10:00
print_help.c
Update documentation display code to run roff on the client system instead of pregenerating documentation and compiling it into program binaries
2006-11-18 02:24:38 +10:00
print_help.h
Update documentation display code to run roff on the client system instead of pregenerating documentation and compiling it into program binaries
2006-11-18 02:24:38 +10:00
proc.c
Minor code edit - move a bit of code into its own function
2006-11-20 23:12:24 +10:00
proc.h
Minor code edit - move a bit of code into its own function
2006-11-20 23:12:24 +10:00
reader.c
Flash commandline each time completion fails, not just the first one
2006-12-01 09:58:52 +10:00
reader.h
Minor cleanups and improved error checking in reader code
2006-10-26 06:36:08 +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
screen.c
Add missing include in screen.c
2006-11-18 00:59:25 +10:00
screen.h
Make the screen repainting code slightly more robust by keeping track of whether clr_eol may be needed to clear 'debris' from e.g. resizes
2006-10-09 23:26:42 +10:00
seq.in
Fix typo in seq.in
2006-08-10 08:52:30 +10:00
set_color.c
Add --without-gettext switch to optionally disable gettext support
2006-11-30 00:18:22 +10:00
signal.c
Make fish send a HUP signal to jobs when the terminal tells it to exit.
2006-11-11 20:48:40 +10:00
signal.h
Make sure signals aren't blocked while autoloading, also add a few consistency checks to see that signals aren't blocked in critical places
2006-10-30 07:09:11 +10:00
tokenizer.c
Tweak error messages in tokenizer a bit
2006-11-18 00:59:05 +10:00
tokenizer.h
Add autoindentation support
2006-10-07 10:56:25 +10:00
user_doc.head.html
Documentation updates
2006-11-11 20:52:08 +10:00
util.c
Make al_pop return null on empty lists instead of crashing
2006-10-26 06:34:33 +10:00
util.h
Add compiler warnings for some common incorrect usage of functions, such as forgetting to cast null pointers to variadic functions
2006-10-20 01:19:47 +10:00
wgetopt.c
Add --without-gettext switch to optionally disable gettext support
2006-11-30 00:18:22 +10:00
wgetopt.h
Apdate address of fish homepage
2006-10-10 01:20:07 +10:00
wildcard.c
Fix bug where tab completions for implicit 'cd' would ignore symbolic links to directories
2006-11-23 20:40:23 +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
Decrease number of gettext messages that are buffered to save memory
2006-10-21 08:34:40 +10:00
wutil.h
Add wrename wrapper around rename function
2006-10-21 08:33:47 +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