diff options
| author | Chong Yidong | 2008-08-02 22:35:10 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-08-02 22:35:10 +0000 |
| commit | a2dec0e5e3e2d6db0a38820ceb8eafb99cb35db1 (patch) | |
| tree | f5123f5e059be07c737fdef191d0aa5f77228f3c | |
| parent | 7ff90407d00043aec3beadf2c211b79624eb71bb (diff) | |
| download | emacs-a2dec0e5e3e2d6db0a38820ceb8eafb99cb35db1.tar.gz emacs-a2dec0e5e3e2d6db0a38820ceb8eafb99cb35db1.zip | |
* vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
Don't use uninitialized pointer variable when using getrlimit.
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c74d93b9c64..015ecf02094 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2008-08-02 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin. | ||
| 4 | Don't use uninitialized pointer variable when using getrlimit. | ||
| 5 | |||
| 1 | 2008-08-02 Jason Rumney <jasonr@gnu.org> | 6 | 2008-08-02 Jason Rumney <jasonr@gnu.org> |
| 2 | 7 | ||
| 3 | * w32font.c (compute_metrics): Don't mess with glyph_idx setting here. | 8 | * w32font.c (compute_metrics): Don't mess with glyph_idx setting here. |