1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-11 05:51:21 -08:00
emacs/src
Richard M. Stallman ee59c65fd0 (shrink_decoding_region): Do not consider LF as ascii
if preceded by CR, since that confuses eol decoding.
(code_convert_region): When conversion fails with
CODING_FINISH_INSUFFICIENT_SRC, was overwriting src with garbage
from dst instead of copying from src to dst.
1998-04-24 01:05:25 +00:00
..
m (DBL_MIN_REPLACEMENT): New macro. 1997-10-29 07:47:37 +00:00
s (utimbuf): New macro. 1998-04-23 23:41:42 +00:00
.gdbinit Make GDB not handle SIGINT. 1998-01-18 04:54:59 +00:00
abbrev.c Fix -Wimplicit warnings. 1998-04-14 12:25:56 +00:00
acldef.h
alloc.c (Fgarbage_collect): Don't truncate command-history here. 1998-04-20 17:04:16 +00:00
alloca.c formatting tweaks 1996-07-03 23:05:19 +00:00
alloca.s Update FSF address in comment. 1996-01-29 22:30:55 +00:00
blockinput.h Add more prototypes. 1998-04-14 12:33:47 +00:00
buffer.c Fix -Wimplicit warnings. 1998-04-14 12:25:56 +00:00
buffer.h (struct buffer): Field undo_list' moved before name' 1998-03-28 21:50:39 +00:00
bytecode.c Fix -Wimplicit warnings. 1998-04-14 12:25:56 +00:00
callint.c (Fcall_interactively): Truncate command-history here. 1998-04-23 21:18:18 +00:00
callproc.c (Fcall_process) [MSDOS]: Call child_setup instead of run_msdos_command. 1998-04-21 11:14:24 +00:00
casefiddle.c Fix -Wimplicit warnings. 1998-04-14 12:25:56 +00:00
casetab.c Fix -Wimplicit warnings. 1998-04-14 12:25:56 +00:00
category.c Fix -Wimplicit warnings. 1998-04-14 12:25:56 +00:00
category.h Add declaration of word_boundary_p. 1997-11-21 14:26:38 +00:00
ccl.c (Fregister_ccl_program): Put ccl-program-idx property to NAME. 1998-04-20 02:14:57 +00:00
ccl.h (Vccl_program_table, Qccl_program_idx): Extern them. 1998-04-15 07:12:49 +00:00
charset.c (syms_of_charset): Doc fix for nonascii-insert-offset. 1998-04-23 04:12:09 +00:00
charset.h (MULTIBYTE_FORM_LENGTH): Don't check LEN here. 1998-04-09 05:40:23 +00:00
chpdef.h
cm.c Fix -Wimplicit warnings. 1998-04-14 12:25:56 +00:00
cm.h Update return types of declarations. 1998-04-14 12:34:43 +00:00
cmds.c Fix -Wimplicit warnings. 1998-04-14 12:25:56 +00:00
coding.c (shrink_decoding_region): Do not consider LF as ascii 1998-04-24 01:05:25 +00:00
coding.h Declare inherit-process-coding-system. 1998-04-15 15:48:45 +00:00
commands.h Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
config.in (RE_TRANSLATE_P): Define. 1998-04-15 10:35:44 +00:00
convexos.h
d.el Initial revision 1998-04-18 01:29:57 +00:00
data.c Fix -Wimplicit warnings. 1998-04-14 12:25:56 +00:00
dired.c Fix -Wimplicit warnings. 1998-04-14 12:25:56 +00:00
dispextern.h Add more prototypes. 1998-04-14 12:33:47 +00:00
dispnew.c Fix -Wimplicit warnings. 1998-04-14 12:25:56 +00:00
disptab.h Add prototypes. Remove declaration of obsolete 1997-11-21 14:46:31 +00:00
doc.c Fix -Wimplicit warnings. 1998-04-14 12:25:56 +00:00
doprnt.c Fix -Wimplicit warnings. 1998-04-14 12:25:56 +00:00
dosfns.c (init_dosfns): Fix bug in passing segment address of the transfer buffer. 1998-04-08 13:48:30 +00:00
dosfns.h Declare Vdos_windows_version. 1997-10-13 16:29:00 +00:00
editfns.c (Fbuffer_substring): Doc fix. 1998-04-23 04:09:05 +00:00
emacs.c Include buffer.h 1998-04-23 21:19:34 +00:00
environ.c
epaths.in (PATH_X_DEFAULTS): New macro. 1997-08-16 18:32:17 +00:00
eval.c (Fsignal): Unconditionally do TOTALLY_UNBLOCK_INPUT. 1998-04-22 02:14:55 +00:00
fileio.c (Fcopy_file): Skip dev/inode check on Windows. 1998-04-23 23:42:09 +00:00
filelock.c (get_boot_time): Remove extraneous semicolon. 1998-04-22 17:48:16 +00:00
firstfile.c Initial revision 1997-09-07 05:14:46 +00:00
floatfns.c Fix -Wimplicit warnings. 1998-04-14 12:25:56 +00:00
fns.c (Fstring_make_multibyte): Doc fix. 1998-04-23 04:03:31 +00:00
fontset.c (find_ccl_program_func): New variable. 1998-04-15 07:12:49 +00:00
fontset.h (FONT_ENCODING_NOT_DECIDED): The value is changed to 255. 1998-04-15 07:12:49 +00:00
frame.c (Fset_mouse_position, Fset_mouse_pixel_position): Fix 1998-04-14 13:00:00 +00:00
frame.h (make_frame_without_minibuffer): Conditionalize on HAVE_WINDOW_SYSTEM. 1998-04-08 07:15:51 +00:00
getloadavg.c Test __unix' along with unix'. 1997-07-22 21:35:43 +00:00
getpagesize.h If no sys/param.h, default to 8k. 1996-11-19 18:40:34 +00:00
gmalloc.c Rename macro __P to PP. 1997-07-07 19:04:35 +00:00
gnu.h
hftctl.c
indent.c (indented_beyond_p): Fix mixing of Lisp_Object and int. 1998-04-14 13:00:27 +00:00
indent.h (struct position): New field bytepos. 1998-01-01 02:40:05 +00:00
insdel.c (copy_text): Count down bytes_left properly 1998-04-20 07:08:40 +00:00
intervals.c Fix -Wimplicit warnings. 1998-04-14 12:25:56 +00:00
intervals.h Add more prototypes. 1998-04-14 12:33:47 +00:00
ioctl.h
keyboard.c (Fcommand_execute): Truncate command-history here. 1998-04-23 21:25:55 +00:00
keyboard.h Add more prototypes. 1998-04-14 12:33:47 +00:00
keymap.c Revert erroneous 1998-04-08 change. 1998-04-14 21:02:17 +00:00
lastfile.c * lastfile.c (_my_endbss, my_endbss_static): New variables. 1998-04-17 05:25:35 +00:00
line.h
lisp.h Remove extraneous semicolon. 1998-04-22 17:44:41 +00:00
lread.c (dir_warning): Don't log a warning if Emacs hasn't 1998-04-23 23:40:46 +00:00
mach2.h
macros.c (store_kbd_macro_char): Define as returning nothing. 1997-11-21 13:03:55 +00:00
macros.h Declare finalize_kbd_macro_chars and 1997-11-21 13:24:40 +00:00
Makefile.in (emacs.o): Depend on buffer.h. 1998-04-23 21:20:31 +00:00
makefile.nt (LINK_TYPE): Do not include debug info in optimized 1998-04-17 05:05:40 +00:00
marker.c (set_marker_both): Remove bogus checks on charpos. 1998-04-14 13:02:50 +00:00
mem-limits.h Replaced symbol BSD with BSD_SYSTEM. 1996-09-17 03:43:54 +00:00
minibuf.c (Ftry_completion): Use Fcompare_strings. 1998-04-20 03:53:06 +00:00
mktime.c automatically generated from GPLed version 1998-04-14 00:02:53 +00:00
mocklisp.c (Fml_if): Initialize val. 1998-04-17 01:49:33 +00:00
mocklisp.h Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
msdos.c (run_msdos_command): Don't construct process 1998-04-21 11:10:56 +00:00
msdos.h (check_x): Macro definition deleted. 1996-06-10 21:02:00 +00:00
ndir.h
old-ralloc.c
param.h
point.h
pre-crt0.c
prefix-args.c Fix -Wimplicit warnings. 1998-04-14 12:25:56 +00:00
print.c Fix -Wimplicit warnings. 1998-04-14 12:25:56 +00:00
process.c (Fset_process_inherit_coding_system_flag, 1998-04-19 14:13:47 +00:00
process.h (struct Lisp_Process): Add inherit_coding_system_flag member. 1998-04-19 14:18:01 +00:00
puresize.h Add more prototypes. 1998-04-14 12:33:47 +00:00
ralloc.c (relinquish): When returning memory to the system, 1997-09-27 16:01:00 +00:00
regex.c Use RE_TRANSLATE_P to check whether translation is 1998-04-15 10:33:18 +00:00
regex.h (RE_TRANSLATE_P): New macro. 1998-04-15 10:32:29 +00:00
region-cache.c Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
region-cache.h Add prototypes. 1997-11-25 13:44:34 +00:00
scroll.c Fix -Wimplicit warnings. 1998-04-14 12:25:56 +00:00
search.c (compile_pattern, compile_pattern_1): Fix mixing of 1998-04-14 13:09:08 +00:00
sink.h
sink11.h
sink11mask.h
sinkmask.h
sol2-2.h
strftime.c automatically generated from GPLed version 1997-11-26 05:04:06 +00:00
sunfns.c (syms_of_sunfns): Pass new arg to make_pure_string. 1998-03-21 18:07:27 +00:00
syntax.c Fix -Wimplicit warnings. 1998-04-14 12:25:56 +00:00
syntax.h (SETUP_SYNTAX_TABLE_FOR_OBJECT): FROM counts chars. 1998-04-12 06:51:58 +00:00
sysdep.c (init_sys_modes): Fix mixing of Lisp_Object and int 1998-04-14 13:10:35 +00:00
sysselect.h Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
syssignal.h Delete #endif left over from previous change. 1998-03-01 23:17:19 +00:00
systime.h Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
systty.h Add prototypes. 1997-11-25 13:44:34 +00:00
syswait.h Replaced symbol BSD with BSD_SYSTEM. 1996-09-17 03:43:54 +00:00
term.c (reset_terminal_modes): Only invoke hook if defined. 1998-04-17 05:25:48 +00:00
termcap.c Update FSF address in comment. 1996-01-29 22:30:55 +00:00
termchar.h Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
termhooks.h Add more prototypes. 1998-04-14 12:33:47 +00:00
terminfo.c Fix -Wimplicit warnings. 1998-04-14 12:25:56 +00:00
termopts.h Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
textprop.c (interval_of): Handle Qt. 1998-02-22 01:03:49 +00:00
tparam.c Update FSF address in comment. 1996-01-29 22:30:55 +00:00
uaf.h Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
undo.c Fix -Wimplicit warnings. 1998-04-14 12:25:56 +00:00
unexaix.c Comment change. 1997-09-14 15:57:18 +00:00
unexalpha.c Test __OpenBSD__ along with __NetBSD__. 1997-09-06 19:37:47 +00:00
unexapollo.c Initial revision 1998-01-02 21:48:33 +00:00
unexconvex.c Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
unexec.c (copy_text_and_data) [DJGPP >= 2]: Switch off two bits 1996-07-19 19:47:26 +00:00
unexelf.c (unexec): Account for possible padding before the old .bss 1998-04-06 09:26:20 +00:00
unexelf1.c Initial revision 1996-08-09 21:57:00 +00:00
unexencap.c
unexenix.c Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
unexfx2800.c
unexhp9k800.c (unexec): Cast result of sbrk. 1996-06-28 06:31:22 +00:00
unexmips.c Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
unexnext.c Comment change. 1997-09-02 05:05:37 +00:00
unexsgi.c Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
unexsni.c Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
unexsunos4.c Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
unexw32.c (my_begbss_static, my_endbss_static): Declare. 1998-04-17 05:06:37 +00:00
vlimit.h
vm-limit.c Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
vms-pp.c Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
vms-pwd.h Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
vmsdir.h Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
vmsfns.c Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
vmsgmalloc.c Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
vmsmap.c Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
vmspaths.h
vmsproc.c Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
vmsproc.h
vmstime.c (sys_gmtime): Don't assume year < 2000. 1996-07-14 00:03:45 +00:00
vmstime.h Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
w16select.c (alloc_xfer_buf): If want_size is more than 1MB, 1998-04-22 13:39:59 +00:00
w32.c (fstat, utime): New functions; these are provided in 1998-04-23 23:41:12 +00:00
w32.h (FILE_SEND_SIGCHLD): New macro. 1998-04-17 05:07:51 +00:00
w32console.c (DebPrint, reset_kbd, unset_kbd, take_console): Delete functions. 1997-09-03 00:46:41 +00:00
w32faces.c (Qforeground_color, Qbackground_color): Declare. 1998-04-17 05:08:02 +00:00
w32fns.c (x_set_vertical_scroll_bars): Put scroll bars on the 1998-04-23 23:40:16 +00:00
w32gui.h Update include conditionals to use new name. 1997-01-20 01:10:38 +00:00
w32heap.c (recreate_heap): Invoke w32_fatal_reload_error upon error. 1998-04-17 05:08:51 +00:00
w32heap.h * w32heap.h (w32_fatal_reload_error): Declare. 1998-04-17 05:09:06 +00:00
w32inevt.c (Vw32_recognize_altgr): Declare. 1998-04-17 05:09:29 +00:00
w32inevt.h Change all uses of win95, winnt, and win32 into Windows 95, Windows 1997-01-20 00:43:16 +00:00
w32menu.c Replace code with a new version written from scratch 1998-04-23 23:43:02 +00:00
w32proc.c (sys_kill): Fix indenting. 1998-04-23 23:43:22 +00:00
w32reg.c Change identifiers of the form win32* to w32*. 1996-11-19 04:59:23 +00:00
w32select.c Change all uses of win95, winnt, and win32 1997-01-20 00:38:22 +00:00
w32term.c (w32_read_socket): Don't misinterpret WM_PAINT message 1998-04-23 23:42:28 +00:00
w32term.h (WM_EMACS_SETFOREGROUND, WM_EMACS_SETLOCALE): 1998-04-17 05:12:27 +00:00
w32xfns.c (have_menus_p): Move to w32fns.c. 1997-09-03 01:14:17 +00:00
widget.c Fix -Wimplicit warnings. 1998-04-14 12:25:56 +00:00
widget.h Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
widgetprv.h Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
window.c (Fset_window_configuration): Fix mixing of Lisp_Object 1998-04-14 13:11:34 +00:00
window.h Change argument number of Fdisplay_buffer to 3. 1998-02-06 13:45:24 +00:00
x-list-font.c (Fx_list_fonts): Fix Fnconc argument. 1997-07-12 06:49:45 +00:00
x11term.h
xdisp.c (try_window): Fix mixing of Lisp_Object and int. 1998-04-14 13:12:18 +00:00
xfaces.c (merge_face_list): New function. 1997-08-04 06:07:05 +00:00
xfns.c (x_set_font): Give 2nd arg nil to Fquery_fontset. 1998-04-15 07:38:29 +00:00
xmenu.c Fix -Wimplicit warnings. 1998-04-14 12:25:56 +00:00
xrdb.c Fix -Wimplicit warnings. 1998-04-14 12:25:56 +00:00
xscrollbar.h
xselect.c (Fx_get_cut_buffer_internal): If FORMAT is 0, cut buffer is empty. 1998-04-18 22:14:32 +00:00
xselect.c.old
xterm.c (x_find_ccl_program): New function. 1998-04-15 07:12:49 +00:00
xterm.h (x_find_ccl_program): Extern it. 1998-04-15 07:12:49 +00:00
XTests.c
XTests.h