Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 116:9f59509498e1 r20-1b10
Import from CVS: tag r20-1b10
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:23:06 +0200 |
parents | 8619ce7e4c50 |
children | 7d55a9ba150c |
comparison
equal
deleted
inserted
replaced
115:f109f7dabbe2 | 116:9f59509498e1 |
---|---|
1 Tue Mar 25 11:36:08 1997 David Moore <dmoore@ucsd.edu> | |
2 | |
3 * fileio.c (barf_or_query_if_file_exists): GC fixes. | |
4 (Ffile_readable_p): ditto. | |
5 (Ffile_writable_p): ditto. | |
6 (Ffile_symlink_p): ditto. | |
7 (Ffile_accessible_directory_p): ditto. | |
8 | |
9 * sound.c (Fplay_sound_file): Fix up gc problems with file | |
10 handlers. | |
11 | |
12 * buffer.c (Fkill_buffer): Fix up buffer killing problems with | |
13 file handlers. | |
14 | |
15 * sysdep.c (sys_subshell): Fix up gc problems with file handlers. | |
16 | |
17 * callproc.c (Fcall_process_internal): Fix up gc problems with | |
18 file handlers. | |
19 Tue Mar 25 17:16:14 1997 Steven L Baur <steve@altair.xemacs.org> | |
20 | |
21 * ralloc.c (MHASH): Make 64bit Alpha happier. | |
22 | |
23 Tue Mar 25 11:36:08 1997 David Moore <dmoore@ucsd.edu> | |
24 | |
25 * fileio.c (auto_save_expand_name_error): New function. | |
26 (auto_save_expand_name): Ditto. | |
27 (Fdo_auto_save): Protect against an error in Fexpand_file_name | |
28 from kicking us inappropriately out of auto-save. | |
29 | |
30 Mon Mar 24 21:50:13 1997 Steven L Baur <steve@altair.xemacs.org> | |
31 | |
32 * s/linux.h (GETPGRP_NEEDS_ARG): Define if compiling with glibc | |
33 2.1 (suggested by Andreas Jaeger). | |
34 | |
35 Mon Mar 24 12:40:56 1997 David Moore <dmoore@ucsd.edu> | |
36 | |
37 * profile.c: Fixed some comments about GC status of functions. | |
38 | |
39 * profile.c (inside_profiling): New variable to lock the | |
40 profiling table. | |
41 (sigprof_handler): Check it. | |
42 (Fget_profiling_info): Set it. | |
43 (mark_profiling_info): Set it. | |
44 (Fclear_profiling_info): Set it. | |
45 | |
46 * eval.c (PUSH_BACKTRACE): New macro. | |
47 (POP_BACKTRACE): Ditto. | |
48 | |
49 * eval.c (Fcommand_execute): Use them and fix problem with | |
50 backtrace_list build ordering requirements for profiling code. | |
51 (Feval): Ditto. | |
52 (funcall_recording_as): Ditto. | |
53 | |
1 Fri Mar 21 20:19:09 1997 Steven L Baur <steve@altair.xemacs.org> | 54 Fri Mar 21 20:19:09 1997 Steven L Baur <steve@altair.xemacs.org> |
2 | 55 |
3 * Makefile.in.in: strip inline.o. | 56 * Makefile.in.in: strip inline.o. |
4 | 57 |
5 Fri Mar 21 18:54:04 1997 David Moore <dmoore@ucsd.edu> | 58 Fri Mar 21 18:54:04 1997 David Moore <dmoore@ucsd.edu> |