aboutsummaryrefslogtreecommitdiffhomepage
path: root/internalize_scripts.py
Commit message (Collapse)AuthorAge
* Large set of changes related to making fish relocatable, and improving the ↵Gravatar ridiculousfish2012-07-08
| | | | | | | | | build and install story. - etc/config.fish and share/config.fish are now "universal" and no longer reference install paths or need to be touched by autotools. They've been removed from config.fish.in to config.fish. - fish now attempts to determine __fish_datadir and __fish_sysconfdir relative to the path of the fish executable itself (typically by walking up one directory). This means that you can copy the directory hierarchy around and things will still work. The compiled-in paths are used as a backup. - The fish Xcode project now can build fish natively, without needing autotools. - Version bumped to 2.0
* Python 3 compatibility fix in internalize_scripts.pyGravatar adisbladis2012-05-30
|
* Changes to make completions internalized scripts.Gravatar Peter Ammon2012-01-15
| | | | This about doubles the size of fish. These things are huge. We may not want to ship it like this.
* Changes related to supporting "intern scripts." These are scripts that used ↵Gravatar ridiculousfish2012-01-13
| | | | to be installed in /share/functions, but now are just compiled-in strings. This should reduce the amount of I/O done at launch time.
* More work towards supporting builtin scriptsGravatar ridiculousfish2012-01-03
|
* Added internalize_scripts.py in preparation for ending reliance on ↵Gravatar ridiculousfish2012-01-02
"standard" scripts in /usr/local/share