aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* (x_sync): Block input.Richard M. Stallman1994-01-101-0/+2
* (struct buffer): New field auto_save_failure_time.Richard M. Stallman1994-01-101-0/+3
* (set_search_regs): New subroutine.Richard M. Stallman1994-01-101-45/+41
* (Fdo_auto_save): If auto save times out, don't try again for 20 minutes.Richard M. Stallman1994-01-101-0/+27
* (Fdelete_frame): Call x_sync.Richard M. Stallman1994-01-101-1/+8
* (describe_map_tree): New arg NOMENU.Richard M. Stallman1994-01-101-6/+28
* (Fsubstitute_command_keys): Pass new arg to describe_map_tree.Richard M. Stallman1994-01-101-1/+1
* (create_process): Set line discipline only if pty_flag.Richard M. Stallman1994-01-101-6/+7
* Include <sys/types.h> before <sys/resource.h>.Roland McGrath1994-01-091-1/+4
* Don't declare sys_nerr.Roland McGrath1994-01-091-4/+6
* (x_sync): New function.Richard M. Stallman1994-01-091-0/+8
* Comment changes.Richard M. Stallman1994-01-091-4/+4
* Restore big block of #ifdef and #include lines for fcntl.h and friends,Roland McGrath1994-01-091-1/+35
* (child_setup): Don't declare PID `register'; we later take its address.Roland McGrath1994-01-081-1/+1
* (report_file_error): Use strerror instead of sys_errlist.Roland McGrath1994-01-081-4/+1
* (main): Call strerror instead of using sys_errlist.Roland McGrath1994-01-081-8/+3
* Don't declare sys_errlist; declare strerror instead.Roland McGrath1994-01-082-15/+9
* Add #undef HAVE_STRERROR.Roland McGrath1994-01-081-0/+4
* [! VMS]: Don't declare sys_errlist here.Roland McGrath1994-01-081-40/+18
* Don't declare sys_errlist; declare strerror instead.Roland McGrath1994-01-081-6/+4
* Don't declare sys_errlist; declare strerror instead.Roland McGrath1994-01-081-6/+5
* (interrupt_signal) [MSDOS]: write explicit CRs sinceRichard M. Stallman1994-01-081-38/+105
* (main): Don't call setpgrp if !initialized.Richard M. Stallman1994-01-081-4/+5
* (${etc}DOC): Put back ${lisp} accidentally deleted.Richard M. Stallman1994-01-081-1/+1
* (Frem) [MSDOS]: use `fmod', not `drem'. Put in config.h?Richard M. Stallman1994-01-081-1/+11
* Initial revisionRichard M. Stallman1994-01-086-0/+1681
* [MSDOS]: New buffer-local variable:Richard M. Stallman1994-01-082-0/+29
* (syms_of_callproc) [MSDOS]: New lisp variable: binary-process.Richard M. Stallman1994-01-081-5/+115
* [MSDOS]: Don't #include <a.out.h>, but use other headers.Richard M. Stallman1994-01-081-1/+40
* [MSDOS]: don't #include <sgtty.h>. We haven't got it.Richard M. Stallman1994-01-081-0/+10
* [MSDOS]: #include <dos.h>, "dosfns.h", "msdos.h", andRichard M. Stallman1994-01-081-10/+71
* [MSDOS] (get_lim_data): Use go32 call.Richard M. Stallman1994-01-081-2/+19
* [MSDOS]: Use text mode for all files but ".elc" files.Richard M. Stallman1994-01-081-0/+25
* [MSDOS]: Don't define HAVE_MATHERR.Richard M. Stallman1994-01-081-1/+13
* [MSDOS]: #include "msdos.h" and <sys/param.h> needed forRichard M. Stallman1994-01-081-1/+177
* (main) [MSDOS]: Call init_environment. Set file types toRichard M. Stallman1994-01-081-0/+18
* (DIRENTRY_NONEMPTY): New macro; two definitions.Richard M. Stallman1994-01-081-3/+34
* (keys_of_cmds) [MSDOS]: Chars 0200 to 0237 self-insert.Richard M. Stallman1994-01-081-0/+4
* (emacs): Don't run inc-vers.el.Richard M. Stallman1994-01-071-6/+0
* (strout, printchar): Use proper frame for minibuffer.Richard M. Stallman1994-01-071-12/+18
* Handle HAVE_BCMP.Richard M. Stallman1994-01-071-2/+4
* (describe_syntax): Handle Sinherit.Richard M. Stallman1994-01-051-4/+6
* (enum syntaxcode): Add Sinherit.Richard M. Stallman1994-01-051-11/+92
* (SUNOS_LOCALTIME_BUG): #if 0'd.Richard M. Stallman1994-01-041-0/+2
* (Fmapconcat): Doc fix.Richard M. Stallman1994-01-041-1/+1
* (bcopy, bzero, bcmp): Defined.Richard M. Stallman1994-01-041-0/+5
* (buffer.o): Don't depend on syntax.h.Richard M. Stallman1994-01-041-5/+7
* Don't include syntax.h.Richard M. Stallman1994-01-041-1/+12
* (file_name_completion_stat): If have symlinks, use lstat.Richard M. Stallman1994-01-041-0/+4
* (Fx_list_fonts): Don't fail to init `tail'.Richard M. Stallman1994-01-041-1/+7