index
:
fish-shell
master
user-friendly command line shell
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
path.h
Commit message (
Expand
)
Author
Age
*
Rely on $PWD instead of getcwd() more often
ridiculousfish
2013-04-27
*
Apply new indentation, brace, and whitespace style
ridiculousfish
2012-11-18
*
Remove trailing whitespaces and change tabs to spaces
Ćukasz Niemier
2012-11-18
*
Lots of miscellaneous cleanup. Unified the path_get_cd_path, path_allocate_cd...
ridiculousfish
2012-07-20
*
Renamed env_vars to env_vars_snapshot_t
ridiculousfish
2012-07-20
*
Switch to more uses of wcstokenizer from wcstok()
ridiculousfish
2012-07-20
*
Restore implicit cd for paths starting with ., .., or ~
ridiculousfish
2012-06-02
*
Lots of modernization changed
ridiculousfish
2012-05-09
*
Factor is_potential_path to properly handle CDPATH
ridiculousfish
2012-05-07
*
Fix to prevent autosuggesting cd'ing to the current working directory
ridiculousfish
2012-02-18
*
Changes to make autosuggestion even smarter by specially recognizing the cd c...
ridiculousfish
2012-02-18
*
Final removal of halloc. It's like Christmas Morning.
ridiculousfish
2012-02-09
*
Some hopefully good changes to get IOs off of halloc
ridiculousfish
2012-02-09
*
Got rid of multiple cd paths, only current directory will be searched while c...
Siteshwar Vashisht
2012-02-09
*
Excised some more halloc
ridiculousfish
2012-02-07
*
Excised some halloc
ridiculousfish
2012-02-07
*
Work on new history implementation
ridiculousfish
2012-02-05
*
Change parser_t::parse_job's args array to be a local, rather than just leak ...
ridiculousfish
2012-01-31
*
Excised some more halloc
ridiculousfish
2012-01-29
*
Some changes to migrate towards C++ and a multithreaded model
ridiculousfish
2011-12-26
*
remove trailing spaces
Grissiom
2010-09-18
*
Add lots of new code comments.
liljencrantz
2008-01-14
*
Further improve accuracy of cd builtins error messages. Now correctly reports...
liljencrantz
2007-09-21
*
Make sure that the PWD and HOME variables are always in canonical form
axel
2007-05-11
*
First stab at directory transition. Test with care...
axel
2006-10-19