doc_src
Minor comment and documentation changes
2006-03-14 10:09:14 +10:00
etc
Cleanup after patch conflict
2006-03-14 10:22:16 +10:00
po
Swedish translation additions (incomplete)
2006-03-09 21:59:38 +10:00
share
Add support for the -n switch to skip execution of any commands
2006-03-18 11:04:59 +10:00
tests
Fix broken regression test (irony?)
2005-10-02 23:44:06 +10:00
builtin.c
Minor comment and documentation changes
2006-03-14 10:09:14 +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
Move all fallbacks for standard and not-so-standard unix functions to fallback.c, in order to have a one-stop place to look for such functions
2006-02-28 23:17:16 +10:00
builtin_complete.c
Move all fallbacks for standard and not-so-standard unix functions to fallback.c, in order to have a one-stop place to look for such functions
2006-02-28 23:17:16 +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
Move all fallbacks for standard and not-so-standard unix functions to fallback.c, in order to have a one-stop place to look for such functions
2006-02-28 23:17:16 +10:00
builtin_ulimit.c
Move all fallbacks for standard and not-so-standard unix functions to fallback.c, in order to have a one-stop place to look for such functions
2006-02-28 23:17:16 +10:00
common.c
Add support for \\ in quoted strings
2006-03-06 11:50:12 +10:00
common.h
Move typedef of tputs_arg_t from common.h to fallback.h
2006-03-14 10:08:01 +10:00
complete.c
Do gettext translation of descriptions just-in-time internally in fish
2006-03-02 02:53:47 +10:00
complete.h
Add missing #define, needed by new fish_pager code
2006-02-14 21:46:31 +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
Remove gcc-specific cflags from makefile. Add them in the configure file, but only if the compiler is gcc.
2006-03-26 02:18:48 +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
Change how a few pointer are supplied to functions, removes warnings about breaking aliasing rules
2006-03-26 21:23:39 +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
Move all fallbacks for standard and not-so-standard unix functions to fallback.c, in order to have a one-stop place to look for such functions
2006-02-28 23:17:16 +10:00
env_universal.h
Huge API documentation cleanup
2005-10-25 01:26:25 +10:00
env_universal_common.c
Move all fallbacks for standard and not-so-standard unix functions to fallback.c, in order to have a one-stop place to look for such functions
2006-02-28 23:17:16 +10:00
env_universal_common.h
Huge API documentation cleanup
2005-10-25 01:26:25 +10:00
event.c
Move all fallbacks for standard and not-so-standard unix functions to fallback.c, in order to have a one-stop place to look for such functions
2006-02-28 23:17:16 +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
Add support for the -n switch to skip execution of any commands
2006-03-18 11:04:59 +10:00
exec.h
Add i18n through gettext, as well as a Swedish translation
2006-01-04 22:51:02 +10:00
expand.c
Move all fallbacks for standard and not-so-standard unix functions to fallback.c, in order to have a one-stop place to look for such functions
2006-02-28 23:17:16 +10:00
expand.h
Another halloc:ification of fish. Halloc has been extended to allow registering function calls, this has allowed the creation of halloc-handled arraylists, stringbuffers, etc. More job parsing halloc-ification has reduced the error handling code to only a shadow of it's former self
2006-02-10 01:50:20 +10:00
fallback.c
Add missing includes in fallback.c
2006-03-02 21:30:29 +10:00
fallback.h
Third try on correct fallback headers - re-add the checks to only include prototypes for functions which are known to be missing, and also add any compiler directives which may help in adding additional prototypes in the system headers (separate patch)
2006-03-26 02:21:03 +10:00
fish.spec.in
Redo installation file structure, move lots of things to $PREFIX/share/fish
2006-02-17 20:13:39 +10:00
fish_pager.c
Move all fallbacks for standard and not-so-standard unix functions to fallback.c, in order to have a one-stop place to look for such functions
2006-02-28 23:17:16 +10:00
fish_tests.c
Move all fallbacks for standard and not-so-standard unix functions to fallback.c, in order to have a one-stop place to look for such functions
2006-02-28 23:17:16 +10:00
fishd.c
Move all fallbacks for standard and not-so-standard unix functions to fallback.c, in order to have a one-stop place to look for such functions
2006-02-28 23:17:16 +10:00
function.c
Change how a few pointer are supplied to functions, removes warnings about breaking aliasing rules
2006-03-26 21:23:39 +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
Move all fallbacks for standard and not-so-standard unix functions to fallback.c, in order to have a one-stop place to look for such functions
2006-02-28 23:17:16 +10:00
halloc.h
Minor edits, additional comments, etc.
2006-02-19 11:54:38 +10:00
halloc_util.c
Move all fallbacks for standard and not-so-standard unix functions to fallback.c, in order to have a one-stop place to look for such functions
2006-02-28 23:17:16 +10:00
halloc_util.h
Minor edits, additional comments, etc.
2006-02-19 11:54:38 +10:00
highlight.c
Move all fallbacks for standard and not-so-standard unix functions to fallback.c, in order to have a one-stop place to look for such functions
2006-02-28 23:17:16 +10:00
highlight.h
Add header guards to the header files.
2005-10-05 01:11:39 +10:00
history.c
Move all fallbacks for standard and not-so-standard unix functions to fallback.c, in order to have a one-stop place to look for such functions
2006-02-28 23:17:16 +10:00
history.h
Lazily load history file
2006-02-07 01:08:10 +10:00
input.c
Fix bug that causing terminal corruption if a job is put under job control before running in interactive mode. This is fixed by doing more inits at startup (but only slightly more)
2006-03-10 23:38:09 +10:00
input.h
Fix bug that causing terminal corruption if a job is put under job control before running in interactive mode. This is fixed by doing more inits at startup (but only slightly more)
2006-03-10 23:38:09 +10:00
input_common.c
Fix bug that causing terminal corruption if a job is put under job control before running in interactive mode. This is fixed by doing more inits at startup (but only slightly more)
2006-03-10 23:38:09 +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
Some compiler flag tweaks, and elaborated comments on compiler flags use
2006-03-06 07:23:30 +10:00
install-sh
Initial revision
2005-09-20 23:26:39 +10:00
intern.c
Move all fallbacks for standard and not-so-standard unix functions to fallback.c, in order to have a one-stop place to look for such functions
2006-02-28 23:17:16 +10:00
intern.h
Huge API documentation cleanup
2005-10-25 01:26:25 +10:00
io.c
Move all fallbacks for standard and not-so-standard unix functions to fallback.c, in order to have a one-stop place to look for such functions
2006-02-28 23:17:16 +10:00
io.h
First checkin of transition to using a new hierarchical memory allocator, some of the memory associated with a job is covered
2006-02-07 00:25:02 +10:00
key_reader.c
Adapt key_reader to changes in buildfiles
2006-03-10 23:43:17 +10:00
kill.c
Move all fallbacks for standard and not-so-standard unix functions to fallback.c, in order to have a one-stop place to look for such functions
2006-02-28 23:17:16 +10:00
kill.h
Add header guards to the header files.
2005-10-05 01:11:39 +10:00
main.c
Add support for the -n switch to skip execution of any commands
2006-03-18 11:04:59 +10:00
Makefile.in
Remove gcc-specific cflags from makefile. Add them in the configure file, but only if the compiler is gcc.
2006-03-26 02:18:48 +10:00
mimedb.c
Move all fallbacks for standard and not-so-standard unix functions to fallback.c, in order to have a one-stop place to look for such functions
2006-02-28 23:17:16 +10:00
mimedb.h
Add header guards to the header files.
2005-10-05 01:11:39 +10:00
output.c
Move all fallbacks for standard and not-so-standard unix functions to fallback.c, in order to have a one-stop place to look for such functions
2006-02-28 23:17:16 +10:00
output.h
API documentation, code style cleanup, etc.
2006-02-20 23:11:46 +10:00
parse_util.c
Move all fallbacks for standard and not-so-standard unix functions to fallback.c, in order to have a one-stop place to look for such functions
2006-02-28 23:17:16 +10:00
parse_util.h
Use variable name as index for tables when autoloading functions and completions in order to better handle changes on path variable values
2006-02-20 03:01:16 +10:00
parser.c
Add support for the -n switch to skip execution of any commands
2006-03-18 11:04:59 +10:00
parser.h
Fis function signature for a few functions in parser.c
2006-02-08 20:22:03 +10:00
proc.c
Add support for the -n switch to skip execution of any commands
2006-03-18 11:04:59 +10:00
proc.h
Add support for the -n switch to skip execution of any commands
2006-03-18 11:04:59 +10:00
reader.c
Move to end of current token on completion
2006-03-11 21:56:12 +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
Move all fallbacks for standard and not-so-standard unix functions to fallback.c, in order to have a one-stop place to look for such functions
2006-02-28 23:17:16 +10:00
sanity.h
Add header guards to the header files.
2005-10-05 01:11:39 +10:00
seq.in
Use env to work around path issues on the shebang line for the seq fallback implementation
2006-02-16 22:16:17 +10:00
set_color.c
Move all fallbacks for standard and not-so-standard unix functions to fallback.c, in order to have a one-stop place to look for such functions
2006-02-28 23:17:16 +10:00
signal.c
Move all fallbacks for standard and not-so-standard unix functions to fallback.c, in order to have a one-stop place to look for such functions
2006-02-28 23:17:16 +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
Move all fallbacks for standard and not-so-standard unix functions to fallback.c, in order to have a one-stop place to look for such functions
2006-02-28 23:17:16 +10:00
tokenizer.h
Make sure tokenizer never changes input string
2005-12-10 10:33:35 +10:00
translate.c
Move all fallbacks for standard and not-so-standard unix functions to fallback.c, in order to have a one-stop place to look for such functions
2006-02-28 23:17:16 +10:00
translate.h
Another halloc:ification of fish. Halloc has been extended to allow registering function calls, this has allowed the creation of halloc-handled arraylists, stringbuffers, etc. More job parsing halloc-ification has reduced the error handling code to only a shadow of it's former self
2006-02-10 01:50:20 +10:00
user_doc.head.html
Add an FAQ section to the documentation, and remove a few seactions of the manual containing introductory material on fish which was no longer accurate
2006-02-24 11:14:46 +10:00
util.c
Move all fallbacks for standard and not-so-standard unix functions to fallback.c, in order to have a one-stop place to look for such functions
2006-02-28 23:17:16 +10:00
util.h
Tweaks to some source comments
2006-02-05 23:12:53 +10:00
wgetopt.c
Add missing includes
2006-03-06 07:24:11 +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
Fix completion describtion bug causing filesizes below 1024 bytes to be reported as 0 bytes on big-endian systems
2006-03-22 10:17:12 +10:00
wildcard.h
Minor edits, additional comments, etc.
2006-02-19 11:54:38 +10:00
wutil.c
Do gettext translation of descriptions just-in-time internally in fish
2006-03-02 02:53:47 +10:00
wutil.h
Move all fallbacks for standard and not-so-standard unix functions to fallback.c, in order to have a one-stop place to look for such functions
2006-02-28 23:17:16 +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