summaryrefslogtreecommitdiff
path: root/src/os_unix.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.1215: Atari MiNT support is outdatedv8.2.1215Bram Moolenaar2020-07-141-2/+1
* patch 8.2.1091: no check if opening a pty worksv8.2.1091Bram Moolenaar2020-06-291-0/+2
* patch 8.2.0952: no simple way to interrupt Vimv8.2.0952Bram Moolenaar2020-06-101-3/+24
* patch 8.2.0856: CTRL-S stops outputv8.2.0856Bram Moolenaar2020-05-311-4/+2
* patch 8.2.0852: cannot map CTRL-S on some systemsv8.2.0852Bram Moolenaar2020-05-301-2/+0
* patch 8.2.0849: BeOS code is not maintained and probably unusedv8.2.0849Bram Moolenaar2020-05-301-21/+9
* patch 8.2.0774: t_TI and t_TE are output when using 'visualbell'v8.2.0774Bram Moolenaar2020-05-171-10/+13
* patch 8.2.0773: switching to raw mode every time ":" is usedv8.2.0773Bram Moolenaar2020-05-161-0/+7
* patch 8.2.0739: incomplete profiling when exiting because of a dealy signalv8.2.0739Bram Moolenaar2020-05-111-0/+10
* patch 8.2.0737: when shell doesn't support CTRL-Z Vim still handles itv8.2.0737Bram Moolenaar2020-05-111-6/+26
* patch 8.2.0728: messages about a deadly signal are not left alignedv8.2.0728Bram Moolenaar2020-05-101-2/+2
* patch 8.2.0720: occasional exit when encountering an X errorv8.2.0720Bram Moolenaar2020-05-091-4/+9
* patch 8.2.0658: HP-UX build fails when setenv() is not definedv8.2.0658Bram Moolenaar2020-04-281-1/+1
* patch 8.2.0646: t_Co uses the value of $COLORS in the GUIv8.2.0646Bram Moolenaar2020-04-261-6/+1
* patch 8.2.0579: Coverity warns for unused valuev8.2.0579Bram Moolenaar2020-04-141-3/+4
* patch 8.2.0518: a terminal falls back to setting $TERM to "xterm"v8.2.0518Bram Moolenaar2020-04-051-1/+8
* patch 8.2.0320: no Haiku supportv8.2.0320Bram Moolenaar2020-02-261-3/+4
* patch 8.2.0260: several lines of code are duplicatedv8.2.0260Bram Moolenaar2020-02-151-23/+1
* patch 8.2.0156: various typos in source files and testsv8.2.0156Bram Moolenaar2020-01-261-1/+1
* patch 8.2.0125: :mode no longer works for any systemv8.2.0125Bram Moolenaar2020-01-171-10/+0
* patch 8.1.2406: leaking memory in test_paste and test_registersv8.1.2406Bram Moolenaar2019-12-071-0/+4
* patch 8.1.2393: using old C style commentsv8.1.2393Bram Moolenaar2019-12-051-678/+675
* patch 8.1.2370: build problems on VMSv8.1.2370Bram Moolenaar2019-11-301-2/+2
* patch 8.1.2251: ":term command" may not work without a shellv8.1.2251Bram Moolenaar2019-11-031-5/+5
* patch 8.1.2243: typos in commentsv8.1.2243Bram Moolenaar2019-11-021-2/+2
* patch 8.1.2208: Unix: Tabs in output might be expanded to spacesv8.1.2208Bram Moolenaar2019-10-241-5/+15
* patch 8.1.2171: mouse support not always availablev8.1.2171Bram Moolenaar2019-10-171-29/+25
* patch 8.1.2045: the option.c file is too bigv8.1.2045Bram Moolenaar2019-09-161-4/+4
* patch 8.1.2021: some global functions can be local to the filev8.1.2021Bram Moolenaar2019-09-101-1/+1
* patch 8.1.1985: code for dealing with paths is spread outv8.1.1985Bram Moolenaar2019-09-041-2/+0
* patch 8.1.1948: mouse doesn't work in Linux consolev8.1.1948Bram Moolenaar2019-08-301-1/+2
* patch 8.1.1851: crash when sound_playfile() callback plays soundv8.1.1851Bram Moolenaar2019-08-151-0/+5
* patch 8.1.1740: exepath() doesn't work for "bin/cat"v8.1.1740Bram Moolenaar2019-07-241-3/+2
* patch 8.1.1531: clipboard type name is inconsistentv8.1.1531Bram Moolenaar2019-06-141-4/+4
* patch 8.1.1414: alloc() returning "char_u *" causes a lot of type castsv8.1.1414Bram Moolenaar2019-05-281-3/+3
* patch 8.1.1386: unessesary type casts for lalloc()v8.1.1386Bram Moolenaar2019-05-241-2/+2
* patch 8.1.1384: using "int" for alloc() often results in compiler warningsv8.1.1384Bram Moolenaar2019-05-241-5/+6
* patch 8.1.1307: cannot reconnect to the X server after it restartedv8.1.1307Bram Moolenaar2019-05-091-1/+24
* patch 8.1.1267: cannot check if GPM mouse support is workingv8.1.1267Bram Moolenaar2019-05-041-2/+11
* patch 8.1.1265: when GPM mouse support is enabled double clicks do not workv8.1.1265Bram Moolenaar2019-05-041-2/+6
* patch 8.1.1259: crash when exiting earlyv8.1.1259Bram Moolenaar2019-05-031-3/+8
* patch 8.1.1248: no test for dec mousev8.1.1248Bram Moolenaar2019-05-021-1/+2
* patch 8.1.1232: can't build on MS-Windowsv8.1.1232Bram Moolenaar2019-04-281-1/+1
* patch 8.1.1231: asking about existing swap file unnecessarilyv8.1.1231Bram Moolenaar2019-04-281-0/+10
* patch 8.1.1118: a couple of conditions are hard to understandv8.1.1118Bram Moolenaar2019-04-041-13/+19
* patch 8.1.1086: too many curly bracesv8.1.1086Bram Moolenaar2019-03-301-2/+0
* patch 8.1.1034: too many #ifdefsv8.1.1034Bram Moolenaar2019-03-221-6/+2
* patch 8.1.1032: warnings from clang static analyzerv8.1.1032Bram Moolenaar2019-03-211-2/+2
* patch 8.1.0989: various small code uglinessv8.1.0989Bram Moolenaar2019-03-021-4/+4
* patch 8.1.0983: checking __CYGWIN32__ unnecessarilyv8.1.0983Bram Moolenaar2019-02-261-3/+3