Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 3966:612182e9384f
[xemacs-hg @ 2007-05-19 18:49:15 by adrian]
revert CahngeLog leakage
author | adrian |
---|---|
date | Sat, 19 May 2007 18:49:15 +0000 |
parents | 69c43a181729 |
children | 1af222c75869 |
comparison
equal
deleted
inserted
replaced
3965:69c43a181729 | 3966:612182e9384f |
---|---|
376 | 376 |
377 2006-11-23 Robert Pluim <rpluim@gmail.com> | 377 2006-11-23 Robert Pluim <rpluim@gmail.com> |
378 | 378 |
379 * sysdep.c (strlwr): Don't intermix declarations and code. | 379 * sysdep.c (strlwr): Don't intermix declarations and code. |
380 (wcslen): ditto | 380 (wcslen): ditto |
381 | |
382 2006-08-26 Adrian Aichner <adrian@xemacs.org> | |
383 | |
384 * eval.c (condition_case_1): GCPRO barg, instead of harg, before | |
385 calling (*bfun) (barg). | |
386 GCPRO harg before calling (*hfun) (c.val, harg). | |
387 GCPRO Lisp_Object members of local catchtag variable. | |
388 | |
389 2006-08-25 Adrian Aichner <adrian@xemacs.org> | |
390 | |
391 * gc.c: Comment out globals `backtrace' and `do_backtrace'. | |
392 * gc.c (gc_prepare): Add PROFILE_DECLARE and | |
393 PROFILE_RECORD_EXITING_SECTION. | |
394 * gc.c (gc_finish): Add PROFILE_DECLARE and | |
395 PROFILE_RECORD_ENTERING_SECTION. | |
396 * gc.c (gc_suspend_mark_phase): Add PROFILE_DECLARE and | |
397 PROFILE_RECORD_ENTERING_SECTION, move | |
398 PROFILE_RECORD_EXITING_SECTION to end. | |
399 * gc.c (gc_resume_mark_phase): Add PROFILE_DECLARE and | |
400 PROFILE_RECORD_EXITING_SECTION. | |
401 | 381 |
402 2006-11-23 Aidan Kehoe <kehoea@parhasard.net> | 382 2006-11-23 Aidan Kehoe <kehoea@parhasard.net> |
403 | 383 |
404 * mule-coding.c (iso2022_decode): | 384 * mule-coding.c (iso2022_decode): |
405 Only take the lower seven bits of any eight-bit character that | 385 Only take the lower seven bits of any eight-bit character that |