summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Initial revisionRichard M. Stallman1995-10-311-0/+88
* (SHORTBITS, INTBITS, LONGBITS): Deleted; now in config.hKarl Heuer1995-10-318-100/+20
* (BITS_PER_CHAR, BITS_PER_INT, BITS_PER_SHORT)Richard M. Stallman1995-10-311-0/+22
* (BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):Karl Heuer1995-10-3113-61/+35
* (debug_print): Print a newline here.Richard M. Stallman1995-10-311-0/+1
* (pr): Don't print newline here.Richard M. Stallman1995-10-311-1/+0
* Do `set main' to make gdb_valbits etc. available.Richard M. Stallman1995-10-311-0/+3
* (CHECK_CHAR_TABLE): Don't accept nil.Richard M. Stallman1995-10-311-1/+1
* (prefix-args): Use LDFLAGS, not ALL_LDFLAGS.Richard M. Stallman1995-10-301-2/+5
* (Fencode_time): Add cast.Richard M. Stallman1995-10-301-2/+2
* Move the include of Xlocale.h after setting HAVE_X11R5.Richard M. Stallman1995-10-301-5/+5
* (temp_echo_area_glyphs): Only delete the temporary message.Richard M. Stallman1995-10-301-1/+1
* (Fsafe_length): Add missing parentheses around & within comparison.Richard M. Stallman1995-10-301-1/+1
* (describe_translation): Insert newline after key description.Richard M. Stallman1995-10-301-1/+4
* [POSIX_SIGNALS] (signal): Undef before defining.Richard M. Stallman1995-10-301-0/+1
* (find_section): New arg old_section_h.Richard M. Stallman1995-10-301-7/+8
* (PVEC_TYPE_MASK): Remove the 0x100 bit.Richard M. Stallman1995-10-291-1/+1
* (command_loop_1): No direct display if Column Number mode.Richard M. Stallman1995-10-291-0/+10
* (Fset_marker_insertion_type): Doc fix.Richard M. Stallman1995-10-291-1/+1
* Comment change.Richard M. Stallman1995-10-291-3/+1
* (POP_FAILURE_POINT): Use .word.integer.Richard M. Stallman1995-10-291-1/+1
* (Fmake_char_table): Doc fix.Richard M. Stallman1995-10-291-1/+1
* (Fset_case_table): Doc fix.Richard M. Stallman1995-10-291-3/+3
* Cast first arg to bzero.Richard M. Stallman1995-10-291-12/+13
* (SYNTAX, SYNTAX_WITH_FLAGS, SYNTAX_MATCH): Fix the non-GCC definitions.Richard M. Stallman1995-10-291-9/+6
* (FRAME_XIC): Fix wrong field name.Richard M. Stallman1995-10-281-1/+1
* (run_hook_with_args): Add forward declaration.Richard M. Stallman1995-10-281-0/+2
* (Fcommand_execute): New arg KEYS. Callers changed.Richard M. Stallman1995-10-271-8/+10
* (Fcall_interactively): New arg KEYS.Richard M. Stallman1995-10-271-11/+19
* (IT_ring_bell): Use intdos, not write.Richard M. Stallman1995-10-261-4/+54
* [!HAVE_FMOD] (fmod): Make consistent with ANSI definition.Karl Heuer1995-10-251-4/+2
* (string_match_1): Pass the POSIX arg to compile_pattern.Richard M. Stallman1995-10-251-1/+1
* (REGEXP_IN_LIBC): Definition turned off.Richard M. Stallman1995-10-251-1/+5
* (ok_to_echo_at_next_pause): Make it a char *.Richard M. Stallman1995-10-241-8/+8
* (syms_of_minibuf): Doc fix.Richard M. Stallman1995-10-241-1/+2
* (map_char_table): Set size to CHAR_TABLE_ORDINARY_SLOTS.Erik Naggum1995-10-231-1/+1
* (Fcase_table_p, Fcurrent_case_table): Delete unused local variables.Erik Naggum1995-10-231-11/+9
* Whitespace changes.Richard M. Stallman1995-10-221-24/+26
* Don't declare alloca.Richard M. Stallman1995-10-221-0/+2
* (reset_buffer_local_variables): CallRichard M. Stallman1995-10-221-0/+8
* (read_char): If we reread a char, the next pauseRichard M. Stallman1995-10-211-2/+12
* (try_window_id): Stop the compute_motion at ZV, not Z,Richard M. Stallman1995-10-211-3/+33
* (Fnext_single_property_change): Rearrange handling ofRichard M. Stallman1995-10-211-3/+10
* (struct buffer): New slot redisplay_end_trigger.Richard M. Stallman1995-10-211-0/+8
* (reset_buffer): Initialize extra1, extra2 and extra3 slots.Richard M. Stallman1995-10-211-0/+3
* (reset_buffer): Initialize redisplay_end_trigger slot.Richard M. Stallman1995-10-211-1/+12
* (Fmap_char_table): Call map_char_table with correct args.Erik Naggum1995-10-191-1/+1
* (TRANSLATE, PATFETCH): Cast elt of `translate'.Richard M. Stallman1995-10-191-12/+30
* (RE_TRANSLATE_TYPE): Define, if not already defined.Richard M. Stallman1995-10-191-1/+5
* (read_char): Let Vkeyboard_translate_table be char-table.Richard M. Stallman1995-10-191-2/+15