aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Fix memory leaks, fd leaks, and some long-standing bugs recognizing whenPaul D. Smith1999-07-201-1/+1
* (syms_of_buffer): Make default-enable-multibyte-characters a user variable.Dave Love1999-07-201-1/+1
* (lock_file): Do nothing if purifying.emacs-20.4Richard M. Stallman1999-07-141-0/+6
* (x_display_bar_cursor): Use the cursor-colorRichard M. Stallman1999-07-101-1/+20
* (w32_use_full_screen_buffer): New variable.Andrew Innes1999-07-091-6/+63
* (w32_console_read_socket): Use new variable w32_use_full_screen_buffer.Andrew Innes1999-07-091-4/+7
* (create_process): If the output goes to a unibyteRichard M. Stallman1999-07-071-4/+2
* (Finsert_file_contents): If reading into a unibyteRichard M. Stallman1999-07-071-7/+7
* (Fcall_process): Decide coding system for decodingRichard M. Stallman1999-07-071-38/+50
* (line-number-display-limit): Doc fix.Andreas Schwab1999-07-071-1/+1
* (init_callproc): Set exec_directory if installation_directory isRichard M. Stallman1999-07-021-5/+4
* (read_minibuf): Set the multibyteness of theRichard M. Stallman1999-07-021-4/+4
* (drain_message_queue): New function.Andrew Innes1999-07-011-0/+13
* (drain_message_queue): Add extern.Andrew Innes1999-07-011-0/+2
* (sys_select): Call MsgWaitForMultipleObjects insteadAndrew Innes1999-07-011-3/+28
* (Fcall_interactively): Ignore first element ofAndreas Schwab1999-07-011-2/+4
* Comment changes.Richard M. Stallman1999-07-011-2/+2
* (Fread_file_name): Check type of DEFAULT_FILENAME.Richard M. Stallman1999-07-011-1/+4
* (x_make_gc): Turn off GCStipple when setting up cursor_gc.Richard M. Stallman1999-07-011-1/+1
* [DOUG_LEA_MALLOC] (malloc_initialize_hook):Karl Heuer1999-06-291-20/+35
* (read_key_sequence): Properly reinitializeKarl Heuer1999-06-271-3/+5
* w32heap.h (osinfo_cache): Declare.Geoff Voelker1999-06-241-0/+1
* w32heap.c (osinfo_cache): New variable.Geoff Voelker1999-06-241-0/+8
* (get_emacs_configuration): Use GetVersionEx toGeoff Voelker1999-06-241-3/+31
* (casify_object): Use make_multibyte_stringKarl Heuer1999-06-241-1/+2
* (Finsert_file_contents): In the case of REPALCE, callKenichi Handa1999-06-221-6/+12
* (decode_coding_sjis_big5): Avoid compiler warning.Kenichi Handa1999-06-181-3/+9
* (BOOT_TIME_FILE): New macro.Paul Eggert1999-06-181-7/+16
* (invalid_eol_type): Make it unsigned.Karl Heuer1999-06-171-1/+1
* (send_process): Delete unsafe/redundant assignment.Karl Heuer1999-06-171-3/+3
* Handle wide characters properly.Jason Rumney1999-06-171-0/+8
* (strerror): Override the default implementation ofAndrew Innes1999-06-161-1/+2
* (sys_strerror): New function.Andrew Innes1999-06-161-0/+95
* (w32_to_x_weight): Return "demibold" instead of "semibold".Andrew Innes1999-06-161-1/+1
* (syms_of_buffer): Don't makeKenichi Handa1999-06-161-1/+1
* (Fuser_full_name): Doc fix.Karl Heuer1999-06-151-2/+5
* (unexec): Dump the .rodata section from memoryKarl Heuer1999-06-131-12/+24
* (clear_cached_bitmap_slots): Remove.Jason Rumney1999-06-131-33/+44
* (compute_motion): Fix boundary case.Karl Heuer1999-06-121-1/+3
* (cancel_mouse_face): new function. See equivKarl Heuer1999-06-121-10/+33
* (ENCODE_SJIS_BIG5_CHARACTER): Encode charsetKenichi Handa1999-06-081-1/+2
* (Vuser_init_file): New variable.Karl Heuer1999-06-051-0/+10
* (get_boot_time): Don't look at /proc/uptime; itKarl Heuer1999-06-051-36/+5
* (get_section_info) [_ALPHA_]: Force as much bss dataAndrew Innes1999-06-031-0/+4
* (ENCODE_SJIS_BIG5_CHARACTER): Encode charsetKenichi Handa1999-06-021-0/+2
* Fix previous change.Kenichi Handa1999-05-261-1/+1
* (Vcharset_table): Comment fixed.Kenichi Handa1999-05-261-2/+2
* (lock_if_free): After deleting a stale lock,Richard M. Stallman1999-05-241-2/+2
* (syms_of_buffer): Doc fix.Richard M. Stallman1999-05-241-2/+8
* (syms_of_coding): Doc fix.Richard M. Stallman1999-05-241-4/+9