Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge pull request #868 from Fanael/ninja-mode.el-refactor | Nico Weber | 2014-12-04 | 1 | -22/+21 | |
|\ \ \ | ||||||
| * | | | Remove unneeded save-excursion. | Fanael Linithien | 2014-11-24 | 1 | -22/+21 | |
* | | | | Merge pull request #809 from andrey-malets/doc-for-first-output | Nico Weber | 2014-12-04 | 1 | -0/+6 | |
|\ \ \ \ | ||||||
| * | | | | Document target^ syntax. | Andrey Malets | 2014-09-06 | 1 | -0/+6 | |
* | | | | | Merge pull request #879 from nico/rev | Nico Weber | 2014-12-04 | 1 | -5/+4 | |
|\ \ \ \ \ | ||||||
| * | | | | | Revert #223, fixes #874. | Nico Weber | 2014-12-04 | 1 | -5/+4 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #878 from nico/py3 | Nico Weber | 2014-12-03 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Make configure.py work with Python. Fixes issue #877. | Nico Weber | 2014-12-03 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #873 from nico/full | Nico Weber | 2014-12-02 | 1 | -7/+4 | |
|\ \ \ \ \ | ||||||
| * | | | | | win: Use full console width for status messages. | Nico Weber | 2014-12-02 | 1 | -7/+4 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #872 from nico/vec | Nico Weber | 2014-12-02 | 1 | -8/+4 | |
|\ \ \ \ \ | ||||||
| * | | | | | win/lineprinter: Use a vector instead of manual memory management. | Nico Weber | 2014-12-02 | 1 | -8/+4 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #871 from nico/ctrls | Nico Weber | 2014-12-02 | 1 | -10/+5 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | win: Let the "Pause" key or Ctrl-S pause output. | Nico Weber | 2014-12-02 | 1 | -10/+5 | |
|/ / / / | ||||||
* | | | | mark this 1.5.3.git | Nico Weber | 2014-11-24 | 1 | -1/+1 | |
* | | | | Merge pull request #864 from Fanael/ninja-mode.el-refactor | Evan Martin | 2014-11-24 | 1 | -23/+52 | |
|\ \ \ \ | ||||||
| * | | | | Use lexical-binding. | Fanael Linithien | 2014-11-23 | 1 | -1/+1 | |
| * | | | | Add a Emacs 24 requirement. | Fanael Linithien | 2014-11-23 | 1 | -0/+2 | |
| * | | | | Correctly recognize a comment if the previous line is a comment ending in $. | Fanael Linithien | 2014-11-23 | 1 | -2/+9 | |
| * | | | | Avoid putting properties past the end of the buffer. | Fanael Linithien | 2014-11-23 | 1 | -1/+4 | |
| * | | | | Don't use dotted list syntax unless necessary. | Fanael Linithien | 2014-11-23 | 1 | -4/+4 | |
| * | | | | Remove unnecessary regexp group. | Fanael Linithien | 2014-11-23 | 1 | -2/+2 | |
| * | | | | Correctly recognize comments. | Fanael Linithien | 2014-11-23 | 1 | -0/+17 | |
| * | | | | Set up a proper syntax table for ninja-mode. | Fanael Linithien | 2014-11-23 | 1 | -5/+8 | |
| * | | | | Set comment-start buffer-locally, not globally. | Fanael Linithien | 2014-11-23 | 1 | -1/+1 | |
| * | | | | Use quasi-quoting instead of list+cons. | Fanael Linithien | 2014-11-23 | 1 | -15/+14 | |
| * | | | | Reindent ninja-mode.el using Emacs. | Fanael Linithien | 2014-11-23 | 1 | -16/+16 | |
| * | | | | Use double semicolon comments. | Fanael Linithien | 2014-11-23 | 1 | -2/+2 | |
| * | | | | Don't leave lone closing parens. | Fanael Linithien | 2014-11-23 | 1 | -4/+2 | |
|/ / / / | ||||||
* | | | | no subshell | Elan Ruusamäe | 2014-11-23 | 1 | -1/+1 | |
* | | | | Merge pull request #772 from drbo/syntax_bugfix | Evan Martin | 2014-11-23 | 1 | -0/+1 | |
|\ \ \ \ | ||||||
| * | | | | Removed tab and added . in variable name regexp | Demetri Obenour | 2014-06-01 | 1 | -1/+1 | |
| * | | | | Added highlighting in Emacs for ${...} variables | Demetri Obenour | 2014-06-01 | 1 | -0/+1 | |
* | | | | | Merge pull request #866 from nico/winfix | Nico Weber | 2014-11-22 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix Windows build after #862. Thanks to @harig for the report. | Nico Weber | 2014-11-22 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #862 from nico/browse | Nico Weber | 2014-11-22 | 1 | -4/+5 | |
|\ \ \ \ \ | ||||||
| * | | | | | Make browse detection consistent with other platform checks. | Nico Weber | 2014-11-21 | 1 | -4/+5 | |
* | | | | | | Merge pull request #863 from nico/nopthread | Nico Weber | 2014-11-22 | 1 | -4/+1 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Remove now-unused variable test_libs. | Nico Weber | 2014-11-22 | 1 | -2/+1 | |
| * | | | | | Stop linking pthread. | Nico Weber | 2014-11-22 | 1 | -2/+0 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #861 from nico/nosub | Nico Weber | 2014-11-21 | 1 | -1/+0 | |
|\ \ \ \ \ | ||||||
| * | | | | | Remove duplicate import. No behavior change. | Nico Weber | 2014-11-21 | 1 | -1/+0 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #859 from martine/platform-helper | Evan Martin | 2014-11-18 | 2 | -95/+76 | |
|\ \ \ \ \ | ||||||
| * | | | | | merge platform_helper into configure script | Evan Martin | 2014-11-18 | 2 | -95/+76 | |
|/ / / / / | ||||||
* | | | | | drop leftover references to bootstrap.py | Evan Martin | 2014-11-18 | 2 | -7/+4 | |
* | | | | | Merge pull request #858 from martine/travis-bootstrap | Evan Martin | 2014-11-18 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | switch travis to use new --bootstrap mode for building | Evan Martin | 2014-11-18 | 1 | -1/+1 | |
* | | | | | | Merge pull request #813 from cdlm/emacs-mode-require-newline | Evan Martin | 2014-11-18 | 1 | -2/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Emacs mode: inherit from prog-mode | Damien Pollet | 2014-09-16 | 1 | -2/+2 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge pull request #836 from nocnokneo/patch-1 | Evan Martin | 2014-11-18 | 1 | -2/+4 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | |