summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * config.guess: Combine two OSF1 rules.libc-960520libc-960519libc-960518libc-960517libc-960516libc-960515libc-960514libc-960513libc-960512libc-960511libc-960510libc-960509libc-960508libc-960507libc-960506libc-960505libc-960504libc-960503libc-960502libc-960501libc-960430libc-960429libc-960428libc-960427libc-960426libc-960425libc-960424libc-960423libc-960422libc-960421libc-960420libc-960419libc-960418libc-960417libc-960416libc-960415libc-960414libc-960413Per Bothner1996-04-131-8/+6
| | | | | | Also recognize field test versions. From mjr@zk3.dec.com. * config.guess (dgux): Use /usr/bin/uname rather than uname, because GNU uname does not support -p. From pmr@pajato.com.
* (main) [MSDOS]: Always call tzset, not init__gettimeofday.Richard M. Stallman1996-04-121-7/+1
|
* (MAX_FAILURE_ITEMS): Use 5 instead of actual number of regs.Richard M. Stallman1996-04-121-2/+5
|
* (interpreter-mode-alist): Recognize perl5.Richard M. Stallman1996-04-121-0/+1
|
* *** empty log message ***Richard M. Stallman1996-04-121-2/+9
|
* [DJGPP v2]: Include io.h.Richard M. Stallman1996-04-121-0/+11
| | | | (main) [DJGPP v2]: Switch standard streams to binary with setmode.
* (djgpp_ver): Variable renamed from djgpp-ver.Richard M. Stallman1996-04-121-9/+9
|
* (msdos): Put mainmake.v2 into the dist.Richard M. Stallman1996-04-121-1/+1
|
* Under DJGPP v2, use <sys/config.h> instead of most of config.h.in.Richard M. Stallman1996-04-121-3/+14
|
* (Fformat_time_string): Doc fix.Richard M. Stallman1996-04-121-2/+2
|
* Comment change.Richard M. Stallman1996-04-122-2/+2
|
* (MANIFEST): Fix previous change.Richard M. Stallman1996-04-121-1/+1
|
* (make_frame_without_minibuffer): Don't change theRichard M. Stallman1996-04-121-5/+9
| | | | mini_window's buffer if it already displays a minibuffer.
* Remove `|| defined (LINUX)' from #if condition.Richard M. Stallman1996-04-121-1/+1
|
* Include signal.h.Richard M. Stallman1996-04-121-0/+84
| | | | | | | (__write) [DJGPP == 2.0]: New function, avoids calling `malloc' while writing to a text file, so that buffer text being written won't be relocated. (abort) [DJGPP > 1]: Generate traceback, to identify the abort cause.
* (wait_reading_process_input, both definitions):Richard M. Stallman1996-04-121-29/+25
| | | | Don't call detect_input_pending; use detect_input_pending_run_timers.
* (read_char): Use detect_input_pending_run_timersRichard M. Stallman1996-04-121-10/+25
| | | | | | | before redisplay, not detect_input_pending. (readable_events): Don't touch timers at all if DO_TIMERS_NOW is 0. (timer_check): Always run timers directly. Bind inhibit-quit to t here.
* MSDOS changes.Richard M. Stallman1996-04-111-31/+40
|
* Initial revisionRichard M. Stallman1996-04-111-0/+91
|
* Comment change.Richard M. Stallman1996-04-111-7/+1
|
* (standard_args): Synchronize with startup.el.Richard M. Stallman1996-04-111-0/+3
|
* Comment change.Richard M. Stallman1996-04-111-4/+7
|
* (sys_subshell): Add conditionals for DJGPP v2.Richard M. Stallman1996-04-111-0/+9
|
* Define HAVE_WAIT_HEADER.Richard M. Stallman1996-04-111-0/+1
|
* (mail-fetch-field): Use skip-chars-backwardRichard M. Stallman1996-04-111-4/+2
| | | | to back over whitespace; don't back up past opoint.
* (redisplay_window): Move w->start marker beforeRichard M. Stallman1996-04-111-0/+1
| | | | running window-scroll-functions (in scroll_step case).
* (auto-mode-alist): Handle `.java'.Richard M. Stallman1996-04-111-0/+1
|
* (command-line-x-option-alist): -T sets only the title.Richard M. Stallman1996-04-111-2/+2
|
* (command-line-x-option-alist):Richard M. Stallman1996-04-111-1/+2
| | | | --title sets only the title. Allow -title as alias too.
* (BLACK_PIX_DEFAULT, WHITE_PIX_DEFAULT): Use PALETTERGB instead of RGB.Geoff Voelker1996-04-111-2/+2
|
* (win32_color_map): Use PALETTERGB instead of RGB.Geoff Voelker1996-04-111-240/+240
|
* [WINDOWSNT]: Include io.h.Richard M. Stallman1996-04-111-0/+1
|
* (CTAGSOBJ): Compile with regexp support.Geoff Voelker1996-04-101-3/+8
|
* (calculate_ins_del_char_costs): Use proper frame's width.Richard M. Stallman1996-04-101-1/+1
|
* (Fx_list_fonts): Handle X protocol errors.Richard M. Stallman1996-04-101-2/+18
|
* Wed Apr 10 06:08:48 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>Roland McGrath1996-04-101-1/+1
| | | | * make-dist: Exit if autoconf fails.
* (x-handle-display): Set DISPLAY envvar too.Richard M. Stallman1996-04-101-1/+6
|
* Set djgpp-ver, and unset it at the end.Richard M. Stallman1996-04-101-12/+54
| | | | | | | Add a number ofconditionals for DJGPP version 2. Rename label libsrc2 to libsrc3. Substitute for LDFLAGS in src/Makefile. Substitute for ALL_CFLAGS in lib-src/Makefile.
* [DJGPP v2]: Include fcntl.h.Richard M. Stallman1996-04-101-0/+18
| | | | (copy_text_and_data) [DJGPP v2]: Call __djgpp_exception_toggle.
* [MSDOS]: If DJGPP version 2, include fcntl.h.Richard M. Stallman1996-04-101-5/+72
| | | | | | | | | | | | | (_crt0_startup_flags): Initialize it. (internal_terminal_init): Change handling of EMACSCOLORS. (init_environment): Call tzset, not init_gettimeofday. (ctrl_break_vector, ctrl_break_regs): Don't define if DJGPP v2. (ctrl_break_func, install_ctrl_break_check): Don't define if DJGPP v2. (dos_ttraw) [DJGPP v2]: Don't call install_ctrl_break_check. Call setmode at the end and exit. (dos_ttcooked): Call setmode at the end and exit. (gethostname, gettimeofday): Don't define if DJGPP v2. (alarm, fork, kill, nicr, pause, sigsetask): Don't define if DJGPP v2.
* [MSDOS]: If DJGPP version 2, include fcntl.h and string.h.Richard M. Stallman1996-04-101-0/+4
|
* [MSDOS]: If DJGPP version 2, include unistd.h.Richard M. Stallman1996-04-101-4/+7
| | | | Include msdos.h somewhat earlier.
* [DJGPP v2] (etext, start): Declared.Richard M. Stallman1996-04-101-0/+10
| | | | (wait_for_termination) [DJGPP v2]: Just exit.
* (DATA_START, TEXT_START, TEXT_END, _NAIVE_DOS_REGS)Richard M. Stallman1996-04-101-5/+30
| | | | | | (POSIX_SIGNALS): Define if DJGPP v2. (LIBS_SYSTEM, chdir, NO_MODE_T, TEXT_START, NO_MATHERR) (LOCALTIME_CACHE, tzset): Don't define if DJGPP v2.
* (read_minibuf): GCPRO ambient_dir.Richard M. Stallman1996-04-101-4/+4
|
* (main) [MSDOS]: Handle DJGPP version 2.Richard M. Stallman1996-04-102-2/+28
|
* entered into RCSRichard M. Stallman1996-04-102-0/+50
|
* (Fset_frame_size): Do call Fset_frame_sizeRichard M. Stallman1996-04-091-1/+2
| | | | if size is specified and there is a pending size change already.
* (x_set_frame_parameters): Do call Fset_frame_sizeRichard M. Stallman1996-04-091-1/+2
| | | | if size is specified and there is a pending size change already.
* (sit_for): Call swallow_events.Richard M. Stallman1996-04-091-0/+2
|