Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 2958:9e04ad6a1ac6
[xemacs-hg @ 2005-09-27 05:35:24 by ben]
Add SRC inclusion, for lib-src changes
Makefile.in.in: Always include SRC, so <config.h> in lib-src always works.
sysdep.c: Fix bit-rotted dup2 code. Also new -> new_.
nt.c: Fix possible use of uninitialized var. Also new -> new_.
text.c, event-Xt.c, lisp.h, number-gmp.c, number-gmp.h: Fix compilation warnings. A couple of changes of new -> new_,
'foo -> `foo'.
author | ben |
---|---|
date | Tue, 27 Sep 2005 05:35:26 +0000 |
parents | 5eb04c84c7ae |
children | 4eb2a8c07cb3 |
comparison
equal
deleted
inserted
replaced
2957:5eb04c84c7ae | 2958:9e04ad6a1ac6 |
---|---|
1 2005-09-27 Ben Wing <ben@xemacs.org> | |
2 | |
3 * Makefile.in.in (cppflags): | |
4 Always include SRC, so <config.h> in lib-src always works. | |
5 | |
1 2005-09-27 Ben Wing <ben@xemacs.org> | 6 2005-09-27 Ben Wing <ben@xemacs.org> |
2 | 7 |
3 * sysdep.c (emacs_set_tty): | 8 * sysdep.c (emacs_set_tty): |
4 * sysdep.c (qxe_link): | 9 * sysdep.c (qxe_link): |
5 * sysdep.c (qxe_rename): | 10 * sysdep.c (qxe_rename): |