summaryrefslogtreecommitdiffstats
path: root/src/os_unix.c
AgeCommit message (Expand)Author
2019-03-22patch 8.1.1034: too many #ifdefsv8.1.1034Bram Moolenaar
2019-03-21patch 8.1.1032: warnings from clang static analyzerv8.1.1032Bram Moolenaar
2019-03-02patch 8.1.0989: various small code uglinessv8.1.0989Bram Moolenaar
2019-02-26patch 8.1.0983: checking __CYGWIN32__ unnecessarilyv8.1.0983Bram Moolenaar
2019-02-17patch 8.1.0941: macros for MS-Windows are inconsistentv8.1.0941Bram Moolenaar
2019-02-10patch 8.1.0890: pty allocation wrong if using file for out channelv8.1.0890Bram Moolenaar
2019-01-31patch 8.1.0863: cannot see what signal caused a job to endv8.1.0863Bram Moolenaar
2019-01-27patch 8.1.0834: GUI may wait too long before dealing with messagesv8.1.0834Bram Moolenaar
2019-01-26patch 8.1.0824: SunOS/Solaris has a problem with ttysv8.1.0824Bram Moolenaar
2019-01-24patch 8.1.0809: too many #ifdefsv8.1.0809Bram Moolenaar
2019-01-22patch 8.1.0791: a few compiler warnings on VMSv8.1.0791Bram Moolenaar
2019-01-20patch 8.1.0788: cannot build with tiny featuresv8.1.0788Bram Moolenaar
2019-01-20patch 8.1.0787: compiler warning for unused functionv8.1.0787Bram Moolenaar
2019-01-20patch 8.1.0785: depending on the configuration some functions are unusedv8.1.0785Bram Moolenaar
2019-01-19patch 8.1.0779: argument for message functions is inconsistentv8.1.0779Bram Moolenaar
2019-01-17patch 8.1.0770: inconsistent use of ELAPSED_FUNCv8.1.0770Bram Moolenaar
2019-01-13patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar
2018-12-29patch 8.1.0661: clipboard regexp might be used recursivelyv8.1.0661Bram Moolenaar
2018-12-29patch 8.1.0657: get error for using regexp recursivelyv8.1.0657Bram Moolenaar
2018-12-29patch 8.1.0656: trying to reconnect to X server may cause problemsv8.1.0656Bram Moolenaar
2018-12-28patch 8.1.0649: setjmp() variables defined globally are used in one filev8.1.0649Bram Moolenaar
2018-12-21patch 8.1.0615: get_tv function names are not consistentv8.1.0615Bram Moolenaar
2018-12-08patch 8.1.0572: stopping a job does not work properly on OpenBSDv8.1.0572Bram Moolenaar
2018-11-12patch 8.1.0526: running out of signal stack in RealWaitForCharv8.1.0526Bram Moolenaar
2018-09-30patch 8.1.0443: unnecessary static function prototypesv8.1.0443Bram Moolenaar
2018-09-22patch 8.1.0426: accessing invalid memory in SmcOpenConnection()v8.1.0426Bram Moolenaar
2018-09-13patch 8.1.0377: xdiff doesn't use the Vim memory allocation functionsv8.1.0377Bram Moolenaar
2018-09-12patch 8.1.0371: argument types for select() may be wrongv8.1.0371Bram Moolenaar
2018-09-06patch 8.1.0349: crash when wiping buffer in a callbackv8.1.0349Bram Moolenaar
2018-08-27patch 8.1.0329: using inputlist() during startup results in garbagev8.1.0329Bram Moolenaar
2018-08-21patch 8.1.0312: wrong type for flags used in signal handlersv8.1.0312Bram Moolenaar
2018-08-21patch 8.1.0304: no redraw when using a STOP signal on Vim and then CONTv8.1.0304Bram Moolenaar
2018-08-20patch 8.1.0302: crash when using :suspend and "fg"v8.1.0302Bram Moolenaar
2018-08-19patch 8.1.0300: the old window title might be freed twicev8.1.0300Bram Moolenaar
2018-08-11patch 8.1.0268: file type checking has too many #ifdefv8.1.0268Bram Moolenaar
2018-08-07patch 8.1.0253: saving and restoring window title does not always workv8.1.0253Bram Moolenaar
2018-08-07patch 8.1.0244: no redraw when using a STOP signal on Vim and then CONTv8.1.0244Bram Moolenaar
2018-06-19patch 8.1.0087: v:shell_error is always zero when using terminal for "!cmd"v8.1.0087Bram Moolenaar
2018-06-13patch 8.1.0054: compiler warning for using %ld for "long long"v8.1.0054Bram Moolenaar
2018-06-12patch 8.1.0050: $VIM_TERMINAL is also set when not in a terminal windowv8.1.0050Bram Moolenaar
2018-06-12patch 8.1.0049: shell cannot tell running in a terminal windowv8.1.0049Bram Moolenaar
2018-05-12patch 8.0.1820: terminal window redirecting stdout does not show stderrv8.0.1820Bram Moolenaar
2018-05-05patch 8.0.1795: lose contact with jobs when :gui forksv8.0.1795Bram Moolenaar
2018-04-24patch 8.0.1761: job in terminal window with no output channel is killedv8.0.1761Bram Moolenaar
2018-04-24patch 8.0.1753: various warnings from a static analyserv8.0.1753Bram Moolenaar
2018-04-21patch 8.0.1745: build failure on MS-Windowsv8.0.1745Bram Moolenaar
2018-04-05patch 8.0.1665: when running a terminal from the GUI 'term' is not usefulv8.0.1665Bram Moolenaar
2018-03-22patch 8.0.1629: Mac: getpagesize() is deprecatedv8.0.1629Bram Moolenaar
2018-03-17patch 8.0.1613: warning for unused variable in tiny buildv8.0.1613Bram Moolenaar
2018-03-16patch 8.0.1609: shell commands in the GUI use a dumb terminalv8.0.1609Bram Moolenaar