Mercurial > emacs
comparison src/ChangeLog @ 48792:a3c07e71f333
*** empty log message ***
author | Steven Tamm <steventamm@mac.com> |
---|---|
date | Tue, 10 Dec 2002 17:58:24 +0000 |
parents | 988ef6c7ddda |
children | b859048cf5b4 |
comparison
equal
deleted
inserted
replaced
48791:bef3b39de757 | 48792:a3c07e71f333 |
---|---|
1 2002-12-10 Steven Tamm <steventamm@mac.com> | 1 2002-12-10 Steven Tamm <steventamm@mac.com> |
2 | 2 |
3 * mac.c (sys_read): Fixed sys_read to not call select if IO is | 3 * mac.c (sys_read): Fixed sys_read to not call select if IO is |
4 non-blocking | 4 non-blocking |
5 (sys_select): Fixed sys_select to not use a timeout larger than | |
6 the one given. | |
5 | 7 |
6 2002-12-10 Juanma Barranquero <lektu@terra.es> | 8 2002-12-10 Juanma Barranquero <lektu@terra.es> |
7 | 9 |
8 * editfns.c (Fformat): Use alloca, not _alloca. | 10 * editfns.c (Fformat): Use alloca, not _alloca. |
9 | 11 |