aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 427f729730f..f3af852f9e9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12012-12-08 Fabrice Popineau <fabrice.popineau@gmail.com>
2
3 * w32fns.c (cache_system_info): Cast sysinfo_cache.dwPageSize to
4 DWORD_PTR, for compatibility with 64-bit builds.
5
6 * w32.c (_PROCESS_MEMORY_COUNTERS_EX):
7 (GetProcessWorkingSetSize_Proc, get_process_working_set_size)
8 (system_process_attributes): Use SIZE_T rather than DWORD, for
9 compatibility with 64-bit builds.
10
12012-12-08 Christopher Schmidt <christopher@ch.ristopher.com> 112012-12-08 Christopher Schmidt <christopher@ch.ristopher.com>
2 12
3 * lread.c (Vload_source_file_function): Doc fix (Bug#11647). 13 * lread.c (Vload_source_file_function): Doc fix (Bug#11647).