aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* (re_search_2): Use 0, not -1, as the lower boundRichard M. Stallman1995-10-011-3/+4
* (barf_or_query_if_file_exists): New arg STATPTR. Callers changed.Richard M. Stallman1995-10-011-9/+37
* Add early support for Solaris 2.5 on PowerPCs.Richard M. Stallman1995-10-011-1/+24
* (Fx_create_frame): Set up buffer-predicate slot.Richard M. Stallman1995-09-251-3/+5
* (safe_run_hooks): No longer static.Richard M. Stallman1995-09-251-2/+19
* (read_minibuf_unwind): Use safe_run_hooks.Richard M. Stallman1995-09-251-1/+1
* (popup_get_selection): Pop menu down if button is pressedRichard M. Stallman1995-09-241-0/+12
* (LOCALTIME_CACHE, tzset): New macros.Paul Eggert1995-09-201-0/+4
* (gettimeofday, init_gettimeofday, daylight, gmtoffset): Undo previous change.Paul Eggert1995-09-201-5/+36
* (Fload): Rename arg STR to FILE.Richard M. Stallman1995-09-151-16/+16
* (BROKEN_SELECT_NON_X): Moved to s/isc2-2.h.Karl Heuer1995-09-121-6/+0
* (BROKEN_SELECT_NON_X): Define this instead of turningKarl Heuer1995-09-121-4/+5
* (call_mod_hooks, verify_interval_modification):Richard M. Stallman1995-09-121-194/+0
* (call_mod_hooks): Moved from intevals.cRichard M. Stallman1995-09-121-0/+226
* (signal_after_change): Call report_interval_modification.Richard M. Stallman1995-09-121-0/+5
* (Fencode_time): Use mktime to do the real work;Paul Eggert1995-09-101-90/+80
* (init_gettimeofday): Remove declaration.Richard M. Stallman1995-09-101-1/+0
* (gettimeofday): Don't bother setting time zone,Richard M. Stallman1995-09-101-39/+6
* (Fset_time_zone_rule): New function.Richard M. Stallman1995-09-101-0/+50
* (LOCALTIME_CACHE): Remove; now configured automatically.Richard M. Stallman1995-09-106-20/+0
* (main): Call tzset only if LOCALTIME_CACHE is defined;Richard M. Stallman1995-09-101-3/+3
* (command_loop_1): Set this_command to nil before reading a command.Richard M. Stallman1995-09-101-0/+2
* (Fdecode_time): Doc fix.Richard M. Stallman1995-09-091-1/+2
* (Fmake_marker): Initialize insertion_type to 0.Richard M. Stallman1995-09-081-0/+1
* (HAVE_UNISTD_H): Add #undef.Richard M. Stallman1995-09-081-0/+3
* (Fcopy_marker): New arg TYPE.Richard M. Stallman1995-09-031-16/+44
* (Fmake_indirect_buffer): Set the insertion_type of the zv_marker markers to 1.Richard M. Stallman1995-09-031-0/+2
* (adjust_markers_for_insert): New function.Richard M. Stallman1995-09-031-0/+23
* (putchar): Call internal_flush instead of _flsbuf.Richard M. Stallman1995-09-031-214/+451
* Don't assume that HAVE_CONFIG_H implies emacs.David J. MacKenzie1995-09-022-5/+8
* (Fmsdos_mouse_enable, Fmsdos_mouse_disable)Richard M. Stallman1995-09-021-2/+41
* (sleep_or_kbd_init): Delete declaration.Richard M. Stallman1995-09-021-1/+0
* (sys_subshell) [MSDOS]: Handle SUSPEND env var.Richard M. Stallman1995-09-021-14/+22
* [!MULTI_FRAME] (Factive_minibuffer_window): New function.Richard M. Stallman1995-09-021-0/+11
* (SITELOAD_PURESIZE_EXTRA): New macro.Richard M. Stallman1995-09-021-2/+6
* (Fmake_symbolic_link, Fadd_name_to_file):Richard M. Stallman1995-09-021-0/+14
* (Ffile_name_all_completions, Ffile_name_completion):Richard M. Stallman1995-09-021-2/+14
* (re_search_2): If pattern starts with \=, optimize search.Richard M. Stallman1995-09-011-8/+12
* (save_excursion_save): Pass the new arg to Fcopy_marker.Richard M. Stallman1995-09-011-1/+1
* (save_window_save): Pass the new arg to Fcopy_marker.Richard M. Stallman1995-09-011-3/+3
* (Fcommand_execute): Ignore `disabled' property onRichard M. Stallman1995-08-311-2/+7
* (Fdisplay_completion_list): Clear all text propertiesRichard M. Stallman1995-08-311-0/+12
* (Fdecode_time): Doc fix.Richard M. Stallman1995-08-291-1/+1
* (decode_env_path): Use ".", not nil, for current dir.Richard M. Stallman1995-08-291-1/+2
* (x_wm_set_icon_pixmap): If trying to turn off icon pixmap, do nothing.Richard M. Stallman1995-08-291-1/+14
* (GETPGRP_NO_ARG, WAIT_USE_INT, UNEXEC): New macros.Roland McGrath1995-08-281-15/+6
* (doprnt): Fix typo in error message.Richard M. Stallman1995-08-271-1/+1
* Delete some #if 0'd functions.Richard M. Stallman1995-08-271-46/+0
* (modifier_names): Add 4 bits to modifier bit positions.Richard M. Stallman1995-08-261-1/+1
* (PUSH_FAILURE_POINT, POP_FAILURE_POINT): Don't push or popRichard M. Stallman1995-08-221-34/+38