lyx_mirror/development/cygwin
Enrico Forestieri 64cc8a1c1e Use getent instead of grepping /etc/passwd.
Forthcoming versions of cygwin will use a different mechanism for
obtaining passwd/group information based on /etc/nsswitch.conf.
Thus, it will not be guaranteed that the files /etc/passwd and
/etc/group even exist. The recommended way for obtaining those
info is by using the getent command, which already works in
current versions.
2014-08-03 18:59:54 +02:00
..
.gitignore Setup .gitignore for generated files 2012-03-22 02:16:12 +01:00
lyxeditor.c Avoid possible overruns by dinamically allocating the required buffer. 2010-02-18 09:39:49 +00:00
lyxprofile Use getent instead of grepping /etc/passwd. 2014-08-03 18:59:54 +02:00
lyxrc.dist.in Update years 2011-01-21 13:24:23 +00:00
lyxwin.c On cygwin, install by default lyxprofile and lyxrc.dist, otherwise 2010-06-17 10:32:11 +00:00
lyxwinres.rc Update years 2011-01-21 13:24:23 +00:00
Makefile.am On cygwin, install by default lyxprofile and lyxrc.dist, otherwise 2010-06-17 10:32:11 +00:00
setup.hint Add cygwin setup.hint. 2010-10-01 17:43:17 +00:00