aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* (Fdocumentation_property): Remove GCPRO becauseGerd Moellmann1999-11-121-7/+1
* (Ftranslate_region): Check the buffer multibyteness.Kenichi Handa1999-11-121-1/+5
* *** empty log message ***Kenichi Handa1999-11-121-0/+4
* *** empty log message ***Gerd Moellmann1999-11-111-0/+6
* Remove USE_TEXT_PROPERTIES.Gerd Moellmann1999-11-1115-134/+4
* *** empty log message ***Gerd Moellmann1999-11-101-0/+10
* (QCuser_data): Removed.Gerd Moellmann1999-11-101-30/+15
* *** empty log message ***Richard M. Stallman1999-11-091-0/+29
* (Fforward_word): Handle fields even if would have hitRichard M. Stallman1999-11-091-9/+7
* (Fbeginning_of_line): Doc fix.Richard M. Stallman1999-11-091-2/+8
* (Fline_beginning_position): If N is not 1,Richard M. Stallman1999-11-091-60/+57
* * bytecode.c (Fbyte_code) <BinsertN, Bcall>: Do theGerd Moellmann1999-11-082-23/+55
* (Fgarbage_collect): Call unmark_byte_stack.Gerd Moellmann1999-11-072-1/+9
* Add prototype for unmark_byte_stack.Gerd Moellmann1999-11-071-1/+1
* (mark_byte_stack): Use XMARKBIT and XMARK.Gerd Moellmann1999-11-071-12/+34
* Remove conditional computation on USE_TEXT_PROPERTIES.Gerd Moellmann1999-11-072-12/+11
* Remove conditional compilation on USE_TEXT_PROPERTIES.Gerd Moellmann1999-11-074-46/+3
* Use block statements in cases and declare v1 and v2Gerd Moellmann1999-11-072-298/+526
* *** empty log message ***Gerd Moellmann1999-11-051-1/+4
* (Fbyte_code): Use BEFORE_POTENTIAL_GC andGerd Moellmann1999-11-051-0/+2
* Add prototypes for new functions in bytecode.c.Gerd Moellmann1999-11-051-0/+3
* (struct catchtag): Add member byte_stack.Gerd Moellmann1999-11-052-0/+26
* (Fgarbage_collect): Call mark_byte_stack andGerd Moellmann1999-11-051-0/+4
* (struct byte_stack): New.Gerd Moellmann1999-11-051-67/+158
* *** empty log message ***Gerd Moellmann1999-11-051-0/+2
* (Ffile_locked_p): Make FILENAME a required argument.Gerd Moellmann1999-11-051-1/+1
* * buffer.c (syms_of_buffer): Extend documentation ofGerd Moellmann1999-11-052-0/+7
* *** empty log message ***Gerd Moellmann1999-11-041-0/+7
* (do_completion, Fminibuffer_complete_word): UseGerd Moellmann1999-11-041-3/+3
* (Fdelete_field): Renamed from Ferase_field.Gerd Moellmann1999-11-041-3/+3
* *** empty log message ***Jason Rumney1999-11-041-2/+8
* *** empty log message ***Dave Love1999-11-041-1/+0
* *** empty log message ***Gerd Moellmann1999-11-031-0/+7
* (Finternal_show_cursor): Change it to set theGerd Moellmann1999-11-031-18/+27
* (split_non_ascii_string): Define return value.Dave Love1999-11-032-0/+5
* *** empty log message ***Gerd Moellmann1999-11-031-0/+20
* (string_to_object): New.Gerd Moellmann1999-11-032-24/+117
* *** empty log message ***Gerd Moellmann1999-11-021-0/+4
* (Fdocumentation_property): Fix bug bypassing UNGCPRO.Gerd Moellmann1999-11-021-1/+1
* Use SIGCHLD, not SIGCLD (not in glibc 2.1).Dave Love1999-11-022-2/+5
* Undo last change and define _GNU_SOURCE before config.h.Dave Love1999-11-022-6/+4
* Use string.h for strsignal.Dave Love1999-11-022-0/+7
* (QUIT): Give it statement form.Gerd Moellmann1999-11-022-3/+12
* (init_eval): Conditionalize declaration of gcpro_level.Dave Love1999-11-022-0/+6
* (QCuser_data): New.Gerd Moellmann1999-11-022-1/+11
* (display_line): Set charpos of first glyph in blankGerd Moellmann1999-11-022-5/+11
* (w16select.o, sound.o): Don't depend on lisp.h.Richard M. Stallman1999-11-011-2/+2
* (strout): Consider `noninteractive' and use stdoutRichard M. Stallman1999-11-011-1/+1
* [DEBUG_GCPRO] (gcpro_level): New variable.Richard M. Stallman1999-11-011-0/+12
* (struct gcpro) [DEBUG_GCPRO]: New field `level'.Richard M. Stallman1999-11-011-4/+70