aboutsummaryrefslogtreecommitdiffstats
path: root/src/vmsproc.c
Commit message (Collapse)AuthorAgeFilesLines
* * lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):Ken Raeburn2000-03-301-2/+2
| | | | | | | | | | | | | | | | | | Verify correct object type before returning pointer, using eassert. * frame.h (XFRAME): Likewise. * buffer.c (Frename_buffer, Fset_buffer_multibyte, swap_out_buffer_local_variables, Fmove_overlay): Don't apply XSYMBOL, XBUFFER, etc, to values that may be nil or of the wrong type. * data.c (set_internal): Likewise. * dispextern.h (WINDOW_WANTS_MODELINE_P, WINDOW_WANTS_HEADER_LINE_P): Likewise. * fileio.c (auto_save_1): Likewise. * insdel.c (check_markers): Likewise. * marker.c (buf_charpos_to_bytepos, unchain_marker): Likewise. * undo.c (record_insert): Likewise. * vmsproc.c (child_sig): Likewise. * window.c (unshow_buffer, window_loop): Likewise. * xterm.c (x_erase_phys_cursor): Likewise.
* Use XCAR and XCDR instead of explicit member access.Ken Raeburn1999-09-131-2/+2
|
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
|
* Comment fixes.Karl Heuer1996-01-051-1/+1
|
* Update GPL to version 2.Karl Heuer1995-06-151-1/+1
|
* (create_process): Don't use XFASTINT as an lvalue.Karl Heuer1994-10-041-3/+3
|
* (child_setup, Fcall_process): Use type test macros.Karl Heuer1994-09-271-5/+5
|
* Update copyright.Karl Heuer1994-05-041-1/+1
|
* Include config.h, lisp.h, buffer.h, process.h, commands.h, errno.h and file.h.Richard M. Stallman1994-03-051-6/+12
| | | | | | (write_to_vms_process): Change =- to -=. (create_process): Set status field instead of obsolete flags field. (child_sig): Likewise.
* (Fcall_process): Call prepare_menu_bars.Richard M. Stallman1993-12-231-3/+7
|
* entered into RCSJim Blandy1992-01-131-3/+3
|
* *** empty log message ***Richard M. Stallman1990-12-311-3/+1
|
* Initial revisionJim Blandy1990-11-121-0/+786