summaryrefslogtreecommitdiffstats
path: root/src/os_unix.c
AgeCommit message (Expand)Author
2024-04-14patch 9.1.0321: Garbled output on serial terminals with XON/XOFF flow controlv9.1.0321Anton Sharonov
2024-04-04patch 9.1.0264: libgpm may delete some signal handlersv9.1.0264Julio B
2024-03-10patch 9.1.0162: problem with writing extended attributes on failurev9.1.0162Paul R. Tagliamonte
2024-01-29patch 9.1.0064: No Wayland supportv9.1.0064lilydjwg
2024-01-04patch 9.1.0006: is*() and to*() function may be unsafev9.1.0006Keith Thompson
2023-10-16patch 9.0.2034: don't try to copy SMACK attribute, when none existv9.0.2034Christian Brabandt
2023-10-02patch 9.0.1975: xattr: permission-denied errors on writev9.0.1975Gene C
2023-10-01patch 9.0.1967: xattr errors not translatedv9.0.1967zeertzjq
2023-09-30patch 9.0.1964: xattr support fails to build on MacOS Xv9.0.1964Christian Brabandt
2023-09-30patch 9.0.1963: Configure script may not detect xattrv9.0.1963zeertzjq
2023-09-30patch 9.0.1962: No support for writing extended attributesv9.0.1962Christian Brabandt
2023-09-27patch 9.0.1946: filename expansion using ** in bash may failv9.0.1946Christian Brabandt
2023-09-24patch 9.0.1930: compiler warnings with clang-17v9.0.1930Dominique Pellé
2023-06-21patch 9.0.1642: build failure with tiny featuresv9.0.1642Bram Moolenaar
2023-06-21patch 9.0.1641: the log file does not give information about window sizesv9.0.1641Bram Moolenaar
2023-05-20patch 9.0.1572: error messages are not translatedv9.0.1572Bram Moolenaar
2023-05-20patch 9.0.1571: RedrawingDisabled not used consistentlyv9.0.1571Bram Moolenaar
2023-05-11patch 9.0.1544: recent glibc marks sigset() as a deprecatedv9.0.1544ichizok
2023-04-19patch 9.0.1471: warnings for function declarationsv9.0.1471Michael Jarvis
2023-04-13patch 9.0.1450: MacOS: building fails if clock_gettime() is not availablev9.0.1450Bram Moolenaar
2023-03-12patch 9.0.1403: unused variables and functionsv9.0.1403Dominique Pelle
2023-03-07patch 9.0.1390: FOR_ALL_ macros are defined in an unexpected filev9.0.1390Yegappan Lakshmanan
2023-03-04patch 9.0.1377: job_status() may return "dead" if the process parent changedv9.0.1377Bram Moolenaar
2023-01-16patch 9.0.1208: code is indented more than necessaryv9.0.1208Yegappan Lakshmanan
2023-01-10patch 9.0.1168: code to enable/disable mouse is not from terminfo/termcapv9.0.1168Bram Moolenaar
2022-12-19patch 9.0.1080: the "kitty" terminfo entry is not widespreadv9.0.1080Bram Moolenaar
2022-12-01patch 9.0.0980: the keyboard state response may end up in a shell commandv9.0.0980Bram Moolenaar
2022-11-30patch 9.0.0977: it is not easy to see what client-server commands are doingv9.0.0977Bram Moolenaar
2022-11-28patch 9.0.0965: using one window for executing autocommands is insufficientv9.0.0965Bram Moolenaar
2022-11-25patch 9.0.0948: 'ttyfast' is set for arbitrary terminalsv9.0.0948Bram Moolenaar
2022-11-23patch 9.0.0930: cannot debug the Kitty keyboard protocol with TermDebugv9.0.0930Bram Moolenaar
2022-11-18patch 9.0.0904: various comment and indent flawsv9.0.0904Bram Moolenaar
2022-10-08patch 9.0.0694: no native sound support on Mac OSv9.0.0694Yee Cheng Chin
2022-10-04patch 9.0.0655: passing modifier codes to a shell running in the GUIv9.0.0655Bram Moolenaar
2022-10-03patch 9.0.0653: BS and DEL do not work properly in an interacive shellv9.0.0653Bram Moolenaar
2022-09-27patch 9.0.0606: system() opens a terminal window when "!" is in 'guioptions'v9.0.0606Bram Moolenaar
2022-09-04patch 9.0.0376: clang warns for dead assignmentsv9.0.0376Yegappan Lakshmanan
2022-08-27patch 9.0.0287: Irix systems no longer existv9.0.0287Yegappan Lakshmanan
2022-08-26patch 9.0.0271: using INIT() in non-header filesv9.0.0271zeertzjq
2022-08-14patch 9.0.0206: redraw flags are not named specificallyv9.0.0206Bram Moolenaar
2022-07-28patch 9.0.0100: get hit-enter prompt for system() when '!' is in 'guioptions'v9.0.0100Bram Moolenaar
2022-06-23patch 8.2.5154: still mentioning version8, some cosmetic issuesv8.2.5154Bram Moolenaar
2022-06-20patch 8.2.5141: using "volatile int" in a signal handler might be wrongv8.2.5141Bram Moolenaar
2022-06-20patch 8.2.5137: cannot build without the +channel featurev8.2.5137Bram Moolenaar
2022-06-19patch 8.2.5129: timeout handling is not optimalv8.2.5129Bram Moolenaar
2022-06-17patch 8.2.5115: search timeout is overrun with some patternsv8.2.5115Bram Moolenaar
2022-06-16patch 8.2.5113: timer becomes invalid after fork/exec, :gui gives errorsv8.2.5113Bram Moolenaar
2022-06-08patch 8.2.5067: timer_create is not available on every Mac systemv8.2.5067Bram Moolenaar
2022-06-06patch 8.2.5062: Coverity warns for dead codev8.2.5062Bram Moolenaar
2022-06-05patch 8.2.5061: C89 requires signal handlers to return voidv8.2.5061Bram Moolenaar