Version 3.16
[bpt/emacs.git] / src / sysdep.c
2005-09-18 YAMAMOTO Mitsuharu[MAC_OS8]: Don't include stdlib.h. Include sys/param.h.
2005-09-10 Eli ZaretskiiDon't #undef NULL after including blockinput.h.
2005-09-10 Eli ZaretskiiFix last change.
2005-09-10 Eli Zaretskii[WINDOWSNT]: Add prototype for getwd.
2005-09-10 Eli Zaretskii(get_current_dir_name) [!HAVE_CURRENT_DIR_NAME]: New...
2005-08-07 Thien-Thi NguyenUpdate years in copyright notice; nfc.
2005-07-04 Lute KamstraUpdate FSF's address.
2005-05-01 Thien-Thi Nguyen(get_frame_size) [VMS]: Use a fresh i/o channel.
2005-04-20 Thien-Thi NguyenRemove reference to defunct vms-pwd.h.
2005-02-05 Andreas Schwab(sys_subshell): Properly terminate execlp argument...
2004-12-15 Jan Djärv* syssignal.h: Declare main_thread.
2004-11-29 Stefan Monnier(emacs_write): Don't use QUIT.
2004-11-25 Stefan Monnier(sys_signal): Don't use SA_RESTART if SYNC_INPUT is...
2004-08-19 Kim F. Storm(child_setup_tty, init_sys_modes): Use CDISABLE.
2004-08-16 Richard M. Stallman(child_setup_tty) [SIGNALS_VIA_CHARACTERS]:
2004-07-19 Steven Tammmac.c (sys_select): Block input around call to
2004-02-27 Kim F. Storm(BUFFER_SIZE_FACTOR): Remove.
2004-02-09 Jan DjärvMove include stdio.h to same place as in other files.
2004-01-26 Jan Djärv(mkdir, rmdir): Also check synch_process_termsig.
2003-09-01 Miles BaderAdd arch taglines
2003-06-15 Stefan Monnier(kbd_input_ast, read_input_waiting): Don't pass uniniti...
2003-06-12 Dave LoveRemove redundant include of unistd.h, stdlib.h. Use
2003-05-24 Kim F. StormMake (few) trivial substitutions for renamed and
2003-02-04 Juanma BarranqueroTrailing whitespace deleted.
2002-12-08 Steven TammHave emacs_read use sys_read on carbon/Mac OS X
2002-12-04 Richard M. Stallman(fcntl.h): Test only HAVE_FCNTL_H.
2002-11-22 Dave Love(stuff_char) [PROTOTYPES]: Provide ISO C arglist.
2002-08-19 Eli Zaretskii[MSDOS]: Don't define request_sigio and
2002-08-17 Richard M. Stallman[!VMS]: Include sys/files.h.
2002-07-24 Ken Raeburn(start_of_data): Don't define the function if a macro
2002-07-21 Ken Raeburn(end_of_text, end_of_data): Unused functions deleted.
2002-07-19 Ken Raeburn(emacs_write): Buffer pointer now const.
2002-07-16 Ken Raeburn(emacs_open, set_file_times): String pointer args now
2002-07-15 Ken RaeburnMost uses of XSTRING combined with STRING_BYTES or...
2002-07-11 Richard M. Stallman(sys_signal): Test BROKEN_SA_RESTART.
2002-06-13 Pavel Janík*** empty log message ***
2002-04-26 Andrew ChoiPatch for building Emacs on Mac OS X. April 26, 2002...
2002-03-22 Stefan Monnier(wait_for_termination): Use sigsuspend rather than...
2002-03-04 Stefan MonnierChange defvar_int def and vars to use EMACS_INT instead...
2002-03-04 Eli Zaretskii(sys_subshell): Fix last change.
2002-03-04 Eli Zaretskii(sys_subshell) [MSDOS]: If PWD is set in the
2002-02-08 Pavel Janík(init_system_name): Put unused variable `p' in #if 0.
2002-01-01 Pavel JaníkInclude <config.h>.
2001-12-11 Richard M. StallmanTest GNU_LINUX, not LINUX.
2001-11-19 Richard M. StallmanComment change.
2001-11-16 Pavel Janík(wait_for_kbd_input) [VMS]: Do not call clear_waiting_f...
2001-11-11 Richard M. Stallman(child_setup_tty): Don't clear ICRNL or INLCR.
2001-10-21 Pavel Janík(delete-exited-processes): Change doc-string comments...
2001-10-08 Gerd Moellmann(child_setup_tty) [HAVE_TERMIO || HAVE_TERMIOS]:
2001-10-08 Gerd MoellmannDon't define min/max.
2001-09-21 Gerd Moellmann(wait_for_termination) [POSIX_SIGNALS]: Terminate
2001-09-20 Gerd Moellmann(wait_for_termination): Add a FIXME comment for the...
2001-04-05 Gerd Moellmann(getwd) [!HAVE_GETWD]: Unblock input before returning.
2001-01-16 Gerd MoellmannCall redisplay_preserve_echo_area with additional arg.
2001-01-10 Dave Love(random): Revert the declaration.
2001-01-05 Gerd MoellmannUpdate copyright.
2001-01-05 Gerd MoellmannDon't prototype srandom; it takes an unsigned argument
2001-01-04 Dave Love(random, srandom): Declare explicitly.
2000-11-21 Kenichi HandaMove the code for declaring h_errno after #include...
2000-11-19 Gerd Moellmann(emacs_ospeed): New variable.
2000-11-05 Andrew Innes(read_input_waiting): Remove extraneous argument to
2000-10-22 Andrew ChoiInitial check-in: changes for building Emacs under...
2000-10-06 Dave LoveDon't include string.h.
2000-08-22 Andrew InnesInclude keyboard.h before frame.h.
2000-08-05 Gerd Moellmann(run_mac_command, closedir): Use `xfree' instead of...
2000-08-05 Gerd Moellmann(opendir, GetTempDirName, run_mac_command): Use xmalloc
2000-06-23 Dave LoveUndefine setpgrp before setting it.
2000-06-20 Gerd Moellmann(sigprocmask_set): New variable.
2000-06-02 Dave LoveConditionally include stdlib.h, unistd.h.
2000-05-26 Gerd Moellmann(ospeed) [HAVE_SPEED_T]: Declare as `extern speed_t'.
2000-05-24 Gerd Moellmann(setpgrp): Don't define if USG and BSD_PGRPS are not...
2000-05-23 Gerd Moellmann(setpgrp) [HAVE_SETPGID]: Define as setpgid.
2000-05-20 Gerd Moellmann(setup_pty): Treat case that UNIX98_PTYS is defined
2000-03-01 Jason Rumney[WINDOWSNT]: Use sys_read and sys_write to ensure corre...
2000-03-01 Gerd Moellmann(start_of_text): Don't define this function for NetBSD
2000-02-16 Gerd Moellmann(vfork) [!HAVE_VFORK]: Removed.
2000-01-25 Gerd Moellmann(sys_select): Turn atimers off and on instead of
1999-11-22 Paul Eggert* callproc.c (strerror): Remove decl.
1999-10-19 Paul EggertAdd support for large files, 64-bit Solaris, system...
1999-09-13 Gerd Moellmann(reset_sys_modes): Change for Lisp_Object selected_frame.
1999-09-06 Richard M. Stallman[macintosh] (stat, fstat, mkdir, rmdir, utime, access)
1999-08-30 Andreas SchwabInclude <stdlib.h> if available. Declare errno only...
1999-08-29 Richard M. Stallman(read_input_waiting): Pass read_socket_hook just 4...
1999-08-18 Dave LoveUse stdlib.h.
1999-08-02 Eli Zaretskii(init_sys_modes): Call init_frame_faces for termcap
1998-11-04 Kenichi Handa[nec_ews_svr4]: Extern *_sobuf.
1998-07-25 Richard M. Stallman[AIXHFT] (hft_init, hft_reset): Add declarations.
1998-06-02 Karl Heuer(sys_subshell): Cast arg to chdir.
1998-04-29 Andreas Schwab(emacs_get_tty): Zero out termios structure before
1998-04-26 Richard M. Stallman(croak): Add forward declaration.
1998-04-14 Andreas Schwab(init_sys_modes): Fix mixing of Lisp_Object and int
1998-04-14 Andreas SchwabFix -Wimplicit warnings.
1998-02-20 Andreas Schwab(sys_sigpause): Removed.
1997-12-21 Richard M. Stallman(sys_signal): Undo previous change.
1997-12-11 Karl Heuer(sys_signal): Add two casts.
1997-11-28 Andreas Schwab(reset_sigio): Return void.
1997-11-27 Kenichi Handa(discard_tty_input, init_baud_rate,
1997-11-25 Andreas SchwabAdd prototypes.
1997-11-20 Karl Heuer(init_system_name): Don't use sysinfo.
1997-11-20 Karl HeuerTreat DGUX the same as USG.
next