aboutsummaryrefslogtreecommitdiffhomepage
path: root/fallback.cpp
Commit message (Collapse)AuthorAge
* use configure to define NOMACROSGravatar David Adam2014-12-21
| | | | (added in 9ec808a4c)
* Solaris build fixes: pick the right curses more of the timeGravatar David Adam2014-12-21
|
* Remove getpeerid/getpeerucred and fallbacksGravatar David Adam2014-08-03
|
* Silence other fallbacksGravatar Konrad Borowski2014-05-25
| | | This removes Clang warnings
* 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
* Attempt to silence some warningsGravatar ridiculousfish2014-04-27
|
* Fix formattingGravatar ridiculousfish2013-10-26
|
* Remove useless duplicate comparisons.Gravatar Konrad Borowski2013-10-17
|
* Fix for buffer overflows identified by libgmallocGravatar ridiculousfish2013-10-16
|
* Fix for failing to weak link wcsncasecmp - binary dies on SnowLeopardGravatar ridiculousfish2013-05-16
|
* Fixed compilation by adding missing header libintl.hGravatar Siteshwar Vashisht2013-04-17
|
* Hack up dcgettext to try to fix CentOS buildGravatar ridiculousfish2013-04-08
| | | | https://github.com/fish-shell/fish-shell/issues/645
* Hack up gettext to try to fix CentOS buildGravatar ridiculousfish2013-04-08
| | | | https://github.com/fish-shell/fish-shell/issues/645
* Kill termio.h and sys/termios.hGravatar David Adam (zanchey)2013-03-05
| | | | | | | | | | | On FreeBSD, compilation complains that "this file includes <sys/termios.h> which is deprecated, use <termios.h> instead". On Linux and FreeBSD, <sys/termios.h> literally just pulls in <termios.h>. On OS X and Solaris, <termios.h> pulls in <sys/termios.h>. <termio.h> doesn't exist on FreeBSD or Mac OS X, and on Linux is marked as deprecated and just includes <termios.h>. It does exist on Solaris, but no `struct termio` is ever actually used in the codebase.
* Removal of more lingering wcs2str()Gravatar ridiculousfish2012-12-24
|
* Fix indentation of switch statementsGravatar ridiculousfish2012-11-19
|
* Apply new indentation, brace, and whitespace styleGravatar ridiculousfish2012-11-18
|
* Remove trailing whitespaces and change tabs to spacesGravatar Ɓukasz Niemier2012-11-18
|
* Additional warnings cleanup, effective C++ violations, dead code removalGravatar ridiculousfish2012-08-05
|
* Warning cleanupGravatar ridiculousfish2012-08-04
|
* Use weak linking of wcsdup and wcscasecmp on OS XGravatar ridiculousfish2012-07-20
| | | | Fixes https://github.com/fish-shell/fish-shell/issues/240
* Set of changes to improve Unicode support with respect to combining characters.Gravatar ridiculousfish2012-07-15
| | | | Should address https://github.com/fish-shell/fish-shell/issues/155
* Fixes Solaris kludge https://github.com/fish-shell/fish-shell/issues/76Gravatar ridiculousfish2012-07-08
|
* Some changes to migrate towards C++ and a multithreaded modelGravatar ridiculousfish2011-12-26
|
* Initial C++ conversionGravatar ridiculousfish2011-12-26