aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
Commit message (Expand)AuthorAge
...
* Rejigger test suiteGravatar Kevin Ballard2014-09-23
* Implement new `read --null` flagGravatar Kevin Ballard2014-09-21
* Makefile/configure: detect and use sed from configureGravatar David Adam2014-09-18
* Merge pull request #1662 from MarkGriffiths/documentation-updateGravatar Konrad Borowski2014-09-12
|\
* | Cleanup fish tests a bitGravatar Kevin Ballard2014-09-07
| * Makefile changesGravatar Mark Griffiths2014-09-08
| * Portable Makefile fixGravatar Mark Griffiths2014-09-04
| * Fix comment collision in lexiconGravatar Mark Griffiths2014-09-04
| * Rebase documentation changesGravatar Mark Griffiths2014-09-03
| * Various additions and fixesGravatar Mark Griffiths2014-09-03
| * Consistency fixesGravatar Mark Griffiths2014-09-03
| * Tutorial auto colouring, Man page and Make fixesGravatar Mark Griffiths2014-09-03
| * Add lexicon filter to manpages.Gravatar Mark Griffiths2014-09-03
| * Merged in latest changes to docs and formatting tweaksGravatar Mark Griffiths2014-09-03
| * Simplify stylingGravatar Mark Griffiths2014-09-03
| * Documentation updateGravatar Mark Griffiths2014-09-03
|/
* Fix `make test` to use local functionsGravatar Kevin Ballard2014-07-14
* Makefile: just build key_reader with the same objs as fishGravatar David Adam2014-07-14
* Remove env_universal.h and env_universal.cpp from projectGravatar ridiculousfish2014-06-18
* Remove fishd.cpp source, docs, and target from Makefile and XcodeGravatar ridiculousfish2014-06-05
* Fix Makefile.in for building key_readerGravatar mehultikekar2014-06-01
* Use precompiled parse files.Gravatar Konrad Borowski2014-05-02
* fishd requires fish_version.o.Gravatar Konrad Borowski2014-05-02
* Fix header name in fishd.cpp.Gravatar Konrad Borowski2014-05-02
* Shorten compilation timesGravatar Konrad Borowski2014-05-01
* configure/Makefile: remove unused $LIBS and $LDFLAGS complicationsGravatar David Adam2014-03-30
* Incorporate a modified UTF8 <-> wchar_t implementation from AlexeyGravatar ridiculousfish2014-03-22
* Remove old fish_pager source and implementationGravatar ridiculousfish2014-03-15
* Makefile: assume UTF-8 in our codebase for translation generationGravatar David Adam2014-03-13
* Makefile: separate messages.pot error linesGravatar David Adam2014-03-13
* Run 'make depend' to update header dependenciesGravatar ridiculousfish2014-01-24
* Further work on keyboard navigating the completion listGravatar ridiculousfish2014-01-18
* configure/Makefile: remove unused variables and unneeded declarationsGravatar David Adam2014-01-15
* Makefile/tests: use return values to communicate errorsGravatar David Adam2014-01-15
* Merge branch 'master' into astGravatar ridiculousfish2014-01-08
|\
| * Updated makefile to install javascript files and partialsGravatar Siteshwar Vashisht2014-01-04
* | Facilities for turning on new AST-based parser.Gravatar ridiculousfish2013-12-26
* | Merge branch 'master' into astGravatar ridiculousfish2013-12-20
|\|
| * Update Free Software Foundation address.Gravatar Konrad Borowski2013-12-13
* | Merge branch 'master' into astGravatar ridiculousfish2013-12-07
|\ \
| | * Makefile.in: remove cruftGravatar David Adam2013-12-01
| |/
| * add correct version number to manpage outputGravatar David Adam2013-12-01
| * autoconf build: clean up Makefile, remove fish.specGravatar David Adam2013-12-01
* | Merge branch 'master' into astGravatar ridiculousfish2013-11-24
|\|
| * configure/Makefile: respect $LIBS, remove some egregarious liesGravatar David Adam2013-11-09
* | Merge branch 'master' into astGravatar ridiculousfish2013-11-06
|\|
| * Link with $CXXFLAGS; disable GCC-specific autoconf check (squash fixes).Gravatar Geoff Nixon2013-10-29
| * use docdir from configure in setting __fish_help_dirGravatar David Adam2013-10-29
| * add completions for source and document the move away from '.'Gravatar David Adam2013-10-28
* | Remove parse_exec stuffGravatar ridiculousfish2013-10-08