aboutsummaryrefslogtreecommitdiffhomepage
path: root/osx
Commit message (Collapse)AuthorAge
* Lossless recompress of images with pngcrush+zopfliGravatar Aaron Gyes2016-06-18
| | | | And tweak RTF.
* Merge branch 'Integration_2.3.0'Gravatar David Adam2016-05-20
|\
| * Bump version for VERSIONGravatar David Adam2016-05-20
| |
| * osx/config.h: update to match current configure outputGravatar David Adam2016-05-20
| |
* | Merge branch 'Integration_2.3.0'Gravatar David Adam2016-05-06
|\| | | | | | | (Bump version numbers to reflect post-2.3b2)
| * bump version for 2.3b2Gravatar David Adam2016-05-05
| |
* | Remove use of __environGravatar ridiculousfish2016-04-30
| | | | | | | | It has apparently never worked. Fixes #2988
| * Bump version for 2.3b1Gravatar David Adam2016-04-19
|/
* Update Xcode build for new pcre2 versionGravatar David Adam2016-04-19
|
* Update osx/config.h for removed ifdefsGravatar David Adam2016-04-07
|
* Update osx/config.h for new ifdefsGravatar ridiculousfish2015-12-18
|
* configure/docs: update sf.net to sourceforge.netGravatar David Adam2015-12-15
| | | | | | Closes fish-shell/fish-site#29 [ci skip]
* Move OS X pcre2.h into a new directory shared_headersGravatar ridiculousfish2015-09-26
| | | | | | Allows fish and pcre2 project to both find the header, without their respective config.h files interfering with each other.
* Add osx/pcre2/config.h which I forgot to check in tooGravatar ridiculousfish2015-09-26
| | | | Really fixes the Xcode build
* Add osx/pcre2.h which I forgot to check inGravatar ridiculousfish2015-09-26
| | | | Fixes the Xcode build
* Upgrade Xcode build to Xcode 7Gravatar ridiculousfish2015-09-24
|
* Integrate pcre2 into Xcode buildGravatar ridiculousfish2015-09-21
|
* Use newer syntax for autorelease poolGravatar Nicholas Maccharoli2015-07-19
|
* Merge branch 'Integration_2.2.0'Gravatar David Adam2015-07-12
|\
| * Bump version for 2.2.0Gravatar David Adam2015-06-28
| |
* | Merge branch 'Integration_2.2.0'Gravatar David Adam2015-05-21
|\|
| * bump version for 2.21bGravatar David Adam2015-05-05
|/
* Merge branch 'Integration_2.1.2'Gravatar David Adam2015-03-11
|\
| * Bump OS X version from 2.1.1 to 2.1.2Gravatar ridiculousfish2015-02-16
| |
* | osx/config.h: add some missed definesGravatar David Adam2014-12-21
| |
* | Solaris build fixes: use _sys_errs if availableGravatar David Adam2014-12-21
| |
* | use configure to detect dirent.d_typeGravatar David Adam2014-12-21
| |
* | Update osx/config.h with new configure headersGravatar David Adam2014-12-21
| |
* | Solaris build fixes: pick the right curses more of the timeGravatar David Adam2014-12-21
| |
| * Bump osx/config.h version number to 2.1.1Gravatar ridiculousfish2014-09-07
| |
* | Remove getpeerid/getpeerucred and fallbacksGravatar David Adam2014-08-03
| |
| * Revert "Check effective credentials of socket peers"Gravatar David Adam2014-07-31
| | | | | | | | | | | | | | This reverts commit 8412c867a501e3a68e55fef6215e86d3ac9f617b. Just checking the credentials of the peer turns out to be insufficient. See https://github.com/fish-shell/fish-shell/issues/1436.
* | Check effective credentials of socket peersGravatar David Adam2014-04-28
| | | | | | | | | | | | | | | | | | Fix for CVE-2014-2905. Code for getpeereid() on non-BSD systems imported from the PostgreSQL project under a BSD-style license. Closes #1436
| * Check effective credentials of socket peersGravatar David Adam2014-04-27
| | | | | | | | | | | | | | Fix for CVE-2014-2905. Code for getpeereid() on non-BSD systems imported from the PostgreSQL project under a BSD-style license.
* | Space and time optimizations for parse_node_t. Reduced size from 48Gravatar ridiculousfish2014-03-25
|/ | | | bytes to 20 bytes.
* Bump version to 2.1.0Gravatar ridiculousfish2013-10-05
|
* Fix fish.app for directories with spaces. Fixes #774Gravatar ridiculousfish2013-09-29
|
* Move FISH_BUILD_VERSION from osx/config.h to the pbxproj so that we can ↵Gravatar ridiculousfish2013-08-17
| | | | build with the generated config.h
* osx/config.h: define the FISH_BUILD_VERSION symbolGravatar David Adam (zanchey)2013-08-11
|
* Update osx/config.h for configure.ac changesGravatar ridiculousfish2013-06-01
|
* Fix for AppleScript error in fish.appGravatar ridiculousfish2013-05-17
|
* Added missing osx/install.sh for building fish.appGravatar ridiculousfish2013-05-16
|
* Correct sizes of certain fish.app iconsGravatar ridiculousfish2013-05-05
|
* Add an icon to fish.appGravatar ridiculousfish2013-02-05
|
* Make fishd base its variable files on the MAC address instead of hostnameGravatar ridiculousfish2013-01-08
| | | | Fixes https://github.com/fish-shell/fish-shell/issues/183
* Clean up fish.app target to build correctly. Still won't run from Xcode, but ↵Gravatar ridiculousfish2012-08-21
| | | | will run from Finder
* Adopt posix_spawn (!)Gravatar ridiculousfish2012-08-15
| | | | | Rewrite IO chains to be a vector of pointers, instead of a linked list Removed io_transmogrify
* Additional warnings cleanup, effective C++ violations, dead code removalGravatar ridiculousfish2012-08-05
|
* Simplified native OS X build systemGravatar ridiculousfish2012-07-08
|
* 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