aboutsummaryrefslogtreecommitdiff
path: root/src/os_unixx.h
Commit message (Collapse)AuthorAge
* inline the rest of os_unixx.h into os_unix.cStefan Hoffmann2014-04-22
|
* cleanup os_unixx.hStefan Hoffmann2014-04-22
|
* Remove modelinesMarco Hinz2014-04-16
| | | | | Removed modelines are better than modelines that differ from file to file.
* Moved mch_get_host_name and renamed it to os_get_hostanmeStefan Hoffmann2014-04-05
|
* remove HAVE_STRING_Honi-link2014-04-02
|
* Remove USE_SYSTEM and code only run under USE_SYSTEMSimen Endsjø2014-03-05
|
* Import vim from changeset v5628:c9cad40b4181Thiago de Arruda2014-01-31
- Cleanup source tree, leaving only files necessary for compilation/testing - Process files through unifdef to remove tons of FEAT_* macros - Process files through uncrustify to normalize source code formatting. - Port the build system to cmake