aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (GET_UNSIGNED_NUMBER): Signal an error when reaching the end.Stefan Monnier2004-12-062-26/+29
* (regex_compile): Fix end-of-pattern case for space.Richard M. Stallman2004-12-052-2/+6
* *** empty log message ***Kim F. Storm2004-12-041-10/+7
* * macterm.h (cfstring_create_with_utf8_cstring): Added prototype.Steven Tamm2004-12-036-35/+46
* (search-whitespace-regexp): Remove the group. Doc fix.Richard M. Stallman2004-12-031-0/+17
* (RE_TRANSLATE_P): If make_number is not a macro, don't use it here.Richard M. Stallman2004-12-021-0/+6
* (insert_from_string_before_markers)Richard M. Stallman2004-12-021-0/+8
* (Fcalled_interactively_p): Don't check INTERACTIVE.Richard M. Stallman2004-12-021-3/+5
* (Fmake_variable_buffer_local): Doc fix.Richard M. Stallman2004-12-021-1/+6
* (Fget_lru_window, Fget_largest_window): Doc fixes.Richard M. Stallman2004-12-021-0/+4
* * macmenu.c (add_menu_item): Fallback on MacRoman if encodingSteven Tamm2004-12-012-0/+13
* Add commentary for last change.Kim F. Storm2004-12-011-23/+77
* *** empty log message ***Kim F. Storm2004-12-011-0/+11
* Declare string_to_multibyte.Andreas Schwab2004-12-012-0/+5
* (encode_terminal_code): Fix previous change.Kenichi Handa2004-12-011-1/+1
* *** empty log message ***Kenichi Handa2004-12-011-0/+7
* (encode_terminal_code): Don't make it "static".Kenichi Handa2004-12-011-1/+1
* (w32con_write_glyphs): Decide coding here.Kenichi Handa2004-12-011-64/+40
* *** empty log message ***Kenichi Handa2004-11-301-0/+20
* (encode_terminal_buf, encode_terminal_bufsize): NewKenichi Handa2004-11-301-121/+120
* (Vcode_conversion_workbuf_name): New variable.Kenichi Handa2004-11-301-17/+93
* (run_pre_write_conversin_on_c_str): Extern it.Kenichi Handa2004-11-301-0/+4
* * keyboard.c: Don't undef SIGIOSteven Tamm2004-11-306-98/+163
* New defines to enable buffer overrun checking.Kim F. Storm2004-11-301-0/+16
* (malloc_initialize_hook): Don't free malloc_state_ptr ifKim F. Storm2004-11-301-4/+6
* Add more checks for buffer overruns.Kim F. Storm2004-11-301-9/+152
* *** empty log message ***Kim F. Storm2004-11-301-0/+20
* (concat): Use SAFE_ALLOCA.Kim F. Storm2004-11-291-2/+4
* *** empty log message ***Kim F. Storm2004-11-291-0/+4
* (emacs_write): Don't use QUIT.Stefan Monnier2004-11-292-5/+16
* *** empty log message ***Kenichi Handa2004-11-291-0/+8
* (init_buffer): Set current_buffer->directory to aKenichi Handa2004-11-291-1/+7
* (init_cmdargs): Set unibyte strings in Vcommand_line_args.Kenichi Handa2004-11-291-1/+5
* Enable no-op gcpros on ia64.Andreas Schwab2004-11-272-2/+22
* (mark_stack): Call GC_MARK_SECONDARY_STACK if defined.Andreas Schwab2004-11-271-0/+5
* (lock_file_1): Call get_boot_time early. IncreaseAndreas Schwab2004-11-271-2/+4
* *** empty log message ***Eli Zaretskii2004-11-271-0/+5
* (DECL_ALIGN): Define non-trivially only if NO_DECL_ALIGN is not defined.Eli Zaretskii2004-11-271-5/+7
* (syms_of_search) <search-spaces-regexp>: Move 'doc:'Kim F. Storm2004-11-272-5/+10
* (POSIX_SIGNALS): Undo the removal of 2002-08-25,Stefan Monnier2004-11-262-0/+9
* (update_window_fringes): Prefer truncation bitmaps overKim F. Storm2004-11-261-4/+4
* *** empty log message ***Kim F. Storm2004-11-261-0/+3
* Undo recent changes for restoring it->saved_face_id. Instead,Kim F. Storm2004-11-261-70/+39
* *** empty log message ***Kim F. Storm2004-11-261-0/+11
* *** empty log message ***Eli Zaretskii2004-11-261-0/+5
* (Fdefvar): Declare pdl from last change as `volatile' to preventEli Zaretskii2004-11-261-1/+1
* (command_loop_1): Print a message describing the keyStefan Monnier2004-11-252-0/+6
* (sys_signal): Don't use SA_RESTART if SYNC_INPUT is set.Stefan Monnier2004-11-252-6/+19
* (readchar): Check QUIT when `getc' is interrupted.Stefan Monnier2004-11-251-2/+3
* *** empty log message ***Stefan Monnier2004-11-251-69/+79