| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | (Feval_region): Remove obsolete #ifdef'd-out code (eval-current-buffer). | Pavel Janík | 2001-11-07 | 2 | -207/+185 |
| * | (access_keymap): Don't use initializers on Lisp_Object. | Richard M. Stallman | 2001-11-07 | 1 | -2/+11 |
| * | (read1): Fix behavior with nested backquoting. | Stefan Monnier | 2001-11-06 | 1 | -4/+4 |
| * | (make_lispy_event): Check integerness and fix Lisp_Object/int mixup. | Stefan Monnier | 2001-11-06 | 2 | -3/+9 |
| * | (current_column_1): Remove unused variable `prev_col'. | Pavel Janík | 2001-11-06 | 2 | -1/+2 |
| * | (fontset_font_pattern): Remove unused variable `family_registry'. | Pavel Janík | 2001-11-06 | 2 | -1/+3 |
| * | (copy_hash_table): Remove unused variable `v'. | Pavel Janík | 2001-11-06 | 2 | -1/+5 |
| * | (BROKEN_PROTOTYPES): Defined. | Richard M. Stallman | 2001-11-06 | 1 | -0/+5 |
| * | *** empty log message *** | Richard M. Stallman | 2001-11-06 | 1 | -0/+7 |
| * | (Fkill_buffer): Don't delete auto save file if buffer is modified. | Richard M. Stallman | 2001-11-06 | 1 | -2/+4 |
| * | *** empty log message *** | Andrew Innes | 2001-11-05 | 1 | -0/+5 |
| * | (Fw32_set_keyboard_layout): Use CHECK_NUMBER_CAR and | Andrew Innes | 2001-11-05 | 1 | -2/+2 |
| * | (unexec): Minor changes; clean up comments. | Richard M. Stallman | 2001-11-05 | 2 | -52/+31 |
| * | (x_display_and_set_cursor): Fix w32 compilation error. | Sam Steingold | 2001-11-05 | 2 | -6/+10 |
| * | (sound_perror): Save errno from being clobbered. | Andreas Schwab | 2001-11-05 | 2 | -2/+8 |
| * | Fix the format of the last entry. | Eli Zaretskii | 2001-11-05 | 1 | -1/+1 |
| * | (unexec): mmap() has problems on nfs-mounted file | Eli Zaretskii | 2001-11-05 | 2 | -26/+55 |
| * | (Fbuffer_local_value): Add prototype. | Pavel Janík | 2001-11-05 | 2 | -0/+5 |
| * | (read_char): Use Fcar and Fcdr, not Fnth. | Richard M. Stallman | 2001-11-05 | 2 | -28/+43 |
| * | (Fbuffer_local_value): Remove extra args from CHECK_SYMBOL and CHECK_BUFFER. | Richard M. Stallman | 2001-11-05 | 1 | -2/+2 |
| * | (Fmake_hash_table): Use XCAR and XCDR, not Fnth and Flength. | Richard M. Stallman | 2001-11-05 | 1 | -3/+3 |
| * | (echo-area-clear-hook): Undo Oct 29 change. | Richard M. Stallman | 2001-11-05 | 1 | -6/+6 |
| * | *** empty log message *** | Richard M. Stallman | 2001-11-05 | 1 | -0/+12 |
| * | (x_display_and_set_cursor): Use buffer-local | Richard M. Stallman | 2001-11-05 | 2 | -6/+11 |
| * | (Qcursor_in_non_selected_windows): New declaration. | Richard M. Stallman | 2001-11-05 | 1 | -0/+1 |
| * | (Qcursor_in_non_selected_windows): New variable. | Richard M. Stallman | 2001-11-05 | 1 | -0/+3 |
| * | (Fbuffer_local_value): New function. | Richard M. Stallman | 2001-11-05 | 1 | -0/+53 |
| * | *** empty log message *** | Richard M. Stallman | 2001-11-04 | 1 | -0/+6 |
| * | (current_column_1, Fmove_to_column): Separate the code | Richard M. Stallman | 2001-11-04 | 1 | -39/+68 |
| * | (Fx_create_frame): Doc fix. | Pavel Janík | 2001-11-04 | 2 | -1/+3 |
| * | Change doc-string comments to `new style' [w/`doc:' keyword]. | Pavel Janík | 2001-11-04 | 2 | -264/+270 |
| * | (top_level_value, top_level_set): Remove commented and #ifdef'd-out code. | Pavel Janík | 2001-11-04 | 2 | -41/+7 |
| * | Whitespace change. | Richard M. Stallman | 2001-11-04 | 1 | -2/+2 |
| * | Include unistd.h, if it exists. | Richard M. Stallman | 2001-11-04 | 2 | -0/+12 |
| * | Move the include of ctype.h after unistd.h. | Richard M. Stallman | 2001-11-04 | 1 | -1/+2 |
| * | *** empty log message *** | Stefan Monnier | 2001-11-03 | 1 | -0/+10 |
| * | log for some lvalue/rvalue fixes | Ken Raeburn | 2001-11-03 | 1 | -0/+8 |
| * | (Fload): Use XSETCARFASTINT, XSETCDRFASTINT instead of treating XCAR and XCDR | Ken Raeburn | 2001-11-03 | 1 | -5/+5 |
| * | (CHECK_STRING_CAR): New macro. | Ken Raeburn | 2001-11-03 | 1 | -0/+3 |
| * | Fix last change. | Eli Zaretskii | 2001-11-03 | 2 | -0/+3 |
| * | *** empty log message *** | Eli Zaretskii | 2001-11-03 | 1 | -0/+6 |
| * | (sigprocmask_set): Declare as extern SIGMASKTYPE. | Eli Zaretskii | 2001-11-03 | 1 | -0/+1 |
| * | (sigunblock): Don't define if already defined. | Eli Zaretskii | 2001-11-03 | 1 | -0/+6 |
| * | Test BROKEN_PROTOTYPES. | Richard M. Stallman | 2001-11-03 | 1 | -2/+3 |
| * | Fix the formatting of the last entries. | Eli Zaretskii | 2001-11-03 | 1 | -10/+10 |
| * | (describe_syntax): New wrapper. | Stefan Monnier | 2001-11-02 | 1 | -16/+28 |
| * | (debugger_may_continue, Vdebug_ignored_errors, call_debugger, | Pavel Janík | 2001-11-02 | 2 | -7/+11 |
| * | (Fml_defun, Fml_while, Fml_substr): Remove commented and #ifdef'd-out code. | Pavel Janík | 2001-11-02 | 2 | -65/+9 |
| * | Remove comment which is a copy of comment in mocklisp.c. | Pavel Janík | 2001-11-02 | 1 | -4/+0 |
| * | *** empty log message *** | Pavel Janík | 2001-11-02 | 1 | -0/+29 |