Miscellaneous fixes for better compatibility with
[bpt/emacs.git] / src / sysdep.c
1995-05-06 Richard M. Stallman(bcmp, bcopy): Fix backward BSTRING conditionals.
1995-04-29 Richard M. Stallman[HAVE_UNISTD_H]: Include unistd.h.
1995-04-12 Karl Heuer(sys_subshell) [WINDOWSNT]: Don't invoke restore_console.
1995-04-08 Karl HeuerUpdate copyright.
1995-04-07 Richard M. Stallman(bcopy): If NEED_BCOPY, do compile this.
1995-03-08 Karl Heuer(read_input_waiting): Fix Lisp_Object vs. int problem.
1995-01-23 Karl Heuer(sys_select): Renamed from select. Use SELECT_TYPE...
1995-01-19 Karl Heuer(seed_random): Renamed from srandom.
1995-01-06 Karl HeuerDelete obsolete comment.
1994-12-10 Richard M. Stallman(sys_siglist) [AIX]: Add AIXHFT conditional.
1994-12-04 Richard M. Stallman(child_setup_tty): Use CDISABLE for setting VERASE...
1994-11-22 Richard M. Stallman(init_sys_modes): Tes AIXHFT, not AIX.
1994-11-15 Richard M. Stallman(init_sys_modes): Maybe call tcflow.
1994-11-01 Richard M. Stallman[WINDOWSNT]: Add includes for NT.
1994-10-25 Richard M. StallmanNever use input_fd if using X.
1994-10-22 Richard M. Stallman(input_fd): No longer static.
1994-10-17 Morten Welinder*** empty log message ***
1994-10-14 Richard M. Stallman(read_input_waiting): Set e.frame_or_window w/ XSETFRAME.
1994-10-11 Karl Heuer(sys_subshell): Use NILP macro directly, not its expans...
1994-10-04 Karl Heuer(kbd_input_ast, read_input_waiting): Use new accessor...
1994-10-02 Karl HeuerInclude <utime.h> here instead of in systime.h.
1994-09-27 Karl Heuer(sys_subshell): Use type test macros.
1994-09-25 Richard M. Stallman(set_file_times): Fix typo in previous change.
1994-09-25 Richard M. Stallman(set_file_times): Don't test HAVE_UTIME.
1994-09-24 Richard M. Stallman[USE_DL_STUBS] (dlopen, dlsym, dlclose): New functions.
1994-09-24 Richard M. Stallman(start_of_text): Don't test CANNOT_UNEXEC.
1994-09-24 Richard M. StallmanDelete BROKEN_FASYNC conditional.
1994-09-20 Karl Heuer(set_file_times): Move this out of the USG conditional.
1994-09-18 Karl Heuer(set_file_times): New function.
1994-09-05 Karl Heuer(srandom): Pass arg to srand48; no return value.
1994-09-04 Richard M. Stallman(random, srandom): Check HAVE_LRAND48, not HAVE_RAND48.
1994-09-04 Richard M. Stallman(init_baud_rate): Test that getobaud is actually defined.
1994-09-03 Richard M. Stallman(init_baud_rate) [USE_GETOBAUD]: Use getobaud.
1994-07-28 Richard M. Stallman(random): Use rand differently, and distinguish BSD...
1994-07-27 Richard M. Stallman(random, srandom): Obey HAVE_RAND48 flag.
1994-07-25 Richard M. Stallman[!HAVE_H_ERRNO]: Declare h_errno.
1994-07-19 Richard M. Stallman(init_system_name): Retry gethostbyname after TRY_AGAIN...
1994-07-01 Richard M. Stallman(init_sys_modes): Turn off VSTART and VSTOP chars. On
1994-06-15 Karl Heuer(init_system_name): New function, replaces get_system_name.
1994-06-14 Richard M. Stallman(init_sys_modes): Don't set up sigio here if window...
1994-06-13 Richard M. Stallman(init_sys_modes): Don't call set_terminal_modes
1994-05-19 Richard M. Stallman[BROKEN_TIOCGWINSZ]: Undef TIOCSWINSZ too.
1994-05-13 Richard M. Stallman(sys_subshell): PRIO_PROCESS renamed to SET_EMACS_PRIORITY.
1994-05-04 Richard M. StallmanTest ISC4_0 along with TIOCGWINSZ.
1994-04-15 Richard M. Stallman(sys_siglist) [sun]: Check SIGFREEZE and SIGTHAW defined.
1994-04-12 Richard M. Stallman(set_window_size): New function.
1994-04-11 Richard M. StallmanComment change.
1994-03-23 Karl Heuer(reset_sys_modes): Turn off O_NDELAY.
1994-02-26 Karl Heuer(sys_subshell): New function, split from sys_suspend.
1994-02-17 Richard M. Stallman(child_setup_tty): Typo in previous change.
1994-02-17 Richard M. Stallman(child_setup_tty): Use IUCLC, OLCUC, NLDLY only if...
1994-02-17 Richard M. Stallman(init_sys_modes, reset_sys_modes): Test BSD_PGRPS.
1994-02-16 Richard M. Stallman(init_sys_modes): IEXTEN is in c_lflag, not c_iflag.
1994-02-15 Richard M. Stallman(sys_write): If any bytes were written, return how...
1994-02-13 Roland McGrath(start_of_text): Don't define #ifdef HAVE_TEXT_START.
1994-02-12 Karl HeuerFix conditional compilation.
1994-02-02 Karl Heuer(get_system_name): Remove restriction on hostname size.
1994-01-26 Richard M. Stallman(mkdir): Use MKDIR_PROTOTYPE if defined.
1994-01-15 Richard M. Stallman(request_sigio, unrequest_sigio): Add new versions of
1994-01-12 Richard M. Stallman(sys_siglist) [sun]: Additional Sun-specific signal...
1994-01-09 Roland McGrathRestore big block of #ifdef and #include lines for...
1994-01-08 Roland McGrath[! VMS]: Don't declare sys_errlist here.
1994-01-08 Richard M. Stallman[MSDOS]: #include <dos.h>, "dosfns.h", "msdos.h", and
1994-01-03 Richard M. Stallman(get_system_name): If the official name of the host is
1993-12-23 Richard M. Stallman[VMS] (wait_for_kbd_input): Call prepare_menu_bars.
1993-11-26 Richard M. Stallman(closedir): Test BROKEN_CLOSEDIR, not INTERRUPTIBLE_CLOSE.
1993-11-25 Richard M. Stallman(init_baud_rate): Avoid referring to sg uninitialized.
1993-11-24 Richard M. Stallman(closedir): Pass on the value from sys_closedir.
1993-11-23 Richard M. Stallman(getwd): If getcwd returns 0, we return 0.
1993-11-10 Richard M. Stallman(sys_suspend): Use EMACS_GETPGRP macro.
1993-11-10 Richard M. Stallman(read_input_waiting): Don't mess with meta bit
1993-11-06 Richard M. Stallman(child_setup_tty): Make the pty handle 8-bit characters.
1993-09-22 Brian Fox(sys_write): Keep trying to write out the data until
1993-09-12 Richard M. Stallman(bzero, bcopy, bcmp): Don't define as functions
1993-09-10 Roland McGrathInclude <config.h> instead of "config.h".
1993-09-08 Richard M. Stallman(stuff_char): Use input_fd.
1993-08-15 Richard M. Stallman(mkdir, rmdir): Use wait_for_termination to wait.
1993-08-15 Richard M. StallmanInclude syswait.h.
1993-08-03 Jim Blandy* config.h.in: Add #undefs for HAVE_MKDIR and HAVE_RMDI...
1993-08-03 Richard M. Stallman(vfork): Move this outside the USG conditional.
1993-07-18 Jim Blandy* xterm.c, sysdep.c (F_SETOWN_BUG): Defined.
1993-06-19 Jim Blandy* sysdep.c (rename): Make arguments const. autoconf...
1993-06-18 Jim BlandyChanges for Irix 4.0, tested this time:
1993-06-17 Jim BlandyChanges for correct pgrp behavior; approach suggested...
1993-06-16 Jim Blandy* sysdep.c (closedir): Don't free directory buffer...
1993-06-16 Jim Blandy* sysdep.c [ultrix] (init_sys_modes): Don't set LLITOUT; it
1993-06-12 Jim Blandy* sysdep.c (child_setup_tty): Remove duplicate settings...
1993-06-11 Jim BlandyInteract properly with shells lacking job control ...
1993-06-10 Jim Blandy* sysdep.c: Remove clause for DGUX support of FASYNC...
1993-06-09 Jim BlandyApply typo patches from Paul Eggert.
1993-06-07 Richard M. Stallman(init_baud_rate) [HAVE_TERMIOS]: Use cfgetospeed.
1993-06-04 Richard M. Stallman(wait_for_termination): Fix sigpause in POSIX_SIGNALS...
1993-05-31 Richard M. Stallman(wait_for_termination): Delete LINUX conditionals.
1993-05-30 Richard M. Stallman(child_setup_tty) [AIX SIGNALS_VIA_CHARACTERS]: Install
1993-05-30 Richard M. Stallman(wait_for_termination): Add POSIX_SIGNALS alternative.
1993-05-30 Richard M. Stallman(sys_signal): Use 0, not NULL, to set sa_flags.
1993-05-29 Jim Blandy* sysdep.c (sys_siglist): Comment out #endif trailer.
1993-05-29 Richard M. Stallman(gettimeofday): Don't store in *tzp if tzp is 0.
1993-05-27 Jim Blandy* systty.h (HAVE_LTCHARS, HAVE_TCHARS): New macros...
1993-05-26 Richard M. Stallman[HAVE_SOCKETS]: Include socket.h, netdb.h.
next