| Commit message (Expand) | Author | Age | Files | Lines |
| * | (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 |
| * | 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 |
| * | (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 |
| * | (main) [DOUG_LEA_MALLOC]: Don't use unsetenv, it calls | Andreas Schwab | 1999-02-28 | 1 | -2/+13 |
| * | 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 |
| * | (main) [DOUG_LEA_MALLOC]: Work around a bug in glibc's | Andreas Schwab | 1999-02-26 | 1 | -0/+10 |
| * | (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 |
| * | (push_key_description): If enable-multibyte-characters | Kenichi Handa | 1999-02-24 | 1 | -12/+25 |
| * | (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 |
| * | Don't define Qusr1_signal and Qusr2_signal. | Andreas Schwab | 1999-02-22 | 1 | -11/+4 |
| * | (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 |
| * | (EXTRA_LINK, LINK_FLAGS): Ensure base relocation | Andrew Innes | 1999-02-20 | 1 | -3/+10 |
| * | (main): [!SYSTEM_MALLOC]: Call realloc and free as well | Andrew Innes | 1999-02-20 | 1 | -2/+3 |
| * | (syms_of_process): defsubr it. | Richard M. Stallman | 1999-02-19 | 1 | -3/+51 |
| * | (emacs.o): Depend on termhooks.h. | Richard M. Stallman | 1999-02-19 | 1 | -2/+2 |
| * | (within_one_second): New function. | Richard M. Stallman | 1999-02-19 | 1 | -8/+106 |
| * | (Qusr1_signal, Qusr2_signal): New variables. | Richard M. Stallman | 1999-02-19 | 1 | -22/+28 |
| * | (Fdecode_sjis_char): In case of error, use %x for | Kenichi Handa | 1999-02-18 | 1 | -4/+4 |
| * | (adjust_markers_for_replace): When doing an insertion | Richard M. Stallman | 1999-02-18 | 1 | -1/+6 |
| * | (Vw32_quit_key): New variable. | Andrew Innes | 1999-02-17 | 1 | -1/+10 |
| * | (Fbase64_encode_string): New optional argument `NO_LINE_BREAK'. | Kenichi Handa | 1999-02-17 | 1 | -4/+6 |
| * | (Ffile_attributes): If the file's size doesn't fit in | Eli Zaretskii | 1999-02-16 | 1 | -4/+6 |
| * | (Fdecode_sjis_char, Fencode_sjis_char): Hanlde | Kenichi Handa | 1999-02-16 | 1 | -14/+39 |
| * | (get_clipboard_data): Work around a bug in Windows95 | Eli Zaretskii | 1999-02-15 | 1 | -5/+11 |
| * | (decode_coding_iso2022): Don't set coding->composed_chars to 0 here. | Kenichi Handa | 1999-02-15 | 1 | -1/+1 |
| * | (Ffile_regular_p): Use lstat. | Richard M. Stallman | 1999-02-13 | 1 | -1/+1 |