index
:
delta/vim-git.git
chrisbra-patch-1
master
github.com: vim/vim.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
os_unix.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 8.2.4480: suspending with CTRL-Z does not work on Android
v8.2.4480
xtkoba
2022-02-27
1
-1
/
+3
*
patch 8.2.4457: the GPM library can only be linked statically
v8.2.4457
Bram Moolenaar
2022-02-23
1
-1
/
+67
*
patch 8.2.4316: __CYGWIN32__ is not defined on 64 bit systems
v8.2.4316
K.Takata
2022-02-07
1
-1
/
+1
*
patch 8.2.4294: MS-Windows: #ifdefs for Cygwin are too complicated
v8.2.4294
K.Takata
2022-02-04
1
-8
/
+6
*
patch 8.2.4273: the EBCDIC support is outdated
v8.2.4273
Bram Moolenaar
2022-01-31
1
-153
/
+21
*
patch 8.2.4241: some type casts are redundant
v8.2.4241
=?UTF-8?q?Dundar=20G=C3=B6c?=
2022-01-28
1
-4
/
+4
*
patch 8.2.4201: when using the GUI CTRL-Z does not stop gvim
v8.2.4201
Bram Moolenaar
2022-01-24
1
-1
/
+8
*
patch 8.2.4195: resizing terminal may cause to behave like CTRL-Z
v8.2.4195
dbivolaru
2022-01-23
1
-1
/
+3
*
patch 8.2.3985: error messages are spread out
v8.2.3985
Bram Moolenaar
2022-01-02
1
-1
/
+1
*
patch 8.2.3967: error messages are spread out
v8.2.3967
Bram Moolenaar
2022-01-01
1
-7
/
+7
*
patch 8.2.3941: SIGTSTP is not handled
v8.2.3941
dbivolaru
2021-12-29
1
-3
/
+36
*
patch 8.2.3914: various spelling mistakes in comments
v8.2.3914
Dominique Pelle
2021-12-27
1
-1
/
+1
*
patch 8.2.3770: new compiler warnings from clang-12 and clang-13
v8.2.3770
ichizok
2021-12-09
1
-1
/
+9
*
patch 8.2.3760: not automatically handling gnome terminal mouse like xterm
v8.2.3760
Bram Moolenaar
2021-12-08
1
-0
/
+1
*
patch 8.2.3750: error messages are everywhere
v8.2.3750
Bram Moolenaar
2021-12-05
1
-2
/
+2
*
patch 8.2.3699: the +title feature adds a lot of #ifdef but little code
v8.2.3699
Bram Moolenaar
2021-11-29
1
-21
/
+5
*
patch 8.2.3623: "$*" is expanded to "nonomatch"
v8.2.3623
Christian Brabandt
2021-11-19
1
-4
/
+11
*
patch 8.2.3544: Unix: may leak file descriptor using non-existing directory
v8.2.3544
itchyny
2021-10-20
1
-1
/
+4
*
patch 8.2.3502: cannot enter password in shell command
v8.2.3502
Bram Moolenaar
2021-10-13
1
-0
/
+5
*
patch 8.2.3468: problem with :cd when editing file in non-existent directory
v8.2.3468
Bram Moolenaar
2021-10-03
1
-1
/
+9
*
patch 8.2.3388: fnamemodify('path/..', ':p') differs from using 'path/../'
v8.2.3388
Bram Moolenaar
2021-08-30
1
-1
/
+7
*
patch 8.2.3327: no check for sysconf() failing
v8.2.3327
Zdenek Dohnal
2021-08-11
1
-19
/
+27
*
patch 8.2.3041: detecting if the process of a swap file is running fails
v8.2.3041
Bram Moolenaar
2021-06-23
1
-2
/
+11
*
patch 8.2.2919: using ":!command" does not work if it uses posix_spawn()
v8.2.2919
Bram Moolenaar
2021-06-01
1
-5
/
+0
*
patch 8.2.2662: there is no way to avoid some escape sequences
v8.2.2662
Bram Moolenaar
2021-03-27
1
-4
/
+7
*
patch 8.2.2550: signal stack size is wrong with latest glibc 2.34
v8.2.2550
Bram Moolenaar
2021-02-25
1
-1
/
+13
*
patch 8.2.2109: "vim -" does not work well when modifyOtherKeys is enabled
v8.2.2109
Bram Moolenaar
2020-12-08
1
-3
/
+7
*
patch 8.2.1898: command modifier parsing always uses global cmdmod
v8.2.1898
Bram Moolenaar
2020-10-24
1
-4
/
+4
*
patch 8.2.1896: valgrind warns for using uninitialized memory
v8.2.1896
Bram Moolenaar
2020-10-24
1
-2
/
+5
*
patch 8.2.1818: SE Linux: deprecation warning for security_context_t
v8.2.1818
Bram Moolenaar
2020-10-09
1
-2
/
+4
*
patch 8.2.1805: Unix: terminal mode changed when using ":shell"
v8.2.1805
Bram Moolenaar
2020-10-05
1
-4
/
+8
*
patch 8.2.1676: compiler warnings for function typecast
v8.2.1676
Bram Moolenaar
2020-09-13
1
-2
/
+2
*
patch 8.2.1545: ch_logfile() is unclear about closing when forking
v8.2.1545
Bram Moolenaar
2020-08-30
1
-1
/
+3
*
patch 8.2.1513: cannot interrupt shell used for filename expansion
v8.2.1513
Bram Moolenaar
2020-08-23
1
-13
/
+22
*
patch 8.2.1422: the Mac GUI implementation is outdated
v8.2.1422
Bram Moolenaar
2020-08-11
1
-2
/
+2
*
patch 8.2.1215: Atari MiNT support is outdated
v8.2.1215
Bram Moolenaar
2020-07-14
1
-2
/
+1
*
patch 8.2.1091: no check if opening a pty works
v8.2.1091
Bram Moolenaar
2020-06-29
1
-0
/
+2
*
patch 8.2.0952: no simple way to interrupt Vim
v8.2.0952
Bram Moolenaar
2020-06-10
1
-3
/
+24
*
patch 8.2.0856: CTRL-S stops output
v8.2.0856
Bram Moolenaar
2020-05-31
1
-4
/
+2
*
patch 8.2.0852: cannot map CTRL-S on some systems
v8.2.0852
Bram Moolenaar
2020-05-30
1
-2
/
+0
*
patch 8.2.0849: BeOS code is not maintained and probably unused
v8.2.0849
Bram Moolenaar
2020-05-30
1
-21
/
+9
*
patch 8.2.0774: t_TI and t_TE are output when using 'visualbell'
v8.2.0774
Bram Moolenaar
2020-05-17
1
-10
/
+13
*
patch 8.2.0773: switching to raw mode every time ":" is used
v8.2.0773
Bram Moolenaar
2020-05-16
1
-0
/
+7
*
patch 8.2.0739: incomplete profiling when exiting because of a dealy signal
v8.2.0739
Bram Moolenaar
2020-05-11
1
-0
/
+10
*
patch 8.2.0737: when shell doesn't support CTRL-Z Vim still handles it
v8.2.0737
Bram Moolenaar
2020-05-11
1
-6
/
+26
*
patch 8.2.0728: messages about a deadly signal are not left aligned
v8.2.0728
Bram Moolenaar
2020-05-10
1
-2
/
+2
*
patch 8.2.0720: occasional exit when encountering an X error
v8.2.0720
Bram Moolenaar
2020-05-09
1
-4
/
+9
*
patch 8.2.0658: HP-UX build fails when setenv() is not defined
v8.2.0658
Bram Moolenaar
2020-04-28
1
-1
/
+1
*
patch 8.2.0646: t_Co uses the value of $COLORS in the GUI
v8.2.0646
Bram Moolenaar
2020-04-26
1
-6
/
+1
*
patch 8.2.0579: Coverity warns for unused value
v8.2.0579
Bram Moolenaar
2020-04-14
1
-3
/
+4
[next]