aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (W32_TEXTOUT): Do not multiply nchars byGeoff Voelker1999-03-141-3/+3
| | | | | charset_dim. (dumpglyphs): Formatting fixes.
* (w32_wnd_proc): Handle WM_GETMINMAXINFO message.Geoff Voelker1999-03-141-0/+6
|
* (BASE_PURESIZE): Increase to 505000.Karl Heuer1999-03-101-2/+1
|
* (init_filelock): New function.Karl Heuer1999-03-091-0/+6
|
* (main) [CLASH_DETECTION]: Call init_filelock.Karl Heuer1999-03-091-0/+3
|
* Doc fix.Dave Love1999-03-091-1/+3
|
* (setup_coding_system): Check for CODING_SYSTEM = nil.Kenichi Handa1999-03-091-0/+5
|
* (get_boot_time): Reduce scope of #ifdef BOOT_TIMEKarl Heuer1999-03-091-1/+1
| | | | to only the part that uses get_boot_time_1.
* (Finsert_file_contents): Use xfree.Dave Love1999-03-071-1/+1
|
* (callproc.o, coding.o, fileio.o, msdos.o, process.o,Kenichi Handa1999-03-061-7/+7
| | | | term.o, xselect.o): Depend on ccl.h.
* Remove common multiple file compilation commands.Geoff Voelker1999-03-061-11/+0
|
* (Fbase64_encode_string): Allocate sufficient memory forKenichi Handa1999-03-041-1/+5
| | | | newlines added when the arg NO-LINE-BREAK is nil.
* (syms_of_buffer): Doc fix.Karl Heuer1999-03-041-1/+1
|
* (Fstring_match, Fposix_string_match): Doc fix.Karl Heuer1999-03-041-0/+2
|
* (Fcall_process): Use xmalloc, xfree.Karl Heuer1999-03-041-3/+3
|
* (term_init): Use xmalloc, not malloc.Karl Heuer1999-03-041-3/+3
|
* (get_clipboard_data): Always stop at the first null byte.Eli Zaretskii1999-03-031-16/+6
|
* (Fdefconst): Doc fix.Andreas Schwab1999-03-031-1/+1
|
* Comment for ISO 2022 encoding mechanism modified.Kenichi Handa1999-03-011-61/+71
|
* (get_boot_time): Support FreeBSD way to read boot-time.Karl Heuer1999-03-011-0/+23
|
* (internal_self_insert): Calculate column properlyKarl Heuer1999-03-011-1/+1
| | | | in overwrite-of-tab case.
* (main) [DOUG_LEA_MALLOC]: Don't use unsetenv, it callsAndreas Schwab1999-02-281-2/+13
| | | | malloc in glibc 2.1.
* Use epaths.h istead of paths.h.Richard M. Stallman1999-02-265-7/+7
|
* paths.h and paths.in renamed to epaths.h and epaths.in.Richard M. Stallman1999-02-261-11/+11
|
* (get_boot_time): Use WTMP_FILE for file name.Richard M. Stallman1999-02-261-5/+18
| | | | | (WTMP_FILE): Default definition in case not defined. (get_boot_time_1): Test that file exists before trying to read it.
* (main) [DOUG_LEA_MALLOC]: Work around a bug in glibc'sAndreas Schwab1999-02-261-0/+10
| | | | malloc.
* (syms_of_buffer): Doc fix for enable-multibyte-characters.Richard M. Stallman1999-02-261-4/+10
|
* (push_key_description): If enable-multibyte-charactersKenichi Handa1999-02-251-1/+3
| | | | is nil and C is single byte, push C as is.
* (push_key_description): If enable-multibyte-charactersKenichi Handa1999-02-241-12/+25
| | | | | | | is non-nil, try to convert unibyte character to multibyte. For invalid multibyte character, show all bits by octal form. (Fsingle_key_description): Check the varidity of charset for a generic character.
* (Ffile_regular_p): Undo previous change.Karl Heuer1999-02-231-1/+1
|
* (Fdefconst): Doc fix.Karl Heuer1999-02-231-9/+2
|
* (get_boot_time): Don't use BUFSIZ.Karl Heuer1999-02-231-2/+2
|
* Initial revisionKarl Heuer1999-02-222-0/+18
|
* (EXTRA_LINK): Do version test with strings.Andrew Innes1999-02-221-1/+1
|
* ($(BLD)\w32bdf.obj): Add missing continuation character.Andrew Innes1999-02-221-1/+1
|
* (Fbase64_encode_string): Fix last change.Andreas Schwab1999-02-221-1/+1
|
* (event_kind): Add user_signal.Andreas Schwab1999-02-221-1/+4
|
* (Qusr1_signal, Qusr2_signal): New variables.Andreas Schwab1999-02-221-0/+17
| | | | | | (syms_of_keyboard): Initialize them. (lispy_user_signals): New variable. (make_lispy_event): Handle user_signal event type.
* Don't define Qusr1_signal and Qusr2_signal.Andreas Schwab1999-02-221-11/+4
| | | | | | | (syms_of_emacs): Don't initialize them. (handle_USR1_signal, handle_USR2_signal): Set event type to user_signal instead of non_ascii_keystroke, and use plain integers as code instead of Lisp symbols.
* (get_boot_time_1): Put this in #ifdef BOOT_TIME.Richard M. Stallman1999-02-211-0/+2
|
* (print_error_message): Don't crash if (cdr data) is not a list.Richard M. Stallman1999-02-211-1/+1
|
* (lstat) [!S_ISLNK]: Use stat instead of lstat.Eli Zaretskii1999-02-211-0/+4
|
* (memory_warnings) [WINDOWSNT]: Reset lim_data on eachAndrew Innes1999-02-201-0/+5
| | | | run, since size can vary from run to run.
* (EXTRA_LINK, LINK_FLAGS): Ensure base relocationAndrew Innes1999-02-201-3/+10
| | | | | data is included, to enable profiling. ($(EMACS)): Map file not needed for emacs.exe.
* (main): [!SYSTEM_MALLOC]: Call realloc and free as wellAndrew Innes1999-02-201-2/+3
| | | | | as malloc before calling uninterrupt_malloc, for consistency. This also enables profiling to work on WINDOWSNT.
* (syms_of_process): defsubr it.Richard M. Stallman1999-02-191-3/+51
| | | | | | | | (Fprocess_running_child_p): New function. (process_send_signal): If CURRENT_GROUP is `lambda' then don't send the signal if the shell owns the terminal. (Finterrupt_process): Doc change.
* (emacs.o): Depend on termhooks.h.Richard M. Stallman1999-02-191-2/+2
| | | | (filelock.o): Depend on systime.h.
* (within_one_second): New function.Richard M. Stallman1999-02-191-8/+106
| | | | | | | (current_lock_owner): Use that. (get_boot_time): Use /proc/uptime if available. Otherwise, if nothing found in wtmp, try wtmp.1.gz and so on. (get_boot_time_1): New subroutine taken from get_boot_time.
* (Qusr1_signal, Qusr2_signal): New variables.Richard M. Stallman1999-02-191-22/+28
| | | | | | (syms_of_emacs): Init and staticpro them. (handle_USR1_signal): Don't run any code, just queue up an event. (handle_USR2_signal): Likewise.
* (Fdecode_sjis_char): In case of error, use %x forKenichi Handa1999-02-181-4/+4
| | | | | formatting error message. (Fdecode_big5_char): Likewise.