| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (W32_TEXTOUT): Do not multiply nchars by | Geoff Voelker | 1999-03-14 | 1 | -3/+3 |
| | | | | | | charset_dim. (dumpglyphs): Formatting fixes. | ||||
| * | (w32_wnd_proc): Handle WM_GETMINMAXINFO message. | Geoff Voelker | 1999-03-14 | 1 | -0/+6 |
| | | |||||
| * | (BASE_PURESIZE): Increase to 505000. | Karl Heuer | 1999-03-10 | 1 | -2/+1 |
| | | |||||
| * | (init_filelock): New function. | Karl Heuer | 1999-03-09 | 1 | -0/+6 |
| | | |||||
| * | (main) [CLASH_DETECTION]: Call init_filelock. | Karl Heuer | 1999-03-09 | 1 | -0/+3 |
| | | |||||
| * | Doc fix. | Dave Love | 1999-03-09 | 1 | -1/+3 |
| | | |||||
| * | (setup_coding_system): Check for CODING_SYSTEM = nil. | Kenichi Handa | 1999-03-09 | 1 | -0/+5 |
| | | |||||
| * | (get_boot_time): Reduce scope of #ifdef BOOT_TIME | Karl Heuer | 1999-03-09 | 1 | -1/+1 |
| | | | | | to only the part that uses get_boot_time_1. | ||||
| * | (Finsert_file_contents): Use xfree. | Dave Love | 1999-03-07 | 1 | -1/+1 |
| | | |||||
| * | (callproc.o, coding.o, fileio.o, msdos.o, process.o, | Kenichi Handa | 1999-03-06 | 1 | -7/+7 |
| | | | | | term.o, xselect.o): Depend on ccl.h. | ||||
| * | Remove common multiple file compilation commands. | Geoff Voelker | 1999-03-06 | 1 | -11/+0 |
| | | |||||
| * | (Fbase64_encode_string): Allocate sufficient memory for | Kenichi Handa | 1999-03-04 | 1 | -1/+5 |
| | | | | | newlines added when the arg NO-LINE-BREAK is nil. | ||||
| * | (syms_of_buffer): Doc fix. | Karl Heuer | 1999-03-04 | 1 | -1/+1 |
| | | |||||
| * | (Fstring_match, Fposix_string_match): Doc fix. | Karl Heuer | 1999-03-04 | 1 | -0/+2 |
| | | |||||
| * | (Fcall_process): Use xmalloc, xfree. | Karl Heuer | 1999-03-04 | 1 | -3/+3 |
| | | |||||
| * | (term_init): Use xmalloc, not malloc. | Karl Heuer | 1999-03-04 | 1 | -3/+3 |
| | | |||||
| * | (get_clipboard_data): Always stop at the first null byte. | Eli Zaretskii | 1999-03-03 | 1 | -16/+6 |
| | | |||||
| * | (Fdefconst): Doc fix. | Andreas Schwab | 1999-03-03 | 1 | -1/+1 |
| | | |||||
| * | Comment for ISO 2022 encoding mechanism modified. | Kenichi Handa | 1999-03-01 | 1 | -61/+71 |
| | | |||||
| * | (get_boot_time): Support FreeBSD way to read boot-time. | Karl Heuer | 1999-03-01 | 1 | -0/+23 |
| | | |||||
| * | (internal_self_insert): Calculate column properly | Karl Heuer | 1999-03-01 | 1 | -1/+1 |
| | | | | | in overwrite-of-tab case. | ||||
| * | (main) [DOUG_LEA_MALLOC]: Don't use unsetenv, it calls | Andreas Schwab | 1999-02-28 | 1 | -2/+13 |
| | | | | | malloc in glibc 2.1. | ||||
| * | Use epaths.h istead of paths.h. | Richard M. Stallman | 1999-02-26 | 5 | -7/+7 |
| | | |||||
| * | paths.h and paths.in renamed to epaths.h and epaths.in. | Richard M. Stallman | 1999-02-26 | 1 | -11/+11 |
| | | |||||
| * | (get_boot_time): Use WTMP_FILE for file name. | Richard M. Stallman | 1999-02-26 | 1 | -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's | Andreas Schwab | 1999-02-26 | 1 | -0/+10 |
| | | | | | malloc. | ||||
| * | (syms_of_buffer): Doc fix for enable-multibyte-characters. | Richard M. Stallman | 1999-02-26 | 1 | -4/+10 |
| | | |||||
| * | (push_key_description): If enable-multibyte-characters | Kenichi Handa | 1999-02-25 | 1 | -1/+3 |
| | | | | | is nil and C is single byte, push C as is. | ||||
| * | (push_key_description): If enable-multibyte-characters | Kenichi Handa | 1999-02-24 | 1 | -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 Heuer | 1999-02-23 | 1 | -1/+1 |
| | | |||||
| * | (Fdefconst): Doc fix. | Karl Heuer | 1999-02-23 | 1 | -9/+2 |
| | | |||||
| * | (get_boot_time): Don't use BUFSIZ. | Karl Heuer | 1999-02-23 | 1 | -2/+2 |
| | | |||||
| * | Initial revision | Karl Heuer | 1999-02-22 | 2 | -0/+18 |
| | | |||||
| * | (EXTRA_LINK): Do version test with strings. | Andrew Innes | 1999-02-22 | 1 | -1/+1 |
| | | |||||
| * | ($(BLD)\w32bdf.obj): Add missing continuation character. | Andrew Innes | 1999-02-22 | 1 | -1/+1 |
| | | |||||
| * | (Fbase64_encode_string): Fix last change. | Andreas Schwab | 1999-02-22 | 1 | -1/+1 |
| | | |||||
| * | (event_kind): Add user_signal. | Andreas Schwab | 1999-02-22 | 1 | -1/+4 |
| | | |||||
| * | (Qusr1_signal, Qusr2_signal): New variables. | Andreas Schwab | 1999-02-22 | 1 | -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 Schwab | 1999-02-22 | 1 | -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. Stallman | 1999-02-21 | 1 | -0/+2 |
| | | |||||
| * | (print_error_message): Don't crash if (cdr data) is not a list. | Richard M. Stallman | 1999-02-21 | 1 | -1/+1 |
| | | |||||
| * | (lstat) [!S_ISLNK]: Use stat instead of lstat. | Eli Zaretskii | 1999-02-21 | 1 | -0/+4 |
| | | |||||
| * | (memory_warnings) [WINDOWSNT]: Reset lim_data on each | Andrew Innes | 1999-02-20 | 1 | -0/+5 |
| | | | | | run, since size can vary from run to run. | ||||
| * | (EXTRA_LINK, LINK_FLAGS): Ensure base relocation | Andrew Innes | 1999-02-20 | 1 | -3/+10 |
| | | | | | | data is included, to enable profiling. ($(EMACS)): Map file not needed for emacs.exe. | ||||
| * | (main): [!SYSTEM_MALLOC]: Call realloc and free as well | Andrew Innes | 1999-02-20 | 1 | -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. Stallman | 1999-02-19 | 1 | -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. Stallman | 1999-02-19 | 1 | -2/+2 |
| | | | | | (filelock.o): Depend on systime.h. | ||||
| * | (within_one_second): New function. | Richard M. Stallman | 1999-02-19 | 1 | -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. Stallman | 1999-02-19 | 1 | -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 for | Kenichi Handa | 1999-02-18 | 1 | -4/+4 |
| | | | | | | formatting error message. (Fdecode_big5_char): Likewise. | ||||