summaryrefslogtreecommitdiff
path: root/src/os_unix.c
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0694: no native sound support on Mac OSv9.0.0694Yee Cheng Chin2022-10-081-0/+4
* patch 9.0.0655: passing modifier codes to a shell running in the GUIv9.0.0655Bram Moolenaar2022-10-041-1/+2
* patch 9.0.0653: BS and DEL do not work properly in an interacive shellv9.0.0653Bram Moolenaar2022-10-031-1/+1
* patch 9.0.0606: system() opens a terminal window when "!" is in 'guioptions'v9.0.0606Bram Moolenaar2022-09-271-1/+2
* patch 9.0.0376: clang warns for dead assignmentsv9.0.0376Yegappan Lakshmanan2022-09-041-4/+3
* patch 9.0.0287: Irix systems no longer existv9.0.0287Yegappan Lakshmanan2022-08-271-1/+1
* patch 9.0.0271: using INIT() in non-header filesv9.0.0271zeertzjq2022-08-261-1/+1
* patch 9.0.0206: redraw flags are not named specificallyv9.0.0206Bram Moolenaar2022-08-141-1/+1
* patch 9.0.0100: get hit-enter prompt for system() when '!' is in 'guioptions'v9.0.0100Bram Moolenaar2022-07-281-1/+4
* patch 8.2.5154: still mentioning version8, some cosmetic issuesv8.2.5154Bram Moolenaar2022-06-231-1/+2
* patch 8.2.5141: using "volatile int" in a signal handler might be wrongv8.2.5141Bram Moolenaar2022-06-201-15/+14
* patch 8.2.5137: cannot build without the +channel featurev8.2.5137Bram Moolenaar2022-06-201-0/+2
* patch 8.2.5129: timeout handling is not optimalv8.2.5129Bram Moolenaar2022-06-191-1/+0
* patch 8.2.5115: search timeout is overrun with some patternsv8.2.5115Bram Moolenaar2022-06-171-4/+6
* patch 8.2.5113: timer becomes invalid after fork/exec, :gui gives errorsv8.2.5113Bram Moolenaar2022-06-161-1/+14
* patch 8.2.5067: timer_create is not available on every Mac systemv8.2.5067Bram Moolenaar2022-06-081-1/+1
* patch 8.2.5062: Coverity warns for dead codev8.2.5062Bram Moolenaar2022-06-061-1/+1
* patch 8.2.5061: C89 requires signal handlers to return voidv8.2.5061Bram Moolenaar2022-06-051-52/+41
* patch 8.2.5057: using gettimeofday() for timeout is very inefficientv8.2.5057Paul Ollis2022-06-051-0/+214
* patch 8.2.4928: various white space and cosmetic mistakesv8.2.4928Bram Moolenaar2022-05-091-5/+5
* patch 8.2.4911: the mode #defines are not clearly namedv8.2.4911Bram Moolenaar2022-05-071-1/+1
* patch 8.2.4742: there is no way to start logging very early in startupv8.2.4742Bram Moolenaar2022-04-121-0/+3
* patch 8.2.4649: various formatting problemsv8.2.4649Bram Moolenaar2022-03-301-1/+1
* patch 8.2.4560: suspending with CTRL-Z does not work on DragonFlyBSDv8.2.4560ichizok2022-03-131-3/+3
* patch 8.2.4532: suspending with CTRL-Z does not work on OpenBSDv8.2.4532Stuart Henderson2022-03-091-2/+3
* patch 8.2.4480: suspending with CTRL-Z does not work on Androidv8.2.4480xtkoba2022-02-271-1/+3
* patch 8.2.4457: the GPM library can only be linked staticallyv8.2.4457Bram Moolenaar2022-02-231-1/+67
* patch 8.2.4316: __CYGWIN32__ is not defined on 64 bit systemsv8.2.4316K.Takata2022-02-071-1/+1
* patch 8.2.4294: MS-Windows: #ifdefs for Cygwin are too complicatedv8.2.4294K.Takata2022-02-041-8/+6
* patch 8.2.4273: the EBCDIC support is outdatedv8.2.4273Bram Moolenaar2022-01-311-153/+21
* patch 8.2.4241: some type casts are redundantv8.2.4241=?UTF-8?q?Dundar=20G=C3=B6c?=2022-01-281-4/+4
* patch 8.2.4201: when using the GUI CTRL-Z does not stop gvimv8.2.4201Bram Moolenaar2022-01-241-1/+8
* patch 8.2.4195: resizing terminal may cause to behave like CTRL-Zv8.2.4195dbivolaru2022-01-231-1/+3
* patch 8.2.3985: error messages are spread outv8.2.3985Bram Moolenaar2022-01-021-1/+1
* patch 8.2.3967: error messages are spread outv8.2.3967Bram Moolenaar2022-01-011-7/+7
* patch 8.2.3941: SIGTSTP is not handledv8.2.3941dbivolaru2021-12-291-3/+36
* patch 8.2.3914: various spelling mistakes in commentsv8.2.3914Dominique Pelle2021-12-271-1/+1
* patch 8.2.3770: new compiler warnings from clang-12 and clang-13v8.2.3770ichizok2021-12-091-1/+9
* patch 8.2.3760: not automatically handling gnome terminal mouse like xtermv8.2.3760Bram Moolenaar2021-12-081-0/+1
* patch 8.2.3750: error messages are everywherev8.2.3750Bram Moolenaar2021-12-051-2/+2
* patch 8.2.3699: the +title feature adds a lot of #ifdef but little codev8.2.3699Bram Moolenaar2021-11-291-21/+5
* patch 8.2.3623: "$*" is expanded to "nonomatch"v8.2.3623Christian Brabandt2021-11-191-4/+11
* patch 8.2.3544: Unix: may leak file descriptor using non-existing directoryv8.2.3544itchyny2021-10-201-1/+4
* patch 8.2.3502: cannot enter password in shell commandv8.2.3502Bram Moolenaar2021-10-131-0/+5
* patch 8.2.3468: problem with :cd when editing file in non-existent directoryv8.2.3468Bram Moolenaar2021-10-031-1/+9
* patch 8.2.3388: fnamemodify('path/..', ':p') differs from using 'path/../'v8.2.3388Bram Moolenaar2021-08-301-1/+7
* patch 8.2.3327: no check for sysconf() failingv8.2.3327Zdenek Dohnal2021-08-111-19/+27
* patch 8.2.3041: detecting if the process of a swap file is running failsv8.2.3041Bram Moolenaar2021-06-231-2/+11
* patch 8.2.2919: using ":!command" does not work if it uses posix_spawn()v8.2.2919Bram Moolenaar2021-06-011-5/+0
* patch 8.2.2662: there is no way to avoid some escape sequencesv8.2.2662Bram Moolenaar2021-03-271-4/+7