aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Check for termios.h. Check for setpgid.Richard M. Stallman1996-09-091-2/+2
|
* (iso-transl-dead-key-alist): Add dead-...Richard M. Stallman1996-09-091-32/+37
| | | | | | | and S-dead-... key names to this list. (key-translation-map): Don't define dead-... and S-dead... here. (iso-transl-define-keys): Handle multiple matches in iso-transl-dead-key-alist for one accent character.
* Add #n=object, #n#, and #:symbol constructs to reader.Erik Naggum1996-09-091-2/+70
| | | | | | | | | | | (readevalloop, read, Fread_from_string): Empty list of read objects before read0 call. (read1): New variable `uninterned_symbol', which controls how to make symbols. Support #:, #n=object and #n#. (make_symbol): New function, used in read1 to make uninterned symbols (Fintern): Set `obarray' field of interned symbols. (init_obarray): Explicit set `obarray' field of symbol `nil'. (syms_of_lread): staticpro read_objects, the list of read objects.
* Add #n=object, #n#, and #:symbol constructs to printer.Erik Naggum1996-09-081-45/+72
| | | | | | | | | (PRINTDECLARE): New macro to declare required variables. (PRINTPREPARE, PRINTFINISH): Set printed_genyms to nil. (Fwrite_char, write_string, write_string_1, Fterpri, Fprin1, Fprin1_to_string, Fprinc, Fprint): Use new macro PRINTDECLARE. (print): Print uninterned symbols readable. (syms_of_print): Defvar `print-gensym', staticpro printed_gensyms.
* (vc-file-owner): If the file is owned by somebody else, return the UIDAndré Spiegel1996-09-081-8/+4
| | | | as a string, so that the rest of VC can use it like a username.
* (vc-print-log): Move point to the log entry of the current version.André Spiegel1996-09-081-0/+9
|
* (main): Declare `fromlen' as size_t, undo previous change.Erik Naggum1996-09-071-3/+3
|
* *** empty log message ***Michael Kifer1996-09-064-33/+86
|
* *** empty log message ***Michael Kifer1996-09-061-125/+250
|
* (Finsert_buffer_substring): Check for deleted buffer.Karl Heuer1996-09-051-0/+6
| | | | (Fcompare_buffer_substrings): Likewise.
* Add many declarations.Richard M. Stallman1996-09-041-4/+39
| | | | | (BITS_PER_EMACS_INT): New macro. (XMARKBIT): Test BITS_PER_EMACS_INT to conditionalize fast definition.
* (BITS_PER_EMACS_INT): New definition.Richard M. Stallman1996-09-041-0/+1
|
* (LIBS_SYSTEM): Use -lkstat instead of -lelf -lkvmRichard M. Stallman1996-09-041-1/+1
|
* (apropos-print): Don't say `Type ' before M-x cmd.Richard M. Stallman1996-09-041-1/+0
|
* (perform-replace): Increment replace-countRichard M. Stallman1996-09-041-5/+11
| | | | in the places where we do the replacement.
* (executable-insert): Doc fix.Richard M. Stallman1996-09-041-11/+7
| | | | (executable-query): Doc fix.
* (create_process): Test HAVE_SETPGID for using setpgid.Richard M. Stallman1996-09-041-1/+1
|
* (HAVE_SETPGID): Add #undef.Richard M. Stallman1996-09-041-0/+1
|
* (syms_of_keymap): staticpro current_global_map;Richard M. Stallman1996-09-041-2/+3
|
* (get_local_map): Call indirect-function.Richard M. Stallman1996-09-041-0/+3
|
* Mention local-value property on an overlay.Richard M. Stallman1996-09-041-0/+7
|
* (main): Declare `fromunix' as size_t.Richard M. Stallman1996-09-041-1/+2
|
* Whitespace fix.Richard M. Stallman1996-09-041-2/+2
|
* unexelf1.c merged into this file.Richard M. Stallman1996-09-041-27/+71
|
* (UNEXEC): Use unexelf.c.Richard M. Stallman1996-09-041-1/+1
|
* Include config.h.Richard M. Stallman1996-09-041-0/+8
| | | | | [HAVE_TERMIOS_H]: Include termios.h. (ospeed) [HAVE_TERMIOS_H]: Use ospeed_t.
* [HAVE_TERMIOS_H]: Include termios.h.Richard M. Stallman1996-09-041-0/+5
| | | | (ospeed) [HAVE_TERMIOS_H]: Use ospeed_t.
* (create_process_1, sigchld_handler) [POSIX_SIGNALS]:Richard M. Stallman1996-09-041-3/+3
| | | | Don't reestablish handler.
* (input_available_signal) [POSIX_SIGNALS]:Richard M. Stallman1996-09-041-2/+2
| | | | | Don't reestablish handler. (interrupt_signal) [POSIX_SIGNALS]: Likewise.
* (HAVE_TERMIOS_H): Add #undef.Richard M. Stallman1996-09-041-0/+1
|
* (Fmacroexpand): Don't declare `form' as register.Richard M. Stallman1996-09-041-1/+1
|
* (Fredirect_frame_focus): Don't call Ffocus_frame.Richard M. Stallman1996-09-041-7/+0
|
* (Fexecute_extended_command): Fix previous change.Richard M. Stallman1996-09-041-1/+3
|
* (copy_intervals_to_string): Take arg as buffer.Richard M. Stallman1996-09-041-2/+3
|
* (Fcommand_execute): gcpro cmd and prefixarg while calling do_autoload.Richard M. Stallman1996-09-041-1/+7
|
* (Fmacroexpand): gcpro form while calling do_autoload.Richard M. Stallman1996-09-041-0/+10
| | | | (do_autoload): gcpro fun, funname, fundef.
* (Fexecute_extended_command): gcpro prefixarg.Richard M. Stallman1996-09-041-2/+2
|
* (x_set_frame_parameters): Make height and width ints.Richard M. Stallman1996-09-041-15/+13
|
* (map_char_table): Declare depth as int.Richard M. Stallman1996-09-041-1/+2
|
* (note_mouse_highlight): Pass POS argument to fast_find_position as int.Richard M. Stallman1996-09-041-4/+4
|
* (set_properties, add_properties, remove_properties):Richard M. Stallman1996-09-041-12/+12
| | | | Call modify_region with ints.
* (prepare_to_modify_buffer): Take integer arguments.Richard M. Stallman1996-09-041-4/+8
| | | | (signal_before_change): Take integer arguments.
* (Fmake_byte_code): Call make_pure_vector using nargs.Richard M. Stallman1996-09-041-1/+1
|
* (Fpurecopy): Cast arg to make_pure_vector.Richard M. Stallman1996-09-031-2/+2
| | | | (Fmake_byte_code): Use XFASTINT when calling make_pure_vector.
* (calendar-current-date): Simplify by using decode-time insteadRichard M. Stallman1996-09-031-6/+2
| | | | of parsing current-time-string.
* (insert-directory): Use same value of `now' for all files.Richard M. Stallman1996-09-031-25/+23
| | | | | | (ls-lisp-format): New argument NOW. Arguments are no longer optional. (ls-lisp-format-time): New argument NOW. Use same method as `ls' to decide whether to show time-of-day or year.
* (Fformat): Pass a string using XSTRING.Richard M. Stallman1996-09-031-1/+1
|
* (doprnt1): If lispstrings, accept a stringRichard M. Stallman1996-09-031-2/+2
| | | | as a `struct Lisp_String *'.
* (message): Cast size arg to doprnt.Richard M. Stallman1996-09-031-2/+2
|
* (OUTPUT_IF, OUTPUT): Cast frame height to int.Richard M. Stallman1996-09-031-2/+2
|