doc_src
Spelling fixes - Thanks Netocrat!
2006-05-20 00:04:25 +10:00
etc
Cleanup after patch conflict
2006-03-14 10:22:16 +10:00
po
Swedish translation checkin
2006-04-02 21:16:59 +10:00
share
Add missing N_.fish file to repo
2006-05-26 22:09:06 +10:00
tests
Fix broken regression test (irony?)
2005-10-02 23:44:06 +10:00
builtin.c
Move jobs builtin to its own file
2006-05-26 21:38:11 +10:00
builtin.h
Move jobs builtin to its own file
2006-05-26 21:38:11 +10:00
builtin_commandline.c
If a help page for a builtin is showed in response to an error, make sure it fits on screen, or only print the synopsis - this patch also contains a huge number of tweaks to where and when the help pages are printed
2006-05-26 21:24:02 +10:00
builtin_complete.c
If a help page for a builtin is showed in response to an error, make sure it fits on screen, or only print the synopsis - this patch also contains a huge number of tweaks to where and when the help pages are printed
2006-05-26 21:24:02 +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_jobs.c
Move jobs builtin to its own file
2006-05-26 21:38:11 +10:00
builtin_set.c
If a help page for a builtin is showed in response to an error, make sure it fits on screen, or only print the synopsis - this patch also contains a huge number of tweaks to where and when the help pages are printed
2006-05-26 21:24:02 +10:00
builtin_ulimit.c
If a help page for a builtin is showed in response to an error, make sure it fits on screen, or only print the synopsis - this patch also contains a huge number of tweaks to where and when the help pages are printed
2006-05-26 21:24:02 +10:00
common.c
Minor edits
2006-05-15 02:39:36 +10:00
common.h
Fix broken method for sorting output of builtin commands 'functions', 'set' and others
2006-05-14 19:47:21 +10:00
complete.c
If a help page for a builtin is showed in response to an error, make sure it fits on screen, or only print the synopsis - this patch also contains a huge number of tweaks to where and when the help pages are printed
2006-05-26 21:24:02 +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
Simplify code for detecting which macros are defined in sys/resource.h, no configure-time tests are needed
2006-05-20 01:14:43 +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 cleanup
2006-04-19 22:43:15 +10:00
env.h
Add warning when trying to change read-only variable
2006-04-11 01:36:26 +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
Minor cleanup
2006-05-18 23:00:39 +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
Minor cleanup
2006-05-18 23:00:39 +10:00
exec.h
Minor cleanup
2006-05-18 23:00:39 +10:00
expand.c
Add validator check to make sure the second argument to 'for' is 'in'
2006-05-22 08:16:04 +10:00
expand.h
Add validator check to make sure the second argument to 'for' is 'in'
2006-05-22 08:16:04 +10:00
fallback.c
Add fallback del_curterm which does nothing, used in preference to BSD curses del_curterm, which seems to do a double-free
2006-05-11 21:58:46 +10:00
fallback.h
Define WCHAR_MAX to INT_MAX, not 0x7fffffff if undefined, as per suggestion from Netocrat
2006-05-19 19:59:48 +10:00
fish.spec.in
Change rpm .spec file so it will work both on systems that install X headers in /usr/include and /usr/X11R6/include
2006-03-30 07:33:30 +10:00
fish_pager.c
Properly exit ca_mode terminal mode on exit
2006-05-26 22:03:31 +10:00
fish_tests.c
Fix test suite
2006-05-20 00:10:23 +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
Minor edits
2006-05-15 02:39:36 +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
Fix warnings from ICC
2006-03-29 10:14:50 +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
Earlier history in non-interactive mode bugfix contained a new bug causing fish to crash if read is not used in non-interactive mode
2006-04-20 09:42:11 +10:00
history.h
Lazily load history file
2006-02-07 01:08:10 +10:00
input.c
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
input.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
input_common.c
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
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
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
Fix bug that caused block level io redirection to break on while loops
2006-05-15 08:29:05 +10:00
io.h
Fix bug that caused block level io redirection to break on while loops
2006-05-15 08:29:05 +10:00
key_reader.c
Minor edits of function descriptions, includes, etc.
2006-05-03 02:29:50 +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
Minor cleanup
2006-05-18 23:00:39 +10:00
Makefile.in
Move jobs builtin to its own file
2006-05-26 21:38:11 +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
Minor code polish for the validation code
2006-05-26 21:25:25 +10:00
parser.h
Major update to the ahead-of-time syntax checker
2006-05-22 05:25:24 +10:00
proc.c
Make job id numbering start from 1, not 0
2006-04-28 23:21:37 +10:00
proc.h
Minor edits of function descriptions, includes, etc.
2006-05-03 02:29:50 +10:00
reader.c
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
reader.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
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
The fallback seq implementation was missing in the darcs repo, add it and fix a bug in it
2006-05-26 21:47:22 +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
Remove superflous event_signal_listen function, replace all calls to it with event_get
2006-05-15 08:27:58 +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
Add a few NULL checks to the codebase to avoid crashes on minor bugs
2006-05-10 21:54:31 +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 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
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
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 warnings from ICC
2006-03-29 10:14:50 +10:00
wildcard.h
Minor edits, additional comments, etc.
2006-02-19 11:54:38 +10:00
wutil.c
Remoce C99:ism (Non-constant expression as array size)
2006-05-13 01:44: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